Thursday, 6 August 2026 | Updating Daily AI insight, written for builders

AI Benchmarks Explained (2026): What Each One Measures and Who Leads

An AI benchmark is a fixed set of tasks used to score a model’s ability, so that
different models can be compared on the same test.
There is no single benchmark that
settles which model is best — each measures something narrow, and several of the well-known ones
are now close to saturated. The practical approach is to read the two or three that match your
actual workload, and treat any single headline number with suspicion.

Who currently leads

Ranked by the Artificial Analysis Intelligence Index, a composite of several independent
evaluations rather than one test. The last column is the one most comparisons leave out: score
divided by blended price, which is what you are really buying.

#ModelDeveloperIntelligence scoreBlended $/1MScore per $
1Claude Opus 5Anthropic61$9.006.8
2Claude Fable 5Anthropic60$18.003.3
3GPT-5.6 SolOpenAI59$10.005.9
4Kimi K3 open weightsMoonshot AI57$5.4010.6
5Claude Opus 4.8Anthropic55.7$9.006.2
6GPT-5.5OpenAI54.8$10.005.5
7GLM 5.2 open weightsZhipu AI51.1$2.0025.6
8Gemini 3.5 FlashGoogle50.2$3.0016.7
9Claude Sonnet 4.6Anthropic47$5.408.7
10Gemini 3.1 ProGoogle46.5$4.0011.6
11DeepSeek V4-Pro open weightsDeepSeek44.3$0.52284.9
12Kimi K2.7 Code open weightsMoonshot AI42$0.98042.9

Scores are on the Artificial Analysis Intelligence Index scale, a composite of several independent evaluations rather than any single test — which is the right way to read a headline "best model" claim. The strongest open-weight entry is Kimi K3 at 57. Sort the full set yourself on the LLM leaderboard.

The benchmarks that matter in 2026

MMLU (Massive Multitask Language Understanding)

Multiple-choice questions across 57 subjects, from elementary mathematics to professional
law. For years it was the default headline number, and that is now the problem: frontier models
cluster so tightly at the top that differences between them fall inside the noise. MMLU is still
useful for placing a small open model against a large one, and close to useless for separating
two frontier models. Treat a 2026 MMLU claim as a floor check, not a ranking.

GPQA (Graduate-Level Google-Proof Q&A)

Written by domain PhDs in biology, physics and chemistry, and deliberately designed so that
searching the web does not help. It answers a different question from MMLU: not “has the model
read a lot” but “can it reason through a genuinely hard problem in a technical field”. Because
it resists both memorisation and retrieval, it has aged better than MMLU as a discriminator.

SWE-bench Verified

Real bug reports from real GitHub repositories, scored on whether the model’s patch makes the
project’s own tests pass. The Verified subset is the human-validated portion, filtered to remove
tasks that were broken or impossible — which is why you should check which SWE-bench a
vendor is quoting. This is the single most decision-relevant benchmark if you are choosing a
model for a coding agent, because the task and the grading are both authentic. Claude Sonnet 5
reports 85.2% on SWE-bench Verified and 63.2% on the harder SWE-bench Pro.

Terminal-Bench

Agentic tasks carried out in a real terminal: install something, diagnose a failure, script a
fix. It measures a different skill from writing a patch — tolerance for multi-step work where
the model must read its own error output and recover. Claude Sonnet 5 reports 80.4% on
Terminal-Bench 2.1. If your use case is an autonomous agent rather than an inline code
assistant, this and OSWorld tell you more than SWE-bench does.

OSWorld

Computer use in a real desktop environment — open applications, click through interfaces,
complete a task a person would do with a mouse. Scores here are far lower than on text
benchmarks across the board, which is an honest signal about how immature computer-use agents
still are. Claude Sonnet 5 reports 81.2% on OSWorld-Verified; NVIDIA’s Nemotron 3 Nano Omni,
a 30B open model, reports 47.4% on OSWorld, which is a reasonable result for its size.

ARC-AGI

Abstract visual reasoning puzzles built so that pattern-matching from training data does not
transfer. Each task is a handful of grid transformations the model must infer from a couple of
examples. ARC-AGI is the closest thing the field has to a test of genuine generalisation rather
than recall, which is why progress on it is slow and why jumps are treated as significant.
Claude Opus 5 is reported at roughly three times the next-best model on ARC-AGI 3.

Humanity’s Last Exam

Expert-authored questions across many disciplines, written specifically to resist the
saturation that overtook MMLU. The design goal is a benchmark that stays hard as models improve,
so scores are low by construction and small gains are meaningful. Read it as a frontier
discriminator, not as a measure of usefulness for ordinary work.

Artificial Analysis Intelligence Index

Not a test but a composite, combining several independent evaluations into one score. That is
its value: any single benchmark can be targeted, and a blend is much harder to game. It is the
scale used in the table above. Claude Opus 5 is the current leader at 61, with Claude Fable 5 at
60 and GPT-5.6 Sol at 59 — and Kimi K3 at 57, the strongest open-weight result recorded, sitting
within four points of the best closed model.

How to read a benchmark claim

Ask who ran it. A vendor-reported score on its own launch page and an
independent evaluation are different kinds of evidence. Independent leaderboards apply the same
harness to every model; a vendor picks its own conditions.

Check for contamination. If a benchmark’s questions predate a model’s
training cut-off and exist publicly, some of them are likely in the training data. This is the
main reason older benchmarks inflate over time and why newer ones are built to be
“Google-proof” or held out entirely.

Watch for a moved goalpost. “SWE-bench” without “Verified”, an unnamed subset,
a different number of attempts, or a score with tool use compared against one without — these
are the usual ways a comparison stops being like for like.

Beware saturation. When every serious model scores above 90 on a test, that
test has stopped ranking anything. Differences of a point or two at the top of a saturated
benchmark are noise, not signal.

Price is part of the score. A model two points better and six times more
expensive is not better for most workloads. This is why the table above carries a score-per-dollar
column, and why the price-performance
index
exists.

Which benchmark should you actually care about?

Building a coding agent: SWE-bench Verified first, Terminal-Bench second.
Ignore MMLU entirely.

Building a computer-use or desktop agent: OSWorld, then Terminal-Bench.
Expect the absolute numbers to be low.

Technical or scientific question answering: GPQA, and Humanity’s Last Exam if
your questions are genuinely expert-level.

General assistant or chat: a composite index is more informative than any
single test, because no one benchmark resembles the spread of things real users ask.

Choosing a small model to self-host: benchmarks matter less than fit. Check
what will physically run on your hardware with the
VRAM calculator first, then compare
benchmark scores only among the models that fit.

Published benchmark results in our database

ModelPublished results
GPT-5.6 SolArtificial Analysis Intelligence Index: 59.
Claude Sonnet 5SWE-Bench Verified 85.2%; SWE-Bench Pro 63.2%; Terminal-Bench 2.1 80.4%; OSWorld-Verified 81.2%.
Claude Opus 5Artificial Analysis Intelligence Index: 61 (ranked #1 of 170 models). More than doubles Opus 4.8 on Frontier-Bench v0.1; ~3x the next-best model on ARC-AGI 3.
NVIDIA Nemotron 3 Nano OmniOCRBench V2:67.04 | Video-MME:72.2 | OSWorld:47.4 | Speech IF:89.39

Only models whose developers publish specific figures are listed. An absence here means we have not verified a published number, not that a model performs badly — which is itself worth knowing when a vendor leads with a benchmark claim.

Frequently asked questions

What is an AI benchmark?

A fixed set of tasks with a defined scoring method, used so that different models can be
compared on identical inputs. Benchmarks range from multiple-choice knowledge tests such as MMLU
to agentic tasks such as resolving real GitHub issues on SWE-bench, and each measures a narrow
slice of ability rather than overall quality.

Which AI benchmark is the most reliable?

No single one. Composite indices are the most reliable headline figure because blending
several evaluations is much harder to target than optimising for one test. For a specific
decision, the most reliable benchmark is whichever one most closely resembles your workload —
SWE-bench Verified for coding agents, OSWorld for computer use, GPQA for technical reasoning.

What is a good MMLU score in 2026?

MMLU is largely saturated among frontier models, so a high score no longer distinguishes them.
It remains useful for placing smaller open models, where the spread is still wide. If you are
comparing two frontier models, MMLU will not separate them and GPQA or a composite index
will.

Can AI benchmarks be gamed?

Yes, in two ways. Training data can include a benchmark’s questions, inflating scores without
any real capability gain — which is why newer benchmarks are designed to resist search and
memorisation. And evaluation conditions can be chosen favourably: a different subset, more
attempts, or tool use compared against a model without it. Independently run leaderboards and
composite indices mitigate both.

Do benchmark scores predict real-world performance?

Partly. Task-authentic benchmarks such as SWE-bench Verified and OSWorld predict reasonably
well because the task is the real task. Multiple-choice academic benchmarks predict poorly,
because answering exam questions is not what most applications do. The strongest predictor is
still an evaluation you build on your own data.

Which open-weight model scores highest?

Kimi K3 at 57 on the Artificial Analysis Intelligence Index, the strongest open-weight result
recorded, within four points of the best closed model. The leader table above marks every
open-weight entry, and the full set is sortable on the
LLM leaderboard.

Scroll to Top
Featured on There's An AI For That