Cover image

When RAG Needs Provenance, Not Just Recall: Traceable Answers Across Fragmented Knowledge

Opening — Why this matters now RAG is supposed to make large language models safer. Ground the model in documents, add citations, and hallucinations politely leave the room—or so the story goes. In practice, especially in expert domains, RAG often fails in a quieter, more dangerous way: it retrieves something relevant, but not the right kind of evidence. ...

February 7, 2026 · 4 min · Zelina
Cover image

When Transformers Learn the Map: Why Geography Still Matters in Traffic AI

Opening — Why this matters now Digital twins for transport are no longer futuristic demos. They are quietly becoming operational systems, expected to anticipate congestion, test control policies, and absorb shocks before drivers ever feel them. But a digital twin that only mirrors the present is reactive by definition. To be useful, it must predict. ...

February 6, 2026 · 3 min · Zelina
Cover image

Perspective Without Rewards: When AI Develops a Point of View

Opening — Why this matters now As AI systems grow more autonomous, the uncomfortable question keeps resurfacing: what does it even mean for a machine to have a perspective? Not intelligence, not planning, not goal pursuit—but a situated, history-sensitive way the world is given to the system itself. Most modern agent architectures quietly dodge this question. They optimize rewards, compress states, maximize returns—and call whatever internal structure emerges a day. But subjectivity, if it exists at all in machines, is unlikely to be a side effect of reward maximization. It is more plausibly a structural condition: something slow, global, and stubbornly resistant to momentary incentives. ...

February 5, 2026 · 4 min · Zelina
Cover image

When LLMs Lose the Plot: Diagnosing Reasoning Instability at Inference Time

Opening — Why this matters now If you work with large language models long enough, you start noticing a familiar failure mode. The model doesn’t just answer incorrectly—it loses the thread. Halfway through a chain-of-thought, something snaps. The reasoning drifts, doubles back, contradicts itself, and eventually lands somewhere implausible. Traditional evaluation misses this. Accuracy checks only look at the final answer, long after the damage is done. Confidence scores are static and blunt. Multi-sample techniques are expensive and retrospective. What’s missing is a process-level diagnostic—a way to tell, during inference, whether reasoning is stabilizing or quietly unraveling. ...

February 5, 2026 · 5 min · Zelina
Cover image

Conformal Thinking: Teaching LLMs When to Stop Thinking

Opening — Why this matters now Reasoning models have learned how to think longer. Unfortunately, they have not learned when to stop. Test-time scaling has become the industry’s favorite blunt instrument: allocate more tokens, get better answers—on average. But averages are a luxury in deployment. In production systems, every additional token is a cost, and every premature stop is a risk. The uncomfortable truth is that “adaptive reasoning” merely replaces one opaque knob (token limits) with another (confidence thresholds), without offering a principled way to tune either. ...

February 4, 2026 · 4 min · Zelina
Cover image

More Isn’t Smarter: Why Agent Diversity Beats Agent Count

Opening — Why this matters now Multi-agent LLM systems have quietly become the industry’s favorite way to brute-force intelligence. When one model struggles, the instinct is simple: add more agents. Vote harder. Debate longer. Spend more tokens. And yet, performance curves keep telling the same unflattering story: early gains, fast saturation, wasted compute. This paper asks the uncomfortable question most agent frameworks politely ignore: why does scaling stall so quickly—and what actually moves the needle once it does? The answer, it turns out, has less to do with how many agents you run, and more to do with how different they truly are. ...

February 4, 2026 · 4 min · Zelina
Cover image

When Your Agent Starts Copying Itself: Breaking Conversational Inertia

Opening — Why this matters now Multi-turn agents are supposed to get better with experience. More context, more feedback, more opportunities to adapt. Yet in practice, the opposite often happens. Agents loop. They fixate. They repeat themselves with growing confidence and shrinking effectiveness. This paper puts a name—and a mechanism—on that failure mode: conversational inertia. And more importantly, it shows that the problem is not a lack of information, but too much of the wrong kind. ...

February 4, 2026 · 4 min · Zelina
Cover image

Click with Confidence: Teaching GUI Agents When *Not* to Click

Opening — Why this matters now Autonomous GUI agents are finally leaving demos and entering production. They book meetings, fill forms, manage dashboards—and occasionally approve payments they should not. The uncomfortable truth is that one mis-click can be irreversible. Yet most GUI grounding models behave with absolute confidence, even when they are guessing. The paper “SafeGround: Know When to Trust GUI Grounding Models via Uncertainty Calibration” tackles this exact failure mode. Its core argument is simple but sharp: progress in GUI agents is no longer bottlenecked by accuracy alone, but by the absence of calibrated doubt. ...

February 3, 2026 · 4 min · Zelina
Cover image

DRIFT-BENCH: When Agents Stop Asking and Start Breaking

Opening — Why this matters now LLM agents are no longer just answering questions. They are executing SQL, calling APIs, modifying system state, and quietly making decisions that stick. Yet most evaluations still assume a fantasy user: precise, unambiguous, and cooperative. In real deployments, users are vague, wrong, impatient, or simply human. This gap is no longer academic. As agents enter finance, operations, and infrastructure, the cost of misunderstanding now rivals the cost of misreasoning. DRIFT‑BENCH arrives precisely at this fault line. ...

February 3, 2026 · 4 min · Zelina
Cover image

Identity Crisis: How a Trivial Trick Teaches LLMs to Think Backwards

Opening — Why this matters now Large language models can write poetry, solve Olympiad-level math problems, and simulate entire businesses—yet they reliably fail at a task that feels almost insulting in its simplicity: if Alice’s husband is Bob, they struggle to answer who is Bob’s wife? This failure mode, known as the reversal curse, has become something of an embarrassment for autoregressive models. More troublingly, a growing body of literature has argued that the curse is fundamental: a baked-in limitation of left-to-right next-token prediction. If true, this would place a hard ceiling on what today’s LLM architectures can ever reliably reason about. ...

February 3, 2026 · 4 min · Zelina