INQUIRING LINE

When an AI aces a test, does that mean it can do the real job, or just the gradable parts?

What distortions do automated benchmarks introduce compared to real tasks?

This explores what gets warped when a real task is turned into something a machine can grade automatically, and where a benchmark score and real-world ability come apart.


This explores what gets warped when a real task is turned into something a machine can grade automatically, and where a benchmark score and real-world ability come apart. The corpus points to several separate distortions, and they don't all push in the same direction.

The first distortion is which tasks get measured at all. Benchmarks favor tasks that are precisely specified and easy to grade automatically, so messy, long-horizon work mostly drops out. The result is that automated benchmarks can both overstate and understate what frontier systems do. Do automated benchmarks hide what frontier AI systems can really do? proposes the alternative: run long, untidy real tasks, read the logs qualitatively, and report the cost. That approach also catches emerging capabilities earlier. A second thing that disappears is the user. Outcome-only scoring hides how different people phrase requests and how they judge results, which is why Can simulated users reveal what offline benchmarks miss? builds simulated users, with 8.3 billion persona records, to put that variety back into evaluation.

The second distortion is that the test may not be independent of the model. Qwen2.5-Math-7B can reconstruct 54.6% of MATH-500 from partial prompts, yet it scores 0.0% on the later LiveMathBench. That gap suggests the earlier score reflects memorization more than reasoning (Does RLVR success on math benchmarks reflect genuine reasoning improvement?). The same work also found that on clean benchmarks only correct rewards improve performance. Contamination doesn't mean the underlying change is fake, though. Can genuine reasoning activation coexist with contaminated benchmarks? argues that real reasoning behavior and inflated benchmark gains sit at different measurement levels and can coexist. So a score can be wrong about a real effect, or right for the wrong reason.

The third distortion is that a single number doesn't say what produced it. A benchmark result measures the model plus everything wrapped around it. Can execution harnesses lift model performance without retuning weights? shows this: optimizing the execution system around frozen weights lifted DeepSeek-V4 Flash by 5.4 points on Terminal-Bench 2.1, with no change to the model. The number also doesn't say whether the run was legitimate. Can infrastructure evidence replace terminal scores in benchmark validation? argues for backing scores with recorded infrastructure evidence about whether the agent followed the intended path. And a score stripped of its source and setting can't support comparisons, which is the case for Can benchmark scores be trusted without knowing their origin? keeping provenance attached. A quieter version of the same problem comes from instruction tuning. Models trained on empty or deliberately wrong instructions do about as well as models trained on correct ones, because what transfers is the shape of the output (Does instruction tuning teach task understanding or output format?). Part of a good score can therefore be familiarity with the format rather than understanding of the task.

Making evaluations interactive doesn't fix this. Do interactive evaluations actually solve the benchmark comparison problem? finds that comparability, reproducibility, and the link from evidence to judgment move into a higher-dimensional space instead of going away, and that the field needs shared design protocols more than a new format. The common thread across these notes is that a benchmark score is a compressed claim, and each distortion above is something the compression discarded: the messy tasks, the users, the model's independence from the test, or the conditions of the run.


Sources 9 notes

Do automated benchmarks hide what frontier AI systems can really do?

Automated benchmarks both overstate and understate capability by privileging precisely-specified, auto-gradable tasks. Open-world evaluations of long-horizon messy tasks through qualitative log analysis—with cost explicitly reported—correct these distortions and catch emerging capabilities earlier.

Can simulated users reveal what offline benchmarks miss?

MatrAIx proposes a population-scale evaluation framework with 8.3 billion persona records across multiple environments and task domains, arguing that outcome-only benchmarks abstract away how diverse users formulate requests and judge results. The infrastructure decouples user variation from fixed scoring to put human diversity back into evaluation.

Does RLVR success on math benchmarks reflect genuine reasoning improvement?

Qwen2.5-Math-7B reconstructs 54.6% of MATH-500 from partial prompts but scores 0.0% on post-release LiveMathBench, revealing dataset contamination. On clean benchmarks, only correct rewards improve performance; random and inverse rewards fail or degrade reasoning ability.

Can genuine reasoning activation coexist with contaminated benchmarks?

RLVR activates genuine reasoning patterns through RL training while benchmark improvements may reflect data memorization on contaminated datasets. These operate at different measurement levels and can coexist without contradiction.

Can execution harnesses lift model performance without retuning weights?

StateM improves Terminal-Bench 2.1 accuracy across multiple models by optimizing execution systems around frozen weights. The same runbook transfers to newer models without modification, achieving 95.3% on GPT-5.6 and lifting DeepSeek-V4 Flash by 5.4 points.

Show all 9 sources
Can infrastructure evidence replace terminal scores in benchmark validation?

BenchShield enables benchmark operators to issue claims about valid task completion grounded in recorded infrastructure evidence rather than terminal scores alone. This shifts from a single number to a verifiable claim about whether an agent followed the intended evaluation path.

Can benchmark scores be trusted without knowing their origin?

Benchmark Radar catalogs AI evaluations while keeping source identities and citations attached, enabling readers to trace scores back to their original settings. The system demonstrates that scores without provenance cannot reliably support model comparisons.

Does instruction tuning teach task understanding or output format?

Models trained on semantically empty or deliberately incorrect instructions achieve comparable performance to those trained on full correct instructions, achieving 43% vs random baseline 42.6%. The semantic content of instructions appears largely irrelevant; what transfers is knowledge of the output space.

Do interactive evaluations actually solve the benchmark comparison problem?

Interactive evaluation relocates core problems—comparability, reproducibility, evidence-to-judgment mapping—into higher-dimensional space rather than solving them. The field needs design protocols and shared standards, not format adoption, to make trajectory scoring interpretable.

Papers this line draws on 8

The research behind the notes this line reads — ranked by how closely each paper relates.