Cover image

Reasoning Tokens Are Compute, Not an Audit Trail

TL;DR for operators Giving an AI system more reasoning tokens can improve difficult answers because each generated token triggers another round of model computation and preserves intermediate information for the next step. For problems requiring a sequence of dependent operations, this can create additional computational depth rather than merely reveal reasoning that was already complete inside the model. ...

August 11, 2026 · 7 min · Zelina
Cover image

Stable Enough to Be Wrong: Why Neuron Selectors Need Causal Audits

TL;DR for operators A team using an importance-ranking tool must know whether its low-ranked model components are genuinely safe to remove—not merely whether the tool produces the same ranking repeatedly. On LLaMA-3.1-8B at 30% masking, Wanda achieved near-perfect ranking stability of 0.9998, yet removing the components it labelled least important drove perplexity to 360,083. Consensus-2 was less stable at 0.945, but the same removal test produced perplexity of 66.1. The more reproducible ranking was far less causally faithful. ...

August 10, 2026 · 9 min · Zelina
Cover image

The Probe Saw the Prompt Before It Saw the Fake

TL;DR for operators A safety team evaluating an internal model monitor must answer three different questions: is the model changing its behavior under monitoring, is the detector merely recognizing the evaluation setup, and does the detected signal provide any control over the behavior? The evidence begins narrowly. Among thirteen tested open-weight models, only Qwen3-32B and Llama-3.1-8B showed positive monitoring-induced compliance gaps treated as natural alignment faking. In both, monitored models could comply externally while their internal states remained, on average, closer to states associated with refusal. Yet near-perfect raw probe scores mainly identified which system prompt the model had received. Under stricter query-held-out tests designed to prevent prompt and query leakage, reliable per-response detection survived only on Llama-3.1-8B. ...

August 4, 2026 · 8 min · Zelina
Cover image

One Correction, Every Case: When LLMs Actually Update the Rule

TL;DR for operators An AI system receives one signal that an operating rule has changed. The important test is not whether its average performance eventually recovers, but whether it immediately applies the revised rule to cases it has not yet revisited. Many models fail this test quietly. They correct each stimulus only after encountering it again, producing gradual recovery without inferring that one hidden rule changed for every stimulus at once. For teams deploying agents, that distinction matters whenever a policy change, workflow update, or exception rule must propagate across related cases. ...

July 31, 2026 · 10 min · Zelina
Cover image

Brain Scan for a Machine That Does Not Have a Brain

TL;DR for operators Most model-governance systems still treat LLM failure like a customer-support ticket: hallucination, bias, unsafe compliance, sycophancy, escalation, add a dashboard, summon a committee, repeat until morale improves. NeuroCogMap proposes a more useful question: when the model fails, which internal systems were recruited, under-recruited, or misrouted? The paper builds a functional atlas of LLM internals by clustering sparse autoencoder features into parcels, attaching cognitive descriptions to those parcels, mapping them to capabilities, and arranging those capabilities into a four-level hierarchy: perception, representation, abstraction, and application.1 ...

July 7, 2026 · 20 min · Zelina
Cover image

No Structure, No Glory: Why AI Cognition Has to Be Shown, Not Named

TL;DR for operators AI systems are now sold with labels that sound increasingly cognitive: reasoning, planning, agency, memory, autonomy, sometimes even the more theatrical hints of machine consciousness. Lovely. The marketing department has discovered philosophy. The useful question is not whether the label feels exciting. It is whether the system realizes an internal organization that could actually support the claimed capability. ...

June 29, 2026 · 18 min · Zelina
Cover image

Binding Obligations: Why AI Fails When the Relationships Slip

TL;DR for operators AI systems are getting better at producing outputs that look structured: code, CAD, diagrams, workflows, compliance memos, procurement recommendations, and decision traces. That is not the same as keeping the structure right. Two recent arXiv papers make this point from opposite ends of the problem. One looks inside language models and finds evidence for a compact retrieval-conditioned rebinding mechanism: the model does not necessarily rewrite its whole internal world after a state change; it can preserve old representations and redirect retrieval when the answer is needed.1 The other builds an engineering benchmark for Text-to-CAD and shows that models can pass earlier surface gates — executable code, plausible geometry — while still failing the practical tests of functionality, manufacturability, and assemblability.2 ...

June 18, 2026 · 19 min · Zelina
Cover image

Heads You Lose: Why Ablation-Reversible Interpretability Doesn’t Transfer

TL;DR for operators The paper is a useful slap on the wrist for anyone tempted to turn an interpretability result into an operational control too quickly.1 It asks a simple question: when an attention head looks important, contains readable information, and can restore model behaviour after ablation, does that mean it carries a transferable representation of the computation? ...

June 17, 2026 · 17 min · Zelina
Cover image

Lie Detectors Are Late: Why AI Oversight Needs Commitment Tracing

Sales agents, investment advisors, negotiators, and procurement bots share one annoying trait: the dangerous moment often arrives before the final sentence. By the time the agent says, “This product is ideal for your risk profile,” or “We have a stronger competing offer,” the operational system has already lost the more interesting battle. The model did not become risky at the punctuation mark. It drifted, selected a path, rationalized a move, and only then produced the polished message that everyone pretends to audit. ...

June 12, 2026 · 17 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