Daily digest · field roundup
The day the US government switched off Fable 5
Jun 13, 2026 · 🎧 8 min
An overnight US export-control directive forced Anthropic to disable Fable 5 and Mythos 5 for every customer, and Devin, Cosmos, and Replit scrambled to fall back to Opus 4.8. Around it: Xiaomi's open-weights MiMo Code claiming 200-plus-step coherence, GitHub's production numbers on smarter subagent delegation, WebMCP entering Chrome origin trials, and Semgrep on benchmarking AI vuln detection.
Highlights
- A US export-control directive citing national security forced Anthropic to disable Fable 5 and Mythos 5 for every customer overnight; Devin, Augment's Cosmos, and Replit fell back to Opus 4.8 within hours.
- GitHub's smarter subagent delegation cut tool failures per session 23% and P95 wait time 5% in production, with no quality regression — the win came from the main agent delegating less, not faster model calls.
- Xiaomi shipped open-weights MiMo Code claiming it beats Claude Code on 200+ step tasks, and WebMCP entered Chrome 149 origin trials to replace DOM scraping with site-declared agent tools.
Just after midnight Pacific, Anthropic disabled Claude Fable 5 and Mythos 5 for every customer on earth. Simon Willison had a script hitting the API every minute to measure how long he’d keep access; it cut out, and he posted the timestamp. The reason, per Anthropic’s own statement, is an export-control directive: the US government, citing national security authorities, ordered access suspended for any foreign national, inside or outside the country, including Anthropic’s own foreign-national employees. Compliance meant pulling the models for everyone rather than building per-user gating overnight. “We believe this is a misunderstanding and are working to restore access as soon as possible,” the company wrote.
The downstream scramble told you how deep these models had already gotten into production. Within two hours Cognition removed Fable 5 from Devin, keeping Opus 4.8 and GPT-5.5 in the picker. Augment Code pulled it from Cosmos and silently failed pre-configured sessions back to Opus 4.8 at Opus pricing. Replit followed. Reddit’s coding subs filled with memorial threads, refund requests, and refrains of “RIP” inside a single overnight window for a model that had been generally available for three days. Two questions hang over the next week and neither is answered yet: whether “misunderstanding” means this gets walked back fast, and what it signals to every non-US shop that a frontier vendor’s flagship can vanish on a government’s say-so. Gergely Orosz already drew the line in public: suddenly the investment in non-US labs “doesn’t look all that wasted.”
That second question is the backdrop for the day’s other launch. VentureBeat reports Xiaomi shipped MiMo Code, an open-source agentic coding harness with weights, that it claims beats Claude Code on ultra-long tasks of 200-plus steps. The number to watch there is horizon length, not a single SWE-bench point: long-horizon planning is exactly where most harnesses degrade, looping or losing the thread past a few dozen steps, and an open release that holds coherence over 200 is the kind of thing teams fork rather than admire. Pair it with the access shock above and the open-weights pitch writes itself for anyone who can’t bet their roadmap on a single American API.
On the harness-engineering side, GitHub published real numbers on a problem every agent builder is hitting: when to delegate to a subagent and when not to. Their post on smarter subagent delegation in Copilot CLI is refreshingly concrete. Eager delegation was spinning up exploration agents for tasks the main agent already had context to finish, then idling while subagents re-searched the repo and tripped over stale file paths. The fix was a tighter orchestration policy: start with the narrowest effective path, escalate only when complexity creates real leverage, and treat subagents as a parallelism tool rather than a pause button. In a production A/B test that cut tool failures per session 23%, search-tool failures 27%, and P95 wait time 5%, with no quality regression. The lesson generalizes past Copilot: more agents is not better orchestration, and the win came from the main agent doing less handing-off, not from faster model calls.
Google moved the agent story in a different direction. WebMCP is entering origin trials in Chrome 149, a proposed standard that lets a site expose tools, JavaScript functions and HTML forms, directly to in-browser AI agents. The point is to kill DOM scraping and screenshot-reading as the way agents act on the web. Instead of guessing at a checkout button’s selector, an agent calls a declared tool the site author published. It’s the browser-native cousin of MCP, and if it sticks it reshapes how web automation gets built, away from brittle Playwright-style scripts and toward sites advertising their own agent surface. Origin trials are early, but a shipping Chrome flag is a stronger signal than another spec doc.
Security tooling got a useful reality check from Semgrep, which published how it benchmarks AI-powered vulnerability detection and what current models actually score. Their headline is 3.5x more true positives over their prior approach, but the more valuable part for practitioners is the methodology: how they separate real findings from the confident-but-wrong noise that makes most “AI found a vuln” claims useless in a CI gate. If you’re evaluating an AI scanner, the false-positive denominator is the number that decides whether your engineers start ignoring the tool by week two.
Two voices worth reading framed where the work is heading. swyx floated a deliberately provocative thesis: after the PR dies and code review dies, maybe Git needs to die next, with 20-40% of code spend going to merge-conflict management that he argues is cargo-culted from a pre-agent workflow. Humans collaborating on a Notion or Linear doc don’t do line-by-line merges; the future codebase, in his telling, might look more like a database than a tree of .git objects, less efficient but more scalable. You don’t have to buy it to notice version control is one of the few parts of the stack agents haven’t reorganized yet. And Replit’s Amjad Masad used the moment to refuse a token-consumption leaderboard enterprise customers had asked for, arguing the “tokenmaxxing” craze rewards burning tokens over shipping outcomes. With the field still digesting last week’s DeepSeek-versus-Anthropic token-volume numbers, a vendor publicly declining to optimize for tokens is its own data point.
What to watch: whether Anthropic restores Fable and Mythos in days or whether the export-control framing hardens into something durable. The first outcome is a logistics hiccup. The second changes how anyone outside the US sources frontier capability, and MiMo Code won’t be the last open-weights release positioned to catch that.
Transcript
Read transcript
Just after midnight Pacific time, Anthropic disabled Claude Fable 5 and Mythos 5 for every customer on the planet. The detail that captures it best comes from Simon Willison, who had a little script hitting the API once a minute just to measure how long he’d keep access. It cut out and he posted the exact timestamp of the moment he lost it. The reason, according to Anthropic’s own statement, is an export control directive.
The US government, citing national security authorities, ordered access suspended for any foreign national, whether they’re inside the United States or outside it, and that explicitly includes Anthropic’s own foreign national employees. The company says the only way to comply on that timeline was to pull the models entirely rather than build per-user gating overnight, so Fable and Mythos went dark for everyone. Their words were, we believe this is a misunderstanding, and we’re working on it. to restore access as soon as possible.
What made this more than a status page footnote was the scramble underneath it, because it showed how deep these models had already gotten into real production systems in just a few days. 8 and GPT-5.5 available. 8 at Opus Pricing. Replit did the same.
And the coding subreddits turned into something between a wake and a refund line, memorial threads, people asking if they could get their money back, a lot of RIP posts, all for a model that had been generally available for a grand total of three days. There are two questions hanging over the next week and neither one has an answer yet. The first is narrow and practical. Does that word, misunderstanding, mean this gets walked back in a few days, or does the export control framing harden into something permanent?
The second is, what does it tell every company outside the United States that a frontier vendor’s flagship model can simply disappear on a government say-so, with essentially no notice? Gergely Orosz said the quiet part out loud almost immediately. He pointed out that suddenly all that investment in Nonus Labs, the mistrals of the world, doesn’t look wasted at all. For a Nonus company, he argued, it now looks strategic to have a Nonus vendor in your stack.
That’s a sentiment that did not exist at this intensity a week ago. And that’s exactly the backdrop for the day’s other big release. VentureBeat reported that Xiaomi shipped something called MiMo Code, an open-source agentic coding harness, weights included, and they’re claiming it beats Claude Code on ultra-long tasks, the kind that run past 200 steps. Now, I’d take any vendor’s own benchmark with caution, but the metric they’re leaning on is the interesting one.
It’s not a single SWE-bench score. It’s horizon length, how many steps the agent can take before it loses the thread. That’s genuinely where most harnesses fall apart. They start looping, they forget what they were doing, they drift off the original goal somewhere past a few dozen steps.
So an open release that claims to hold coherence across 200-plus steps is the sort of thing teams actually fork and test rather than just nod at. And put it next to the access shock from Anthropic, and the pitch for open weights basically writes itself. If you can’t bet your entire roadmap on one American API… that a directive can switch off, a capable open harness you can run yourself starts looking less like a hobby and more like risk management.
The next story is quieter, but if you’re building agents, maybe the most directly useful thing today. GitHub published real production numbers on a problem every single agent builder is running into right now, which is, when should an agent delegate to a sub-agent, and when should it just do the work itself? Their post on smarter sub-agent delegation in Copilot CLI is unusually concrete. What they found was that eager delegation was the problem.
The main agent would spin up an exploration sub-agent for a task it already had enough context to finish, and then it would sit there idling while the sub-agent went and researched the whole repository and tripped over stale file paths. So they tighten the orchestration policy, start with the narrowest path that works, only escalate to a sub-agent when the complexity genuinely creates leverage, and treat sub-agents as a way to parallelize, not as a pause button where the main agent just waits. The results from their production A-B test, tool failures per session down 23%, search tool failures down 27%, P95 wait time down 5% and no quality regression, and the lesson there generalizes way past Copilot, more agents is not the same thing as better orchestration. The win came from the main agent handing off less, not from any individual model call getting faster.
Google pushed the agent story in a completely different direction. There’s a proposed standard called WebMCP that’s now entering origin trials in Chrome 149. The idea is that a website can expose tools, actual JavaScript functions and HTML forms, directly to an AI agent running in the browser, and the whole point is to kill DOM scraping and screenshot reading as the way agents act on the web. So, instead of an agent guessing at the CSS selector for a checkout button and breaking the moment the site redesigns, the agent just calls a tool that the site will not read, and the agent just calls a tool that the site will not read, and the agent just calls a tool that the site will not read, and the agent just calls a tool that the site will not read, and the agent just calls a tool that the site will not read, and the agent site author declared on purpose it’s basically the browser native cousin of mcp and if this actually catches on it changes how web automation gets built away from brittle playwright style scripts that break constantly and toward sites that advertise their own agent surface origin trials are early this is not shipping to everyone tomorrow but a real flag in a real chrome build is a much stronger signal than yet another spec document nobody implements a quick one on security tooling because it’s a useful gut check Semgrep published how they actually benchmark ai powered vulnerability detection and what current models really score their headline is three and a half times more true positives than their previous approach but honestly the more valuable part for practitioners is the methodology how they separate real findings from the confident but wrong noise because that noise is the thing that kills these tools in practice if you’re evaluating an ai scanner the false positive rate is the number that decides whether your engineers actually trust it or whether they start ignoring every alert by the second week a high true positive count means nothing if it’s buried in junk let me close with two voices that framed where this is all heading swix floated a deliberately provocative idea he said look after the pull request dies and after code review dies maybe git itself needs to die next his argument is that something like 20 to 30 percent of code spend goes into managing merge conflicts and that’s a workflow we cargo culted from before agents existed when humans collaborate in a notion doc or a linear board we don’t do line by line merges we just chat and an owner ships it so the future code base in his telling might look more like a database than a tree of git objects less efficient more scalable you don’t have to buy the whole thing to notice that version control is one of the very few parts of the stack that agents haven’t reorganized yet and separately Replit’s Amjad Masad used this moment to publicly refuse to build a token consumption leaderboard that enterprise customers had asked him for his point was that the whole token maxing craze rewards burning tokens instead of shipping outcomes and he’s not in the business of selling tokens for their own sake with the field still digesting last week’s numbers on DeepSeek versus Anthropic and raw token volume a vendor standing up and declining to optimize for tokens is itself a signal worth noting so here’s what i’m watching whether anthropic restores fable and mythos in a matter of days or whether that export control framing hardens into something that sticks the first version is a logistics hiccup you forget in a week the second version genuinely changes how anyone outside the united states sources frontier capability and if that’s the world we’re in MiMo Code is not going to be the last open weights release built to catch exactly that demand that’s the thread to pull on this week it’s not going to be the last open weights release built to catch exactly that demand that’s the thread to pull on this week
In this issue
- US government export-control directive forces Anthropic to suspend Fable 5 and Mythos 5
- Xiaomi's open-source MiMo Code claims to beat Claude Code on 200+ step tasks
- How we made GitHub Copilot CLI more selective about delegation
- WebMCP standard proposal for agentic web actuation now in Chrome origin trials
- 3.5x more true positives: how we benchmark AI-powered detection
- The Future Codebase: after the PR and code review die, does Git need to die next?
- Replit's Amjad Masad refuses to build a token-consumption leaderboard