Cover image

The User Is Present: Why Smart Agents Still Don't Get You

TL;DR for operators Most agent demos show the easy part: the model calls a tool, gets results, and returns something plausible. The harder part is less cinematic. The user starts with an incomplete request, reveals constraints in fragments, phrases preferences indirectly, changes emphasis mid-conversation, and expects the system to somehow keep up. This is where many supposedly “smart” agents begin to look less like assistants and more like interns with excellent API access. ...

July 30, 2025 · 17 min · Zelina
Cover image

Tool Up or Tap Out: How Multi-TAG Elevates Math Reasoning with Smarter LLM Workflows

TL;DR for operators Most tool-using LLM workflows still behave like an intern with a favourite spreadsheet: they call one tool, trust the result, and hope the formatting does not catch fire. Multi-TAG proposes a more disciplined pattern. At each reasoning step, the model does not simply choose between chain-of-thought, Python, or WolframAlpha. It asks several tool-backed executors to propose candidate next steps, checks which candidates lead to the same estimated final answer, and then selects the shortest completion among the candidates that agree. That is the useful idea: not “give the model tools,” but “make tools disagree in a controlled way, then use agreement as a verification signal.” ...

July 28, 2025 · 15 min · Zelina
Cover image

Forecasting a Smarter Planet: How EarthLink Reimagines Climate Science with Self-Evolving AI Agents

TL;DR for operators Climate work is not short of data. It is short of usable pathways through data. EarthLink, the system studied in this paper, is best understood as an orchestration layer for climate science: it plans analyses, retrieves relevant data, generates code, runs diagnostics, checks results, produces reports, and stores validated query-code-result patterns for reuse.1 ...

July 24, 2025 · 16 min · Zelina
Cover image

Beyond DNS: Building the Backbone for the Internet of AI Agents

TL;DR for operators If your organisation is building one chatbot, DNS is not your problem. If your organisation expects thousands of autonomous agents to discover one another, verify capabilities, rotate endpoints, respect privacy boundaries, and revoke trust quickly, then DNS starts looking like a filing cabinet in a drone factory. The paper behind NANDA proposes a layered discovery architecture for the “Internet of AI agents”: a lean signed index record called AgentAddr, richer verified metadata called AgentFacts, and optional adaptive resolvers for live endpoint selection.1 The important idea is not that NANDA is “DNS for agents”. That is the tempting headline and, naturally, the least useful one. The paper is really about separating stable identity from dynamic operational metadata and from runtime routing. ...

July 22, 2025 · 16 min · Zelina
Cover image

Adding Up to Nothing: Coarse Reasoning and the Vanishing St. Petersburg Paradox

TL;DR for operators The paper is not a magic trick that turns an infinite expected value into a finite one. The ordinary St. Petersburg expectation still diverges. Anyone claiming otherwise has either missed the point or found a very ambitious way to lose a philosophy seminar. What the paper actually does is more interesting. Takashi Izumo defines a coarse-grained version of arithmetic in which numbers are first mapped into finite “grains,” each grain is represented by a selected internal value, and addition is performed through repeated projection to those representatives.1 Under this operation, an increment can become too small to move the current coarse state. That phenomenon is called absorption. Repeated absorption produces inertness: further additions keep arriving, but the represented total stops changing. ...

July 19, 2025 · 16 min · Zelina
Cover image

Train of Thought: How Long-Haul RL Unlocks LLM Reasoning Diversity

TL;DR for operators NVIDIA’s paper is not saying “train longer and reasoning magically appears.” That would be comforting, simple, and wrong — a classic enterprise AI trifecta. The practical lesson is more surgical: prolonged reinforcement learning can keep improving a small reasoning model, but only when the training loop actively prevents collapse. The model needs verifiable rewards, diverse tasks, enough rollout diversity, careful clipping, a small KL penalty, reward shaping when behaviour goes off the rails, and periodic resets of both the reference policy and optimiser state. In other words, long-horizon RL behaves less like a single training job and more like operating a live system under stress. ...

July 18, 2025 · 14 min · Zelina
Cover image

Truth, Beauty, Justice, and the Data Scientist’s Dilemma

TL;DR for operators The useful question is not whether AI will “replace data scientists”. That framing is wonderfully dramatic and operationally lazy. Timpone and Yang’s paper, AI, Humans, and Data Science: Optimizing Roles Across Workflows and the Workforce, gives a better mechanism: allocate human and AI work by asking what kind of quality each workflow stage needs.1 Early planning needs creative breadth and problem definition. Execution needs accurate, valid, and ethically defensible data and modelling. Activation needs contextual interpretation, stakeholder judgement, and responsible action. ...

July 17, 2025 · 16 min · Zelina
Cover image

The First Hurdle: Why Coding Agents Struggle with Setup

TL;DR for operators Setup is where many AI coding-agent promises meet the concrete floor. The SetupBench paper introduces a 93-task benchmark that asks software engineering agents to do something less glamorous than writing a clever patch: start from a bare Linux sandbox, install what is missing, resolve dependency conflicts, initialise databases, configure services, and prove the environment works through a deterministic validation command.1 ...

July 15, 2025 · 16 min · Zelina
Cover image

Inner Critics, Better Agents: The Rise of Introspective AI

TL;DR for operators If your agent stack is becoming expensive because every “reflection” step means another model call, this paper is worth reading. Its proposal, Introspection of Thought (INoT), tries to compress an external multi-agent debate loop into one structured prompt. The LLM is not literally running multiple agents. It is being instructed, through a hybrid Python-and-natural-language prompt called PromptCode, to simulate two internal debaters that reason, critique, rebut, revise, and then return an answer.1 ...

July 14, 2025 · 15 min · Zelina
Cover image

Plug Me In: Why LLMs with Tools Beat LLMs with Size

TL;DR for operators The Athena paper is useful because it makes a simple operational point that many AI buying committees still manage to avoid: a bigger language model is not the same thing as a better workflow.1 An LLM can explain, infer, and format. It is still a poor substitute for a calculator, a live database, a calendar API, a search service, or a domain-specific computation engine. This is not a moral failure. It is just architecture. ...

July 14, 2025 · 14 min · Zelina