Claude Fable 5: the public face of Mythos
Anthropic announced Claude Fable 5, the first publicly available Mythos-class model: performance beyond Opus 4.8, three safety classifiers, twice the price.
Anthropic announced Claude Fable 5 on June 9. The one-sentence summary: the Mythos-class model that until now shipped only under restricted access has been wrapped in a safety layer and opened to everyone. In the company's own words, "Fable's capabilities exceed those of any model we've ever made generally available."
What makes this announcement interesting is the timing. Just days earlier, I wrote about Anthropic asking for a "brake pedal" on its own model — the company was sending warnings to the government about self-improving AI. Now the same company is releasing a version of the very model family behind those warnings. It looks like a contradiction, but the details of the announcement make the logic clear.
What is Fable 5, and how does it relate to Mythos?
A quick refresher on Mythos: as I wrote in early May, Anthropic kept this class of models limited to select cybersecurity partners, calling them "too capable to release broadly." Fable 5 is that model — the underlying model is literally identical. The difference is the safety layer on top.
Even the names are deliberate: fable comes from the Latin fabula ("that which is told"), and mythos is the Greek cognate of the same concept. Two languages for the same story — one filtered, one not.
• Claude Fable 5: a Mythos-class model plus safety classifiers. Available to everyone.
• Claude Mythos 5: the same model with safeguards lifted in specific areas. Restricted to authorized users — Project Glasswing cybersecurity partners and select biomedical researchers.
What can it do?
The examples in the announcement are bold. Stripe says a 50-million-line Ruby migration that would have taken two months manually was finished in a single day with Fable 5. It posted the highest score among frontier models on Cognition's FrontierCode evaluation, and topped Hebbia's finance benchmark for senior-level reasoning. There's a fun vision detail too: it beat Pokémon FireRed using a vision-only interface.
On some benchmarks it scores more than 10 percent above Opus 4.8, which shipped just last month. A new top tier arriving less than two weeks after Opus 4.8 says a lot about how aggressive Anthropic's release tempo has become.
My usual caveat applies: most of these are Anthropic's own measurements and hand-picked customer quotes. Independent testing will sort out the real picture over time.
How does the safety layer work?
What makes Fable 5 releasable is a set of three separate classifier systems:
• Cybersecurity: blocks exploit generation, offensive agentic tasks, and hacking attempts. Anthropic reports zero compliance across 30 harmful single-turn cyberattack requests, even with jailbreak techniques.
• Biology and chemistry: cuts off assistance with dangerous dual-use research. Fable falls back to Opus 4.8 on most biology/chemistry queries.
• Distillation: blocks attempts to extract capabilities for training competing models.
The mechanism is the notable part: when a classifier catches a risky query, the request isn't refused — Opus 4.8 answers it instead. So the user gets a safe response rather than a blank rejection. According to Anthropic, more than 95 percent of sessions never trigger the fallback at all. An external bug bounty found no universal jailbreaks in over 1,000 hours of testing.
There's a privacy angle too: Mythos-class models carry a mandatory 30-day data retention policy — safety purposes only, with automatic deletion.
Pricing and availability
API pricing is $10 per million input tokens and $50 per million output — exactly twice Opus 4.8. The model ID is `claude-fable-5`.
On the subscription side, the rollout is staged:
• June 9–22: included free on Pro, Max, Team, and seat-based Enterprise plans.
• From June 23: requires usage credits; staged rollout as capacity permits.
• Full availability on the API and consumption-based Enterprise plans.
The two-week free window is a smart move: everyone tries it, gets used to it, and then the credit model kicks in.
What does it mean from where I sit?
Three observations, from a solo developer's perspective.
First, "the most powerful model" is now its own pricing tier. Opus 4.8 is already more than capable for most work, so whether Fable 5 justifies double the price for day-to-day coding is an open question. Stripe's migration story is impressive, but I don't have 50-million-line problems.
Second, the fallback architecture is a genuinely new pattern. Instead of the "block or allow" binary, "if risky, hand off to a safer model" feels like a smarter point on the safety-versus-usability curve.
Third, May's restricted-access Mythos story makes more sense now: what looked like "we're keeping it closed" was apparently "we're keeping it closed until the safety layer is ready."
I haven't systematically tested Fable 5 on my own projects yet — while the free window is open, I plan to try it in Claude Code over the coming days and compare it against Opus 4.8. I'll share my impressions in a separate post.
A confession: writing this felt strange. A few weeks ago this model was "too dangerous to give to anyone," and now it's sitting in my subscription plan. The distance between "dangerous" and "product" in this industry being this short is both exciting and a little sobering. The company that asked for a brake pedal pressing the gas this comfortably... I suppose that's 2026 in a sentence.