Claude Opus 5 narrows the gap to frontier intelligence at half the cost
Anthropic's Claude Opus 5 lands within striking distance of Fable 5's frontier intelligence at half the cost, with an effort dial that turns the cost-capability tradeoff into a production lever rather than a benchmark footnote.

Anthropic shipped Claude Opus 5 on July 24, 2026, and the pitch is specific rather than triumphant: it "comes close to the frontier intelligence of Claude Fable 5 at half the price." That's the whole argument for the release. Opus 5 is now the default model on Claude Max and the strongest option on Claude Pro — Anthropic is positioning it as the model people run every day, not a benchmark flex.
Where it sits in the lineup
The numbers back up the positioning. On Frontier-Bench v0.1, Opus 5 surpasses every other model and more than doubles Opus 4.8's score at a lower cost per task. On CursorBench 3.2, at max effort it lands within 0.5% of Fable 5's peak score at half the cost per task, and it beats every model at a given cost across high, xhigh, and max effort settings. On Zapier's AutomationBench, its pass rate runs about 1.5x the next-best model at the same cost per task — and even at its lowest effort setting, it passes more tasks than any other model at any setting. That last point is the one worth sitting with: the floor moved, not just the ceiling.
It isn't uniformly ahead. Anthropic states plainly that Opus 5 remains behind Mythos 5 on cybersecurity tasks — a useful data point if you're picking models for security-sensitive agent work, and a reminder that "state of the art" in this announcement is scoped to coding and knowledge-work evals, not every category.

The effort dial is the actual product decision
The more interesting design choice isn't the model, it's the effort setting Anthropic ships alongside it — a dial customers use to trade intelligence for token cost and latency, or the reverse. In production agentic systems, that's a decision I make constantly: how much reasoning budget a given pipeline step actually deserves. A triage step doesn't need max effort; a root-cause debugging pass might. Having that as a first-class parameter, with published curves showing where each effort level lands versus other models at the same cost, is more useful to me than the peak numbers, because a pipeline running thousands of calls a day lives on that curve, not at its tip.
Verification behavior, not just intelligence
The examples Anthropic highlights are less about raw scores and more about what the model does when a task has no obvious path to a check. Given a machine-part drawing with no way to view the image directly, Opus 5 wrote its own computer-vision pipeline to extract geometry from the raw pixels, and did it repeatedly, where competing models failed after five attempts with the same setup. Given a real open-source bug, it found the actual root cause where a competing model patched only the symptom and reported the bug resolved. Building a market data feed with no live source to validate against, it wrote its own test harness rather than shipping code it couldn't check.
That pattern — construct your own verification when none is handed to you — is the behavior that matters most for anyone running agents unsupervised. It's the difference between a model that reports success and a model whose claim of success means something.
Where I'd actually watch this
I work on physics-adjacent research pipelines, so the domain evals matter more to me than the leaderboard position. Opus 5 improves on every one of Anthropic's internal life-sciences evaluations versus Opus 4.8, with the largest jumps on organic chemistry — inferring molecular structure from spectroscopy data, up 10.2 percentage points — and on predicting how protein sequence variants affect function, up 7.7 points. Those are exactly the tasks where a wrong answer looks plausible on its face, so the gain that matters isn't just accuracy, it's whether the model catches its own mistakes on the way there, which ties back to the verification behavior above.
The early-access quotes Anthropic collected point the same direction. Devin's Scott Wu and Cursor's Sualeh Asif both frame Opus 5 as near-Fable-level performance at Opus cost. JetBrains' Denis Shiryaev notes it "catches its own logical faults during planning rather than after the fact." One engineer describes Opus 5 pushing back on a proposed redesign, refusing to fold under insistence, and instead narrowing its objection to a single design question and proposing a compromise — a more useful trait in a production agent than a benchmark score, and a harder one to measure.
My take
For teams running agentic systems in production, the number that matters isn't "state of the art on Frontier-Bench." It's that Opus 5 pushes the cost-capability curve down at every effort level, and that the failure mode Anthropic is optimizing against is silent, confident wrongness, not just low scores. If you're already on Opus 4.8, this reads as a drop-in upgrade at the same spend. If you're running Fable 5 for cost-insensitive reasoning, it's worth checking whether Opus 5 at max effort closes the gap on your actual workload rather than just the published benchmarks — cybersecurity tasks being the one category where Anthropic itself says not to expect it.