Command Palette

Search for a command to run...

Blog

Between the lines of the papers you skimmed.

Published on

The MCP Tax Is Real, and It Is Quietly Killing Your Agent's Reasoning

Every time your AI agent makes a tool call through MCP, it pays a tax. Not in dollars (though that too), but in tokens. Tens of thousands of them. Silently…

Published on

RL in the Pre-train Space: Why Training on P(y) Beats Training on P(y|x)

RLVR (Reinforcement Learning with Verifiable Rewards) has been the go-to recipe for boosting LLM reasoning since DeepSeek-R1 made it mainstream. The formula is…

Published on

The Three Walls Your AI Research Agent Keeps Hitting

Everyone's building AI research agents. Feed them a Kaggle problem, let them explore, iterate, and submit. The promise: autonomous AI that does your ML…

Published on

Chain-of-Thought Was Supposed to Be Our Window Into AI Reasoning. Optimization Is Slamming It Shut.

Here's the deal we thought we had with chain-of-thought prompting: let the model show its work, and we can watch the reasoning unfold. If something goes wrong,…

Published on

Tucker Attention: GQA, MLA, and MHA Were the Same Thing All Along

For the last two years, the LLM inference community has been playing a game of architectural bingo. Multi-Head Attention (MHA)? Too expensive at scale.…

Published on

Your LLM Doesn't Know When It's Wrong. A Second One Might.

The most dangerous failure mode in production LLMs isn't hallucination. It's confident hallucination. The model is dead wrong, and it's absolutely certain…

Published on

The Compression Wars: Why Making AI Smaller Is Now Harder Than Making It Bigger

The AI industry just executed a full 180. For five years, the dominant strategy was simple: make the model bigger, throw more compute at it, watch the…

Published on

The Best GPU Kernels Are No Longer Written by Humans

AI agents just outperformed FlashAttention-4 and cuDNN on attention kernels. Not by a rounding error. By 10.5%. Let that sink in. The most aggressively…

Published on

Your LLM-Only Agent Loops Are Burning Money. Hybrid Workflows Are the Fix.

Three papers dropped this week that, taken together, tell the same story: the era of "just throw everything at the LLM" agent design is ending. What's…

Published on

Gemma 12B Just Destroyed GPT-4o on Web Agents. RL Is the Reason.

A 12-billion parameter open-source model outperforming GPT-4o by 3x on real-world web navigation tasks. That's not a typo. That's what happens when you apply…

Published on

The RL Renaissance: Why Three Papers in One Day Signal the Death of Imitation Learning for AI Agents

The RL Renaissance: Why Three Papers in One Day Signal the Death of Imitation Learning for AI Agents Reinforcement learning is the future of agent training,…

Published on

Your LLM Is Thinking More Than It Tells You

Your LLM Is Thinking More Than It Tells You Two papers explain why that's a problem - and reveal that reasoning makes models more honest, not less.…

Published on

The Future of Coding Agents Isn't Writing Code. It's Debugging It.

The Future of Coding Agents Isn't Writing Code. It's Debugging It. FAIR's "Neural Debuggers" paper quietly redefines what LLM-powered development should look…

Published on

The Agent Infrastructure Land Grab: Why Big Tech Is Buying the Picks and Shovels

The Agent Infrastructure Land Grab: Why Big Tech Is Buying the Picks and Shovels Four acquisitions in one week tell you everything about where AI value is…

Published on

Most of Your Reasoning Model's Thinking Is Actively Harmful

Most of Your Reasoning Model's Thinking Is Actively Harmful 57% of chain-of-thought tokens make your model dumber. Here's the proof and the dead-simple fix.…

Published on

AI Just Found 100+ Firefox Bugs That Decades of Fuzzing Missed

AI Just Found 100+ Firefox Bugs That Decades of Fuzzing Missed Every "well-tested" codebase in the world should be terrified right now. Twenty minutes. That's…