12 июня 2026: US Commerce Department по Export Administration Regulations (EAR) запретил foreign nationals (где бы они ни были) access к Claude Fable 5 и Claude Mythos 5. Anthropic не может verify nationality на API layer в realtime — за ~90 минут вырубил обе модели глобально. Первый раз export control на publicly shipped commercial AI API. В статье: timeline, affected groups (H-1B deemed export), Pentagon beef & legal hot takes, Tier 1/2/3 alternatives, LiteLLM migration, user survival guide и industry fallout.
Release 9 июня 2026. Сильнейший public model Anthropic, первый «Mythos tier» (выше Opus). Target: multi-day agent workloads — massive code migration, deep research, multi-stage doc analysis.
| Spec | Value |
|---|---|
| Context window | 1M tokens |
| Max output | 128K tokens |
| Pricing | Input $10/M tokens · Output $50/M tokens |
| Thinking mode | Adaptive Thinking (always on) |
| Features | Vision, memory tools, code exec, task budget |
Claude Mythos 5 — same backbone, safety filters stripped. Только Project Glasswing partners (critical infra, cybersec). Built-in classifiers режут specific cyber/bio requests.
«Один admin order — и production model исчезает за 90 минут.»
Scope wider than expected: Не только «outside US» — H-1B/L-1/F-1 holders в USA = deemed export, даже с US IP.
US citizens тоже offline: Global kill switch — nationality не distinguishable.
Enterprise compliance: Fable 5 в call chain + foreign employee = violation risk.
Migration window: 3 days (Jun 9 release → Jun 12 shutdown).
Precedent: Cloud API access = dual-use tech (ECCN level).
| Date | Event |
|---|---|
| 2026-06-09 (Mon) | Anthropic ships Fable 5 (public) + Mythos 5 (Glasswing). Live on Claude API, Bedrock, Vertex AI, Microsoft Foundry. |
| 2026-06-12 (Fri) evening | Commerce Secretary Howard Lutnick → CEO Dario Amodei: suspend access для всех foreign nationals — «including Anthropic's own foreign employees, wherever located». |
| 2026-06-12 (~90 min later) | Anthropic blog: «We must immediately disable Fable 5 and Mythos 5 for all customers.» Other Claude models untouched. |
| 2026-06-15 | Z.ai drops GLM-5.2, explicitly positioning vs Fable 5 ban — «US AI models unreliable» narrative. |
| Group | Status |
|---|---|
| Non-US citizens globally | Directly restricted |
| H-1B/L-1/F-1 in USA | Deemed export — restricted |
| Anthropic foreign employees | Explicitly named |
| Enterprises on Fable 5 | Compliance risk if foreign staff in call chain |
| US citizens (temp) | Global shutdown collateral |
| Opus 4.8 / Sonnet 4.6 / Haiku 4.5 | Unaffected |
| OpenAI, Google users | No comparable EAR action yet |
Since early 2026: Pentagon wants Claude for «all lawful purposes» без limits. Anthropic said no to:
Amodei's take: models not reliable enough for autonomous weapons; mass surveillance = civil rights violation.
March 2026: Defense Secretary Pete Hegseth labels Anthropic «Supply Chain Risk» — first US company ever. Anthropic sues; conflicting rulings (CA federal vs DC appeals).
Export order landed days after secret IPO filing. Official reason: Fable 5 jailbreak vulns → cyber/bio threat. Anthropic counter: same capability in GPT-5.5, DeepSeek V3 — selective enforcement vibes.
Penwell Law, CSIS: order required export licenses for foreign nationals — NOT global takedown.
Legal core: Anthropic's excuse = can't verify nationality realtime. Critics: citizenship auth, pause unverified users — not blanket kill. Either way, precedent set.
Precedent: US gov can force global shutdown of shipped commercial AI model in hours — regardless of order wording.
Nope. Only Fable 5 + Mythos 5. On claude-fable-5? Swap to claude-opus-4-8 — smallest perf gap for most enterprise workloads.
| Model | Model ID | Use case |
|---|---|---|
| Claude Opus 4.8 | claude-opus-4-8 | Closest Fable 5 drop-in |
| Claude Sonnet 4.6 | claude-sonnet-4-6 | Speed/quality balance |
| Claude Haiku 4.5 | claude-haiku-4-5 | High-frequency, cheap |
Opus 4.8 — standard thinking (not adaptive), no effort param; minor prompt tuning.
| Model | Vendor | Edge | EAR status |
|---|---|---|---|
| GPT-5.5 | OpenAI (US) | Reasoning, code | No current EAR restriction |
| Gemini 2.5 Pro | Google (US) | Multimodal, long context | No current EAR restriction |
| Mistral Large 2 | Mistral AI (France) | EU jurisdiction | Zero US export risk |
| Cohere Command R+ | Cohere (Canada) | Enterprise RAG | No current EAR restriction |
OpenAI/Google = US jurisdiction — future policy risk. Data sovereignty play: Mistral (EU) first.
Downloadable model files != regulated cloud API. Cleanest bypass.
| Model | Params | Strength | Self-host difficulty |
|---|---|---|---|
| Qwen3-72B | 72B | Multilingual, strong reasoning | Medium (A100/H100) |
| DeepSeek V3 | 671B (MoE) | Code near top-tier | High |
| Llama 4 Scout | ~17B active | Light, mature ecosystem | Low (consumer GPU) |
| GLM-5.2 | TBA | Z.ai «open alternative» | TBA |
Self-host regions outside US reach: Hetzner (DE), OVHcloud/Scaleway (FR), AWS/Azure EU (eu-central, eu-west).
Code audit: grep claude-fable-5, claude-mythos-5 hardcodes.
One-line Opus 4.8: default fix для большинства prod workloads.
Externalize model ID: env vars — next ban won't touch core code.
LiteLLM fallback: cross-vendor routing за ~5h; auto-switch on primary failure.
Multi-vendor arch: primary + hot standby; monitor BIS; evaluate self-host for core load.
Deemed export review: map foreign employees in AI call chains.
# Before
model = "claude-fable-5"
# After (minimal diff)
import os
from litellm import completion
MODEL = os.environ.get("AI_MODEL", "claude-opus-4-8")
response = completion(
model=MODEL,
messages=[{"role": "user", "content": "Hello"}],
fallbacks=["gpt-5.5", "gemini/gemini-2.5-pro", "mistral/mistral-large-latest"]
)
1. Subscription strategy: monthly > annual; wait 3 months before yearly lock-in; track renewal dates; Anthropic refunded Jun 9–14 subs (one-off).
2. Backup prompts & workflows: local storage (Notion/Obsidian); tag by capability not model name; backup Cursor .cursor/rules/, Skills (SKILL.md), MCP config; write «AI switch checklist».
3. Stay wired: Anthropic/OpenAI announcements, BIS, Hacker News; Google Alerts; news → immediate impact assessment habit.
4. No single-vendor dependency: primary + backup; know free tiers; don't bind critical tasks to one model's unique capability.
Short (1–6 mo): citizenship verification eval; lawsuits ongoing; AI Diffusion Rule legal limbo.
Mid (6–24 mo): systematic US AI export framework; EU sovereignty push, Mistral upside; China OSS growth; citizenship-gated AI access may become standard.
Cloud-only fallbacks (GPT-5.5, Gemini) = same US policy roulette. Full self-host (DeepSeek V3, Qwen3-72B) needs A100/H100 + ops overhead. For stable 7×24 AI agents, local inference gateway, iOS CI/CD automation, NodeMini Mac Mini M4 cloud rental = UMA efficiency + predictable isolation — specs: тарифы аренды; onboarding: Help Center.
Да. Только Fable 5/Mythos 5 под ban. Opus 4.8, Sonnet 4.6, Haiku 4.5 OK. Migrate to claude-opus-4-8. См. сравнение AI assistants.
Export license required для foreigners; no realtime nationality check на API. Penwell Law/CSIS: order не требовал global offline — legally contested.
Quick: Opus 4.8. Mid-term: Mistral Large 2 (EU) или self-host Qwen3-72B, DeepSeek V3. Pricing: тарифы аренды.
Не паникуйте. Other Claude models work. Go monthly, backup prompts, learn one fallback platform.
Qwen3-72B: A100/H100. Llama 4 Scout: consumer GPU. Stable inference: Help Center + NodeMini Mac Mini M4.