The US blocked Claude Fable 5 and Mythos 5 — even for foreigners. My take

The US government forced Anthropic to disable its most powerful models for all foreign nationals. I'm one of the people it hit directly — and, honestly, I was unpleasantly surprised. Here's what happened, what both sides say, and what I take away from it as a developer.

On June 12, 2026, Anthropic received an export-control directive from the US government, citing national security authorities. The requirement: suspend access to Claude Fable 5 and Mythos 5 for any foreign national — both outside and inside the United States, including the company's own foreign-national employees. To comply, Anthropic had to abruptly disable both models for all customers.

One detail that will reassure many people: the rest of the lineup — Claude Opus, Sonnet and Haiku — keeps working as before. It's specifically the latest-generation frontier models that got pulled.

What these models are

Mythos 5 is Anthropic's non-public, full frontier model, especially praised for finding vulnerabilities in code — including some that had gone unnoticed for years. Its access was already restricted: only government agencies and select corporate partners used it to harden their own systems.

Fable 5 is a public model built on the same architecture as Mythos, but with built-in limits on sensitive areas (cybersecurity, biotech). It was released literally this week. That's the one ordinary users could access — and the one I'd just started working with.

Why it hit me

I'm a citizen of Ukraine, which makes me exactly the "foreign national" whose access was cut first. And this isn't an abstract headline for me: I genuinely enjoyed working with this model, and it clearly made my job easier. Complex refactors, reading unfamiliar codebases, hunting down non-obvious bugs, drafting architecture options — things that used to take hours collapsed into minutes. It's frustrating when a tool you've already woven into your daily workflow disappears not because of a technical failure, but because of geopolitics.

The worst part isn't that access was cut. It's that the reason wasn't the quality or the safety of the tool itself — it was my passport.

Both sides of the argument

To be fair, I should lay out both positions, not just my annoyance.

The government's position. The formal basis is national security. According to Anthropic, the authorities believe a method has emerged to "jailbreak" Fable 5's safeguards. The logic is clear enough: a model that's good at finding vulnerabilities could, in the wrong hands, become a cyberweapon — so the state wants to control who has access.

Anthropic's position. The company complied with the order but disagrees with it. By its assessment, this is a narrow, non-universal jailbreak — essentially asking the model to read a specific codebase and fix its flaws. Anthropic calls the vulnerabilities minor and already known, and says rival models such as OpenAI's GPT-5.5 have the same capability. Its core point: recalling a commercial model used by hundreds of millions of people over a narrow jailbreak is disproportionate, and if that standard were applied across the board it would effectively halt the release of any new frontier model.

All of this sits against the backdrop of an older dispute between Anthropic and the Pentagon over the terms for using Claude in military and security contexts — a conflict that has been running since spring 2026 and has already reached the courts. So this ban isn't an entirely isolated episode.

What I take away from it

This story is a good reminder of a few simple things that are easy to forget while everything just works:

  • Don't get locked into a single model. If your workflow critically depends on one specific frontier model, you're exposed not only to technical outages but to decisions you have no influence over.
  • Keep fallbacks. Opus, Sonnet and Haiku haven't gone anywhere, and other providers exist. Build your architecture so that swapping a model is a config change, not a rewrite of half the project.
  • Geopolitics is now part of the tech stack. Access to AI has become a resource shaped by export controls and national security. For a developer based in Ukraine, that's especially tangible.

Anthropic said it considers the situation a misunderstanding and is working to restore access. By the time you read this, something may have already changed — so it's best to follow the primary sources directly.

Primary sources: Anthropic's official statement and the Al Jazeera / Reuters report.

How do you feel about access to frontier AI models becoming a matter of citizenship? Drop me a line — I'd like to hear different perspectives.