A personal reference of the evaluations I see cited most often when frontier AI models are released or
compared. Grouped by what they measure. Not exhaustive — just the ones worth knowing.
MMLU / MMLU-Pro huggingface
The classic 57-subject multiple-choice knowledge test (MMLU), now largely superseded by MMLU-Pro,
which expands answer options from 4 to 10 and strips trivial questions. Functionally saturated
above 88% for frontier models, making top-end differences nearly meaningless — but still the
historical reference point everyone cites.
Humanity’s Last Exam lastexam.ai
The current ceiling for closed-ended evaluation: 2,500 questions across 100+ subjects, contributed
by ~1,000 experts across 500+ institutions, deliberately unanswerable by retrieval. As of late
May 2026, leaders sit in the mid-40s percent (e.g., Gemini 3.1 Pro Preview around 44.7%) versus
~90% for human experts — the widest human–AI gap of any mainstream test.
ARC-AGI (1 / 2 / 3) arcprize.org
François Chollet’s fluid-intelligence series. ARC-AGI-1 is saturated; ARC-AGI-2 is the
active grid-reasoning test; ARC-AGI-3, launched March 2026, is the first fully interactive version
— games with no instructions, where humans score 100% and frontier AI scores ~0.51%. On the
model cards of all four major labs.
SimpleBench simple-bench.com
From AI Explained: ~200 multiple-choice questions built around everyday reasoning rather than
academic knowledge — spatio-temporal, social, and “linguistically adversarial”
phrasings designed to tempt shortcut answers. Defining feature: humans still win. The
non-specialist baseline is ~83.7%, well above frontier models — unusual in 2026 —
making it a useful gut-check on commonsense robustness that high MMLU/GPQA scores miss.
ProgramBench Meta FAIR · Stanford ·
Harvard · May 2026
Clean-room “rebuild from binary” methodology: agents are given a compiled program
— FFmpeg and SQLite are the flagship targets — and must reconstruct working source
from scratch. The headline metric was 0% Resolved across 9 models at launch, with Claude Opus 4.7
leading the “Almost” tier at 3.0%; the May 11 update added GPT-5.5 (xhigh) at 0.5%. A
live LessWrong debate questions whether the task is achievable as defined.