On this page

On Friday 12 June 2026, Anthropic disabled two of its newest Claude models — Fable 5 and the more powerful Mythos 5 — for every customer in the world, three days after launching them. It wasn’t an outage or a bug. A US government export-control directive, citing national security, required the company to cut off access for any foreign national — and because a shared cloud service can’t filter who uses it by nationality, the only way to comply was to switch the models off for everyone. The lesson for any business that has started building on AI isn’t about one model or one government. It’s that frontier-AI access can now disappear overnight, through forces entirely outside your provider’s control — and no service-level agreement covers it.
This is a companion to our comparison of which AI tools actually work in Hong Kong and China: that post covers getting access in the first place; this one covers what happens when access you already had is taken away, and how to plan so it doesn’t take your operations with it. As with anything moving this fast, treat the specifics below as a mid-June 2026 snapshot — Anthropic is disputing the order and says it is working to restore access, so check the live statement before you rely on the detail.
What actually happened
The short version, from Anthropic’s own statement and the reporting around it:
- Fable 5 was three days old. It launched on Tuesday; the directive arrived Friday at 5:21pm ET, and the models were disabled the same evening.
- The mechanism was export control, not a takedown. The order was issued under national-security authority via the Commerce Department’s Bureau of Industry and Security, and bars access by any foreign national — inside or outside the US, including Anthropic’s own foreign-national staff. A licence is now required to export, re-export or transfer the two models.
- The stated trigger was a “jailbreak”. The government’s understanding, per Anthropic, is that Fable 5 could be prompted to read a codebase and identify software vulnerabilities — a cyber capability the model was meant to refuse. The models shipped with guardrails on cyber, biology and chemistry.
- Anthropic disagrees, publicly. It describes the issue as a “narrow, non-universal jailbreak” reflecting minor, already-known weaknesses also present in other public models, and argues that recalling a commercial model “deployed to hundreds of millions of people” over this is the wrong standard — one that “would essentially halt all new model deployments” across the industry.
- Every other Claude model is unaffected. The 4.x line that most businesses actually run in production kept working throughout.
It is being widely described as the first time a leading AI lab has pulled a publicly deployed model under US federal pressure — which is why it matters well beyond Anthropic’s customer list.
One regional point the headlines miss: businesses in Hong Kong, Singapore and mainland China rarely use Claude through the consumer app (it geoblocks the region anyway) — they reach it through AWS Bedrock in Singapore or the API. A foreign-national export restriction lands on those governed routes too. “It’s on Bedrock, we’re fine” was not protection here.
Why this is different from an outage
It is tempting to file this alongside the cloud outages every IT team has lived through. It isn’t the same kind of event, and the difference is the whole point.
- An outage is an availability problem measured in minutes to hours, and your contract gives you service credits when it happens. This was a withdrawal — the product was taken off the market by regulation. Read your AI provider’s SLA: regulatory and force-majeure withdrawal is almost always carved out of it. There were no credits for this.
- Frontier models are now treated as strategically sensitive technology, subject to export-control and national-security regimes in the same way advanced chips are. That means availability is now partly a function of geopolitics, not just engineering uptime.
- For this region the exposure is structural. You are, by definition, the “foreign national” these controls name — and the major Western models already geoblock Hong Kong and mainland China first-party (see Can you use ChatGPT in Hong Kong?). A business here sits one regulatory decision away from a cut-off more often than a business in the US does.
The five ways AI access actually disappears
Strip out the drama and there are really five ways the AI you rely on can stop being available. Most planning only accounts for the last one.
| How access disappears | How sudden | Usually SLA-covered? | What protects you |
|---|---|---|---|
| Regulatory / export-control withdrawal (the Fable 5 case) | Overnight, total | No | A fallback model from a different provider and jurisdiction |
| Geoblocking by the provider (already live for HK & China) | Weeks of notice, or none | No | A governed-cloud route, or an in-region/self-hosted model |
| Model deprecation (old versions retired on a schedule) | Months of notice | N/A — it’s planned | A versioned eval set so you can re-qualify the replacement fast |
| Commercial / account change (price, terms, suspension, pivot) | Days to months | Partly | A second provider and an exit plan you’ve actually tested |
| Outage & capacity (the ordinary one) | Minutes to hours | Yes | Retries, multi-region, and patience |
The quiet one on that list is deprecation. Even with zero geopolitics, providers retire model versions on a routine schedule — the exact model you built and tuned your prompts around stops being served, and the “newer, better” replacement behaves differently enough to break things you’d come to rely on. The Fable 5 shutdown is the dramatic version of a risk you will face in an ordinary way every year.
What it means if you were using Fable 5 or Mythos 5
If your business had started on these models this week, here is the practical read by situation:
- If you were piloting or testing it: your evaluation just paused. Don’t conclude the model is “unreliable” — conclude that your pilot needs a fallback. Move the pilot onto the current Claude 4.x line (unaffected) to keep your momentum and your timeline.
- If it was already in a workflow: fail over to a stable model now. Anything hard-wired to the new model’s ID is broken until you change it — which is exactly why the abstraction layer below matters.
- If you build on the API: your calls to those model IDs are erroring; point them at a supported model. A model router turns this from an incident into a config change.
- On cost and contract: check what you were billed for and whether credits apply, and watch Anthropic’s promised updates for the restoration timeline.
How to build AI resilience
None of this means “don’t use AI”, and it certainly doesn’t mean “wait until the rules settle” — they won’t, soon. It means treating model access the way you already treat any other critical supplier: assume it can fail, and engineer around it. The practical habits:
- Abstract the model behind a layer. Don’t scatter one provider’s model ID through your code, prompts and automations. Put a thin gateway or router in front so switching providers is a configuration change, not a rebuild.
- Run primary-plus-fallback across two providers. Keep a second model from a different company — ideally a different jurisdiction — that you can fail over to. The entire value is that the failure modes don’t correlate: an order against one US lab shouldn’t be able to take your fallback down with it.
- Own your eval set. Keep a small, versioned set of your real tasks with the outputs you expect. When you have to switch models — by choice or by force — you re-qualify the replacement in an afternoon instead of discovering the regressions in production.
- Prefer governed-cloud routes, but don’t assume they’re immune. Bedrock, Azure and Vertex give you no-training terms, region pinning and stability, and remain the right way to use frontier models from this region (see the governed-cloud section of our AI tools comparison). This event simply shows that export controls can reach even those routes — so they reduce the risk, they don’t remove it.
- Keep an open-weight backstop for anything critical. An open model you self-host (Qwen, GLM or DeepSeek weights) cannot be switched off remotely by anyone. It won’t match frontier quality, but for a workflow that must keep running — or whose data must stay on your premises — it is the ultimate continuity option.
- Don’t put the critical path on a brand-new model. Fable 5 was three days old. New frontier releases are precisely the ones most likely to draw scrutiny, get patched, or be pulled. Let them earn trust on low-stakes work before anything important depends on them.
- Read the SLA for what it doesn’t cover. Regulatory withdrawal, force majeure and version-deprecation timelines are usually the carve-outs that matter most — and the ones nobody reads until the model is already gone.
What happens next
In the short term, the situation is genuinely unsettled: Anthropic disputes the order, says it is working to restore access, and has promised further updates — while every other Claude model stays online. Access may come back quickly, or it may not.
The bigger question is precedent. If a frontier model can be pulled on national-security grounds days after launch, then sudden withdrawal stops being a tail risk that only compliance teams think about and becomes a live planning assumption for anyone building on AI. Anthropic’s own warning — that the standard applied here “would essentially halt all new model deployments” — is a measure of how unsettled the rules still are.
For Hong Kong, Singapore and China specifically, the safe assumption is more friction, not less, between where the best models are built and where you are allowed to use them. The resilience habits above stop being a nice-to-have and become part of doing business with AI from this part of the world.
PTS is vendor-neutral — we don’t sell a model — so our job is to help you get the value of AI without betting your operations on any single provider staying available. If you want to pressure-test where your business is exposed and put a sane fallback in place, talk to PTS, or start with our practical AI advisory for Hong Kong & China.
Related reading: AI tools compared for Hong Kong & China · Can you use ChatGPT in Hong Kong? · The State of AI in Hong Kong Business 2026 · Practical AI advisory
Tags:
Relevant service
AI Advisory
Practical, governed AI adoption for businesses in Hong Kong and China.