惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

M
MIT News - Artificial intelligence
WordPress大学
WordPress大学
GbyAI
GbyAI
S
SegmentFault 最新的问题
量子位
爱范儿
爱范儿
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
MyScale Blog
MyScale Blog
人人都是产品经理
人人都是产品经理
博客园 - 叶小钗
aimingoo的专栏
aimingoo的专栏
V
Visual Studio Blog
U
Unit 42
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
The Cloudflare Blog
Stack Overflow Blog
Stack Overflow Blog
博客园 - 聂微东
J
Java Code Geeks
The GitHub Blog
The GitHub Blog
Y
Y Combinator Blog
IT之家
IT之家
Martin Fowler
Martin Fowler
宝玉的分享
宝玉的分享
雷峰网
雷峰网

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Claude Fable 5 is currently unavailable , here's what act...
Muhammad Moeed · 2026-06-16 · via DEV Community

Muhammad Moeed

Claude Fable 5 was live for three days.

It launched on June 9, 2026. By June 12 at 5:21 PM Eastern Time, it was off. And as of June 16, it is still off — for every user, everywhere in the world. Mythos 5 was turned off at the same time for the same reason.

If you have been getting a "currently unavailable" error, this is why.

The short version

The US Commerce Department, signed by Secretary Howard Lutnick, sent Anthropic an export-control order on June 12. The order requires Anthropic to block access to Fable 5 and Mythos 5 for any foreign national, including their own non-US employees.

Anthropic has no way to check, in real time, which user is from which country. So they did the only thing they could to comply — turn the models off for everyone. In their own words:

"We must abruptly disable Fable 5 and Mythos 5 for all our customers to ensure compliance."

What the government said was the problem

The order cited "national security authorities" and pointed at a method to "jailbreak" Fable 5. According to administration officials quoted by reporters, another company demonstrated the jailbreak to the government, and that "alarmed the administration about possible national security risks."

The jailbreak itself, as Anthropic describes it, "essentially consists of asking the model to read a specific codebase and fix any software flaws." In plain English — someone asked Claude to look at software code and find the security bugs in it.

Anthropic pushed back. They called the technique "narrow and non-universal" and pointed out that OpenAI's GPT-5.5 can do the same thing without needing any trick. Their position is that this should not require shutting down the entire model.

When is Fable 5 coming back?

Nobody has said. Anthropic says they "believe this is a misunderstanding" and are "working to restore access as soon as possible." As of June 16, there is no timeline.

If your code used claude-fable-5, switch to claude-opus-4-8 as the closest substitute. Sonnet 4.6 and Haiku 4.5 are cheaper alternatives that still work fine.

Full guide

I wrote a longer breakdown with the day-by-day timeline, a 5-step migration playbook, what to do if you built on Fable 5, and the open questions about when (or if) it comes back.

Read the full guide on moeed.app →