Skip to content

Models

What Is the Artificial Analysis Intelligence Index? The 9 Evals Behind the Number

The Artificial Analysis Intelligence Index v4.1 blends 9 evaluations across Agents, Coding, Scientific Reasoning and General. How it is weighted, scored, normalized — and what it cannot tell you.

The Vibe Father 17 min read
Source article featured image
Source article featured image Article Source Image from source article Source page media — editorial fair use review required
Share Post to X LinkedIn

The Artificial Analysis Intelligence Index is a weighted blend of nine evaluations across four categories, and version 4.1 puts more weight on agentic work than on anything else. When you read that Claude Opus 5 scores 61 and Fable 5 scores 60, this is the machinery producing those numbers.

Searches for "artificial analysis" rose sharply alongside the Opus 5 launch, which makes sense — it is the independent source most launch coverage cites, and almost nobody explains what it measures. We have a particular reason to be precise here, the Artificial Analysis indices are the inputs to our own Vibe Coding Index, so if this methodology is wrong, our board is wrong.

The composition

CategoryWeightEvaluations
Agents34%GDPval-AA v2 (20%), τ³-Banking (14%)
Coding24%Terminal-Bench v2.1 (16%), SciCode (8%)
Scientific Reasoning24%HLE (12%), GPQA Diamond (6%), CritPt (6%)
General18%AA-Omniscience (12%), AA-LCR (6%)

The headline design choice is that Agents carries the largest single weight at 34%, with GDPval-AA v2 alone at 20% — the biggest individual component in the whole index. That is a deliberate statement that agentic capability is what a 2026 intelligence measure should emphasise.

It also explains a result that confuses people. A model can lead the Intelligence Index without being the best pure code generator, because raw code generation is only part of a 24% slice. When Opus 5 leads at 61, a meaningful share of that comes from professional knowledge work and banking-agent tasks, not from writing functions.

How the scoring works

Most components use pass@1, the model must produce the correct answer on its first attempt. No best-of-N, no retry credit. That is a stricter and more honest standard than benchmarks that quietly allow multiple samples, and it is why pass@1 numbers look lower than marketing figures you may have seen elsewhere.

GDPval-AA v2 works differently because it has no single correct answer. It uses pairwise comparisons to produce Elo ratings anchored so that human expert performance sits at 1,000, then normalizes with clamp((Elo - 500) / 2000).

That formula is worth sitting with, because it tells you how to read the Elo numbers in launch coverage

EloNormalizedMeaning
5000.0Floor of the scale
1,0000.25Human expert anchor
1,5000.50
1,861 (Opus 5)~0.68Current top reported
2,5001.0Ceiling of the scale

So Opus 5's widely quoted 1,861 Elo on GDPval-AA v2 is well above the human expert anchor of 1,000 — but on the normalized scale it is around 0.68, not near a ceiling. Elo numbers sound more dramatic than the normalized contribution they actually make.

How precise is it?

Artificial Analysis estimates a 95% confidence interval for the overall Intelligence Index of less than ±1%, based on extensive repeats. Individual component evaluations carry wider intervals.

That number should change how you read the leaderboard. A one-point gap between Opus 5 at 61 and Fable 5 at 60 is at roughly the edge of the stated confidence interval. It is real, it is consistently measured, and it is not a gulf. Anyone describing a one-point Intelligence Index lead as domination has not read the methodology.

GapHow to read it
Under 1 pointWithin measurement noise — treat as a tie
1–2 pointsReal but small, will not be visible in daily use
3–5 pointsMeaningful, worth evaluating
5+ pointsDifferent capability class

The Coding and Agentic boards

Alongside the composite, Artificial Analysis publishes standalone capability boards — the Coding Index and the Agentic Index — on the same fixed 0–100 scale. These are the two that matter most for our purposes, and together with Intelligence they are the three dimensions our Vibe Coding Index consumes.

For Claude Opus 5 on launch day those read. Intelligence 61, Coding 78, Agentic 55. Note how differently they scale. A Coding score of 78 and an Agentic score of 55 are not directly comparable to each other as difficulty statements — each board normalizes its own components. Comparing a model's Coding to its Agentic tells you nothing, comparing two models' Coding tells you a great deal.

The nine evaluations, one by one

Knowing what each component actually tests makes the composite far easier to interpret.

EvaluationWeightWhat it tests
GDPval-AA v220%Real professional knowledge work, scored by pairwise human-anchored Elo
τ³-Banking14%Multi-step agent tasks in a banking domain with tools and rules
Terminal-Bench v2.116%Operating a shell to complete real tasks end to end
SciCode8%Scientific programming — code that has to be numerically right
HLE12%Extremely hard expert-level questions across disciplines
GPQA Diamond6%Graduate-level science questions resistant to search
CritPt6%Critical physics-style reasoning
AA-Omniscience12%Breadth of factual knowledge, including knowing when it does not know
AA-LCR6%Long-context reasoning across large inputs

A few observations that change how you read a score. Terminal-Bench at 16% is the single largest coding component — meaning the index's idea of "coding" leans toward operating a shell and finishing a task, not toward writing an elegant function. That aligns well with agentic development and less well with, say, algorithmic puzzle solving.

AA-Omniscience at 12% rewards calibration, not just recall. A model that confidently invents an answer is penalised relative to one that declines. For anyone deploying agents, that is arguably more valuable than raw knowledge.

And scientific reasoning carries the same 24% as coding. If you are choosing a model purely for software work, a meaningful quarter of the composite is measuring something adjacent to your use case. That is not a flaw — it is a general intelligence index, not a coding index — but it is a reason to read the standalone Coding board rather than the composite when coding is the job.

The effort-tier problem

This is the single most common misreading of Artificial Analysis data, and it is worth being blunt about.

Modern models expose reasoning-effort settings, and Artificial Analysis publishes results per configuration — you will see entries like "Claude Opus 5 (Adaptive Reasoning, Max Effort)" and "GPT-5.6 Sol (xhigh)" as separate rows. A model's score at max effort is not the score you get at your production default.

ComparisonValid?
Opus 5 (max) vs GPT-5.6 Sol (max)Yes — like for like
Opus 5 (max) vs GPT-5.6 Sol (xhigh)Only if you say so explicitly
Opus 5 (max) vs your production setup at highNo — different operating point
Any score quoted without its tierUnusable

When we score a model, we take the tier the board ranks at the top and say which one it is. That is why the Opus 5 scorecard records "adaptive reasoning, max effort" in its evidence metadata rather than just a bare 78.

What the index deliberately does not measure

Artificial Analysis is explicit that the Intelligence Index is a text-only, English-language evaluation suite. Multilingual and multimodal capability are benchmarked separately to keep the measurement consistent.

That is a reasonable design decision with real consequences for buyers

  • If you ship in multiple languages, the index says nothing about quality in them. A model can lead here and be mediocre in Japanese.
  • If your workload is vision-heavy — screenshots, diagrams, PDFs, UI automation — the index is not measuring it.
  • If latency is your constraint, intelligence is orthogonal. The index has no opinion on speed, and reasoning models are slow.
  • If your codebase is unusual — an internal DSL, a niche framework, heavy legacy — no public benchmark covers it.

Independent measurement versus vendor reporting

The reason to care about any of this is that vendor-reported and independently measured numbers behave differently, and launch coverage mixes them freely.

Independent (e.g. Artificial Analysis)Vendor-reported
Who chose the benchmarksThe evaluator, uniformly for all modelsThe lab, for this launch
HarnessOne harness across modelsThe lab's own scaffold
Effort tierPublished per configurationOften unstated
Opponent selectionEveryone on the boardChosen comparisons
ReproducibleMethodology is publishedUsually not

Neither is worthless. Vendor numbers frequently arrive first and are usually directionally right — Anthropic reported ARC-AGI-3 at 30.2% and the ARC Prize Foundation independently verified 30.16%, which is the outcome you hope for. But the two categories should never sit in the same table without labels, which is why our scorecards separate measured index dimensions from reported launch claims and only the former feed the ranking.

Why we use it anyway

Given all those caveats, a fair question is why our board depends on it. Three reasons.

It is independent — a third party running its own harness, not a vendor reporting on itself. It is documented, so the weighting and normalization are inspectable rather than a black box. And it is consistent across models, which is the property that makes comparison possible at all, a benchmark that is fair but applied differently per vendor is useless for ranking.

What we do not do is treat it as the whole answer. Our Coding dimension blends Arena Code WebDev human-preference Elo when current votes exist, precisely because static evaluations and human preference disagree in informative ways. And every scorecard shows the source dimensions alongside the composite, so you can disagree with our weighting and read the inputs yourself.

Reading any index responsibly

  1. Find the weighting. If it is not published, the number is an opinion.
  2. Check the scoring rule. pass@1 and best-of-N are different sports.
  3. Check the confidence interval. Gaps inside it are ties.
  4. Check the effort tier. Untiered numbers are not comparable.
  5. Check the scope. Text-only and English-only are large exclusions.
  6. Then test on your own work, because none of it knows your codebase.

Common questions

What is the Artificial Analysis Intelligence Index?

A weighted composite of nine evaluations across Agents (34%), Coding (24%), Scientific Reasoning (24%) and General (18%), reported on a fixed scale so models can be compared consistently.

What does Claude Opus 5 score?

61 on the Intelligence Index at max effort — the top published result at launch — plus 78 on the Coding Index and 55 on the Agentic Index.

Is a one-point lead meaningful?

Barely. The stated 95% confidence interval for the overall index is under ±1%, so a single point sits at the edge of measurement noise. Treat sub-point gaps as ties and reserve real weight for separations of three points or more.

Why does the index weight agents so heavily?

By design — the v4.1 framework emphasises agentic tasks, with GDPval-AA v2 alone carrying 20% of the total, the largest single component in the index.

What does an Elo of 1,861 actually mean?

GDPval-AA v2 anchors human expert performance at 1,000 Elo and normalizes with clamp((Elo - 500) / 2000). So 1,861 sits well above the human anchor but lands around 0.68 on the normalized scale — strong, and not near the ceiling.

Does it measure multilingual or multimodal ability?

No. It is a text-only, English-language suite, those capabilities are benchmarked separately.

What is pass@1 and why does it matter?

The model must be right on its first attempt, with no best-of-N sampling and no retry credit. It is a stricter standard than many published figures use, which is why pass@1 numbers often look lower than marketing charts for the same model.

Why is the Coding Index different from the Intelligence Index?

They are separate boards. Intelligence is a nine-evaluation composite in which coding is a 24% slice, the Coding Index is a standalone capability board. For choosing a model to write software, read the Coding board rather than the composite.

Sources and further reading

One last point about why methodology literacy is worth an afternoon. Every model launch produces a wave of confident claims built on numbers whose construction almost nobody checks. Knowing that Agents carries 34%, that scoring is pass@1, that the confidence interval is under a point, and that everything is text-only English turns you from a consumer of those claims into someone who can evaluate them in about thirty seconds. That skill outlasts any individual model, and on the current release cadence it will get used roughly every six weeks. It also changes what you argue about internally. A team that has read the methodology stops debating whether a model is good and starts debating whether the index weighting matches its work — which is a question with an answer, and one that points directly at which standalone board to read instead.

Reader check

Was this article helpful?

One click helps us decide what to research next.

The app behind this research

TheVibeFather is the multi-CLI AI coding harness

You just read field notes from the same team that ships TheVibeFather — the multi-CLI AI coding harness that runs Claude Code, Codex, OpenCode and more with shared memory and a verify gate. Bring your own keys.

Keep reading