signal: week of 2026-06-12 2026-06-12 https://tinksoft.com/log/signal-2026-06-12/ -------------------------- A slow Monday, then the week caught up. Six releases worth your time, in plain terms. - [Anthropic releases Claude Fable 5](https://www.anthropic.com/news/claude-fable-5-mythos-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](https://blog.google/innovation-and-ai/technology/developers-tools/diffusion-gemma-faster-text-generation/) — 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](https://venturebeat.com/technology/xiaomis-new-open-source-agentic-ai-coding-harness-mimo-code-beats-claude-code-at-ultra-long-200-step-tasks) — 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](https://claude.com/blog/whats-new-in-claude-managed-agents) — 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](https://www.minimax.io/news/minimax-m27-en) — 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](https://developers.openai.com/api/docs/changelog) — The Responses and Chat Completions APIs now accept a `moderation` object 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)*