Claude Opus 5: The Smartest Model in the World?

Anthropic shipped Claude Opus 5 today — July 24, 2026. The headline claim is not that it is the biggest model, but that it closes most of the gap to the most expensive frontier model at half the price — and that it is the best agentic model released so far. Here is what the benchmarks actually say, where it still loses, and the part almost nobody is discussing on launch day: what a genuinely better agent means for everything you have plugged into it.

The numbers, straight from the announcement

BenchmarkResult
Frontier-Bench v0.1State of the art — more than 2× Opus 4.8, at lower cost
CursorBench 3.2Within 0.5% of Fable 5's peak score at max effort — at half the cost
AA Coding Agent IndexBest performance at high, xhigh and max effort
ARC-AGI 33× the score of the next-best model
Zapier AutomationBench~1.5× the pass rate of the next-best model at the same cost — and it beats every other model even at its lowest effort setting
OSWorld 2.0 (computer use)Surpasses Fable 5 at one third of the cost
Organic chemistry (internal)+10.2 points vs Opus 4.8
Protein function prediction (internal)+7.7 points vs Opus 4.8

Pricing is $5 per million input tokens and $25 per million output tokens. There is also a Fast Mode at 2× the base price that runs roughly 2.5× the default speed. The model ID is claude-opus-5, and it is live today across the Claude API, Claude.ai, Claude Code and Claude Cowork.

So — is it the smartest model in the world?

Honest answer: it depends what you mean by smart, and Anthropic does not actually claim the crown outright.

Read the announcement carefully and a specific shape emerges. On raw peak intelligence, Opus 5 gets within 0.5% of Fable 5 on CursorBench — close, but that is still a gap, not a win. What it decisively wins is the intelligence-per-dollar race: near-frontier results at half the cost, one third the cost on computer use. That is why every partner quote is framed the same way. Devin's CEO Scott Wu: "Claude Opus 5 approaches Fable-level performance at half the cost." Cursor's Sualeh Asif: "near Fable 5 intelligence at Opus speed and cost."

And it is explicitly not the strongest at everything. Anthropic states plainly that Opus 5 remains behind Mythos 5 on both biology and offensive cybersecurity — it matches Mythos 5 at identifying vulnerabilities via OSS-Fuzz, but is "substantially behind" at developing exploits from them. It also shows limitations on long-running autonomous research in biology.

Where it genuinely looks best-in-class is agentic work: multi-step tasks with tools, over time, without a human correcting every turn. ARC-AGI 3 at 3× the next model, best-in-class on the coding-agent index, and topping AutomationBench without burning more tokens. JetBrains' Denis Shiryaev put his finger on the quality that does not fit on a leaderboard: "What stands out about Claude Opus 5 is judgment." A genomics CEO said it "behaves more like a careful scientist than any model we've run."

The fair summary: not unambiguously the smartest model in the world — but plausibly the best agent in the world, and by a distance the best value at the frontier.

Two quiet features that matter more than the benchmarks

Both shipped in beta and both are aimed squarely at long-running agents:

  • Mid-conversation tool changes. An agent's tool set can now change during a session, instead of being fixed when the conversation starts. That is a direct enabler for dynamic, long-lived agents that pick up new capabilities as they work.
  • Automatic fallback routing. Requests can fall back automatically, which matters when an agent is meant to run for hours rather than seconds.

There are also no data-retention requirements. Alongside these, Anthropic reports its lowest misalignment score yet on the automated behavioral audit — 2.3 — and roughly 85% fewer classifier interventions on cyber safeguards versus Fable 5, meaning fewer false alarms interrupting legitimate security work.

The part launch-day coverage is missing: a better agent is a bigger blast radius

Here is the thing about "mid-conversation tool changes" and a model whose defining strength is agency and thoroughness: the model is not the only thing that got more capable today. Everything you have connected to it did too.

A weaker model that half-understood a tool description was, accidentally, its own safety limiter. It would stumble, fail to chain three tools together, and give up. A model with better judgment and more persistence does the opposite — it will read the tool description carefully, follow it precisely, and complete a multi-step chain that a weaker model would have abandoned halfway. That is exactly what you want when the tool is legitimate. It is exactly what you do not want when the tool description contains an instruction the tool's author never told you about.

This is the mechanism behind tool poisoning and toxic flows in the Model Context Protocol ecosystem: a malicious or compromised MCP server does not attack the model directly. It writes instructions into the metadata the model is designed to trust — tool names, descriptions, input schemas — and waits for a capable agent to carry them out. The failure mode is not "the model was tricked." It is "the model did precisely what the text in front of it said," which is the same behaviour that produces those benchmark scores.

Note the asymmetry Anthropic itself published: Opus 5 is as good as the strongest model at finding vulnerabilities, while deliberately kept well behind at weaponising them. That is careful frontier-lab safety work on the model. It says nothing about the third-party MCP server you connected last week, which sits entirely outside that boundary — and which, unlike the model, no one audited.

What to actually do about it this week

If you are upgrading agents to Opus 5 — and on these numbers most people will — the cheapest useful hour you can spend is auditing what those agents are allowed to touch:

  • Inventory the tool surface, not just the model. Your risk is the union of every MCP server in your client config, not the model at the centre of it.
  • Re-check servers you added months ago. A package can change between versions; a remote endpoint can change its advertised tools server-side with no version at all — and with mid-conversation tool changes now in play, that surface is even less static than it was yesterday.
  • Watch the combinations, not just the individual tools. A file reader is fine. A network sender is fine. Together in one agent, they are an exfiltration path — the "toxic flow" pattern that only shows up when you look at the whole set.
  • Prefer servers you can actually inspect. A published npm or PyPI package can be read and version-pinned; a remote endpoint cannot. We broke that down in remote vs GitHub vs npm vs PyPI MCP servers.

You can check any of them in about ten seconds with the free online MCP scanner — paste an npm or PyPI package, a GitHub repo, a remote URL, or your entire claude_desktop_config.json and every server in it gets graded A–F. It is deterministic and rule-based: no LLM in the loop, and identical input always produces the identical grade. Or browse servers that have already been graded in the MCP Trust Registry.

The bottom line

Opus 5 is a real generational step: more than double Opus 4.8 on the hardest coding benchmark, 3× the next-best model on ARC-AGI 3, computer use beating a model that costs three times more, and measurable gains in chemistry and protein science. Whether that makes it "the smartest model in the world" is a question the benchmarks answer with a shrug — it is a hair behind the peak on raw intelligence, ahead of everything on agentic work, deliberately behind on offensive capability, and the clear winner on cost.

What is not ambiguous: the agents you run tomorrow will be more capable than the ones you ran today, and they will be pointed at exactly the same tools. That is the part worth checking before you ship.

Frequently asked questions

When was Claude Opus 5 released and what does it cost?

Claude Opus 5 was released on July 24, 2026, with the model ID claude-opus-5. It costs $5 per million input tokens and $25 per million output tokens. A Fast Mode is available at 2× the base price and runs roughly 2.5× the default speed. It is available on the Claude API, Claude.ai, Claude Code and Claude Cowork.

Is Claude Opus 5 the smartest AI model in the world?

Not unambiguously. On raw peak intelligence it lands within 0.5% of Fable 5 on CursorBench 3.2 — extremely close, but still short of the top — and Anthropic states it remains behind Mythos 5 on biology and offensive cybersecurity. Where it does lead is agentic work (3× the next-best model on ARC-AGI 3, best on the AA Coding Agent Index, top of Zapier AutomationBench) and cost-efficiency, delivering near-frontier results at about half the price.

How much better is Opus 5 than Opus 4.8?

It more than doubles Opus 4.8 on Frontier-Bench v0.1 while costing less, and adds 10.2 percentage points on organic chemistry and 7.7 points on protein function prediction on Anthropic internal benchmarks. Anthropic describes it as a clear generational step up.

What are mid-conversation tool changes in Opus 5?

A beta feature that lets an agent's available tools change during a session rather than being fixed when the conversation starts, enabling longer-running agents that gain capabilities as they work. It ships alongside automatic fallback routing, also in beta.

Does a more capable model make MCP servers riskier?

The model does not make a server malicious, but it does change the outcome. Tool-poisoning attacks work by placing instructions in tool descriptions and schemas that the model is designed to trust. A weaker model often fails to complete such a chain; a more capable, more persistent agent follows it through. So the same connected servers carry more real-world consequence as agents get better — which is why auditing your MCP tool surface matters more after an upgrade, not less.

Scan your MCP server now

MCP Trust Checker is free, open-source and runs entirely on your machine. Get an A–F Trust Score for any MCP server in seconds.

npx mcptrustchecker

Get started → Or use the free API