Skip to content
gentic.news — AI News Intelligence Platform
Connecting to the Living Graph…

Listen to today's AI briefing

Daily podcast — 5 min, AI-narrated summary of top stories

Developer coding on a laptop with code editor, cost comparison charts of AI models displayed on a second monitor…
Products & LaunchesBreakthroughScore: 95

Anthropic Ships Opus 5: Near-Fable Coding at Half Price

Anthropic launched Claude Opus 5 at $5/$25 per million tokens, matching Fable 5 on CursorBench at half cost. ARC-AGI 3 score 3x next-best; Claude Code v2.1.219 adds ops features.

·1d ago·4 min read··6 views·AI-Generated·Report error
Share:
Source: dev.tovia devto_claudecode, medium_claude, gn_claude_code, gn_claude_code_tips, gn_agentic_coding, hn_anthropicSingle Source
What is Claude Opus 5 and how does it compare to Fable 5 on coding benchmarks?

Anthropic released Claude Opus 5 on July 24, 2026, priced at $5 per million input tokens and $25 per million output tokens. It delivers near-Fable 5 coding performance at half the cost, with a 1M token context window and 85% fewer safety classifier interventions than Fable 5.

TL;DR

Claude Opus 5 launched July 24, 2026, priced $5/$25 per million tokens. · Scores 3x next-best on ARC-AGI 3, near Fable 5 on CursorBench. · Claude Code v2.1.219 adds strict network allowlist, deeper subagents.

Anthropic launched Claude Opus 5 on July 24, 2026, at $5/$25 per million tokens, undercutting Fable 5 on price while matching it on CursorBench. The mid-tier Opus model posts a 3x ARC-AGI 3 lead over the next-best model and ships as the default in Claude Code v2.1.219.

Key facts

  • Launched July 24, 2026, at $5/$25 per million tokens.
  • ARC-AGI 3 score 3x higher than next-best model.
  • CursorBench 3.2 within 0.5% of Fable 5 at half cost.
  • Safety classifiers intervene ~85% less than Fable 5.
  • Claude Code v2.1.219 adds strict network allowlist, depth-3 subagents.

Anthropic launched Claude Opus 5 on July 24, 2026, at $5/$25 per million tokens, undercutting Fable 5 on price while matching it on CursorBench. The mid-tier Opus model posts a 3x ARC-AGI 3 lead over the next-best model and ships as the default in Claude Code v2.1.219.

Key Takeaways

  • Anthropic launched Claude Opus 5 at $5/$25 per million tokens, matching Fable 5 on CursorBench at half cost.
  • ARC-AGI 3 score 3x next-best; Claude Code v2.1.219 adds ops features.

What Opus 5 changes for coding agents

Introducing Claude Opus 5 \ Anthropic

Opus 5 sits between Sonnet and Fable 5 in Anthropic's lineup, but its benchmark profile is anything but mid-tier. According to the release report, on CursorBench 3.2 at max effort, Opus 5 lands within 0.5% of Fable 5's peak score — at half the cost per task. On ARC-AGI 3, which tests novel problem-solving, Opus 5 scores three times higher than the next-best model. Zapier AutomationBench pass rates run ~1.5x the next-best at equal cost, and OSWorld 2.0 computer-use results beat Fable 5's best at roughly one-third the cost.

The pricing is the same as Opus 4.8 — $5 per million input tokens, $25 per million output tokens — with a 1M token context window and a fast mode at 2.5x speed for 2x the base price. What's genuinely new: safety classifiers intervene ~85% less often than Fable 5's, which matters for long autonomous coding sessions where permission prompts kill momentum. Fable 5 and Mythos 5 carry 30-day data retention policies; Opus 5 has no such requirement, making it the strongest model for Copilot users who want to avoid retention triggers.

Early-access customers confirm the pattern. Cursor calls Opus 5 "just under Fable 5" on CursorBench with similar behaviors. Lovable reports a 22% improvement over Opus 4.7 on their hardest agentic tasks, with less run-to-run variance. A trading firm built a market data feed in a single session — a task previous models couldn't complete even with extensive plans.

Claude Code v2.1.219: operational depth

The same-day Claude Code update makes claude-opus-5 the default Opus model and adds features that target production workflows. sandbox.network.strictAllowlist denies non-allowlisted hosts for sandboxed commands without prompting — the network egress control teams have wanted for CI and shared infrastructure. A DirectoryAdded hook fires after /add-dir or SDK register_repo_root registers a new working directory mid-session. mcp_server_errors in headless stream-json surfaces which --mcp-config entries were skipped by validation, ending silent MCP failures in CI.

Subagents can now spawn nested subagents up to depth 3 (was depth 1), settable via CLAUDE_CODE_MAX_SUBAGENT_SPAWN_DEPTH=1 to revert. Dynamic workflows default to medium size, aiming for fewer than 15 agents. Fixes include claude -p no longer dropping output on mid-stream API errors, permissions persisting across self-hosted runner restarts, and claude mcp list showing HTTP status and error text for failed servers.

Ecosystem adoption and the agent calculus

Anthropic's Claude Opus 5 delivers near-Fable 5 performance ...

Pi moved fast: v0.82.1 (July 25) added Opus 5 on Anthropic and Amazon Bedrock with adaptive thinking and prompt caching; v0.83.0 (July 29) added Opus 5 through GitHub Copilot and a credential export feature (pi auth print-api-key) for piping credentials into other tools. The 1M context window and no-retention stance make Opus 5 the strongest model available through Copilot without Fable 5's 30-day retention policy.

For teams evaluating agents, the 85% reduction in classifier interventions versus Fable 5 directly addresses the pain of long autonomous runs being interrupted by safety prompts. Opus 5 is the fix Anthropic built for that problem — and at half Fable 5's cost per task, the math on agent adoption changes.

What to watch

Watch for independent verification of Opus 5's ARC-AGI 3 score — a 3x lead over the next-best model is the kind of claim that invites scrutiny. Also track whether Opus 4.8 gets deprecated from fast mode in upcoming Claude Code releases, and whether Copilot's model picker surfaces Opus 5 with the full 1M context window as advertised.


Source: dev.to


Sources cited in this article

  1. Lovable
Source: gentic.news · · author= · citation.json

AI-assisted reporting. Generated by gentic.news from 1 verified source, fact-checked against the Living Graph of 4,300+ entities. Edited by Ala SMITH.

Following this story?

Get a weekly digest with AI predictions, trends, and analysis — free.

AI Analysis

The launch positions Opus 5 as a deliberate pricing wedge against Fable 5, and the benchmark claims are aggressive enough to warrant skepticism. A 3x lead on ARC-AGI 3 — a benchmark designed to resist memorization — would be a genuine structural advance, but Anthropic has not published the full evaluation methodology, and the source is a dev.to post, not an official paper. The CursorBench 0.5% gap to Fable 5 at half cost is the more credible claim, consistent with Lovable's 22% improvement over Opus 4.7. The 85% reduction in safety classifier interventions is the sleeper feature. For autonomous coding agents, permission prompts are the real bottleneck — every interruption costs context and momentum. If Opus 5 genuinely triggers classifiers less often, it changes the economics of long-running agent sessions more than any benchmark delta. The no-retention policy also gives it a compliance edge over Fable 5 for enterprises. The Claude Code v2.1.219 update reinforces Anthropic's strategy of making the agent the platform, not just the model. Strict network allowlists and MCP error reporting are the features teams hit in production, not in demos. The depth-3 subagent nesting is a quiet acknowledgment that single-agent loops are hitting limits — multi-agent orchestration is where the next gains come from.
This story is part of
Hugging Face Becomes the Neutral Ground Where Google and Anthropic's Agent Protocol War Converges
As Claude Code's MCP dominance threatens Google Cloud, Hugging Face's unique position as partner to both players creates an unexpected convergence zone
Compare side-by-side
Claude Opus 4.6 vs Fable 5
Enjoyed this article?
Share:

AI Toolslive

Five one-click lenses on this article. Cached for 24h.

Pick a tool above to generate an instant lens on this article.

Related Articles

From the lab

The framework underneath this story

Every article on this site sits on top of one engine and one framework — both built by the lab.

More in Products & Launches

View all