โ† All digests
AI Developer Digest

Sun, Jun 14, 2026

16 signals that cleared the gate18 min read
The Signal โ€” start here
This period is defined by a single unprecedented event: the US government issued an export-control directive on June 12 at 5:21 PM ET requiring Anthropic to suspend all access to Claude Fable 5 (claude-fable-5) and Claude Mythos 5 (claude-mythos-5) โ€” globally, for all customers, effective immediately. Both models were launched just three days earlier on June 9. Any developer who updated their code to use claude-fable-5 (which Anthropic described as its strongest public model, 95% on SWE-bench Verified) now receives HTTP 404. Everything else in the Claude lineup โ€” Opus 4.8, Sonnet 4.6, Haiku 4.5 โ€” is fully operational. There is no return date. The agent-sdk billing split and Claude Sonnet 4 / Opus 4 retirement both take effect tomorrow (June 15) and remain unaffected by this directive.
Must-reads today
1
claude-fable-5 and claude-mythos-5 return HTTP 404 โ€” migrate to claude-opus-4-8 now โ€” any pipeline that adopted Fable 5 in the last 3 days is broken; the error message is explicit about the target model
2
[REMINDER: TOMORROW June 15] Claude Sonnet 4 (claude-sonnet-4-20250514) and Opus 4 (claude-opus-4-20250514) retire + Agent SDK billing split activates โ€” covered in the June 13 digest; action still required if not completed

Breaking Changes

1
โ—Breaking

claude-fable-5 and claude-mythos-5 Suspended โ€” US Export-Control Directive, Effective June 12

What changed
Three days after launching as Anthropic's most capable public models (June 9), claude-fable-5 and claude-mythos-5 were disabled globally at Anthropic's infrastructure level. All API requests to either model ID now return HTTP 404 with the error body:

{

"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"

}

}

Previously, both models were fully available on the Messages API, Claude Platform on AWS, and GitHub Copilot (Fable 5 GA on Copilot since June 9). Claude Mythos 5 was available only to Project Glasswing participants. The model IDs claude-fable-5 and claude-mythos-5 are now non-functional.

TL;DR
US government export-control directive received June 12 at 5:21 PM ET requires Anthropic to block foreign national access to Fable 5 and Mythos 5; since Anthropic cannot filter by nationality in real time, it suspended both models globally โ€” 404 returned for all callers, no timeline for restoration.
Developer signal
Two immediate actions and one longer-term decision: (1) Change your model ID today โ€” replace claude-fable-5 with claude-opus-4-8 and claude-mythos-5 with claude-opus-4-8. The 404 is permanent until further notice; there is no retry path. Check: environment variables (ANTHROPIC_DEFAULT_MODEL, ANTHROPIC_DEFAULT_LARGE_MODEL), hardcoded strings in config files, and any auto-mode logic in Claude Code that may have set Fable 5 as the active model. The Claude Code /model command can be used to select a different model interactively. (2) Update any fallbacks configuration โ€” the fallbacks parameter (beta) on the Messages API was specifically documented for Fable 5 to handle stop_reason: "refusal" by re-running on a fallback model. If you configured fallbacks to route Fable 5 refusals to Opus 4.8, that fallback config is now moot but benign; update the primary model field. (3) Note the capability gap โ€” Fable 5 was benchmarked at 95% on SWE-bench Verified vs. Opus 4.8 at 88.6%. Opus 4.8 is the recommended replacement for agentic workloads; Sonnet 4.6 works for lighter tasks with faster latency. The adaptive thinking and 1M context window are available on both. Context: On June 11 (before the suspension), Anthropic reversed a separate controversy: Fable 5 had launched with an undocumented silent fallback โ€” when its safety classifier triggered, it was downgrading to Opus 4.8 without notifying the API caller. After user backlash, Anthropic updated the model to return stop_reason: "refusal" explicitly (matching the cyber/bio/reasoning_extraction categories already documented). This behavioral fix is now moot given the suspension, but it does mean that if and when Fable 5 returns, the explicit refusal path will be active. Important: The directive affects only Fable 5 and Mythos 5. Every other Claude model is fully operational. The June 15 Agent SDK billing split and model retirement (Sonnet 4 / Opus 4) are separate and proceed as announced.


Affects you ifYou updated your application to use model: "claude-fable-5" after its June 9 launch; you use Claude Code with Auto mode (which may have selected Fable 5 as the active model); you have environment variables or config files referencing claude-fable-5; you are a Project Glasswing participant using claude-mythos-5EffortQuick (change model ID in config/code; no other API changes required โ€” the Opus 4.8 parameters and tools API are identical to Fable 5 with the exception of Fable 5's stop_reason: "refusal" now being irrelevant)
Anthropic (official statement) | Date: June 12, 2026 (directive received 5:21 PM ET) | Link: https://www.anthropic.com/news/fable-mythos-accesshttps://www.anthropic.com/news/fable-mythos-access โ€” confirmed by GitHub issue #68121 in anthropics/claude-code (opened June 13: "Invalid or Inaccessible Model claude-fable-5")

API & SDK Changes

The Fable 5 and Mythos 5 suspension (see [BREAKING] above) is the only API-affecting change this period. The anthropic-sdk-python (last: v0.109.1, June 9) and openai-python (last: v2.41.1, June 10) have no new releases in the June 13โ€“14 window.


Technical Discussions

Nothing cleared the quality bar this period.


Quick Hits

  • llama.cpp b9631 (June 14, 10:19 UTC) โ€” Single bug fix: CLI not copying preserved tokens correctly (cli: fix not copying preserved tokens, PR #24258). Maintenance release only; no model support changes, no performance or hardware changes. [https://github.com/ggml-org/llama.cpp/releases/tag/b9631]

Worth Watching (Announced, Not Yet Shipped)

14

โš ๏ธโš ๏ธโš ๏ธโš ๏ธ JUNE 15 DOUBLE HIT โ€” Claude Sonnet 4 / Opus 4 Retirement + Agent SDK Billing Split **(TOMORROW)**

Two separate Anthropic changes take effect June 15 simultaneously (covered in full in the June 13 digest):

  • claude-sonnet-4-20250514 and claude-opus-4-20250514 return errors from June 15. Migrate to claude-sonnet-4-6-20260217 and claude-opus-4-8.

  • Agent SDK credit split activates: $20โ€“$200 monthly credit at API rates for claude -p, Claude Code GitHub Actions, third-party Agent SDK integrations. Claim your credit email and enable overflow billing in Anthropic Console โ†’ Settings โ†’ Billing โ†’ Usage Credits.

โš ๏ธโš ๏ธโš ๏ธ Gemini CLI Hard Stop โ€” **June 18 (4 days)**

(Countdown updated from June 13 digest)

gemini CLI and Gemini Code Assist IDE extensions stop serving requests June 18 for individuals, Google AI Pro, and Google AI Ultra tiers. Replacement: Antigravity CLI (agy). Audit CI pipeline steps using gemini before the cutoff.

โš ๏ธโš ๏ธโš ๏ธ Gemini API Unrestricted Key Deadline โ€” **June 19 (5 days)**

(Countdown updated)

All unrestricted Gemini API keys blocked June 19. Restrict via AI Studio โ†’ API Keys โ†’ "Restrict to Gemini API." ~2 minutes; no code changes required.

Google AI for Developers | Link: https://ai.google.dev/gemini-api/docs/api-key

โš ๏ธโš ๏ธ Gemini Image Models Shutdown โ€” **June 25 (11 days)**

(Countdown updated)

gemini-3.1-flash-image-preview and gemini-3-pro-image-preview shutting down June 25. Migrate to stable image model equivalents.

โš ๏ธโš ๏ธ GPT-4.5 Retirement from ChatGPT โ€” **June 27 (13 days)**

(Countdown updated)

GPT-4.5 removed from ChatGPT product surface June 27. API route retirement unconfirmed. Audit gpt-4.5 model identifiers.

OpenAI Platform Changelog | Link: https://platform.openai.com/docs/changelog

โš ๏ธโš ๏ธ Grok V9-Medium โ€” **API Release Still Pending (Deployed to Tesla/X as of June 10)**

(Status updated from June 13 digest)

xAI has begun deploying Grok V9-Medium to Tesla's connected-car fleet and X user accounts as of June 10. Training at 1.5 trillion parameters (32B active) completed late May; SFT/RL finished. This is product-side deployment only โ€” no API model ID, no pricing, no benchmark numbers confirmed for public access. Mid-June API release window remains open.

TechTimes (June 10, 2026) / xAI announcements

โš ๏ธ Claude Fable 5 / Mythos 5 Reinstatement โ€” **No Timeline Announced**

Both models suspended June 12 under US export-control directive. Anthropic is complying while publicly disputing the jailbreak scope. No return date. Watch anthropic.com/news.

โš ๏ธโš ๏ธ Kimi K2.7 Code โ€” Third-Party Benchmarks โ€” **Expected ~June 22**

(Carried from prior digest)

Weights landed June 12. Third-party SWE-bench Verified and LiveCodeBench evaluations typically appear 7โ€“14 days post-release. Community skepticism about vendor-proprietary benchmark claims. Watch paperswithcode.com and swebench.com around June 20โ€“25.

โš ๏ธ Gemini 3.5 Pro โ€” **Still Pending, June 2026**

(Carried โ€” status unchanged)

Still in limited Vertex enterprise preview. Expected: 2M token context, Deep Think reasoning mode.

Google AI for Developers | Link: https://ai.google.dev/gemini-api/docs/models

โš ๏ธ OpenAI Reusable Prompts / Evals Platform / Agent Builder Shutdown โ€” **November 30 (169 days)**

(Carried)

Three products deprecated June 3. Export eval configs before October 31 (read-only from that date). Migrate Agent Builder to Agents SDK. Move prompt content from v1/prompts to application code.

Apple iOS 27 / macOS Golden Gate / Core AI GA โ€” **Fall 2026 (September)**

(Carried โ€” status unchanged)

iOS 27, iPadOS 27, macOS Golden Gate ship September 2026. Includes: Siri Extensions API, Core AI (replaces Core ML), Foundation Models multi-provider support.

Apple Developer / WWDC 2026 | Link: https://developer.apple.com/ios/

Claude Mythos 5 General Availability โ€” No Timeline

(Carried โ€” status unchanged; suspension of Mythos 5 under same export-control order; GA timeline unknown)

Currently only for vetted Project Glasswing participants, and now suspended. No timeline for broader access or suspension lift.



Filtered from 30+ primary sources against a published quality rubric. No press releases, no fluff โ€” only what changes what you build.