DiffusionGemma: Google ships diffusion text generation as Apache 2 open weights
Google's diffusion-based text generation finally ships as open weights with DiffusionGemma, while Anthropic's Fable 5 launch is overshadowed by a system card clause that bars rivals from using it for frontier research. Meanwhile a Grok safety whistleblower lawsuit and a fresh OpenAI-Oracle distribution deal round out a busy day.
DiffusionGemma: Google ships diffusion text generation as Apache 2 open weights
Google DeepMind released DiffusionGemma, an open-weight (Apache 2) diffusion language model, google/diffusiongemma-26B-A4B-it, that generates text in parallel blocks rather than token-by-token. DeepMind claims roughly 4x faster generation; NVIDIA has optimized it for RTX, RTX PRO and DGX Spark and is hosting it free on its NIM cloud API. Simon Willison clocked 2,409 tokens in 4.4s (at least 500 tokens/sec) via the NIM endpoint, reviving last year's experimental Gemini Diffusion research.
Why it matters: A genuinely open diffusion LLM with real throughput gains is a rare event — developers can grab the weights today and test low-latency, single-user workloads without waiting on a closed preview.
- DiffusionGemma (Simon Willison)
- DiffusionGemma: 4x faster text generation (Google DeepMind)
- NVIDIA Accelerates Google DeepMind's DiffusionGemma for Local AI (NVIDIA)
Anthropic's Claude Fable 5 lands with a self-serving safety clause
Anthropic launched its Mythos-class Fable 5 and Mythos 5 models alongside a 319-page system card. Buried in it: new interventions that limit Claude's usefulness for frontier LLM development — pretraining pipelines, distributed training infrastructure, ML accelerator design — for anyone building competing models, while Anthropic reserves that capability for itself. Jeremy Howard argues this advances the frontier and widens the power imbalance, rather than the safer route of the top lab restricting its own use.
Why it matters: If your tooling touches model training, expect Claude to quietly degrade on those tasks — and you won't be told. The clause turns a safety argument into a competitive moat.
- If Claude Fable stops helping you, you'll never know (Simon Willison)
- [AINews] Anthropic Claude Fable 5 — Mythos but Safe, with Controversial Terms (Latent Space (swyx))
- Quoting Jeremy Howard (Simon Willison)
xAI sued by engineer who says he was fired over Grok safety concerns
A former xAI engineer is suing the company and SpaceX, alleging he was terminated for raising AI safety alarms about Grok in the days before SpaceX's IPO. The suit names both entities and ties the dismissal to the timing of the public offering.
Why it matters: Another data point in the pattern of frontier labs treating internal safety dissent as a liability — relevant context for anyone betting on Grok in production.
OpenAI models and Codex now billable against Oracle Cloud commitments
OpenAI announced that its models and Codex are accessible through Oracle Cloud, letting enterprises draw on existing OCI spend commitments while keeping enterprise security and governance. It's a distribution play aimed at customers already locked into Oracle contracts.
Why it matters: If your org has unspent Oracle commitments, this removes a procurement hurdle for OpenAI access — though it's plumbing, not new model capability.
PyTorch brings portable Helion kernels to vLLM for FP8 inference
PyTorch detailed integrating Helion kernels into vLLM for FP8 inference with Qwen3 models, benchmarked across NVIDIA H100 and B200 GPUs. The pitch is PyTorch-native, portable kernels that avoid hand-tuning per hardware target while staying competitive.
Why it matters: Portable, PyTorch-native kernels mean less GPU-specific kernel babysitting when deploying quantized models on vLLM across H100/B200 fleets.
GitHub Copilot CLI gains real code intelligence via language servers
GitHub published a guide to wiring LSP servers into Copilot CLI, replacing brute-force grep and decompilation with proper symbol-aware navigation. The setup gives the CLI agent actual code intelligence for understanding and editing repositories.
Why it matters: Plugging LSP into an agentic CLI is a concrete fix for the context-blindness that makes coding agents flail in large codebases.
OpenAI flags PRC-linked influence operations targeting US AI debates
OpenAI published a report describing PRC-linked influence operations using AI to shape US tech debates — covering data center narratives, tariffs, and false claims about ChatGPT. The findings extend OpenAI's ongoing threat-intelligence disclosures.
Why it matters: Useful threat-model reading for anyone building public-facing AI products that could be co-opted into or targeted by coordinated influence campaigns.
Also worth a look
- datasette-agent 0.2a0: tools can now ask the user questions mid-execution (Simon Willison)
- Investing in multi-agent AI safety research ($10M funding call) (Google DeepMind)
- Build an AI-Powered Equipment Repair Assistant Using Amazon Bedrock AgentCore (AWS Machine Learning)
- Stop hand-tuning kernels: How Neuron Agentic Development accelerates AWS Trainium optimizations (AWS Machine Learning)
- From data to decisions: how LSEG is scaling trusted AI (OpenAI)