Top Topic
Daily AI intelligence
Daily AI Briefing — April 10, 2026
1666 current signals analyzed across AI news, research, social media, and open-source projects.
Daily synthesis
Executive Summary
Top Story
Sam Altman announced a new $100/month Pro tier driven by surging Codex demand, creating a mid-range option between Plus ($20) and the existing $200 Pro — a major pricing restructure signaling how agentic coding tools are reshaping OpenAI's business model.
Key Developments
- Anthropic's Mythos system card drew fresh scrutiny for its AI welfare disclosures: the 244-page document reveals Claude underwent 20 hours of psychiatric evaluation, marking the first known instance of a frontier lab conducting formal psychological assessment of a model
- Andrej Karpathy's analysis of a widening capability gap between casual AI users and those leveraging frontier agentic tools like Codex and Claude Code went viral (1.7M views), arguing most people drastically underestimate current AI
- Ethan Mollick published a frontier landscape assessment placing Google, OpenAI, and Anthropic at the top with possible recursive self-improvement signs, noting xAI has fallen from the frontier and Chinese labs trail 7–9 months behind — while observing that all US frontier labs have now abandoned competitive open weights
- Perplexity announced Plaid integration, a concrete step toward AI assistants managing personal finance
Safety & Regulation
- Three research papers converged on the overrefusal problem: IatroBench demonstrated models withholding life-saving medical knowledge, Blind Refusal documented models refusing to help circumvent even unjust rules, and the Defense Trilemma proved mathematically that no continuous wrapper defense can make all outputs safe
- The Mythos skepticism deepened: Gary Marcus called the safety framing overblown, Yann LeCun dismissed it as "BS from self-delusion," and r/LocalLLaMA users continued demonstrating cheap open models reproducing the showcased cybersecurity findings
Research Highlights
- "Emotion Concepts and their Function in a Large Language Model" emerged as the top-scored research item, examining how LLMs represent and deploy emotional concepts
- A novel approach repurposing NVIDIA RTX RT cores for MoE expert routing claimed a 218x speedup, and ByteDance's In-Place TTT introduced dynamic model updating at inference time
- Backend-agnostic tensor parallelism merged into llama.cpp, enabling multi-GPU acceleration for AMD and Intel users beyond CUDA — a key infrastructure milestone for the open-source ecosystem
Looking Ahead
Watch whether OpenAI's new three-tier pricing structure triggers competitive responses from Anthropic and Google, and whether the research convergence on overrefusal — now backed by formal impossibility results — forces frontier labs to rethink safety guardrail design ahead of the Anthropic blacklisting oral arguments on May 19.
Cross-category signals
Top Topics
Top Topic
AI Safety Overrefusal Problem
Top Topic
AI Frontier Capability Assessment
Top Topic
Meta AI Strategic Shifts
Top Topic
AI Policy and Government Power
Top Topic
Open Source AI Infrastructure
Current evidence
AI News
Anthropic dominates this cycle with the release of Claude Mythos, a frontier model so capable at finding cybersecurity vulnerabilities that it's being withheld from public access. Through Project Glasswing, the company is giving partners including Microsoft, Apple, and Google up to $100M in credits to patch thousands of discovered bugs. The 244-page system card also reveals unprecedented AI welfare explorations, including psychiatric evaluations of the model.
Meta made two major moves:
- Unveiled Muse Spark, the first model from its $14.3B superintelligence team, competitive with top frontier models in language but lagging in code
- Signed a $21B infrastructure deal with CoreWeave to expand AI compute capacity
Policy and geopolitics shaped the week heavily:
- A federal appeals court refused to block the Trump administration's blacklisting of Anthropic, with oral arguments set for May 19
- OpenAI shelved Stargate UK, citing energy costs and regulation, undermining Britain's £31B AI investment deal
- A Pentagon AI official profited up to $24M from xAI stock amid government contracts with the company
- The first conviction under the Take It Down Act was secured against an Ohio man who used AI to create nonconsensual explicit images
AI on the couch: Anthropic gives Claude 20 hours of psychiatry
By Nate Anderson
First discussed on LessWrong, the Mythos system card is now getting mainstream attention, Anthropic released a 244-page system card for Claude Mythos, its most capable frontier model, which it decided not to make generally available due to its cybersecurity capabilities. The company also explored whether Claude may have some form of experience or welfare, reportedly subjecting it to 20 hours of psychiatric evaluation.
Trump-appointed judges refuse to block Trump blacklisting of Anthropic AI tech
By Jon Brodkin
Continuing our coverage from yesterday, A federal appeals court with Trump-appointed judges refused to block the Trump administration's blacklisting of Anthropic, denying its emergency stay motion. Oral arguments are expedited for May 19, with Anthropic having a second related case pending.
Meta and CoreWeave have entered a $21 billion deal to expand their AI infrastructure partnership, representing one of the largest AI compute deals to date.
OpenAI shelves Stargate UK in blow to Britain’s AI ambitions
By Aisha Down and Alexandra Topping
OpenAI has shelved its Stargate UK data center project, citing high energy costs and regulation. The project was part of a £31B US-UK AI investment deal announced last September, dealing a blow to Britain's AI strategy.
Meta Superintelligence Lab Releases Muse Spark: A Multimodal Reasoning Model With Thought Compression and Parallel Agents
By Asif Razzaq
Building on yesterday's News coverage of the Muse Spark launch, Technical deep-dive into Meta's Muse Spark reveals it is a natively multimodal reasoning model with thought compression, parallel agents, and visual chain-of-thought capabilities—trained from the ground up for integrated vision-language reasoning rather than bolting modules together.
Current evidence
Research
Analysis complete. Top items selected by score.
Emotion Concepts and their Function in a Large Language Model
By Nicholas Sofroniew, Isaac Kauvar, William Saunders, Runjin Chen, Tom Henighan, Sasha Hydrie, Craig Citro, Adam Pearce, Julius Tarng, Wes Gurnee, Joshua Batson, Sam Zimmerman, Kelley Rivoire, Kyle Fish, Chris Olah, Jack Lindsey
Investigates emotion concept representations in Claude Sonnet 4.5, finding internal representations that track operative emotions and causally influence outputs including preferences and misaligned behaviors. From Anthropic's interpretability team.
Rethinking Generalization in Reasoning SFT: A Conditional Analysis on Optimization, Data, and Model Capability
By Qihan Ren, Peng Wang, Ruikun Cai, Shuai Shao, Dadi Guo, Yuejin Xie, Yafu Li, Quanshi Zhang, Xia Hu, Jing Shao, Dongrui Liu
Challenges the claim that SFT memorizes while RL generalizes for reasoning tasks. Shows cross-domain generalization in reasoning SFT is conditional on optimization dynamics, data quality, and base model capability, identifying a 'dip-and-recovery' pattern where short training appears to underestimate generalization.
The Defense Trilemma: Why Prompt Injection Defense Wrappers Fail?
By Manish Bhatt, Sarthak Munshi, Vineeth Sai Narajala, Idan Habler, Ammar Al-Kahfah, Ken Huang, Joel Webb, Blake Gatto
Proves mathematically that no continuous, utility-preserving wrapper defense can make all LLM outputs safe — the 'defense trilemma'. Establishes boundary fixation, epsilon-robust constraints, and persistent unsafe regions as formal impossibility results.
Neural Computers
By Mingchen Zhuge, Changsheng Zhao, Haozhe Liu, Zijian Zhou, Shuming Liu, Wenyi Wang, Ernie Chang, Gael Le Lan, Junjie Fei, Wenxuan Zhang, Yasheng Sun, Zhipeng Cai, Zechun Liu, Yunyang Xiong, Yining Yang, Yuandong Tian, Yangyang Shi, Vikas Chandra, J\"urgen Schmidhuber
Proposes Neural Computers (NCs), a new paradigm where the model itself is the running computer, unifying computation, memory, and I/O in a learned runtime state. Studies whether NC primitives can be learned from I/O traces alone. Authors include Jürgen Schmidhuber and Meta/KAUST researchers.
The Illusion of Stochasticity in LLMs
By Xiangming Gu, Soham De, Michalis Titsias, Larisa Markeeva, Petar Veli\v{c}kovi\'c, Razvan Pascanu
Demonstrates that LLMs fundamentally fail at reliable stochastic sampling—while they can reason about distributions, they cannot map internal probability estimates to their stochastic outputs. This is a distinct failure point for agentic systems requiring sampling from inferred distributions.
Current evidence
Social Media
Andrej Karpathy dominated discourse with a viral analysis (1.7M views) of the growing gap between casual AI users and those using frontier agentic tools like Codex and Claude Code, arguing most people drastically underestimate current AI capability.
- Ethan Mollick provided a comprehensive frontier landscape assessment: Google, OpenAI, and Anthropic lead with possible RSI signs; xAI has fallen from the frontier; Chinese labs trail 7–9 months behind. He also flagged that all US frontier labs have abandoned open weights.
- Sam Altman announced a new $100/month ChatGPT Pro tier driven by massive Codex demand, positioned between Plus ($20) and the existing $200 Pro — a major pricing restructure.
- Yann LeCun revealed he *left* Meta (was not fired) largely over excessive LLM emphasis, distancing himself from Llama entirely. He also dismissed Anthropic's Mythos announcement as "BS from self-delusion."
- Mythos skepticism was widespread: Gary Marcus called it overblown (sandboxing off, no evidence of recursive self-improvement), while Karpathy noted even the Mythos PDF itself defeated document converters. Perplexity announced Plaid financial account integration, signaling AI assistants expanding into personal finance.
Judging by my tl there is a growing gap in understanding of AI capability. The first issue I think ...
By @karpathy
Karpathy writes an extensive analysis of the growing gap in understanding of AI capability. He identifies two groups: those who tried free/old ChatGPT and dismiss AI, and those using frontier agentic models (Codex/Claude Code) professionally who are experiencing 'AI Psychosis' from staggering improvements. He explains this gap through reinforcement learning with verifiable rewards and B2B economic incentives.
So we now have a pretty good picture of the state of the frontier AI model makers. US closed source...
By @emollick
Mollick provides a comprehensive state-of-the-art assessment: US closed source (Google, OpenAI, Anthropic) leads with possible RSI signs; xAI has fallen from frontier; Meta re-entered with a not-quite-frontier model; Chinese labs (Qwen, Kimi, MiniMax, Xiaomi, DeepSeek, GLM) are 7-9+ months behind; Mistral has fallen from frontier.
It is very nice to see Codex getting so much love. We are launching a $100 ChatGPT Pro tier by very ...
By @sama
Building on yesterday's Social Codex buzz, Sam Altman announces OpenAI is launching a $100 ChatGPT Pro tier, noting Codex is getting 'so much love' and the new tier is by 'very popular demand'.
@alz_zyd_ Also, I was not fired. I left. Largely because there was too much of an emphasis on LLMs.
By @ylecun
LeCun reveals he LEFT Meta (was not fired) largely because there was too much emphasis on LLMs.
We’re updating our ChatGPT Pro and Plus subscriptions to better support the growing use of Codex. W...
By @OpenAI
OpenAI introduces a new $100/month Pro tier positioned between Plus ($20) and existing Pro ($200), offering 5x more Codex usage than Plus, with a launch promo of 10x Plus usage through May 31st.