Artificial Analysis publishes two headline numbers for every model. Almost every launch post quotes the first one.
On the 2026-09-03 snapshot, GPT-6 Astra scores 61.2 on the general intelligence index and 51.5 on the agentic index. That is a 9.7 point gap, the widest among the 19 releases scoring above 40 on the intelligence index, which is the group charted below. Weaker models show wider gaps still, but they are not competing for the same work. Claude Fable 5.1, the highest scoring model on the board at 65.7, drops to 61.3 on agentic work. Gemini 3.8 Flash loses 8.7 points.
Going the other direction, GLM 5.3 Flash is the only release that scores higher on agentic work than on general intelligence, at 58.2 against 57.5.

The numbers
Every figure below is from the Artificial Analysis snapshot taken on 2026-09-03, using the strongest effort setting published for each release.
| Release | Intelligence index | Agentic index | Gap |
|---|---|---|---|
| GPT-6 Astra | 61.2 | 51.5 | 9.7 lower |
| MiniMax-M3 | 45.4 | 36.1 | 9.3 lower |
| Gemini 3.8 Flash | 58.7 | 50.0 | 8.7 lower |
| GPT-5.6 Terra | 56.6 | 50.2 | 6.4 lower |
| Claude Fable 5 | 62.1 | 56.6 | 5.5 lower |
| Kimi K3 | 59.7 | 54.3 | 5.4 lower |
| Claude Fable 5.1 | 65.7 | 61.3 | 4.3 lower |
| Claude Opus 5 | 63.1 | 59.2 | 3.9 lower |
| GPT-5.6 Sol | 60.9 | 57.8 | 3.1 lower |
| Grok 4.6 | 60.9 | 58.7 | 2.2 lower |
| Qwen3.8 2.4T A95B | 57.7 | 57.1 | 0.6 lower |
| GLM-5.3 | 59.5 | 59.1 | 0.4 lower |
| GLM 5.3 Flash | 57.5 | 58.2 | 0.7 higher |
Read the ranking twice. By general intelligence, Astra sits fifth. By agentic index it falls behind Grok 4.6, GPT-5.6 Sol, GLM-5.3, GLM 5.3 Flash and Qwen3.8 2.4T A95B, several of which cost a fraction as much.
Why the two numbers come apart
A general intelligence score rewards getting a hard question right in one pass. An agentic score rewards something different: choosing a tool, reading what came back, noticing that it failed, and recovering, dozens of times in a row without drifting.
Those skills are related but not the same, and the failure modes are not the same either. A model that reasons beautifully in one shot can still call a tool with a malformed argument on turn 14, misread an empty result as success, and confidently report a finished job. Single pass accuracy does not measure that at all.
This is why a model can post a record on a reasoning suite and still frustrate the person wiring it into a loop. Both experiences are real, and they are measuring different things.
What the gap means for routing
The practical consequence is that the model at the top of the leaderboard is not automatically the right default for an agent, and the gap is large enough to change the ordering.
Three things follow.
Shortlist on the agentic number when you are building agents. If your workload is a tool loop, the agentic index is the closer proxy. On this snapshot that promotes GLM-5.3 at 59.1 and Grok 4.6 at 58.7 into the same conversation as models scoring far higher on the general index.
Price the gap. GLM 5.3 Flash reaches 58.2 agentic. Claude Fable 5.1 reaches 61.3. Three points of agentic capability is a real difference, and it is worth paying for on hard work. It is not worth paying for on the routine steps of a loop, which is most of the steps. This is exactly the case for routing by cost and latency rather than picking one default and living with it.
Do not trust either number as a substitute for your own evaluation. Both indices are public benchmarks, and public benchmarks measure what they measure. Requesty gives you per request logging so you can compare candidates on your own traffic, and fallback policies so a candidate that disappoints can be demoted without a redeploy.
The honest caveats
The agentic index is one composite score from one evaluator, and Artificial Analysis flags some index values as estimated. A 0.4 point gap, as on GLM-5.3, is inside the noise and should not be read as a ranking. A 9.7 point gap is not.
The snapshot is a single day. Model versions, effort settings and prices all move, sometimes weekly, so re-pull before quoting these figures.
None of this says Astra is a weak model. It says Astra's agentic score is nearly ten points below its headline score, and if you picked it for an agent because of the headline, you bought a different model than the one you read about.
Where to start
Pull both numbers for your shortlist, not just the famous one. Then check the gap. If it is wide, assume your agent will feel worse than the launch post promised, and plan to benchmark agentic routing on your own workload before you commit.
Frequently asked questions
- What is the agentic index and how does it differ from the intelligence index?
- Artificial Analysis reports a general intelligence index built from reasoning and knowledge evaluations, and a separate agentic index weighted towards tool use and multi step task completion. A model can rank well on one and poorly on the other, because answering a hard question and driving a tool loop are different skills.
- Does a negative gap mean the model is bad at agentic work?
- No. It means the model is weaker at agentic work than its headline number suggests. GPT-6 Astra at 51.5 agentic still outranks most of the field in absolute terms. The gap is about mis-calibrated expectations, not absolute capability.
- Which models hold up best on agentic work?
- On the 2026-09-03 snapshot GLM 5.3 Flash is the only release scoring higher on agentic than on intelligence, at 58.2 against 57.5. GLM-5.3 loses 0.4 points, Qwen3.8 2.4T A95B loses 0.6 and Grok 4.6 loses 2.2, so all three are close to calibrated.
- Should I pick a model on the agentic index alone?
- No. The agentic index is a better proxy than the general index if you are building agents, but it is still a public benchmark. Use it to shortlist two or three candidates and then run your own evaluation set on your own traffic.
- JUN '26
Best AI Coding Model (2026): Benchmarks, Cost, and Real World Performance
Claude Fable 5, GPT-5.5, Claude Opus 4.8, Gemini 3.5 Flash, DeepSeek V4, and Kimi K2.7 Code all claim top coding performance in 2026. This guide compares them on SWE-bench, Terminal-Bench, FrontierCode, cost per million tokens, and real-world agentic coding tasks so you can pick the right model for your workload.
- APR '26
Agentic routing, benchmarked: Requesty adds 16ms of overhead, OpenRouter adds 55ms
Agentic routing is the decision layer inside a multi-agent LLM system that picks which model or sub-agent handles an incoming request. Here's what it does, what it costs, and how the gateways compare.
- JUL '26
No model stays #1: the leader's share of gateway traffic fell from 29% to 8% in eight months
The model wars do not have a winner. They have churn. The single most used model held 29% of traffic last November. By June the leader held just 8%, and the crown changed hands almost every month.
