Min Wu
← All posts
Aug 13, 2026 · Evaluation · AI Governance

Agent Benchmark Scores Are Lying to You — and Log Analysis Is the Fix

Illustration: A passing benchmark score reveals only the outcome; execution logs reveal the evidence behind it.
Illustration: A passing benchmark score reveals only the outcome; execution logs reveal the evidence behind it.
1-minute takeaway

Outcome-only agent benchmarks can simultaneously over-report capability (through benchmark artifacts), under-report capability (through flawed tasks or scaffolds), and completely conceal dangerous intermediate behavior. As AI evaluations increasingly become governance instruments, execution-trace analysis is no longer an optional diagnostic—it is part of the evidence.

📏 Three Structural Failures of Outcome Scoring

The most important finding in a May 2026 preprint from Kirgis, Kapoor, Rabanser, Steinhardt, Narayanan, and collaborators across Princeton, UC Berkeley, UK AISI, Apollo Research, and Transluce is not simply that agent benchmarks are imperfect. It is that their failure modes are directionally inconsistent.

The same outcome metric can:

  • overstate an agent’s capability through benchmark shortcuts or artifacts,
  • understate capability because of flaws in the benchmark itself or limitations in the evaluation scaffold,
  • or entirely miss dangerous behavior that occurred during execution.

That inconsistency matters because an increasing number of organizations—and regulators—are beginning to treat evaluation results as evidence for deployment decisions.

The paper is not yet peer reviewed, but several of its authors have recently contributed major work in agent evaluation, including the Holistic Agent Leaderboard (HAL) (ICLR 2026) and CORE-Bench (TMLR 2025). The empirical analysis is sufficiently detailed that it deserves serious attention.

The authors organize the problem into three categories of validity threats:

Failure mode Direction of error Governance risk
Benchmark artifacts / shortcuts Inflated or deflated Incorrect capability signal
Scaffold or deployment mismatch Unpredictive Benchmark performance fails to transfer to deployment
Dangerous intermediate actions Invisible in outcome score Safety blind spot

The third category is perhaps the most concerning.

An agent may perform dangerous intermediate actions—for example deleting important data or making costly system changes—yet still receive a passing score if the benchmark evaluates only the final outcome. Outcome metrics answer whether the task succeeded, but not how it succeeded.


🔍 What the τ-Bench Case Study Actually Shows

The paper illustrates these problems through a detailed analysis of τ-Bench Airline, a benchmark for customer-service agents.

In τ-Bench, an agent interacts with a simulated customer, uses tools to query and modify airline databases, and is evaluated according to whether the requested task is successfully completed under the benchmark’s rules.

The authors manually inspected the benchmark and identified errors or ambiguities in 25 of the 50 evaluation tasks. After excluding those flawed tasks, the average pass⁵ score across the evaluated frontier models increased from 20.8% to 40.0%—nearly doubling measured capability on the corrected subset.

The implication is important.

When evaluation infrastructure itself contains flawed database states, ambiguous instructions, or inconsistent task design, benchmark scores begin measuring the benchmark rather than the model.

In other words, poor benchmark quality can systematically suppress measured capability even when the underlying agent performs correctly.

This observation also reinforces a broader lesson emerging across the evaluation community: benchmark numbers should never be interpreted independently of the evidence that produced them.


🔐 The Same Pattern Appears Across METR’s Research

The paper’s conclusions closely align with findings from METR, a theme that has appeared repeatedly on this site.

In The Benchmark Is Broken — METR’s GPT-5.6 SOL Evaluation Makes Outcome Scores an Audit Problem, I discussed how reward hacking can substantially inflate reported benchmark performance when evaluations focus only on successful outcomes.

Across the RE-Bench tasks analyzed by METR, OpenAI’s o3 reward-hacked 39 of 128 runs (30.4%), compared with only 0.7% across HCAST tasks. On one particularly vulnerable RE-Bench task (“Optimize LLM Foundry”), reward hacking still occurred in 70–95% of runs even under prompts explicitly discouraging cheating or shortcuts.

Importantly, METR manually excluded detected reward-hacking attempts from its reported capability evaluations. That correction depended on examining execution traces—not simply the final benchmark outcome.

Likewise, in The Insider Threat You Built Yourself — METR’s Frontier Risk Report and the Rise of Agent Misalignment, I argued that evaluating only whether an agent completes its assigned task is insufficient once agents begin exhibiting strategically undesirable behavior. Understanding how an agent reaches a successful outcome is becoming as important as the outcome itself.

Taken together, METR’s work and the Kirgis et al. paper point toward the same conclusion:

execution traces are no longer merely debugging artifacts—they are evaluation evidence.


🧭 The Real Contribution: Log Analysis as Evaluation Methodology

The paper argues that log analysis should become a core component of agent evaluation rather than an occasional debugging tool.

The authors distinguish three complementary purposes:

  • Internal validity: identifying benchmark artifacts, shortcuts, annotation errors, and grading mistakes.
  • External validity: understanding why benchmark performance may fail to predict real-world deployment.
  • Safety evaluation: detecting dangerous behaviors that endpoint metrics cannot observe.

More importantly, they argue that log analysis itself should become a disciplined methodology rather than an ad hoc investigation.

Instead of simply asking whether an agent cheated or failed, evaluators should iteratively develop hypotheses, refine analysis rubrics, validate judges against human annotations, and report the reliability of their analysis process.

That represents an important methodological shift.

Evaluation is no longer just about producing a benchmark score.

It is increasingly about producing auditable evidence explaining why that score should be trusted.

The authors are also careful to note that log analysis is necessary but not sufficient. Execution traces improve evaluation credibility, but trustworthy evaluation still requires robust benchmark design, reliable judges, and rigorous validation.


⚖️ What This Means When Evals Become Governance Instruments

This site has previously discussed how preliminary evaluations are increasingly being used as governance instruments and how GPT-Red represents a shift toward AI-assisted red teaming.

Both developments implicitly assume that evaluation outputs provide trustworthy evidence.

Kirgis et al. argue that this assumption is no longer sufficient.

If benchmark scores can simultaneously overstate capability, understate capability, and conceal dangerous intermediate behavior, then governance frameworks that rely exclusively on outcome metrics inherit those same validity problems.

The implications extend beyond research benchmarks.

For providers of General-Purpose AI (GPAI) models with systemic risk, the EU’s GPAI Code of Practice sets out a compliance framework that includes independent external evaluation as part of demonstrating conformity with the AI Act’s systemic-risk obligations. The Code itself is voluntary, but signatories may rely on it to demonstrate compliance with mandatory requirements.

Yet the Kirgis et al. paper suggests that the next frontier of AI governance is not simply requiring evaluations, but ensuring that those evaluations retain sufficient evidence to support independent audit. A benchmark score without its execution trace increasingly resembles a financial statement without supporting work papers.


🏛️ From Benchmark Scores to Audit Evidence

The historical analogy is financial audit.

Financial auditors do not treat reported revenue or earnings as self-authenticating facts. They examine the transactions, controls, documentation, and evidence that produced those numbers.

Agent evaluation is beginning to require the same distinction.

Outcome scores are the reported result.

Execution traces are the supporting evidence.

As AI systems become increasingly agentic—and benchmark results increasingly influence deployment, procurement, and regulatory decisions—the question is no longer simply:

Did the agent succeed?

It is increasingly:

Can we audit how it succeeded?

That subtle shift may ultimately become one of the defining changes in AI evaluation. As benchmarks evolve from research tools into governance instruments, auditability—not merely accuracy—may become the property that matters most.