A slow Monday, then the week caught up. Six releases worth your time, in plain terms.
- Anthropic releases Claude Fable 5 — Anthropic’s first Mythos-class model cleared for general use, out June 9. (Mythos is the capability tier above Opus.) Built-in classifiers hand off requests in high-risk areas — cybersecurity, biology, chemistry — to Claude Opus 4.8 instead of answering them directly, which Anthropic says happens in under 5% of sessions. On Cognition’s FrontierCode coding test it posted the top score of any frontier model. (your take)
- Google DeepMind releases DiffusionGemma — An experimental open-weights model (Apache 2.0 license, free to use and modify) that writes text in 256-token blocks all at once instead of one token at a time. Google claims up to 4x the speed of a comparable autoregressive Gemma on a GPU, at some cost to output quality. It’s a 26B mixture-of-experts model, so only about 3.8B of its parameters fire on any given token — light enough to run on an 18GB consumer GPU. (your take)
- Xiaomi open-sources MiMo Code v0.1.0 — A terminal coding agent (MIT-licensed) forked from OpenCode, with a four-layer memory that survives across sessions so it remembers what it was doing. Xiaomi reports it beats Claude Code on two coding benchmarks — SWE-Bench Pro and Terminal Bench 2 — using the same underlying model. The scores are self-reported and not yet on an independent leaderboard. (your take)
- Claude Managed Agents add scheduling and CLI access — Anthropic’s public beta now lets you put an agent on a cron schedule — a nightly sync, a weekly report — and it spins up a fresh session each time, with no scheduler for you to host. Vaults now hold environment-variable secrets too, so the agent can authenticate to command-line tools and other services from inside its sandbox. (your take)
- MiniMax releases M2.7 — MiniMax says M2.7 handled 30–50% of the reinforcement-learning research workflow used to build it — watching experiments, debugging, reading metrics, editing code — making it their first model to meaningfully work on its own successor. The standard version keeps M2.5’s pricing ($0.30 / $1.20 per million input / output tokens); a higher-throughput “highspeed” variant runs $0.60 / $2.40. (your take)
- OpenAI adds moderation scores to its generation APIs — The Responses and Chat Completions APIs now accept a
moderationobject inside an ordinary generation request and return safety scores for both the prompt and the model’s reply in the same response — no separate moderation call needed. (your take)