Cover image

Anchored Thinking: Mapping the Inner Compass of Reasoning LLMs

TL;DR for operators The paper’s useful claim is not simply that some chain-of-thought sentences matter more than others. That would be true, mildly interesting, and about as operationally helpful as saying some meetings should have been emails. The sharper claim is that the sentences that steer reasoning are often not the visible calculations. They are planning moves, re-checks, uncertainty statements, and backtracking moments: the places where the model chooses a route, notices a contradiction, or decides to verify a previous result. Bogdan, Macar, Nanda, and Conmy call these pivotal sentences thought anchors.1 ...

June 25, 2025 · 19 min · Zelina
Cover image

Proofs and Consequences: How Math Reveals What AI Still Doesn’t Know

TL;DR for operators Mathematical proof is a nasty evaluation setting for AI systems because it leaves fewer hiding places. A model cannot merely land on a final number; it has to preserve the truth of each step. That is precisely why Guo et al.’s RFMDataset is useful: it tests whether advanced reasoning models can construct complete natural-language proofs, then classifies how they fail when they cannot.1 ...

June 23, 2025 · 18 min · Zelina
Cover image

Reasoning on a Sliding Scale: Why One Size Doesn't Fit All in CoT

TL;DR for operators Ada-R1 is useful because it attacks the expensive part of reasoning models from the right angle: not “make every answer shorter,” but “decide which problems deserve long reasoning in the first place.”1 The paper’s key evidence is uncomfortable for anyone buying premium reasoning capacity by default. Long Chain-of-Thought helps on harder mathematical problems, but nearly half of the analysed samples show no improvement from Long-CoT, and some perform worse. In other words, paying for the model to brood majestically over simple work is not intelligence. It is ceremony with a token meter attached. ...

May 1, 2025 · 16 min · Zelina
Cover image

Traces of War: Surviving the LLM Arms Race

TL;DR for operators Reasoning traces are useful. That is the problem. When a frontier reasoning model shows its work, it gives customers more confidence, gives developers more debuggability, and gives downstream applications a richer interface than a bare answer. It also gives competitors and opportunistic scrapers a training asset. The trace is not just an explanation; it is labelled behavioural data from an expensive model. Very polite leakage, in other words. ...

April 19, 2025 · 18 min · Zelina
Cover image

Cut the Fluff: Leaner AI Thinking

TL;DR for operators AI reasoning is becoming an operating cost, not just a research curiosity. When a model “thinks step by step,” every intermediate token has to be generated, paid for, waited on, logged, and sometimes hidden from the user because nobody wants a customer support bot narrating its algebra like a nervous intern. ...

April 6, 2025 · 14 min · Zelina