Cover image

Correct Answer, Weak Evidence: Measuring Multimodal Reasoning at the Fact Level

TL;DR for operators A correct multimodal answer with citations can still have a weak evidence trail. In human evaluation on Video-MMMU, Gemini-3-Pro reached 86% question-answering accuracy but only 16.3 on MuRGAt-Score, meaning answer performance and fact-level grounding ranked very differently. MuRGAt evaluates two requirements separately. Coverage asks whether verifiable claims receive citations. Attribution asks whether the cited frames, audio, figures, or temporal segments are actually relevant to and sufficient for the factual claims they accompany. The combined score rewards systems only when both conditions hold. ...

September 13, 2026 · 7 min · Zelina
Cover image

When Worse Inputs Score Better: Audit the Credibility Behind the Benchmark

TL;DR for operators A benchmark score can be high without being equally trustworthy as a measure of generalization. In this study, the researchers deliberately degraded benchmark questions before they reached the answering model. At a noisy-router count of eight, 10 of the 12 evaluated models nevertheless scored above their own clean baseline. At nine routers, eight models still did so, and the mean positive excess among above-baseline cases reached 0.086. ...

September 10, 2026 · 7 min · Zelina
Cover image

Who Sets the Score? H-Bench Reframes AI Benchmarking as a Sociotechnical System

TL;DR for operators Two teams can test the same model, observe the same metric values, and still reach different deployment decisions because they assign different costs to reliability, latency, interpretability, fairness, or other constraints. Most benchmarks handle that difference outside the scoring system: someone chooses the metrics and weights, publishes the resulting scorecard, and the benchmark remains comparatively fixed. ...

September 9, 2026 · 8 min · Zelina
Cover image

Success Is Not the System: Rethinking How AI Agents Should Be Evaluated

TL;DR for operators An enterprise agent can finish a workflow and still be a poor production system. It may require repeated retries, call the wrong tool before recovering, exceed an acceptable cost envelope, fail under small environmental changes, or depend on a human to stop a consequential action. Bin Xu’s survey, AI Agent Systems: Architectures, Applications, and Evaluation, treats those behaviors as part of the system being evaluated, not as incidental implementation details.1 Its central abstraction places the model inside an execution loop with memory, tools, verifiers, and an environment. Section 6 then evaluates the resulting system across multiple dimensions rather than collapsing performance into task success. ...

September 7, 2026 · 5 min · Zelina
Cover image

The Planner Trusted the Wrong State: A New Security Boundary for Embodied Agents

TL;DR for operators An embodied agent can receive the correct user instruction and still plan toward the wrong objective if the internal description of its environment has been manipulated. Liu et al. test this failure mode by altering planner-visible state semantics rather than changing the instruction, model, planner, executor, or environment itself.1 ...

September 6, 2026 · 7 min · Zelina
Cover image

When Model Output Can Change State: An Architecture Guide to Agent Reliability

TL;DR for operators A tool-using agent does more than generate an answer. It observes part of a workflow, carries information forward, decides what to do, changes external state, and then reacts to the result. A wrong answer in a chatbot may remain text; a wrong action in an agent can alter a file, submit a transaction, call the wrong service, or create a bad state that later decisions treat as valid. ...

September 6, 2026 · 7 min · Zelina
Cover image

A Research Agent Should Leave a Paper Trail

TL;DR for operators A long-running research agent can produce an impressive manuscript while still leaving a manager unable to reconstruct what evidence was gathered, what failed, which claims were checked, or where a human should intervene. pAI/MSc1 is most useful as a response to that problem: although its fixed workflow uses 23 specialist agents across 30 graph nodes, its more consequential design choice is to preserve discovery, planning, theory, experimentation, synthesis, review, checkpoints, and budget accounting as named artifacts that can be inspected, resumed, audited, and structurally validated. ...

September 2, 2026 · 6 min · Zelina
Cover image

From Pre-Audit to Proof: How Technical AI Earns More Decision Rights

TL;DR for operators Do not assign technical AI authority from a headline accuracy number. Use AI freely for repeatable first-pass checks where the rule is explicit and the cost of a false flag is low. Keep human experts responsible when the decision depends on system context, feasibility, architecture, necessity, or trade-offs. Where a claim can be rerun, make execution part of the evidence standard: a reproduced calculation deserves more weight than an unsupported model judgment. Even then, preserve review for interpretation, setup choices, and citations. ...

September 2, 2026 · 8 min · Zelina
Cover image

The Agent Needs the Cluster, Not Just the Documentation

TL;DR for operators European XFEL did not find that the main obstacle to scientific AI assistance was simply insufficient documentation. Scientists and support staff had to combine project objectives, facility knowledge, instrument procedures, specialized software, computing constraints, and expertise distributed across people and documents. The resulting study1 points toward a different implementation model. An effective scientific agent needs grounded retrieval, but it also needs access to the actual execution environment, mechanisms for testing generated code, visible sources and plans, approval gates for sensitive actions, and components that can be replaced as models and tools change. ...

September 1, 2026 · 7 min · Zelina
Cover image

A Clean Jailbreak Cluster Can Still Miss Unsafe Compliance

TL;DR for operators A safety monitor can become highly accurate at recognizing jailbreak-shaped prompts without becoming equally accurate at predicting unsafe model behavior. Delcon, Algaba, and Ginis demonstrate this gap across six Qwen and Llama instruction-tuned models.1 Their internal embeddings separate control and jailbreak prompts with balanced accuracy around 0.99–1.00. Yet in Qwen-2.5-7B, where refusal and compliance observations are comparatively balanced, the corresponding refusal-versus-compliance separation reaches only 0.677. ...

August 28, 2026 · 7 min · Zelina