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.
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.

AI4AI-Bench: Benchmarking LLM Agents in Algorithmic Design for Recursive Self-Improvement
arXiv · 2026-08-20

AI4AI-Bench tests whether agents can rewrite training algorithms, not merely tune runs. The best system scored 0.250, with most submissions never changing how the model learns.

Phantom Gains: Auditing Self-Improvement Against a Measured Null
arXiv · 2026-08-20

Per-problem self-improvement claims can arise from inference and evaluation noise. This audit argues every transition statistic needs a measured null from frozen baseline replicates.

Your Agent Evolved. Your Evals Didn't. — Ameya Bhatawdekar, Braintrust
AI Engineer · 2026-08-20

When an agent moves from fixed chains to model-led orchestration, memory, tools, and sandboxes, its old answer-quality evals cover only part of the system. Evals must follow the architecture.

Don’t be data poor — Anuj Iravane, Anterior
AI Engineer · 2026-08-19

When production data cannot be retained, generate eval cases backward from sampled labels and reasoning paths, build records in layers, and let domain experts steer the pipeline.

Trading Desks to Clinical Trials: Parallels in Applied Vertical AI — Ayush Bhardwaj, Allos AI
AI Engineer · 2026-08-19

Vertical agents need narrow jobs, proprietary data, observability, and expert judgment. Generic models and self-grading cannot establish whether domain-specific output is actually useful.

200 Million Patient Interactions Later — Vivek Muppalla, Hippocratic AI
AI Engineer · 2026-08-19

Hippocratic AI’s voice stack uses specialist models, parallel checks, contextual speech recognition, and offline verification to avoid a single clinical-agent failure point.

AI is the World’s largest Relationship Therapist — Clay Cockrell & Tony Fabrikant, CoupleWork AI
AI Engineer · 2026-08-19

Relationship agents can reinforce a user’s one-sided story unless clinical expertise, adversarial evals, risk escalation, and strict data handling are designed into the product.

Towards Computational Provenance: Carrying Causal-State Evidence in Generated Text
arXiv · 2026-08-17

A controlled study encoded authenticated internal-state evidence into unchanged answers, suggesting generated text could carry provenance signals, but not that current models reveal them naturally.

What Do Compliance Detectors Read? An Audit of Activation Probes and Guard Models
arXiv · 2026-08-17

Tested compliance guards often ignored the governing rule and classified from scenario cues. Builders should counterfactually swap policies before trusting a detector as an audit control.

Computer Use at the Edge of the Statistical Precipice — Pierluca D'Oro, Programma Labs
AI Engineer · 2026-08-14

Static computer-use benchmarks can reward memorized action scripts rather than adaptation. Vary task state, verify every generated case, and calculate uncertainty across both actions and environments.

QuoteBench: How Matched Scores Can Hide Command-Path Failures
arXiv · 2026-08-13

QuoteBench shows that shell-command scores can conceal failures introduced by serialization and reparsing. Agent evals should identify the execution path, not attribute every result to the model.

Cursor earns AIUC-1 certification for agent security and reliability
Cursor · 2026-08-13

Cursor’s AIUC-1 certification combines a controls audit with adversarial testing of live agents. For enterprise evaluation, it adds behavioral evidence beyond conventional data-security attestations.

Improving Agents is a Data Mining Problem — Vivek Trivedy, LangChain
AI Engineer · 2026-08-12

Agent quality problems often live in traces, not source code. Mine production runs for recurring failures, compaction drift, and counterfactual model choices, then validate changes with replayable evals.

Designing Agents (The Floor Is the Frontier) — Ben Hylak, Raindrop
AI Engineer · 2026-08-12

Agent evals tied to a model, tool call, or harness can decay after an upgrade. Keep checks in code, prioritize production failures by onset and reach, and use agents to investigate detected anomalies.

Guide, Verify, Solve — Anirban Chatterjee, Sonar
AI Engineer · 2026-08-09

A Sonar talk argues that coding-agent gains need repeatable verification, citing a three-month productivity spike alongside persistent static-analysis warnings and complexity.

Benchmarking Coding Agents on New vs Legacy Codebases — Denys Linkov, Wisedocs
AI Engineer · 2026-08-08

A production refactor shows why coding-agent evaluations need acceptance criteria and end-to-end verification: fast output can still be incomplete scaffolding.

SkillProx: Self-Evolving Agent Skills via Proximal Textual Gradient Descent
arXiv · 2026-08-07

SkillProx evolves reusable agent instructions through measured retries, regression rollback, and utility-based pruning, reporting a 3-point accuracy gain over its strongest baseline.

Fisher-R1: Training LLM Agents for Reliable Hypothesis Testing
arXiv · 2026-08-07

P-Bench tests whether agents choose statistically valid methods, not merely execute code. Fisher-R1-14B improved single-trial success over DeepSeek-V4-Pro by 21% on average.

SABRE: Scalable and Automated Benchmarking of VLMs under Stress
arXiv · 2026-08-07

SABRE turns a Markdown test design into generated VLM stress tests, then filters and repairs candidates. It offers a repeatable pattern for refreshing evals as models improve.

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.