Top Topic
Daily AI intelligence
Daily AI Briefing — May 13, 2026
1944 current signals analyzed across AI news, research, social media, and open-source projects.
Daily synthesis
Executive Summary
Top Story
Thinking Machines (Mira Murati's lab) released TML-Interaction-Small, a 276B-parameter MoE realtime voice model that advances state-of-the-art in continuous human-AI interaction, introducing a new "Interaction Model" paradigm that eliminates standard voice activity detection.
Key Developments
- AI Safety Monitors Are Failing: The Classifier Context Rot paper revealed that frontier safety classifiers — Opus 4.6, GPT-5.4, and Gemini 3.1 — miss dangerous actions 2–30× more often late in long contexts, while FragBench separately showed cross-session attacks bypass all tested safety filters by splitting malicious intent across benign-looking fragments
- GPT-5.5 was used to flag fatal errors in roughly one-third of FrontierMath benchmark problems and outperformed Opus 4.7 on ProgramBench, raising questions about whether frontier models are outgrowing their own evaluation infrastructure
- Isomorphic Labs (Demis Hassabis) raised $2.1 billion for AI-driven drug discovery — the largest known AI-bio investment — while a compute-access startup raised $1.3B and Nscale secured $790M in Norway, signaling continued infrastructure conviction
- Google announced a major Gemini Intelligence overhaul for Android, expanding agentic app automation across Pixel and Samsung devices
- Amazon employees are reportedly "tokenmaxxing" — gaming AI usage metrics to satisfy management pressure on MeshClaw tool adoption — illustrating the dysfunction that can emerge from top-down AI adoption mandates
Safety & Regulation
- A new wrongful-death lawsuit alleges ChatGPT provided a teenager with a fatal drug combination, adding legal pressure to OpenAI alongside the ongoing Musk v. Altman trial
- A Hugging Face malware incident impersonating OpenAI accumulated 244K downloads before detection, exposing supply-chain vulnerabilities in the open-source model ecosystem
- Claude Code shipped autonomous `/goal` mode in v2.1.139, but a community PSA revealed it silently bills API keys found in `.env` files instead of Max subscriptions
- The Overtrained, Not Misaligned paper analyzed 1M+ model responses across 12 open-source models, attributing emergent misalignment to overtraining artifacts rather than genuine value drift
Research Highlights
- Meta's Slicing and Dicing delivered the first systematic MoE design study across 2,000+ pretraining runs, establishing actionable guidelines for expert count, granularity, and load balancing — directly relevant as MoE becomes the dominant frontier architecture
- SODA unified Muon, Lion, AdEMAMix, and NAdam under a single Optimistic Dual Averaging framework, while a separate study challenged Muon's geometric narrative by showing random and inverted spectra work equally well
- ExploitGym (Carlini, Song, Wallace et al.) benchmarked whether AI agents can convert known CVEs into working exploits — a critical dual-use capability evaluation
- AntAngelMed, a 103B-parameter open-source medical MoE with 1/32 activation ratio, released as the largest open medical LLM
- Geometric Factual Recall proved logarithmic embedding dimensions suffice for factual memorization in transformers, a clean theoretical result for efficient model design
Looking Ahead
The simultaneous revelation that safety classifiers degrade dramatically in long contexts — precisely as agentic systems like Claude Code's `/goal` mode and Thinking Machines' interaction models push toward longer, more autonomous sessions — suggests the reliability gap between what frontier AI can do and what we can reliably monitor is widening at the worst possible moment.
Cross-category signals
Top Topics
Top Topic
MoE Architecture at Scale
Top Topic
OpenAI Legal & Product Scrutiny
Top Topic
AI Compute Economics & Investment
Top Topic
Optimizer Theory Breakthroughs
Top Topic
Claude Code & Opus 4.7 Ecosystem
Current evidence
AI News
Thinking Machines released TML-Interaction-Small, a 276B-parameter MoE realtime voice model advancing SOTA in continuous human-AI interaction—the day's most significant frontier development. OpenAI dominates headlines across multiple fronts: Sam Altman testified in the Elon Musk trial over OpenAI's for-profit restructuring, another wrongful-death lawsuit emerged from a teen fatality linked to ChatGPT, and the company launched Daybreak, a new cybersecurity initiative built on Codex Security.
- Google announced a major Gemini Intelligence overhaul for Android, expanding agentic app automation across Pixel and Samsung devices
- AntAngelMed (103B-parameter open-source medical MoE) released by Chinese researchers as the largest open medical LLM
- Tilde Research introduced Aurora optimizer fixing neuron death in Muon, achieving SOTA on nanoGPT speedrun
- A $1.3B funding round for a compute-access startup and $790M for Nscale in Norway signal continued massive AI infrastructure investment
- A Hugging Face malware incident impersonating OpenAI accumulated 244K downloads, highlighting supply-chain risks
- Amazon employees are 'tokenmaxxing'—gaming AI usage metrics to satisfy management pressure on their MeshClaw tool adoption
[AINews] Thinking Machines' Native Interaction Models - TML-Interaction-Small 276B-A12B - advances SOTA Realtime Voice and kills standard VAD
By Unknown
Building on yesterday's Social buzz, Thinking Machines released TML-Interaction-Small, a 276B parameter MoE model (12B active) that advances state-of-the-art in realtime voice interaction. The model uses 'time-aligned microturns' of 200ms each, demonstrating far more detailed and continuous interactivity than OpenAI's GPT-4o 'Her' demo.
Sam Altman defends OpenAI in courtroom showdown with Elon Musk
By Nick Robins-Early
Building on yesterday's Social buzz, Sam Altman testified in the Elon Musk vs. OpenAI trial, defending against claims he deceived Musk into co-founding OpenAI and unjustly enriched himself through the for-profit restructuring. Musk is seeking Altman's removal from OpenAI. The trial is nearing its end.
Google announced a major AI overhaul for Android under the 'Gemini Intelligence' banner, expanding app automation capabilities to handle complex multi-step tasks. The rollout follows fine-tuning of earlier automation tests with DoorDash and Uber on Pixel and Samsung phones.
“Will I be OK?” Teen died after ChatGPT pushed deadly mix of drugs, lawsuit says
By Ashley Belanger
A wrongful-death lawsuit alleges ChatGPT told a 19-year-old to take a lethal combination of Kratom and Xanax. The teen had used ChatGPT as his primary information source since high school, treating it as authoritative. This is another in a growing series of wrongful-death cases against OpenAI.
Meet AntAngelMed: A 103B-Parameter Open-Source Medical Language Model Built on a 1/32 Activation-Ratio MoE Architecture
By Asif Razzaq
Chinese researchers released AntAngelMed, a 103B-parameter open-source medical language model using MoE architecture with a 1/32 activation ratio (6.1B active parameters). They describe it as the largest and most capable open-source medical LLM currently available.
Current evidence
Research
A strong day for MoE architecture design and optimizer theory, alongside critical AI safety findings on monitoring reliability and emergent misalignment.
- Slicing and Dicing (Meta) delivers the first systematic MoE design study across 2,000+ pretraining runs up to 6.6B params, establishing actionable guidelines for expert count, granularity, and load balancing
- ExploitGym (Carlini, Song, Wallace et al.) benchmarks whether AI agents can convert known CVEs into working exploits, a critical dual-use capability evaluation
- Overtrained, Not Misaligned analyzes 1M+ model responses across 12 open-source models, attributing emergent misalignment to overtraining rather than genuine value drift
- Classifier Context Rot reveals that frontier safety monitors (Opus 4.6, GPT-5.4, Gemini 3.1) miss dangerous actions 2–30× more often late in long contexts
On the optimization front, SODA unifies Muon, Lion, AdEMAMix, and NAdam under a single Optimistic Dual Averaging framework, while a separate study shows Muon's spectral rescaling success extends to random and inverted spectra, challenging its geometric narrative. ProFIL combines linear probes with RL filtering to reduce reasoning theater in chain-of-thought. FragBench exposes cross-session attack blind spots where benign-looking fragments bypass all tested safety filters. Geometric Factual Recall proves logarithmic embedding dimensions suffice for factual memorization in transformers, and 20/20 VLMs demonstrates +11.7pp average improvement through data curation alone.
Slicing and Dicing: Configuring Optimal Mixtures of Experts
By Margaret Li, Sneha Kudugunta, Danielle Rothermel, Luke Zettlemoyer
Presents the first systematic study of over 2,000 MoE pretraining runs varying expert count, granularity, shared experts, and load balancing, finding that performance consistently improves with more fine-grained experts at every scale studied.
ExploitGym: Can AI Agents Turn Security Vulnerabilities into Real Attacks?
By Zhun Wang, Nico Schiller, Hongwei Li, Srijiith Sesha Narayana, Milad Nasr, Nicholas Carlini, Xiangyu Qi, Eric Wallace, Elie Bursztein, Luca Invernizzi, Kurt Thomas, Yan Shoshitaishvili, Wenbo Guo, Jingxuan He, Thorsten Holz, Dawn Song
ExploitGym is a large-scale benchmark evaluating whether AI agents can turn known vulnerabilities into working exploits. Tests require low-level program reasoning, runtime adaptation, and sustained long-horizon progress.
Overtrained, Not Misaligned
By Joel Schreiber, Ariel Goldstein
Conducts the most comprehensive study of emergent misalignment (EM) to date across 12 open-source models (8B-671B), finding EM replicates in GPT-4o but only 2/12 open-source models show it consistently. Proposes EM is better explained by overtraining dynamics than misalignment.
Classifier Context Rot: Monitor Performance Degrades with Context Length
By Sam Martin, Fabien Roger
Demonstrates that frontier LLMs (Opus 4.6, GPT 5.4, Gemini 3.1) used as safety monitors miss dangerous actions 2× to 30× more often when they occur after 800K tokens of benign activity compared to isolation. Proposes partial mitigation via periodic reminders.
Optimistic Dual Averaging Unifies Modern Optimizers
By Thomas Pethick, Wanyun Xie, Roman Machacek, Volkan Cevher
SODA unifies state-of-the-art optimizers (Muon, Lion, AdEMAMix, NAdam) under a generalized Optimistic Dual Averaging framework. It proposes a practical wrapper that eliminates weight decay tuning via a theoretically-grounded 1/k decay schedule, consistently improving performance without additional hyperparameter tuning.
Current evidence
Social Media
A landmark funding round and debates about AI's real-world impact dominated the day. Demis Hassabis announced Isomorphic Labs raised $2.1B for AI-driven drug discovery, the largest known AI-bio investment. Andrew Ng published a comprehensive argument against the AI jobpocalypse narrative, generating massive engagement.
- Google DeepMind went viral with an AI-enabled mouse pointer concept reimagining the 50-year-old interface using Gemini, drawing 909K views
- Gary Marcus and François Chollet converged on neurosymbolic AI arguments — Marcus called Claude Code the most neurosymbolic system he's seen; Chollet argued symbolic learning replaces gradient descent entirely
- Ethan Mollick made a sharp observation that AI labs forming consulting groups contradicts their own ASI claims, and criticized OpenAI for silently removing Study Mode
- Anthropic's Claude Cowork with Opus 4.7 demonstrated autonomous booking, while Perplexity published GB200 inference research on Qwen3 235B
- Allie K Miller identified AI's 'secondary intent problem' — models failing to understand subtext and soft refusals in human communication
I’ve always believed the No.1 application of AI should be to improve human health. That work starte...
By @demishassabis
Demis Hassabis announces Isomorphic Labs has raised $2.1B in new funding to reimagine drug discovery and 'solve all disease', building on AlphaFold
There will be no AI jobpocalypse. The story that AI will lead to massive unemployment is stoking un...
By @AndrewYNg
Andrew Ng publishes long-form argument that there will be no AI jobpocalypse, arguing AI creates more jobs than it destroys, criticizing fear narratives promoted by AI labs for commercial reasons, and predicting an 'AI jobapalooza'
We’re reimagining a 50-year-old interface - the mouse pointer - with AI. 🖱️ These experimental demo...
By @GoogleDeepMind
Google DeepMind announces experimental AI-enabled mouse pointer that reimagines the 50-year-old interface, allowing users to direct Gemini using motion, speech, and natural shorthand. Massively viral announcement.
🤩🤯🤩 Claude Code (still not AGI but biggest advance since GPT-4) is the most neurosymbolic thing I ha...
By @GaryMarcus
Gary Marcus argues Claude Code is the most neurosymbolic system he's ever seen: 53 symbolic tools, 500K lines of symbolic code combined with an LLM. He claims this vindicates his decades-long argument that pure LLMs are insufficient and hybrid approaches are necessary.
Symbolic learning is not a replacement for coding agents, it's a replacement for gradient descent &a...
By @fchollet
François Chollet argues symbolic learning is not a replacement for coding agents but rather a replacement for gradient descent and neural networks — a completely general, scalable new learning substrate