AI Evaluation
The old AI benchmarks broke. Here's what replaced them.
Static benchmarks like MMLU and GSM8K are saturated and contaminated. The industry has moved to dynamic regeneration, expert-level exams, and agentic task environments to get a real measure of AI capability.
Emmanuel Fabrice Omgbwa Yasse AI-assisted
2026-08-04 · 5 min read

For the better part of a decade, the AI industry measured progress on three names: MMLU, GSM8K, HumanEval. Scores climbed, leaderboards flipped, and each new model was declared a leap forward. Then the numbers stopped making sense. Models that aced MMLU could not write a correct function in a private repository. Systems that solved graduate-level math problems could not read an analog clock.
The old tests had broken. The models were not getting worse. The benchmarks had stopped measuring what they claimed to.
The crisis of static benchmarks and the shift to dynamic evaluation
The scale of the failure is now quantifiable. Independent audits found contamination rates reaching 91.8% in large models, where test questions and answers had been ingested during pre-training. The ability to memorize whole strings, what researchers call verbatim recall, grows with parameter count, inflating scores without any genuine reasoning. At the same time, the benchmarks themselves contained errors: MMLU Math had about 2% invalid questions, while GSM8K showed up to 42% defective or ambiguous items, widening the gap between leaderboard rank and actual capability a new benchmark designed to test reasoning directly.
When the ceiling on MMLU hit 90%, the field had a saturation problem that masked real capability gaps. A model could top the board through statistical pattern matching rather than generalization.
The field has shifted to dynamic and procedural benchmarks that cannot be gamed. Frameworks like Flame generate new test instances from academic sources through automated synthesis and formal verification, ensuring no question has appeared on the public web. Real-time benchmarks such as LiveBench, LiveCodeBench, ForecastBench, and FutureX pull fresh problems each week from recent code repositories and financial prediction tasks. LLMEval-Fair maintains a proprietary vault of 220,000 university-level questions and draws a fresh subset per session, combined with anti-cheat logic and an Elo-based ranking system. The results have started to reshape competition as Chinese AI labs use these benchmarks to demonstrate parity.
Measuring the frontier: expert-level cognitive benchmarks
To probe the upper limits of reasoning, researchers built Humanity's Last Exam (HLE), a 2,500-question set developed by the Center for AI Safety and Scale AI, published in Nature. The subject distribution is telling: mathematics accounts for 41% of questions, biology and medicine 11%, computer science 10%, physics 9%, chemistry 7%, humanities 9%, engineering 4%, and other specialized domains 9%. The format is heavily skewed toward exact short answers (76%) with the rest being multiple choice augmented by sophisticated distractors. Fourteen percent of items include multimodal components such as diagrams and figures.
The initial results were brutal. GPT-4o scored 2.7%, Claude 3.5 Sonnet 4.1%, while the average human expert baseline sat at 90%. By 2026, thinking models had narrowed the gap substantially. The poly-topological reasoning ensemble PoTRE, introduced in July 2026, hit 49.92% on HLE by running four different reasoning modes in parallel, one looking for mistakes, one planning ahead, one exploring broadly, one answering directly, and deciding which to trust. The improvement came without scaling model size or inference tokens.
| Model | HLE (%) | GPQA Diamond (%) |
|---|---|---|
| Claude Opus 5 | 64.7 | 95.0+ |
| Claude Mythos 5 | 64.5 | 95.0+ |
| GPT-5.6 Sol | 47.2 | 94.6 |
| DeepSeek V4 Flash | 51.6 | 89.2 |
| Gemini 3.1 Pro | 44.4 | 94.3 |
GPQA Diamond, the tightest science benchmark outside multimodal tests, still separates the leaders by single-digit percentage points. But the headline performance factor has shifted: accuracy on extreme tests now depends less on raw parameter count and more on a model's ability to deploy planning and self-correction subroutines during token emission.
Agentic evaluation and the surprise of jagged intelligence
The hardest reality check has come from agentic benchmarks: models deployed into real environments, GitHub issues, operating systems, web browsers, over many turns. On SWE-bench Verified, frontier models clear 70% to 95% success rates. But on SWE-bench Pro, which uses private corporate repositories, the same systems drop to 23.1% to 23.3%. On a fully confidential subset, the best scores slide further to between 14.9% and 17.8%.
The gap reveals how much of the apparent coding skill depends on having seen similar structures during training. A system that sails through public datasets stalls the moment it faces code it has never encountered.
OSWorld, which benchmarks agentic interaction with operating systems through GUI and command line, showed a different kind of progress. Average accuracy climbed from 12% in 2024 to 66.3% in 2026, approaching the human mean of 72.4%. But the advance is uneven.
| Benchmark | Top model score | Human baseline |
|---|---|---|
| SWE-bench Verified | 96.2% (GPT-5.6 Sol) | ~95% |
| SWE-bench Pro | 23.3% (Claude Opus 4.1) | ~90% (est.) |
| OSWorld | 85.0% (Claude Fable 5) | 72.4% |
| BrowseComp | 92.2% (GPT-5.6 Sol) | ~85% (est.) |
| ClockBench | 50.6% (Gemini Deep Think) | 90.1% |
The gap between sandbox scores and real-world results continues to drive new evaluation approaches as seen in the SWE Marathon leaderboard.
The pattern behind these contradictions is jagged intelligence. The same model that can score gold in the International Mathematical Olympiad can fail at reading a clock. One that simulates robot arm manipulation at 89.4% accuracy in a virtual environment sees its success rate collapse to 12% when the same task is tried on a physical robot in a real kitchen. The gaps are not random, they cluster around tasks that require sensory grounding, procedural variability, or robustness to subtle distribution shifts that the training data never captured a growing concern about sandbox evaluations.
DeepMind has published a framework that formalizes this asymmetry, arguing that operational rigor (getting the score up) has far outpaced conceptual and epistemic rigor (understanding what the score means). The field invests heavily in optimizing metrics, but the metrics themselves lose meaning the moment they become optimization targets.
This is the central tension in AI evaluation today. The old benchmarks are gone, and the new ones are harder to cheat. But they also demand constant renewal: each benchmark must be regenerated, audited, and stress-tested against shortcut strategies. A 2026 study on protocol validity found that agents can recover public solutions, read evaluation artifacts, infer generator structure, or benefit from invalid scoring paths, inflating reported scores by 0.45 to 1.00 on standard agent benchmarks. The authors recommend that every benchmark report provide evidence that scores reflect the intended capability, not the easiest available shortcut a similar critique of harness evolution inflating reported gains.
The tools are evolving alongside the metrics. Production deployments now pair offline evaluation with observability stacks, traces from W&B Weave, quality gates from DeepEval, semantic drift monitors from Arize Phoenix, that catch failures the benchmarks miss. But no test suite can eliminate the need for skepticism. Every benchmark is a proxy. The question is whether the proxy still points in the right direction.
- Source : Stanford HAI — 2026 AI Index Report, Technical Performance
- Source : Humanity's Last Exam — official site
- Source : SWE-bench — official site
- Source : Measuring Massive Multitask Language Understanding (MMLU) — original paper
- Source : Training Verifiers to Solve Math Word Problems (GSM8K) — original paper
- Source : Evaluating Large Language Models Trained on Code (HumanEval) — original paper
- Source : Humanity's Last Exam — original paper
- Source : GPQA: A Graduate-Level Google-Proof Q&A Benchmark — original paper
- Source : SWE-bench: Can Language Models Resolve Real-World GitHub Issues? — original paper
Get the tech essentials in 3 minutes every morning
One email, every weekday, with what actually matters in AI and tech.