Every model launch leads with numbers: a perfect score on a math olympiad, a high percentage on a coding benchmark, a rank on an "intelligence index." These benchmarks drive headlines and comparisons. Knowing what they actually measure — and where they mislead — is essential to reading AI news without being fooled.
What the big benchmarks measure
A few recur constantly:
- IMO (math olympiad) — hard math problems; a strong test of rigorous, multi-step reasoning, especially when proofs are machine-verified so the score is trustworthy.
- SWE-bench — real software engineering tasks (fixing real issues in real codebases); a good proxy for practical coding ability, with a harder "Pro" variant.
- Intelligence indexes — aggregate scores combining many tests into one number for quick ranking.
These are genuinely useful: they're standardized, comparable, and track real progress on meaningful skills. A model scoring far higher on SWE-bench is probably a better coding assistant.
A benchmark is a flashlight, not the sun. It lights up one capability clearly and leaves everything around it dark. Read the beam, not the whole room.
Where they mislead
The pitfalls are real:
- They don't capture reliability — a model can ace a benchmark and still be inconsistent on your actual, messy tasks.
- Contamination — if benchmark problems leaked into training data, scores overstate ability.
- Narrowness — a single number (an "index") hides what a model is good and bad at; averages obscure.
- Gaming — labs optimize for the benchmarks everyone watches, which can inflate scores without matching real-world gains.
- Not your use case — the benchmark's tasks may look nothing like what you need.
How to read them
Use benchmarks as a starting signal, not a verdict: prefer verifiable ones (machine-checked), look at multiple benchmarks not one index, weight those closest to your use case, and — crucially — run your own evaluation on your own tasks before trusting a model in production. The benchmark tells you a model is worth trying; your eval tells you if it actually works for you.
Why it matters
Benchmarks are the vocabulary of AI progress, and they do track real advances. But they're proxies, narrow and gameable, and they never substitute for testing on what you actually care about. Read launch scores with informed skepticism: impressive, useful, and never the whole story.