
TL;DR
Anthropic released Opus 5 on July 24, 2026 - same price as Opus 4.8, within 0.5% of Fable 5 on CursorBench, and the new #1 on Artificial Analysis. We break down the benchmarks, HN reaction, and what it means for every developer choosing a daily-driver model.
On July 24, Anthropic released Claude Opus 5 - a model that comes "close to the frontier intelligence of Claude Fable 5 at half the price," according to their announcement. The reaction on Hacker News was immediate and massive: the story hit 1,378 points and 746 comments within hours.
Here is what is in the release, what the HN thread got right and wrong, and why Opus 5 might be the most practical model Anthropic has shipped this year.
Opus 5 is not a new frontier model. Anthropic is explicit: "Claude Opus 5 is not more capable overall than our most capable general-access model, Claude Fable 5." It is an Opus-class model that has been significantly upgraded to close the gap with Fable while staying at the Opus 4.8 price point ($5/M input tokens, $25/M output tokens).
The model tops the Artificial Analysis Intelligence Index with a score of 61, ahead of GPT-5.6 Sol (59) and Fable 5 (60). It also claims state-of-the-art results on Frontier-Bench v0.1 and GDPval-AA. On CursorBench 3.2 at max effort, it performs within 0.5% of Fable 5's peak score at half the cost per task.
The benchmark that caught the most attention on HN is ARC-AGI-3, where Opus 5 scores 30.2% - roughly three times the next-best model. ARC-AGI measures a model's ability to solve novel problems from few examples, and the jump from every previous model is large enough that commenters questioned whether the benchmark had been compromised through training-data contamination. Anthropic's system card addresses this obliquely, noting that Opus 5 was not specifically trained on ARC-style tasks.
The HN thread is worth reading in full at news.ycombinator.com/item?id=49038433. Several themes emerged:
Cost vs. capability tension. The most-upvoted reaction was confusion: if Fable 5 is still the most capable model, why does Opus 5 exist? The answer came from multiple commenters pointing out that Fable 5 is twice the price and not included in Claude Pro subscriptions. One commenter laid out the math: "Half the price of Fable 5 and usable with 100% of your subscription means roughly 4x the usage." Another noted that Fable 5 on long coding tasks with subagents "will easily chew through hundreds of dollars in a single run."
No data retention requirement. Several commenters flagged that Opus 5 does not have the 30-day data retention requirement that applies to Fable 5 and Mythos 5. The release confirms this: "Consistent with prior Opus models, Opus 5 does not have data retention requirements for general access." For regulated industries and enterprise deployments, this is a significant practical advantage.
ARC-AGI-3 sparks debate. The 30.2% score on ARC-AGI-3 generated the most technical discussion. One commenter asked whether models are "actually developing fluid intelligence" or if benchmarks are being trained toward. A counterpoint noted the $20k total cost to achieve that score versus GPT-5.6 Sol's 7.8% at $20k per task, suggesting the capability jump is real and cost-efficient.
Model routing acceleration. A top comment observed that the proliferation of models at different price-performance points means "model routing is the fastest growing segment in AI right now." With Opus 5, Sonnet 5, Fable 5, and Mythos 5 all available simultaneously, the routing decision is no longer about picking one model - it is about the infrastructure cost of picking the wrong tier for a given task.
Skepticism about benchmarks. A handful of comments accused Anthropic of "manipulative" benchmark presentation, pointing to inconsistent highlighting of leading values across tables. Others pushed back, noting the benchmarks come with methodology footnotes and that the system card is a 190-page PDF with detailed evaluation descriptions.
Newsletter
Get the weekly deep dive
Tutorials on Claude Code, AI agents, and dev tools, delivered free every week.
From the archive
Jul 25, 2026 • 8 min read
Jul 25, 2026 • 6 min read
Jul 24, 2026 • 8 min read
Jul 24, 2026 • 7 min read
The most interesting thing about Opus 5 is not the benchmark scores. It is that Anthropic has now created a clear three-tier pricing ladder for production AI workloads - Sonnet for cheap throughput, Opus for everyday agentic work, and Fable (or Mythos) for the hardest problems. That ladder did not exist before. Opus 4.8 was a meaningful step down from Fable 5; Opus 5 closes that gap to the point where many teams will never need to pay Fable prices.
The mid-conversation tool changes feature - where you can swap tools mid-chat without invalidating the prompt cache - is a quality-of-life improvement that matters more than most benchmark points. It makes agent loops where the model picks up new tools mid-stream dramatically cheaper.
The automatic fallback to Opus 4.8 on safety classifier refusals is also welcome. Fable 5's refusal rate has been a pain point for production teams. If Opus 5's classifiers are 85% less restrictive than Fable 5's (per the announcement), and flagged requests drop down to 4.8 instead of hard-blocking, the effective uptime of your agent pipeline goes up significantly.
On the cybersecurity front, Anthropic deliberately did not train Opus 5 on offensive cyber tasks, and the model remains well behind Mythos 5 on exploit development. For most developers doing defensive work or vulnerability discovery in their own source code, the permissive source-code scanning allowance is exactly what they needed.
The decision tree is straightforward:
Read next
Claude Opus 4.8 looks like a benchmark bump, but the developer story is better honesty, dynamic workflows, and effort controls that make long-running agent work easier to review.
8 min readFable 5 ships with safety classifiers that route flagged requests away from the model. In production you need to handle this, and Anthropic shipped three ways to do it. Here's how each one works, with code, plus the billing rules nobody has written up.
10 min readFable 5 and Mythos 5 are gone for now. Here is the honest ranking of what to use today, from Opus 4.8 to GPT-5.5 to open-weight models, by task.
6 min readTechnical content at the intersection of AI and development. Building with AI agents, Claude Code, and modern dev tools - then showing you exactly how it works.
Anthropic's AI. Opus 4.6 for hard problems, Sonnet 4.6 for speed, Haiku 4.5 for cost. 200K context window. Best coding m...
View ToolAnthropic's smallest Claude 4.5 model. Near-frontier coding performance at one-third the cost of Sonnet 4 and up to 4-5x...
View ToolAnthropic's flagship reasoning model. Best-in-class for coding, long-context analysis, and agentic workflows. 1M token c...
View ToolAnthropic's recommended default for complex work, released May 28, 2026. 1M context, 128K output, $5/$25 per million tok...
View ToolEvery coding agent in one window. Stop alt-tabbing between Claude, Codex, and Cursor.
View AppTurn a one-liner into a working Claude Code skill. From idea to installed in a minute.
View AppUnlock pro skills and share private collections with your team.
View App2.5x faster Opus at a higher token cost (research preview).
Claude CodeA complete, citation-backed Claude Code course with setup, prompting systems, MCP, CI, security, cost controls, and capstone workflows.
ai-developmentAutomatic reuse of cached context for substantial cost reduction.
Claude Code
Anthropic released Claude Opus 5, described as a thoughtful, proactive model approaching frontier intelligence at about half the price of Fable, and the video reviews the announcement, benchmarks, and...

In this video, we dive into Anthrop's latest release, Claude Opus 4.5, touted as the best model for coding agents and computer use. We review the blog post and significant announcements, such...

Anthropic Releases Claude Opus 4.7: Benchmarks, Vision Upgrades, Memory, Pricing & New Claude Code Features Anthropic has released Opus 4.7, and the video covers the announcement, benchmark results, ...

Claude Opus 4.8 looks like a benchmark bump, but the developer story is better honesty, dynamic workflows, and effort co...

Fable 5 ships with safety classifiers that route flagged requests away from the model. In production you need to handle...

Fable 5 and Mythos 5 are gone for now. Here is the honest ranking of what to use today, from Opus 4.8 to GPT-5.5 to open...

Same-day-verified llm api pricing july 2026: Claude Fable 5, GPT-5.6 Sol/Terra/Luna, Claude Sonnet 5, Gemini 3.5 Flash,...

Anthropic broke its own naming ladder when it introduced the Mythos class and Claude Fable 5. Here is what the shift mea...

Anthropic releases Claude Sonnet 5 with improved agentic capabilities, better tool use, and an introductory pricing deal...

New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.