Cover image

Structure, Stress, and Secrets: The Three Tests Production AI Keeps Pretending Are One

TL;DR for operators Production AI is usually evaluated as though one good model score can certify the entire system. It cannot. A model can be efficient because the task was structured intelligently, appear reliable because the test users were unusually cooperative, and still expose sensitive information through the infrastructure that serves it. ...

July 20, 2026 · 18 min · Zelina
Cover image

Trust No One, Adjudicate Everything: When RAG Sources Disagree

TL;DR for operators A retrieval system does not become trustworthy merely because it has documents. It becomes a system with several possible ways to be confidently wrong. MACR treats disagreement as an adjudication problem. It estimates whether the model appears to know the answer, turns that internal position into inspectable text—or retrieves an external substitute when confidence is low—then asks specialized agents to identify contradictions and apply validated resolution rules. ...

July 18, 2026 · 18 min · Zelina
Cover image

Many Voices, One Label: How Pluralistic AI Flattens the World

TL;DR for operators An AI project can interview communities, collect thousands of preference judgments, preserve several user perspectives, and still impose one rigid interpretation of the world. That is the central warning in Rashid Mushkani’s AI Pluralism and the Worlds It Misses.1 The paper names the failure ontological flattening: the process by which contested concepts such as safety, accessibility, inclusion, comfort, or belonging become fixed labels, measurable proxies, aggregation rules, or benchmark targets that are subsequently treated as neutral. ...

July 17, 2026 · 24 min · Zelina
Cover image

Two Heads, One Error Budget

TL;DR for operators Adding a second model does not automatically make an AI workflow safer. It creates another opportunity to correct an error—and another opportunity to introduce one. In the paper’s cybersecurity experiment, giving Gemma-2’s reasoning to Phi-3 raises Phi-3’s accuracy from 60.34% to 93.10%. In networking, the direction reverses for the stronger model: Gemma-2 falls from 90.82% to 89.80% after reasoning exchange. Passing the outputs to a Llama 3.2 judge reduces networking accuracy further, to 88.78%. ...

July 14, 2026 · 17 min · Zelina
Cover image

Role Call: Who Your Agents Are Actually Listening To

TL;DR for operators Teams are easy to label. Understanding who actually listens to whom is harder. Hong’s paper on learned coordination conventions proposes a diagnostic for inspecting how cooperative reinforcement-learning agents route information between predefined roles.1 The central move is architectural: place role labels in both the querying agent’s representation and each ally’s representation, then use cross-attention to expose a role-to-role routing matrix. ...

July 10, 2026 · 20 min · Zelina
Cover image

Safe on Paper, Lost in the Prompt

TL;DR for operators A safety-aligned image model can keep its FID and CLIPScore nearly unchanged while becoming materially worse at following ordinary instructions. It may still generate a plausible bird, vase, or product scene, but quietly miss the requested color, quantity, relationship, or attribute. The paper identifies a mechanism behind this failure. When safety tuning modifies the text encoder, benign prompt embeddings can become compressed and their semantic neighborhoods can be rearranged. Distinctions that the original model represented clearly begin to blur. The authors call this semantic collapse.1 ...

July 10, 2026 · 20 min · Zelina
Cover image

The Health Bot Failed Before It Answered

TL;DR for operators The paper is useful because it refuses to treat the healthcare chatbot as a lonely little model floating in a lab. It studies AI healthcare chatbot apps as an information infrastructure: an arrangement of access rules, interfaces, subscriptions, support channels, user expectations, and data practices wrapped around conversational software.1 That framing matters because users often encounter the failure before they ever get to the allegedly intelligent part. ...

July 9, 2026 · 20 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

The Jailbreak Factory Needs a Quality Department

TL;DR for operators Red teaming is not the act of finding one clever prompt that makes a model misbehave. That is a demo. Sometimes a useful demo, occasionally a terrifying one, but still a demo. The two papers here point to something more operational. RECAP shows how adversarial prompt generation can become cheaper by retrieving previously successful attack patterns rather than optimizing every new attack from scratch.1 A separate red-teaming framework shows how those attacks can be routed through a controlled attacker-target-jury workflow, with ensemble judging, task-specific criteria, and cross-linguistic analysis.2 ...

July 6, 2026 · 15 min · Zelina
Cover image

The Molecule Was Right. The Reasoning Was Not.

TL;DR for operators Chemistry teams should stop treating a correct molecule, reaction product, or ranked option as proof that an AI system reasoned chemically. That is the comfortable interpretation. It is also, inconveniently, the one ChemCoTBench-V2 was built to dismantle. The paper introduces a benchmark that evaluates chemical language models at three separate levels: final-answer correctness, template adherence, and step-wise chemical validity. The important move is not “add more benchmark rows.” The move is to force the model to expose intermediate chemical commitments—rings, scaffolds, fragments, reaction types, edit plans, condition rankings, product constructions—and then check those commitments with deterministic chemistry rules or verified reference traces.1 ...

July 2, 2026 · 17 min · Zelina