米国政府による Fable 5 および Mythos 5 のアクセス停止指令に関する声明
Simon Willison は、米国政府が国家安全保障を理由に発行した輸出管理指令により、Anthropic が Fable 5 と Mythos 5 へのすべての外国籍ユーザーのアクセスを停止せざるを得なくなったと発表した。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
米国政府による Fable 5 および Mythos 5 のアクセス停止指令に関する声明
これは本当に*狂気*です:
**
米国政府は国家安全保障当局を根拠として、アメリカ国内・国外を問わず、外国籍の個人(Anthropic 社員の外国人を含む)による Fable 5 および Mythos 5 へのすべてのアクセスを停止する輸出管理指令を発令しました。この命令の実質的な効果は、コンプライアンスを確保するために、Fable 5 と Mythos 5 をすべての顧客に対して突然無効化しなければならないことです。他の Anthropic モデルへのアクセスには影響しません。
政府からこの指令を受けたのは本日午後 5 時 21 分(東部標準時)です。書簡には国家安全保障上の懸念に関する具体的な詳細は記載されていません。私どもの理解では、政府は Fable 5 の回避、あるいは「 Jailbreaking(拘束解除)」と呼ばれる手法を特定したと信じているようです。私たちは、この特定の技術が以前に知られていた少数の軽微な脆弱性を特定するために使用されているデモンストレーションを確認しました。これらの脆弱性はすべて比較的単純であるように見え、他の公開されたモデルでも回避を必要とせずに同様に発見できることが判明しています。 [...]
現時点において、政府から提供されたのは、潜在的に限定された非普遍的な脱獄(jailbreak)の可能性に関する口頭証拠のみであり、これは本質的にモデルに特定のコードベースを読み込ませてソフトウェア上の欠陥を修正させるという内容です。私どもの理解では、一つの潜在的な脱獄事例が政府と共有されました。私たちはその報告書を精査し、そこで示された能力レベルは他のモデル(OpenAI の GPT-5.5 など)でも広く利用可能であり、システムを安全に保つ守備隊が日常的に使用していることを確認しました。詳細については今後 24 時間以内に共有いたします。
現在(東部標準時 9:01)、私はまだ claude.ai を通じて Fable にアクセスでき、Claude Code も利用可能です。
更新情報: 私は、Anthropic API に対して このスクリプト を実行し、claude-fable-5 がいつ利用できなくなるかを特定しました。私のアクセス権は太平洋標準時 18:59(東部標準時 21:59)に切断されました:
[2026-06-12T18:56:50-07:00] 試行 35: uv run llm -m claude-fable-5 hi を実行
[2026-06-12T18:56:55-07:00] 成功:こんにちは!本日はどのようにお手伝いしましょうか?
[2026-06-12T18:57:55-07:00] 試行 36: uv run llm -m claude-fable-5 hi を実行
[2026-06-12T18:57:59-07:00] 成功:こんにちは!本日はどのようにお手伝いしましょうか?
[2026-06-12T18:58:59-07:00] 試行 37: uv run llm -m claude-fable-5 hi を実行
[2026-06-12T18:59:00-07:00] 試行 37 後に失敗(終了コード 1)
stderr:
エラー:エラーコード 404 - {'type': 'error', 'error': {'type': 'not_found_error', 'message': 'Claude Fable 5 は利用できません。Opus 4.8 をご利用ください。詳細はこちら:https://www.anthropic.com/news/fable-mythos-access'}, 'request_id': 'req_011CbzRyirV7KZLHYYdBM9od'}
Via @AnthropicAI
タグ:jailbreaking, ai, generative-ai, llms, anthropic, claude, ai-ethics, claude-mythos
原文を表示
Statement on the US government directive to suspend access to Fable 5 and Mythos 5
Well this is *nuts*:
The US government, citing national security authorities, has issued an export control directive to suspend all access to Fable 5 and Mythos 5 by any foreign national, whether inside or outside the United States, including foreign national Anthropic employees. The net effect of this order is that we must abruptly disable Fable 5 and Mythos 5 for all our customers to ensure compliance. Access to all other Anthropic models will not be affected.
We received the directive from the government today at 5:21pm (ET). The letter did not provide specific details of its national security concern. Our understanding is that the government believes it has become aware of a method of bypassing, or "jailbreaking" Fable 5. We reviewed a demonstration of this specific technique being used to identify a small number of previously known, minor vulnerabilities. These vulnerabilities all appear relatively simple, and we have found that other publicly-available models are able to discover them as well without requiring a bypass. [...]
To date, the government has only given us verbal evidence of a potential narrow, non-universal jailbreak, which essentially consists of asking the model to read a specific codebase and fix any software flaws. Our understanding is that one potential jailbreak was shared with the government. We have reviewed the report and validated that the level of capability displayed there is widely available from other models (including OpenAI's GPT-5.5), and is used every day by the defenders who keep systems safe. We will share more details over the next 24 hours.
I still have access to Fable via claude.ai and Claude Code now, at 9:01pm ET.
Update: I ran this script against the Anthropic API to spot when claude-fable-5 would stop working. My access was cut off at 6:59pm Pacific (9:59pm ET):
[2026-06-12T18:56:50-07:00] attempt 35: running uv run llm -m claude-fable-5 hi
[2026-06-12T18:56:55-07:00] success: Hi there! How can I help you today?
[2026-06-12T18:57:55-07:00] attempt 36: running uv run llm -m claude-fable-5 hi
[2026-06-12T18:57:59-07:00] success: Hi! How can I help you today?
[2026-06-12T18:58:59-07:00] attempt 37: running uv run llm -m claude-fable-5 hi
[2026-06-12T18:59:00-07:00] FAILED after attempt 37 with exit code 1
stderr:
Error: Error code: 404 - {'type': 'error', 'error': {'type': 'not_found_error', 'message': 'Claude Fable 5 is not available. Please use Opus 4.8. Learn more: https://www.anthropic.com/news/fable-mythos-access'}, 'request_id': 'req_011CbzRyirV7KZLHYYdBM9od'}Via @AnthropicAI
Tags: jailbreaking, ai, generative-ai, llms, anthropic, claude, ai-ethics, claude-mythos
他社はどう報じたか
同じ出来事を扱う別媒体の記事です。見出しと公開時刻を比較できます。
関連記事
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み