Cover image

Picture This: When AI Reasoning Leaves the Text Box

Reasoning usually arrives as text. A model explains itself in sentences, equations, bullet points, and the occasional theatrical “therefore.” We have learned to call this chain-of-thought, or CoT, because “the model wrote a long scratchpad and we hope it helped” sounded insufficiently scientific. The paper Optical Reasoning: Rethinking Images as an Expressive Reasoning Medium Beyond Text asks a sharper question: what if the intermediate reasoning medium does not have to be text at all?1 ...

June 9, 2026 · 17 min · Zelina
Cover image

Wait, Let Me Check: Why Long-CoT AI Can Still Verify the Wrong Thing

Checking is supposed to calm people down. In business, a second review makes a financial model feel safer. A compliance checklist makes a release feel governed. A senior analyst saying “let me double-check that” gives the room a small dopamine hit of procedural seriousness. Long Chain-of-Thought models have learned the same theatre. They pause. They reconsider. They say “wait.” They verify arithmetic. They sometimes generate reasoning traces so long that one begins to feel the model must be thinking deeply, if only because wasting that many tokens while being shallow seems rude. ...

June 9, 2026 · 19 min · Zelina
Cover image

Less Chain, More Thought: The Coming Control Layer for LLM Reasoning

Less Chain, More Thought: The Coming Control Layer for LLM Reasoning Enterprise AI has spent the last two years discovering a mildly inconvenient truth: a model that explains itself at length is not necessarily reasoning well. It may be reasoning. It may be narrating. It may also be producing a confident procedural bedtime story with a spreadsheet attached. ...

June 2, 2026 · 15 min · Zelina
Cover image

Think Inside the Blocks: RiM and the Latency Price of Reasoning

Reasoning is expensive mostly because we make the model say it. That sounds almost too simple, which is usually where trouble begins. Chain-of-thought reasoning improved language-model performance by giving the model a written workspace: first solve, then answer. But the same trick also turns internal computation into external communication. Every intermediate step must be decoded, formatted, and passed forward one token at a time. The model is not just thinking; it is producing a small essay it may not need to show anyone. ...

June 2, 2026 · 15 min · Zelina
Cover image

Follow the Heads, Not the Hype: How LLMs Route Deductive Reasoning

A compliance bot does not fail only when it gives the wrong final answer. It can fail earlier, in a quieter and more expensive place: it selects the wrong premise, stops collecting evidence too soon, matches the wrong rule, and then writes a perfectly fluent explanation of a decision that was already broken three steps ago. Very elegant. Very useless. ...

May 31, 2026 · 16 min · Zelina
Cover image

The Confidence Trick: When Long AI Reasoning Arrives Too Early

A model gives you a long answer. It lists assumptions. It walks through steps. It sounds patient, organized, and slightly overqualified for the task. In a business setting, that style is comforting. A compliance analyst sees a neat explanation. A finance team sees a transparent calculation. A product manager sees “reasoning.” Everyone relaxes a little. ...

May 29, 2026 · 19 min · Zelina
Cover image

Pre-Decision Intelligence: When AI Decides Before It Thinks

Audit logs are comforting things. They tell managers that a system took an action, they tell engineers which step fired, and they tell compliance teams that someone, somewhere, has a line of text to point at when the incident review begins. Now imagine an AI agent inside a business workflow. It has a customer request, a list of available tools, and a visible reasoning trace. The trace says it carefully considered whether to call an API, ask for missing information, or answer directly. It sounds deliberate. It sounds inspectable. It sounds like governance. ...

April 2, 2026 · 16 min · Zelina
Cover image

The Silent Reasoner: When AI Thinks Without Telling You

Audit logs are comforting because they look administrative. A system acts, a trace appears, a reviewer nods, and everyone pretends the record explains the decision. That habit becomes more fragile when the system is an AI model. In many current AI workflows, especially those involving reasoning models or autonomous agents, the chain-of-thought is treated as the closest available thing to an internal audit trail. The model writes down intermediate reasoning, a monitor reads that reasoning, and the organization hopes the dangerous part—deception, hidden goals, sandbagging, sabotage, or simply the decisive cue behind an answer—will be visible before the final action causes trouble. ...

March 31, 2026 · 17 min · Zelina
Cover image

The Wait Token Isn’t Thinking — It’s Signaling Uncertainty

Wait. That tiny word has become one of the more over-interpreted stage props in modern AI. A model writes a few lines of algebra, pauses with “Wait, is that correct?”, then revises itself. The demo looks satisfying. It gives the impression of a machine catching itself in the act of thinking. A new paper by Jeonghye Kim and co-authors argues that this interpretation is a little too theatrical.1 The useful question is not whether “Wait” is a magic reasoning token. It is not. The useful question is why some models can interrupt a locally plausible but globally wrong reasoning path before the error becomes unrecoverable. ...

March 17, 2026 · 14 min · Zelina
Cover image

Thinking Out Loud — Why LLMs Might *Need* Chain‑of‑Thought

Audit trails are boring until something goes wrong. In ordinary business operations, this is not controversial. If a payment approval, legal review, procurement decision, or trading order leaves intermediate records, people can reconstruct what happened. If the whole decision is buried inside a black-box system that simply outputs “approved,” “rejected,” or “buy now,” the audit team has a less glamorous job: guessing which invisible machinery produced the visible answer. Charming, in the way dental surgery is charming. ...

March 11, 2026 · 19 min · Zelina