In partnership with

Build the AI skills senior engineers need to get ahead

AI is already handling large parts of execution. That shift is not coming later. It is happening now.

What is left, and becoming more valuable, is the ability to design systems, apply AI thoughtfully, and own outcomes in production. That is the work strong teams expect from senior engineers in 2026.

Gauntlet is built for engineers who want to operate at that level. In a single week, 15 hiring partners conducted 246 interviews with challengers onsite in Austin. Apply now.

Must be a US citizen to qualify.

Same weights, two names. The launch landed eight days after the filing to go public.
ResearchAudio.io Issue 047 · Jun 10, 2026
Same Weights, Two Names, One Classifier Apart
Anthropic shipped its strongest model eight days after filing to go public. The two facts are not unrelated.
By the people who actually read the system card · 7 min read
5%
of sessions hit
a safeguard
the price of
Opus 4.8
30
day forced data
retention
TL;DR ✎
Fable 5 and Mythos 5 are the same weights. The difference is a classifier wrapper, not the model.
Fable is public and routes sensitive queries to Opus 4.8. Mythos is restricted to vetted partners, safeguards lifted.
Pricing is 10 and 50 dollars per million tokens, roughly twice Opus 4.8, with a 1 million token context.
Included on paid plans through June 22, then it shifts to usage credits.
A mandatory 30-day data retention applies, with no zero-retention option, and it landed eight days after the filing to go public.

Hey,

On Tuesday, Anthropic did something it has never done before. It took one frontier model and shipped it as two products on the same day.

Claude Fable 5 is the one you can use today. Claude Mythos 5 is locked behind a vetted-partner program. Here is the part most coverage skipped: they are the same underlying model, the same weights. The thing standing between them is a layer of classifiers.

So the frontier did not just move. It got split along a product axis. Capability on one side, a safety wrapper on the other, and a name for each.

The frame that matters
Mythos is the capability tier. Fable is the safe packaging of that tier. The two names exist because of the safeguards, not because of the weights.

Anthropic said this plainly. From the launch note: Fable comes from the Latin fabula, akin to the Greek mythos. The team wrote that the safeguards are what distinguish the two models and are why they were given different names.

How one model becomes two ✏
🧠
Shared weights
Mythos-class tier
Fable 5 classifiers on  •  public
Sensitive queries fall back to Opus 4.8
Mythos 5 safeguards lifted  •  vetted
Glasswing partners, full range
Source: Anthropic, Claude Fable 5 and Mythos 5 (Jun 9, 2026)
What actually happens when you hit a wall

Fable does not refuse on sensitive topics. It hands the request to a weaker model. When a classifier flags a query about cybersecurity, biology and chemistry, or distillation, Opus 4.8 answers instead, and you get told it happened.

Anthropic says more than 95% of Fable sessions never trigger a fallback, so for most work you are talking to the full-strength model. The three trigger categories are broad on purpose, tuned conservatively for launch, which means some harmless requests get caught too.

Here is the operational catch nobody is flagging. The swap is invisible to your code. You call claude-fable-5 and you might get an Opus-grade answer back, with the sole signal being a flag in the response. On Amazon Bedrock the billing makes it concrete: if a request is blocked mid-conversation, your first tokens bill at Fable rates and the rest at Opus rates.

# you ask for the strong model
resp = call("claude-fable-5", prompt)
# but a server-side classifier may quietly route to:
resp.model == "claude-opus-4-8"  # 5% of the time
Illustrative. Routing is automatic and server-side, with no opt-out flag.
🔐
Cybersecurity
Exploit dev, offensive cyber, recon
🧬
Bio & Chemistry
Most bio and chem queries, broadly
🏭
Distillation
Attempts to extract model behavior
All three  ▼  route to Opus 4.8
Source: Anthropic launch note & Amazon Bedrock listing (Jun 9, 2026)
For the first time, the difference between the most powerful model in the world and the one you are allowed to use is not the weights. It is a wrapper.
Is the capability real, or a launch flex

The pattern in the early numbers is that the lead grows with task length. Short tasks, the gap over Opus is modest. Long horizon work, it widens. A few data points stand out, all from Anthropic or its named early customers.

Stripe Ruby migration
2 mo to 1 day
Hex analytics benchmark
first past 90%
Spreadsheet suite vs Opus
25-30% faster
Pokemon FireRed
vision alone
Source: Anthropic launch note (Stripe, Hex, Anaconda quotes). Self-reported.

Treat these as vendor claims until your own evals confirm them. The honest read: Stripe folding a two-month, 50-million-line migration into a day is the kind of number that, if it holds, reshapes how teams scope long tasks. The Pokemon detail is the tell on vision: earlier Claude models needed a scaffold of maps and game-state helpers, while Fable beat the game on raw screenshots.

The real bombshell is in the biology paragraph

Most of the press led with coding. The part that will be a 2027 news cycle is buried in the science section, and it is the reason Mythos 5 is behind glass.

Anthropic says Mythos 5 accelerated parts of the drug design process by around ten times. On a step in designing adeno-associated viruses, the delivery vehicle behind most modern gene therapies, the model outperformed dedicated protein language models using biological reasoning alone. It was not trained for the task. The candidates it was tested against were developed by Dyno Therapeutics.

That is a generalist model beating specialist tools on the specialist's home turf. Nine of fourteen protein targets in the study yielded strong drug-design candidates Anthropic says it is now investigating.

~10×
faster on parts of
drug design
9 / 14
protein targets gave
strong candidates
~80%
bio hypotheses
preferred vs Opus
Source: Anthropic launch note, blinded internal scientist review (Jun 9, 2026)

Anthropic had to bury this. Leading with it would have set off every biosecurity alarm in Washington before lunch. The biology safeguards on Fable, and the separate trusted-access program for Mythos, are the company controlling who gets to point this capability at a lab bench.

Why this reads like a roadshow document

Step back and the timing tells its own story. Eight days before this launch, Anthropic confidentially filed a draft S-1 with federal securities regulators, its first formal step toward going public. Days before that, it closed a 65 billion dollar Series H at a 965 billion dollar valuation.

So when you read the launch post, you are also reading a pre-listing pitch. The Stripe migration, the physics result that nearly matched a rival after 36 hours instead of four days, the customer logos stacked fourteen deep: each one is a slide in a story being told to public-market investors who price growth.

That does not make the numbers false. It means the framing was set by capital markets, not by curiosity. Read the post with that lens and the emphasis makes sense.

May 28
Series H
65B at 965B
Jun 1
Confidential
S-1 filed
Jun 9
Fable 5
launches
Source: TechCrunch, Anthropic securities filing notice (Jun 1, 2026)
The naming is going to cost developers time

The line is now Haiku, Sonnet, Opus, Fable, Mythos. Except Fable is a Mythos-class model, and Mythos 5 is also a Mythos model, and they are the same weights. Fable 5 is a Mythos 5 with the safety on.

The community reaction on launch day fixated on exactly this, and the doubled price. It is a fair complaint. When a tier name and a model name are the same word, every onboarding doc and every internal Slack thread inherits the confusion.

Haiku
Sonnet
Opus 4.8
Fable 5 / Mythos 5
Mythos-class tier
Same weights at the top, two names. Source: Anthropic models overview.
Quick Hits

The numbers. Both models run at 10 dollars per million input tokens and 50 per million output, roughly twice Opus 4.8 and less than half the old Mythos Preview price. Both ship with a 1 million token context and up to 128k output tokens.

The API IDs. Public builders call claude-fable-5. The restricted sibling is claude-mythos-5, and you cannot reach it without approved access.

It reached Copilot fast. GitHub Copilot already lists Fable 5, with a note that prompts and outputs may be retained up to 30 days to run the safety classifiers. The retention rule travels with the model across surfaces.

The timing, again. This lands days after Anthropic publicly urged AI labs to agree on a coordinated brake pedal for frontier development. Read that tension how you like.

The Take

The model is impressive. The thing worth studying is the deployment design, because it sets a template the whole industry can copy.

If capability and safety are separable into two products with the same weights, then "what model is this" stops being a clean question. You are choosing a model plus a policy layer, and the policy layer can swap in a weaker brain mid-conversation without you choosing it.

Do not skim past the two operational landmines. Access narrows on June 23, when Fable leaves the included tier on Pro, Max, and Team and moves to usage credits. Separately, every Mythos-class request carries a mandatory 30-day retention, on first and third party surfaces, with human access logged and no zero-retention option. If you handle regulated data, that is a contract conversation, not a footnote.

Through Jun 22
Included
on Pro, Max, Team plans
Jun 23
After Jun 22
Usage credits
until capacity restores it
Source: Anthropic availability note (Jun 9, 2026)
What to do this week
If you ship code
Run your hardest long-horizon task on Fable 5 while it is included on your plan. The lead shows up on length, so test something that takes Opus many turns. Log the response model field to catch silent Opus fallbacks.
If you run a startup
Use the window before June 23 to A/B your core workflows against Opus 4.8 at zero added plan cost. After that, every Fable call draws credits at twice the Opus rate. Budget for it before you depend on it.
If you sign enterprise contracts
Ask Anthropic in writing whether the 30-day retention applies to your contract and who can access the data. If you are in healthcare, finance, or government, route that to legal this week, because a zero-retention term may not hold on Mythos-class models.
The Open Question

If the safeguard is a separate classifier and the weights are identical, then the security of the public model rests entirely on that wrapper holding. Anthropic ran a 1,000-hour bug bounty and found no universal jailbreak, though it notes the UK safety institute made early progress toward one. The question is not whether the wall is strong today. It is what happens to every public Fable session the day someone publishes a clean way through it.

A frontier lab just proved you can sell the same brain twice, priced once, with the sole difference being how much you trust the customer. That design will outlast this model.

Next issue
We are testing whether the Opus 4.8 fallback is detectable from the output alone, with the response flag stripped. If it is, every Fable benchmark someone posts this month has a buried variable in it.
Sources: Anthropic launch note (Claude Fable 5 and Mythos 5), Amazon Bedrock and GitHub Copilot listings, and launch-day reporting from TechCrunch, Inc., and major business press. Capability and biology numbers are vendor-reported and self-described.
ResearchAudio.io
Frontier AI research, read in the time it takes to make coffee.

Keep Reading