TL;DR
Anthropic received an export control directive at 5:21pm ET and had to disable Fable 5 and Mythos 5 for every customer. Here is what we know, what still works, and what to do if Fable is in your stack.
At 5:21pm ET on June 12, Anthropic received an export control directive from the US government ordering it to suspend all access to Fable 5 and Mythos 5 by any foreign national, inside or outside the United States, including Anthropic's own foreign national employees.
There is no practical way to enforce a nationality check on an API key. So Anthropic shut the models off for everyone.
All other Anthropic models keep working. Opus 4.8, Sonnet 4.6, Haiku 4.5: unaffected.
The directive cites national security authorities. Per Anthropic, the letter did not include specific details. Their understanding is that the government believes it found a jailbreak for Fable 5.
Anthropic reviewed a demonstration of the technique and pushed back hard. Their characterization:
Anthropic's blunt assessment: "we disagree that the finding of a narrow potential jailbreak should be cause for recalling a commercial model deployed to hundreds of millions of people. If this standard was applied across the industry, we believe it would essentially halt all new model deployments for all frontier model providers."
Get the weekly deep dive
Tutorials on Claude Code, AI agents, and dev tools - delivered free every week.
From the archive
Jun 12, 2026 • 7 min read
Jun 12, 2026 • 11 min read
Jun 12, 2026 • 8 min read
Jun 11, 2026 • 10 min read
Anthropic has spent years arguing that governments should be able to block unsafe AI deployments. Dario Amodei said it publicly. The company restated it in this very announcement, with a caveat: that power should come from "a statutory process that is transparent, fair, clear, and grounded in technical facts."
What they got instead was a letter at 5:21pm on a Friday with no specific details, based on what Anthropic says is verbal evidence of a narrow jailbreak.
The Hacker News thread hit 400+ points within the hour, and the top comments split into two camps: "they fear-mongered their way into this" and "this is the executive branch lashing out at a company that would not bend the knee." Both can be true.
Adding to the noise: within hours, jailbreaker Pliny (@elder_plinius) claimed a coordinated effort had already broken Fable 5's safeguards across multiple restricted categories. We cannot confirm any link between that and the government's directive. We dig into whether it is connected, and four theories for what is really going on, in why the government pulled Fable 5.
Practical steps, in order:
claude-fable-5 will start failing or silently rerouting. Several HN users report Fable still responding, which suggests a phased shutdown or silent fallback to Opus. Do not assume the model behind your endpoint is the one you asked for.We will keep this updated as Anthropic publishes details. The bigger questions, why this happened and what it means for everyone building on closed models, get their own posts: why the government pulled Fable 5 and what model dependency risk looks like now.
Read next
Fable 5 is mostly a drop-in replacement for Opus 4.8, but 'mostly' is doing real work in that sentence. Here's every breaking change, what to delete from your code, and the prompt audit you should run before flipping the model ID.
9 min readA narrow jailbreak that other models can match does not get a frontier model recalled. So what actually happened? The plausible explanations, ranked.
6 min readAnthropic gave subscribers two weeks of free Fable 5 access, then it moves to usage credits. Here's what's actually changing, what the real-world burn rates look like, and what to do depending on how you use Claude.
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 first generally available Mythos-class model, released June 9, 2026. 1M context, 128K max output, $10/$50 pe...
View ToolAnthropic's agentic coding CLI. Runs in your terminal, edits files autonomously, spawns sub-agents, and maintains memory...
View ToolAnthropic's Python SDK for building production agent systems. Tool use, guardrails, agent handoffs, and orchestration. R...
View ToolAnthropic'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 ToolInteractive timeline showing what's in context at each turn.
Claude CodeManaged scheduling on Anthropic infrastructure with API and GitHub triggers.
Claude CodeThe primary command-line entry point for Claude Code sessions.
Claude CodeA narrow jailbreak that other models can match does not get a frontier model recalled. So what actually happened? The pl...
Fable 5 ships with safety classifiers that route flagged requests away from the model. In production you need to handle...
Anthropic gave subscribers two weeks of free Fable 5 access, then it moves to usage credits. Here's what's actually chan...
Fable 5 is mostly a drop-in replacement for Opus 4.8, but 'mostly' is doing real work in that sentence. Here's every bre...
A frontier model disappeared overnight by government order. If your product, agents, or CI depend on one closed model, h...
Anthropic broke its own naming ladder when it introduced the Mythos class and Claude Fable 5. Here is what the shift mea...

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