Claude Fable 5 and Mythos 5: Anthropic's Launch

Anthropic has released a Mythos-class model. Understand what Fable 5 does, how much it costs, and why Mythos 5 is restricted.

by Cleverson Gouvêa

Claude Fable 5 and Mythos 5: Anthropic's Launch

Claude Fable 5 is the most powerful AI model Anthropic has ever released to the general public — and it comes with a restricted sibling, Mythos 5. Announced on 9 June 2026, the two share the same brain but follow different paths. In this guide, I explain what each does, how much they cost, what the benchmarks show, and what this changes in practice for software developers and business owners in Brazil.

TL;DR

  • Fable 5 is the public, Mythos-class version with active safety guardrails.
  • Mythos 5 is the same model with some guardrails removed, released only to cyber defenders and infrastructure providers via Project Glasswing.
  • Price: $10 per million input tokens and $50 per million output tokens — less than half the cost of Claude Mythos Preview.
  • State-of-the-art in almost all tested benchmarks: software engineering, finance, vision, and scientific research.
  • Guardrails only redirect the response to Opus 4.8 in less than 5% of sessions.

What is Claude Fable 5 — and why is it called "Mythos-class"

"Mythos" is the name Anthropic gives to its frontier generation — the most capable models the company can train, usually kept under controlled access for safety reasons. Claude Fable 5 is the first time a model of this class has been made safe enough to be available to the public.

In practice, this means a leap in capability. According to Anthropic, Fable 5 is state-of-the-art in almost all benchmarks it tested, with exceptional performance in software engineering, knowledge work, computer vision, and scientific research. It can also work autonomously for longer than any previous Claude and maintains persistent memory across millions of tokens of context.

For those following the model race, the message is clear: Anthropic has stopped keeping its best models only for internal teams and selected partners. What was once an expensive preview model has become a shelf product.

Fable 5 vs Mythos 5: the difference is in the guardrails

The most common confusion at launch is thinking Fable 5 and Mythos 5 are different models. They are not. It is the same underlying model — the difference lies in the safeguards.

The three guardrails of Fable 5

Fable 5 runs with three safety classifiers that monitor what you ask:

  1. Cybersecurity — blocks offensive cyberattack tasks.
  2. Biology and chemistry — blocks most sensitive requests in these areas.
  3. Distillation — prevents attempts to extract the model's capability to clone its weights.

When one of these guardrails triggers, the question does not go unanswered: it is redirected to Claude Opus 4.8. And this happens rarely — more than 95% of Fable sessions do not trigger any fallback. For the average user, the experience is that of talking to the frontier model all the time.

What Mythos 5 unlocks

Mythos 5 is the same model with some of these guardrails suspended, released to a small group of cyber defenders and infrastructure providers — and to selected biology researchers. Access is controlled, and Mythos-class traffic has a 30-day data retention policy with privacy protections. It is not something you subscribe to with a credit card: it is institutional access, by invitation.

Price: less than half the Mythos Preview

The pleasant surprise of the launch was the price. Both Fable 5 and Mythos 5 cost the same, and much less than expected for a frontier model.

Model Input ($/million tokens) Output ($/million tokens)
Claude Fable 5 10 50
Claude Mythos 5 10 50
Claude Mythos Preview more than double more than double

The price — $10 input and $50 output per million tokens — is less than half the cost of Claude Mythos Preview. In an area where the standard has been to charge more for the strongest model, lowering the price of the top tier changes the equation for product builders. Applications that previously only worked with a weaker model can now fit the budget using the best Anthropic offers.

It is worth remembering the basic token arithmetic: output costs five times input. In flows that generate long texts — reports, code, extensive responses — the cost lies in the output. It pays to design concise prompts and objective responses.

What the benchmarks actually show

Marketing aside, some concrete results help calibrate expectations:

  • Finance: Fable 5 has the highest score of any model on Hebbia's Finance Benchmark and aced trading analysis evaluations across almost the entire line.
  • Biology: In an AAV (adeno-associated virus) design evaluation, Mythos 5 outperformed sophisticated models dedicated to protein tasks.
  • Game agents: Fable beat Pokémon FireRed with a minimal, vision-only framework — while previous Claude models required a complex set of auxiliary tools.
  • Attack resistance: An external bug bounty programme found no universal jailbreak in the cybersecurity classifiers in over 1,000 hours of testing.

None of these numbers are a promise that the model gets everything right. But they paint a consistent profile: a model strong in technical reasoning, capable of operating as an agent with little scaffolding, and hard to break. If you want to understand how AI agents are changing work in companies, it is also worth reading what Gemini Spark changes for businesses.

Project Glasswing: cybersecurity with the US government

Mythos 5 debuts within Project Glasswing, an initiative in collaboration with the United States government to put a frontier model in the hands of those defending critical infrastructure.

The logic is that of playing to an advantage. Attackers do not respect guardrails — they will use the most capable AI they can get. If defenders are stuck with a model weakened by safeguards, they start the game behind. By releasing Mythos 5 (without some cybersecurity guardrails) only to a verified group of cyber defenders and infrastructure providers, Anthropic tries to balance the scales without spreading offensive capability to the public.

It is a deliberate bet: concentrate raw power in those with a mandate to defend, and keep the rest of the world on the Fable version, with guardrails in place. The design echoes the security debates we have seen around software supply chains — a topic we covered in Infected NPM packages and the Shai-Hulud case.

The Stripe case: 50 million lines migrated in a day

The example that most circulated at launch came from Stripe. During early testing, the company reported that Fable 5 "compressed months of engineering into days": it performed a migration that swept the entire codebase — 50 million lines of Ruby — in a single day, something that would take an entire team over two months.

Stripe is not alone. Among the partners that tested the model early are names like GitHub, Cursor, Scale AI, and Replit — most of them linked to development and code tools. It is no coincidence: Fable 5's strongest point is precisely operating as an agent in end-to-end software tasks.

For developers, the signal is clear. Migrations, large refactorings, and technical debt that sat in the queue due to lack of people become candidates to be done by an agent, with human review. It is the same movement we have already discussed when talking about agentic IDEs in Google Antigravity 2.0.

What changes for Brazilian companies

Fable 5 is powerful, but it is not the answer to everything. Before throwing your entire budget at it, it is worth separating where it shines from where it is not worth it.

When to use Fable 5:

  • Complex engineering tasks: migration, code generation and review, long-flow automation.
  • Dense analysis of documents, finance, and research, where the depth of reasoning pays for the token cost.
  • Agents that need to work alone for many steps without losing the thread.

When NOT to use it:

  • Simple, high-volume tasks (classifying, extracting a field, answering FAQs): a smaller, cheaper model will do.
  • Cases that hit the cybersecurity or biology guardrails — the request falls back to Opus 4.8 and behaviour changes.
  • Operations sensitive to cost per call at million-scale: do the output maths first.

A common trap is treating the strongest model as the default for everything. The healthy path is to route: Fable 5 for tasks that require the top tier, smaller models for the rest.

In the projects I run here at Agathas Web, this routing is what separates a pilot that pays for itself from one that becomes a budget hole. In over 15 years dealing with infrastructure and development, I have learned that the right question is never "what is the strongest model?", but rather "what is the most expensive task I do manually today that a reliable agent could take over?". Fable 5 is only worth the output price when it answers that question — in complex code, dense analysis, and long flows. For everything else, keeping a cheap model in the router saves more than any table discount.

If you are comparing generative AI options for your business, the landscape of the direct competitor is in Google Gemini: what changed at I/O 2026.

How to start using Fable 5 today

Fable 5 is already available globally via the Anthropic API and in Claude products. To get it up and running without burning budget, follow a simple order:

  1. Start small. Choose a real, expensive-to-do-manually task — a refactoring, a recurring report — and measure the result against your current process.
  2. Measure output cost. Run a few real cases and project the spend per thousand executions before scaling.
  3. Design the routing. Define which requests go to Fable 5 and which go to a smaller model.
  4. Have a human in the loop. For code and sensitive decisions, the productivity gain does not replace the eye of someone who knows the subject.

You do not need to rewrite your stack to take advantage of the model. Start with one use case, validate the return, and expand.

Conclusion

Claude Fable 5 marks the moment Anthropic decided to put its frontier model in the hands of any developer — with smart guardrails that almost never get in the way — while reserving Mythos 5, without some of those guardrails, for those defending critical infrastructure. Half the price of Mythos Preview, top-tier performance in engineering, and a real case of migrating 50 million lines in a day: it is easy to see why the launch shook the market.

If your company lives on software or processes that could become agents, this is a good time to test. Want help designing where AI really pays off in your business? Talk to Agathas Web and we will map it out together.