Agentic leaderboard

Best agentic LLMs

Agentic workloads reward long-horizon planning, tool-use and recovery from errors. This ranking weights Terminal-Bench (40%), SWE-bench Verified (30%), Aider Polyglot (15%), LiveBench (10%) and AA Index (5%).

Composite weightingHow this is calculated →

Category leader

#01Anthropic

Anthropic: Claude Fable 5.1.

Claude Fable 5.1 improves on Claude Fable 5 across the board, with the biggest gains in agentic coding, long-running agentic workflows, and knowledge work: long code refactors, front-end and visual...

Composite score
82.9
/ 100

+4.0 vs #2

Ranking

N=42
#ModelCompositeTerminal-BenchSWE-benchAider PolyglotLiveBenchAA Index
0182.977.486.189.691.171
02
Claude Opus 5Anthropic
78.972.781.687.189.067
0377.971.880.385.189.768
0477.771.680.286.288.165
0577.372.178.884.588.666
0677.170.279.486.888.567
0776.670.677.886.387.966
0876.469.378.784.989.468
0975.870.377.482.887.865
1075.869.178.684.886.564
1175.668.580.380.186.369
1275.268.976.983.787.665
1374.767.576.485.687.165
1474.467.776.882.686.964
1573.565.975.884.185.963
1672.865.274.882.486.764
1772.763.976.483.883.066
1872.466.274.180.185.462
1972.164.873.982.285.662
2072.062.777.684.079.062
2171.963.774.680.885.867
2270.661.576.180.480.063
2370.462.772.680.684.561
2470.362.674.780.876.862
2569.861.073.777.880.771
2669.461.871.279.584.260
2769.260.371.879.283.865
2868.861.470.877.883.659
2968.560.972.879.878.849
3068.060.369.778.982.758
3166.658.768.477.481.957
3266.457.070.081.075.060
3362.152.463.577.473.562
3461.753.265.171.971.359
3560.950.864.775.472.453
3660.849.464.674.672.863
3760.452.864.365.473.856
3859.948.564.176.171.155
3959.850.060.074.071.072
4058.447.262.170.273.860
4152.238.154.771.571.453
4250.438.053.070.062.052

How to read the agentic leaderboard

An agent is a model that has to survive its own mistakes. Chat quality barely predicts this. What matters is whether the model can hold a plan across dozens of steps, choose the right tool, read an error message honestly, revise its approach, and stop when the job is done rather than looping until the budget runs out.

Terminal-Bench dominates the weighting because it is the only widely-used evaluation that puts the model in a real shell and grades the end state of the environment. Absolute scores look low compared with other benchmarks, and that is the point: unattended multi-step work is genuinely hard, and a benchmark where everyone scores 90% would tell you nothing. SWE-bench Verified adds a second execution-graded signal with an unforgeable pass criterion, and Aider Polyglot checks that the model's edits are well-formed enough for a tool loop to apply without human repair.

Two failure modes are invisible on this table and worth testing yourself. The first is tool-call reliability — malformed arguments, hallucinated function names, or silently skipping a required call — which sinks agents far more often than weak reasoning does. The second is knowing when to stop: models that cannot recognise completion burn tokens indefinitely and models that give up early leave tasks half-finished, and neither behaviour shows up as a benchmark delta.

Cost behaves differently for agents too. A single agentic task can consume hundreds of thousands of tokens across retries and hidden reasoning, so a model with a higher per-token price but a higher first-pass success rate is frequently cheaper per completed task. Measure completions, not tokens, and pair this leaderboard with the price and throughput tables before you commit to a production model.

Finally, harness matters as much as the model. The same model can move ten points or more depending on retry budget, context management and tool design, so use this ranking to shortlist candidates and then benchmark them inside your own agent loop.

More on how these numbers are produced in the methodology and what each evaluation measures in the benchmark guide. Spotted a score that disagrees with its source? Tell us.

Frequently asked

What is the best agentic AI model?
The top of this table shows the current leader on our agentic composite. Terminal-Bench and SWE-bench Verified dominate the weighting because they measure real multi-step task completion, not one-shot answers.
Are these live scores?
Yes — the underlying benchmark data is refreshed every couple of hours from the public sources listed at the bottom of the page.