Sign InOpen Brain
Atlas / Benchmark

Evals

Open JSONConfidence: EditorialLast updated Jul 1, 2026

Current Answer

Small, fast test sets that measure whether an agent or model change made behavior better or worse.

Implementation Consequence

Evals turn "the agent feels worse" into a CI failure. They are the only reliable gate for increasing agent autonomy.

Evidence

VercelEngineering PostSource Linked
A minimal eval harness you can run in CI
Shows how to gate agent changes behind a tiny, fast eval set in CI.
AI EngineerWorkshopTranscript Verified
Building eval sets that survive model swaps — AI Engineer workshop
Eval sets usually die when you change models. This workshop shows how to write ones that transfer.
LinkedInSocial ThreadNeeds Review
Rolling out agents behind evals — an operator’s playbook
Concrete staged-rollout playbook with numbers — but the claimed win rates are not yet source-linked.
AI EngineerAI Engineer TalkTranscript Verified
Context engineering for coding agents — AI Engineer World’s Fair
A reusable framework for deciding what belongs in an agent’s context window and what to leave out.
Corrupt Plans, Clean Traces: Evading Chain-of-Thought Monitoring with Plan Injection
arXiv · 2026-09-14

Plan injection can make an actor follow adversarial instructions while producing reasoning that looks benign to a monitor. Agent builders should treat chain-of-thought inspection as one signal, not a security boundary.

Verifiable by Construction: Claim-Level Evaluation of Verbatim Citation in Clinical Question Answering
arXiv · 2026-09-14

Claim-level quotes can look verifiable while failing to support the full claim. Builders of retrieval agents should score citation coverage, verbatim accuracy, and entailment separately.

Vulnerability Localization Benchmark: Measuring Agentic Security Analysis at Repository Scale
arXiv · 2026-09-14

VLoc Bench isolates whether security agents can find vulnerable files across real repositories. Its low scores argue for testing localization and post-fix restraint separately from patch generation.

HypoEvolve: Genetic Algorithms Enable Multi-Agent LLMs to Discover Scientific Hypotheses
arXiv · 2026-09-14

HypoEvolve turns multi-agent scientific work into explicit population updates governed by a genetic algorithm. The result suggests agent collaboration is easier to test when selection and revision are formalized.

How We Solved Agent Building — Andrew Qu, Vercel
AI Engineer · 2026-09-14

Vercel’s data agent improved after replacing prescriptive specialist pipelines with a filesystem, Bash and company-specific context. Eve packages that pattern as conventions.

Loophole: Adversarial Agents To Stress Test Your Morality — Brendan Rappazzo, Morgan Stanley
AI Engineer · 2026-09-14

Loophole turns a natural-language policy into rules, then uses adversarial agents to find forbidden allowances and wrongful refusals. It is a useful pattern for testing agent constitutions.

Tokens Should Have Jobs — Katelyn Lesse & Angela Jiang, Anthropic
AI Engineer · 2026-09-14

On Anthropic's financial-analysis bench, assigning tokens to adviser, grader, or memory roles beat pure execution at a fixed budget. Agent topology may matter as much as token count.

Domain-Specific Hallucination Detection in Large Language Models
arXiv · 2026-09-10

A calibrated DeBERTa detector scored well on HaluEval but transferred poorly to biomedical claims. Builders should tune hallucination checks to their domain instead of trusting a general evaluator.

Mousepower: agents that can’t be measured, can’t be managed. — Maximillian Piras, Yutori
AI Engineer · 2026-09-10

Token counts do not show whether an agent was worth running. Define outcomes and cheap acceptance checks first, then reserve agents for work that is uncertain to execute but relatively easy to verify.

How long can your skills be before your agent forgets what you told it? — Laurie Voss, Arize AI
AI Engineer · 2026-09-09

Instruction capacity rose sharply, but long skill files still need evals. Current models can track thousands of constraints, with large differences by model, wording, and order.

Canonical Color as a Lens into Concept Decodability in Vision Encoders and VLMs
arXiv · 2026-09-08

Vision encoders can expose an object’s typical color even from grayscale input, and VLM post-training can substantially alter that signal. Useful evidence that visual representations contain learned concepts, not only pixels.

Same Trajectory, Contradictory Rewards (ROBORMBENCH): Paraphrase Fragility in Vision Language Reward Models
arXiv · 2026-09-04

Semantically equivalent instructions can make VLM reward models score identical robot behavior differently. Agent evaluators should test paraphrase invariance, not assume model scale or reasoning fixes it.

Necessary or Sufficient? Evaluating LLM Explanations With Behavioural Evidence
arXiv · 2026-09-04

LLMs' stated top decision factors only weakly tracked factors shown to affect outputs. For agent oversight, validate explanations with controlled interventions before using them for escalation.

When LLM Decompilers Recompile More and Preserve Less
arXiv · 2026-09-04

LLM decompilers can produce compilable C that passes shipped tests while changing behavior or hiding crashes. Validate reconstructed code against the original with shared fuzzed inputs.

Clean Engineering, Unstable Measurement: A Preregistered Reliability Failure of Black-Box LLM Observers on Shared Endpoints
arXiv · 2026-09-03

A 52,988-request audit found black-box LLM judges too unstable for preregistered gates. Measure repeatability first, and pilot the judge before fixing evaluation thresholds.

Legibility is Not Interpretability: Comparing Judged and Actual Importance in Chain-Of-Thought Reasoning
arXiv · 2026-09-03

Readable chain-of-thought is not a reliable map of which steps caused a correct answer. Treat step-level LLM critiques as partial signals, especially on already-correct traces.

SWE-Gate: Passing Functional Tests Is Not Enough for Software Engineering Agents
arXiv · 2026-09-03

SWE-Gate shows why green tests are an incomplete agent-eval signal: 221 of 644 functionally passing repairs still violated constraints derived from code review.

From Deceptive Outputs to Deceptive Mechanisms: A Causal Framework for Language-Model Deception Research
arXiv · 2026-09-03

A causal framework separates deceptive-looking model output from the mechanism producing it, giving agent evaluators a stricter basis for claims about intent or agency.

Legora reviewed 41 documents in minutes with GPT-6 Astra
OpenAI · 2026-09-03

Legora says GPT-6 Astra reviewed 41 documents within minutes, caught every planted error, and improved its workflow result by nearly 40%, though the underlying measure is unspecified.

User Feedback Provides a Unique Signal that LLMs Can not Detect
arXiv · 2026-09-02

User feedback helps models repair targeted faults, but LLM judges often miss those repairs. Agent evals should retain human feedback and avoid treating model preference as ground truth.

Cliff: Learning Process Rewards from the First Mistake
arXiv · 2026-09-02

Cliff trains on the location of a rollout’s first reasoning error, rewarding the valid prefix and penalizing the suffix. It offers finer supervision without a specialized reward model.

Dutch Books for Language Models
arXiv · 2026-09-02

A label-free Dutch-book test finds internally inconsistent probabilities from language models, especially when prompts add logical complexity or irrelevant context.

Beyond Scores: Understanding LLM-as-a-Judge Mechanisms in Summarization Evaluation
arXiv · 2026-09-01

Mechanistic tests suggest two open LLM judges route local errors early and form ratings late, giving eval builders concrete layers and components to probe for judge failures.

CordisBench: Can Language Models Reason About Component Lifecycles in Dynamic Agent Harnesses?
arXiv · 2026-09-01

CordisBench finds that models lose reliability as harness lifecycle interactions grow, while deterministic execution semantics can replace costly reasoning on controlled cases.

StudentSim: Training LLM-based Student Simulators
arXiv · 2026-09-01

StudentSim turns sparse user histories into individualized simulators that model both current behavior and response to guidance, a pattern for testing adaptive agents before live deployment.

BLOOM-WILT: Logit Tilting for Behaviour Elicitation in Automated LLM Auditing
arXiv · 2026-08-31

BLOOM-WILT makes rare model behaviors easier to surface by adapting both the auditor’s strategy and target decoding. Its results also show that elicitation method can reverse safety rankings.

S3Gym: Can LLMs Turn Self-Testing and Self-Judging into Self-Improvement?
arXiv · 2026-08-31

S3Gym tests whether agents can explore, judge outcomes, and reuse experience. Raw history, compressed memory, and training each help in some tasks, but none is a reliable default.

From Tokenmaxxing to Trusted Throughput — Mingsheng Hong, Ironclad
AI Engineer · 2026-08-29

Ironclad argues against optimizing token volume or spend alone: measure reviewed, merged code and fix review and CI bottlenecks before judging coding-agent ROI.

Your Code Has Bugs. Lean4 Has Proofs: Formal Verification for Engineers — Varun Pant, AWS
AI Engineer · 2026-08-28

Formal verification gives agent-generated code a machine-checkable contract beyond tests. The hard part shifts upstream: humans must define and validate what correct means.

SWE-Prime: Fewer Trajectories, Better Performance
arXiv · 2026-08-27

SWE-Prime finds that filtering coding-agent traces by process and segment quality can beat training on every resolved trajectory, reducing noisy imitation from redundant or risky steps.

RedEvoAgent: Automatic Red-Teaming Agent with Experience-Driven Skill Evolution
arXiv · 2026-08-27

RedEvoAgent turns prior jailbreak trajectories into a compact attack skill, then keeps only validated improvements. It offers a more interpretable way to probe tool-using agents for unsafe actions.

Can LLMs Write Fast Multi-GPU Kernels? — Simran Arora, Together AI
AI Engineer · 2026-08-27

A multi-GPU kernel benchmark shows coding agents can improve with tools and iteration, but still struggle with communication scheduling, partitioning, and transfer choices.

The Agentic Commerce Stack — Ahnaf Prio, Best Buy
AI Engineer · 2026-08-27

Agentic checkout spans product feeds, tool discovery, checkout state, and delegated payment authority. Builders need protocol-specific adapters and evals because ACP and UCP have not converged.

TraceML: An Empirical Analysis of Human-Agent Planning in Machine Learning Development
arXiv · 2026-08-26

TraceML exposes why coding agents stall on long ML work: they repeat narrow optimization loops instead of alternating work types, revisiting discarded ideas, and pivoting like experts.

Trace Integrity for LLM Data Agents: A Vision for Auditable Structured Reasoning in Real-World Systems
arXiv · 2026-08-26

Correct answers can hide invalid computation. Trace Integrity proposes executable, replayable contracts for data agents and reports 45.8–59.1% correct-answer/invalid-trace rates across three SQL modes.

Building GTM AI Agents: Lessons from Deploying to 6,000 Users — Sait Izmit, Snowflake
AI Engineer · 2026-08-26

Snowflake’s rollout favors narrow, high-accuracy coverage, staged adoption, and log-driven iteration over connecting every data source before launch.

Einstein Arena: Harnessing Collective Agent Intelligence for Open Science — James Zou, Together AI
AI Engineer · 2026-08-25

Einstein Arena suggests multi-agent environments can outperform fixed workflows when they expose verifiers, shared solutions, forums, and incentives. Its results also show why benchmark shortcuts need active testing.

Inside 847 Production Clinical AI Notes — Sebastian Fox, Composo
AI Engineer · 2026-08-22

Plausible outputs can hide consequential omissions that generic LLM judges miss. Production evals need real failure discovery and retrieved expert judgments, not a frozen rubric alone.

Preferences Over Benchmarks: Model Routing — Archana Kamath & Tyler Gillam, DigitalOcean
AI Engineer · 2026-08-22

Per-task model routing cut the demonstrated coding session’s cost from 44¢ to 14¢ with similar completion time, but builders still need workload-specific evals to validate quality.

Move by Move: Measuring and Steering How LLMs Conduct Psychotherapy
arXiv · 2026-08-21

A tool-exposed ontology steered models closer to human therapy patterns without fine-tuning, showing how explicit action vocabularies can improve agent behavior.

Agent-Ready Context

Keep evals fast (<30s) and behavior-anchored so they survive model swaps. Wire into CI; fail builds on regression. Start from your 5 most common failure cases.
Stable permalink · evidence auto-collected from source labels · synthesis maintained by feed7 editorial
Local Graph
Evals

Graph is progressive enhancement. Every edge listed below.