
Inception Labs Launches Mercury 2 — The First Reasoning LLM Built on Diffusion Architecture
Mercury 2 processes tokens in parallel via iterative denoising, hitting 1,000 tokens per second while matching top reasoning models on benchmarks.
A fundamentally new approach to large language model architecture has arrived, and the performance numbers are striking. Inception Labs, founded by Stanford professor Stefano Ermon, launched Mercury 2 on February 24 — the first reasoning-capable LLM built entirely on diffusion principles rather than the autoregressive token prediction that has dominated the field since GPT-2.
How Diffusion Language Models Work
Traditional LLMs generate text one token at a time, each token conditioned on all previous tokens. This sequential bottleneck means that inference speed is fundamentally constrained by memory bandwidth — no matter how many GPUs you add, the model can only produce one token per forward pass.
Mercury 2 takes a radically different approach. Instead of generating tokens sequentially, it processes them in parallel through iterative denoising — the same mathematical framework that powers image generation models like Stable Diffusion. The model starts with noise and progressively refines it into coherent text across multiple tokens simultaneously.
Benchmark Performance That Challenges the Status Quo
The throughput results are remarkable. Mercury 2 achieves approximately 1,000 tokens per second — roughly ten times faster than comparable reasoning models from leading AI labs. On standard reasoning benchmarks including MMLU, GPQA, and HumanEval, Mercury 2 matches or approaches the performance of leading speed-optimized models while operating at a fraction of the inference cost.
This is not simply a smaller model running faster. The architectural difference means Mercury 2 makes fundamentally better use of available GPU compute, particularly on modern hardware with high parallel processing throughput.
Why This Matters for AI Economics
The economics of AI inference are becoming a critical bottleneck for adoption. Enterprise customers spend billions annually on API calls, and the per-token cost structure of autoregressive models scales linearly with output length. A diffusion-based architecture that processes multiple tokens simultaneously could reshape this cost curve entirely.
For developers building AI-powered applications where response latency matters — chatbots, code completion, real-time analysis — an order-of-magnitude speedup without sacrificing reasoning quality opens up use cases that were previously impractical.
The Road Ahead for Diffusion LLMs
Mercury 2 is available now through Inception Labs’ API, with enterprise licensing options for on-premises deployment. The company has also released technical documentation detailing the architecture for the research community.
Whether diffusion-based language models ultimately supplant the autoregressive paradigm remains an open question. What is no longer in question is whether they can compete on quality while dramatically outperforming on speed. Mercury 2 answers that definitively.
Sources: BusinessWire, February 24, 2026; Bloomberg, February 2026; Inception Labs Technical Report, February 2026
More AI Stories

Intel Diamond Rapids Packs 256 Cores for Agentic AI
Intel's Hot Chips 2026 lineup pairs a 256-core Diamond Rapids Xeon with Crescent Island, a 350W inference GPU holding up to 480GB of LPDDR5X.

Nvidia Vera Rubin NVL72 Targets 30x Tokens Per Watt
Nvidia detailed the Vera Rubin NVL72 rack at Hot Chips 2026: 72 GPUs, 2 ZFLOPS of NVFP4 inference and up to 30x more tokens per megawatt.

Edge AI Model Zoo Logs 837 Reproducible NPU Tests
EdgeFirst's new model zoo publishes 837 validation sessions for YOLO models across NXP, Hailo, Jetson, Qualcomm and Apple Neural Engine hardware.
