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.
When Will The Benchmaxxing Plague End? — Nick Heiner, Surge AI
AI Engineer · 2026-08-02

Nick Heiner argues that leaderboard gains can diverge from useful agent behavior through contamination, weak verifiers, reward hacking, and test conditions that users cannot inspect.

Teaching AI to Find Real Vulnerabilities — David Brumley, Bugcrowd
AI Engineer · 2026-08-01

Cybersecurity agents need deterministic exploit oracles and tasks that reward finding distinct vulnerabilities, not self-reported wins or one crash. A capability ladder makes partial progress measurable.

Rethinking Environments for Long-Horizon Work — Rayan Garg, Theta Software
AI Engineer · 2026-08-01

Human task duration is a weak proxy for agent difficulty when agents use different shortcuts and tools. Long-horizon evals need environment complexity, queryable trajectories, and judges that inspect final state.

Verifiable Environments for AI in Biology — Kenny Workman, LatchBio
AI Engineer · 2026-07-31

Biology agents need evaluators that verify analysis of large experimental datasets, not recall. LatchBio found human review essential because valid scientific paths can defeat brittle graders.

Ending AI Slop — Thais Castello Branco, Taste Labs
AI Engineer · 2026-07-31

For subjective agent output, replace vague requests for quality with decomposed brand constraints, then reserve human preference data for style and creativity that resist deterministic checks.

AgentHPOBench: A Benchmark For Evaluating LLM Agents as Sequential Hyperparameter Optimizers
arXiv · 2026-07-31

AgentHPOBench tests whether agents can learn from experiment history, not merely produce code. Its results expose weaknesses in sustained refinement and log diagnosis across sequential ML runs.

Benchmarks: The Good, the Bad, and the Ugly — Ali Khial, G2i
AI Engineer · 2026-07-31

Coding benchmark scores can mislead when prompts leak implementation details or tests reject valid solutions. Inspect tasks and verifiers before using a leaderboard to choose an agent.

Reinforcement Learning without Verifiable Rewards — Will Brown, Prime Intellect
AI Engineer · 2026-07-31

For agent work without deterministic answers, mine production traces into tasks, build controllable simulators, and use scaled judges to derive rubrics while watching for reward hacking.

DeepSeek V4 Flash now runs updated weights on AI Gateway
Vercel · 2026-07-31

DeepSeek V4 Flash’s updated weights replace the preview behind the existing model ID, raising its reported Terminal-Bench score from 56.9 to 82.7 without code changes.

fighting slop with slop — Vaibhav Gupta, Boundary
AI Engineer · 2026-07-31

Boundary replaces blanket code review with stable architecture rules, agent-generated tests, transcript inspection, execution traces, and human triage—a concrete harness pattern, not a license to skip verification.

OSReward: Instituting Standardized Evaluation for Cross-Platform Computer-Use Reward Models
arXiv · 2026-07-30

OSReward finds that VLM judges often approve failed computer-use runs. Its benchmark and open reward models offer a more grounded way to evaluate trajectories without paying frontier-model costs.

Change2Task: From Repository Changes to Executable Coding Agent Tasks and Environments
arXiv · 2026-07-30

Change2Task converts merged PR history into executable coding-agent tasks on current repository states. It could expand continuous eval sets while reducing stale environments and repeated setup.

PAIChecker: Uncovering and Checking PR-Issue Misalignment in SWE-Bench-Like Benchmarks
arXiv · 2026-07-30

PAIChecker finds PR–issue mismatch in 13.6% of SWE-bench Verified instances. Benchmark maintainers should validate that the issue, patch, and tests describe the same task before trusting agent scores.

Sample More, Reflect Less: Self-Refine and Reflexion Lose to Repeated Sampling at Equal Token Cost, from 1.5B to 7B
arXiv · 2026-07-30

At equal generated-token cost, repeated sampling matched or beat seven reflection, critique, selection, and debate methods. Agent evals should budget every generated token, not compare against one-shot baselines.

First Steps Toward Automated AI Research — Richard Socher, CEO Recursive AI
AI Engineer · 2026-07-30

Socher’s automated-research design combines prior knowledge, measurement data, simulation, physical experiments, and agent orchestration, with early demonstrations in training and CUDA optimization.

Persona Engineering: A Field Guide to AI Synthetic Personas — Ishan Anand, InsightSciences.ai
AI Engineer · 2026-07-29

Synthetic personas can extend existing research, but they are forecasts, not extra respondents. Ground prompts richly and validate each setup against human data before using it.

SimulationMaxxing: How we ship agents 20× faster — Aman Gupta (Nubank) + Shreya Rajpal (Snowglobe)
AI Engineer · 2026-07-29

Nubank uses simulated multi-turn traces to evaluate agent changes before production, shortening release cycles while checking simulation results against real data and human review.

MindForge: Teaching Small Language Models Whole-Life-Cycle Software Engineering via Source-Free Program Synthesis
arXiv · 2026-07-29

MindForge trains a 27B coding model on source-free program synthesis, raising ProgramBench pass rate from 37.98% to 49.51% and improving across seven unseen benchmarks.

How enabling two settings tripled our scores on the ARC-AGI-3 benchmark
OpenAI · 2026-07-29

Two API settings—reasoning retention and compaction—reportedly tripled GPT-5.6’s ARC-AGI-3 score. Agent evals should treat runtime configuration as part of the tested system.

How Forward Deployed Engineering is done at Cognition — Jia Wu
AI Engineer · 2026-07-28

Cognition measures coding-agent deployments by delivery outcomes, not sessions or tokens: engineering capacity, shorter timelines, and accepted PRs tied to customer work.

How Forward Deployed Engineering is done at Ramp — Leo Mehr
AI Engineer · 2026-07-28

Ramp pairs strict request scoping with agents across the delivery pipeline. Its intake agent reportedly saves about 20% of scoping time, while humans retain final judgment.

Desktop-Delta Bench: Do Computer-Use Models Understand Desktop GUI Transitions?
arXiv · 2026-07-28

Desktop-Delta Bench tests whether computer-use models can verify what changed after an action, exposing a reliability gap hidden by end-task and single-frame scores.

Efficient LLM-Generated Shuttling Compilers for Complex Trapped-Ion Architectures
arXiv · 2026-07-27

Frontier models iteratively produced trapped-ion compiler code that beat hand-built baselines in some architectures, showing a specification-to-evaluation loop on a hard domain.

ERUnderstand: Evaluating Vision-Language Models on Structured ER Diagrams
arXiv · 2026-07-27

ERUnderstand shows vision-language models can recover common ERD elements but often miss rarer schema constructs, so image-to-schema agent workflows still need structural validation.

DeepSWE: A Contamination-Resistant Coding Benchmark — James Shi, Datacurve
AI Engineer · 2026-07-26

DeepSWE uses original long-horizon tasks to reduce contamination and expose coding-agent behaviors hidden by saturated PR-mined suites. Its current task mix still underrepresents some everyday work.

State of Data — Sean Cai, Independent / State of Data
AI Engineer · 2026-07-26

Real workflow traces may teach agents more than manufactured tasks, while benchmark scores can shift with the harness. Build pipelines around live work and test across scaffolds.

Evals-Driven Development for a Mental Health AI Coach — Akele Reed & Dave Revere, SonderMind
AI Engineer · 2026-07-25

SonderMind turns clinician-reviewed failures into release-gating evals, keeping mental-health guardrails modular and testing false positives, false negatives, category, and timing.

From Agent Traces to Agent Simulations — Rustem Feyzkhanov, Snorkel AI
AI Engineer · 2026-07-25

Reconstructing production traces as replayable environments lets teams compare agent stacks under fixed conditions and gate releases on task outcomes, cost, latency, and retries.

Evaling Video Slop — Maor Bril, Character.ai
AI Engineer · 2026-07-25

Video evaluators can reward polish while missing frozen action, broken physics, or failed storytelling. Builders need time-aware criteria and human-calibrated data, not frame quality alone.

Building Closed-Loop Evals for a Multimodal Agent at Scale — Soumya Gupta & Jai Chopra, Uber
AI Engineer · 2026-07-24

Uber’s image-editing agent uses routing, iterative QA, golden-set gates, and production feedback to avoid costly edits, hallucinated food, and quality regressions.

How Evals and Prompts Shape Agent Behavior — Preetika Bhateja & Daniel Bump, YouTube Ads
AI Engineer · 2026-07-24

Production agent behavior should be improved through a loop of tool design, small eval sets, trace review, and calibrated judges—not prompt tweaks based on one bad run.

The Future of Evals: From LLM as a Judge to Agent as a Judge — Aparna Dhinakaran, Arize AI
AI Engineer · 2026-07-24

Fixed-rubric judges miss failures that emerge across long, variable agent trajectories. Arize argues for adding agent-based analysis while retaining deterministic and LLM-judge evals.

The Regression Tax: Decomposing Why Skills Help and Hurt LLM Agents
arXiv · 2026-07-24

Procedural skills can make an agent fail tasks it previously solved. Evaluate gains and regressions separately, and design skills to preserve input grounding and output verification.

Everything Is a Rollout — Alex Shaw + Ryan Marten, Terminal-Bench, Harbor, Laude Institute
AI Engineer · 2026-07-24

Harbor frames agent development as an empirical loop: run agents in reproducible sandboxes, verify outcomes, inspect trajectories, and evaluate every harness or model change.

Vending-Bench: Long-Horizon Agent Evals — Lukas Petersson, Andon Labs
AI Engineer · 2026-07-24

Vending-Bench shows why long-horizon agents need both repeatable simulations and real-world tests: models drift, exploit incentives, and behave differently when they detect an eval.

Training Frontier Models to Out-Think Hackers — Uri Rolls, Arithmetic & Thom Wolf, Hugging Face
AI Engineer · 2026-07-24

This security eval tests whether agents can discover and exploit logic flaws across live chained services, using hidden zero-days and deterministic grading instead of source-code pattern matching.

The Unreasonable Effectiveness of Separating the Task from the Model — Maxime Rivest & Isaac Miller
AI Engineer · 2026-07-23

DSPy separates an AI task’s contract from its model, prompt, tools, and harness, letting builders swap or optimize implementations while holding behavior against the same evals.

Beyond Sycophancy: Structured Resistance and Compliance in LLM Moral Reasoning
arXiv · 2026-07-23

Three studies suggest LLM compliance varies with opinion distance, claimed source, and coalition structure, so agent tests should probe how framing changes judgment rather than score sycophancy once.

Harness Engineering is not Enough: Why Software Factories Fail — Dex Horthy, HumanLayer
AI Engineer · 2026-07-23

Coding-agent loops can raise throughput without preserving maintainability. Keep human ownership of code, and use upfront alignment to make review affordable instead of trying to automate it away.

Don't Ship Skills Without Evals — Philipp Schmid, Google DeepMind
AI Engineer · 2026-07-14

Agent skills need regression tests, not manual spot checks. Test triggering and output with and without each skill, across repeated trials and the harnesses your team actually uses.

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.