Fable 5 cut off: when Washington decides who gets to use AI

Fable 5 cut off: when Washington decides who gets to use AI

Article · 5 min read
🇫🇷 This article is also available in Français

On June 12, 2026, at 5:21 PM Washington time, the US government issued a directive: Anthropic had to immediately suspend access to Fable 5 and Mythos 5 for any “foreign national” (non-US citizens, whether customers, developers, or Anthropic employees themselves). Five hours later, access was cut for the entire global user base.

If you had an Anthropic API call running in production that evening, you woke up the next morning with a dead dependency. Not a timeout. Not a network outage. A political decision made in Washington, applied in Paris, London, and Berlin without notice.

What happened, exactly

The directive invokes US export controls, the Export Administration Regulations (EAR), reinforced by the International Emergency Economic Powers Act (IEEPA). These tools have existed for decades. The United States has used them on semiconductors, encryption software, and telecoms equipment. AI was the obvious next frontier.

The stated justification: a potential jailbreak of Fable 5 could allow foreign actors to obtain information about software vulnerabilities. Anthropic pushed back point by point in their official statement: the jailbreak in question is non-universal, narrow, and the level of capability demonstrated is already accessible via OpenAI’s GPT-5.5 and other public models.

sequenceDiagram
    participant G as US Government
    participant A as Anthropic
    participant U as Global Users

    G->>A: Export control directive (5:21 PM ET)
    Note over G,A: No technical details,<br/>no formal procedure
    A->>A: Internal legal review
    A->>U: Fable 5 + Mythos 5 access cut (< 5h)
    Note over A,U: All customers affected,<br/>regardless of location
    A->>G: Public statement of disagreement

Anthropic’s decision to cut access for all users, including Americans, was a legal coverage call. It’s impossible to discriminate in real time between citizens and non-citizens across a user base of millions. Cutting everything was simpler, and legally safer.

Note

Only Fable 5 and Mythos 5 are affected. Access to Claude Opus, Sonnet, Haiku and all other Anthropic models remains intact.

For a European, what’s the actual problem?

The question isn’t technical. It’s structural.

If you’ve integrated the Anthropic API into a production pipeline — data extraction, code generation, customer support — you just discovered that your dependency can disappear within hours, with no procedure, no grace period, no appeal. Not because the service had an issue. Because a Washington office made a decision you couldn’t anticipate and can’t contest.

That’s the difference from a technical outage. An outage you can mitigate: redundancy, fallback, retry. A foreign political decision applied instantly to your infrastructure, not so much.

Companies that signed contracts with their clients based on a product built on Fable 5 have a real problem this morning. Their SLAs, their availability commitments, their product roadmap: all of it rests on a dependency whose continuity they don’t control.

And this is the first time it’s happened this visibly in AI. But the legal mechanism that makes it possible hasn’t changed. It was there before, it’ll be there after.

EAR and IEEPA aren’t exceptional instruments. They’re ordinary tools of American commercial and security policy, used regularly since the 1970s.

What’s changed is their application to software-as-a-service. Historically, export controls targeted physical goods or software shipped on physical media. The cloud era created a grey zone: when a model runs on US servers and a French user queries it via an API, is that an “export”? The answer, apparently, is yes. And the US government can unilaterally decide that this “export” poses a national security risk.

Any American model, on any American infrastructure, can theoretically be cut for any non-American user, on a simple administrative directive, without judicial process and without delay.

The speed is the most unsettling signal: 5 hours between directive and complete shutdown. No customer consultation, no transition period, no prior notification.

Anthropic’s position: resistance or crisis management?

Anthropic published a statement in explicit disagreement with the directive. They contest the technical basis of the decision, argue that the invoked jailbreak is benign and already reproducible with other public models, and call for a regulatory framework that is “transparent, fair, clear, and grounded in technical facts.”

It’s a strong public stance, unusual for a company in this position.

But they still cut access in under five hours.

Both are true at the same time. Can an American company genuinely “resist” a national security directive from its own government? Is the public statement a posture to avoid losing their international customers while staying legally compliant? Or a sincere attempt to push toward a more reasonable regulatory framework?

We don’t know. What we do know is that the outcome is unambiguous: access was cut.

Can Europe still catch up?

Honestly, nobody knows.

The European Union has produced the AI Act, the world’s most ambitious regulatory framework for AI. It regulates. It sets guardrails. It demands transparency on high-risk systems. What it doesn’t do is produce frontier models. Mistral is a notable, real exception, but one exception doesn’t make an ecosystem.

Meanwhile, the capability race is happening elsewhere. The models making headlines, defining what “AI can do,” are American. Sometimes Chinese. Never European at that level. And the June 12 decision illustrates exactly what that means: when you depend on foreign models for critical use cases, you implicitly accept that the availability of those tools can be revoked by a foreign sovereign.

Attention

Regulating AI and producing AI are two distinct activities. Europe excels at the first. The second is a different story.

Digital sovereignty in AI isn’t just about infrastructure, having your own data centers, your own clouds. It’s also about model capability. If the frontier model running your product is hosted in Europe but remains proprietary to an American company, you’ve solved the latency problem, not the dependency problem.

Can Europe still catch up? On raw capabilities, it’s hard to say honestly. The gap in compute, training data, and invested capital is massive. But “catching up” may not be the right framing. The question is more: what strategy allows European companies and institutions to avoid finding themselves in the June 12 situation every time Washington makes a new decision?

The answer won’t come from Brussels alone. It’s built in the architectural choices that engineering teams make today: which dependencies are acceptable, which are critical, and how to design systems that can survive a foreign provider being cut off without notice.

June 12 isn’t an anomaly. It’s what happens when geopolitical competition over AI meets a technological dependence Europe chose not to look at directly. Next time, it might not be Fable 5.

← Back to articles