What happened
Anthropic released Claude Fable 5 on June 9, 2026 as the first publicly available model in its Mythos class — the same underlying system as the Glasswing-only Claude Mythos 5, with safety classifiers layered on top. Three days later it was gone. On the evening of June 12, the U.S. Commerce Department issued an export-control directive, citing national-security authorities, ordering Anthropic to suspend all access to Fable 5 and Mythos 5 by any foreign national — whether inside or outside the United States, and, per Anthropic's own statement, including its foreign-national employees.
Anthropic complied within hours and disabled both models for every customer. Amazon revoked access on Bedrock the same day. The company published a short statement saying it believes the action is "a misunderstanding" and that it is working to restore access as soon as possible.
Why everyone lost access, not just foreign nationals
This is the detail that turned a targeted order into a global outage. An API doesn't know who is on the other end of a request — it authenticates a key, not a passport. Anthropic says it has no way to verify nationality on each call in real time, so the only way to guarantee that no foreign national could reach a Mythos-class model was to switch both off for everyone. A rule written about a subset of users became, in practice, a blanket worldwide suspension.
The dispute — and what's still just an allegation
Anthropic has pushed back publicly. It says it reviewed the report it believes prompted the action and concluded the capability shown is already available from other publicly deployed models, and it disagrees that a narrow potential jailbreak should justify recalling a commercial product. According to June 15 reporting, senior Anthropic staff traveled to Washington to meet White House and Commerce officials.
The sharper claims are not confirmed. Reporting indicates the administration alleges that Mythos 5 was accessed by an entity with ties to China and that Anthropic failed to comply with a recent cybersecurity executive order. Treat those as allegations: they come from press accounts of the government's position, not from a published finding or from Anthropic. benchr will update this page if an official document settles them either way.
Who this actually hits
Three groups feel it. Developers outside the U.S. — including across Saudi Arabia and the Gulf — are the explicit target: the order bars foreign nationals from Mythos-class models, so even if access returns for American users, Fable 5 and Mythos 5 may stay off-limits to you specifically. Security teams lose the one publicly available model built for defensive cyber and vulnerability research; there is no public equivalent, because the whole point of the Mythos class was capability that no other shipped model matches. And anyone who shipped on Fable 5 in its three-day window woke up to a model that no longer answers.
The wider lesson is about continuity. This is the first time a government has reached in and switched off a commercial frontier model after launch. Pricing changes and scheduled retirements you can plan for; a same-day recall you cannot. If a single model is load-bearing in your product, that is now a risk worth pricing in.
What to do now
Don't wait on Fable 5 or Mythos 5. For general work, the unaffected public Claude line is the move: Claude Opus 4.8 for the hardest coding and agents, Sonnet 4.6 for daily volume. None of them are touched by the order. Compare the field on the rankings and price your real workload with the cost calculator before you commit.
Build for portability. Keep your model string in config, not scattered through code, and keep a tested fallback at a second provider. The teams least disrupted this week were the ones that could swap a model ID and redeploy. For the defensive-security work Mythos targeted, there is no drop-in replacement — if that was your use case, the honest answer is that the public market doesn't currently offer one.