NVIDIA H200 shipments delayed to Q3  · BREAKING: Microsoft confirms 3GW data centre expansion in Asia-Pacific ·  AWS announces new sovereign cloud regions in India and UAE  · Arm-based servers now 24% of hyperscale deployments ·  EU AI Act enforcement enters phase two  · Global data centre investment hits $612B in 2026 ·  TSMC Arizona yields improve to 68% on 3nm process  · OpenAI valuation reaches $400B after latest funding round ·  NVIDIA H200 shipments delayed to Q3  · BREAKING: Microsoft confirms 3GW data centre expansion in Asia-Pacific ·  AWS announces new sovereign cloud regions in India and UAE  · Arm-based servers now 24% of hyperscale deployments ·  EU AI Act enforcement enters phase two  · Global data centre investment hits $612B in 2026
NVIDIA H200 shipments delayed to Q3  · BREAKING: Microsoft confirms 3GW data centre expansion in Asia-Pacific ·  AWS announces new sovereign cloud regions in India and UAE  · Arm-based servers now 24% of hyperscale deployments ·  EU AI Act enforcement enters phase two  · Global data centre investment hits $612B in 2026 ·  TSMC Arizona yields improve to 68% on 3nm process  · OpenAI valuation reaches $400B after latest funding round ·  NVIDIA H200 shipments delayed to Q3  · BREAKING: Microsoft confirms 3GW data centre expansion in Asia-Pacific ·  AWS announces new sovereign cloud regions in India and UAE  · Arm-based servers now 24% of hyperscale deployments ·  EU AI Act enforcement enters phase two  · Global data centre investment hits $612B in 2026

The brain-inspired architecture powering today’s best AI

If you peek inside today’s most advanced AI systems, you won’t find a single monolithic brain working overtime. Instead, you’ll

Share
AI model architecture mimics human brain.

If you peek inside today’s most advanced AI systems, you won’t find a single monolithic brain working overtime. Instead, you’ll find something far closer to how humans actually think: many specialists, only a few of them active at any given moment.

This design philosophy, known as Mixture of Experts (MoE), has quietly become the backbone of frontier AI. And only now, with the arrival of NVIDIA’s Blackwell GB200 NVL72 systems, is the industry finally able to run these models at full speed, at a fraction of the cost.

The result is a major shift in the economics of AI: models that run ten times faster while driving token costs down by roughly 90%.

From brute force to selective intelligence

For years, AI progress followed a simple rule: bigger was better. Models grew denser, meaning every question activated every part of the network, hundreds of billions of parameters firing simultaneously to generate each word. The intelligence gains were real, but so were the costs, both in power and money.

MoE takes a different route. Instead of using the whole model for every task, it splits intelligence into specialized components or “experts.” A routing mechanism decides which experts are relevant for each token and activates only those.

The analogy is straightforward: your brain doesn’t engage your entire neural system to solve a math problem or recognize a face. MoE models work the same way. They carry the knowledge of massive models but use only a small slice of it at any moment.

This selective approach delivers higher efficiency without sacrificing capability and the industry has taken notice.

According to the independent Artificial Analysis leaderboard, all of the top 10 most capable open-source models now rely on MoE architectures. That list includes DeepSeek-R1, Kimi K2 Thinking, OpenAI’s gpt-oss-120B, and Mistral Large 3.

More broadly, over 60% of open-source AI models released this year use MoE designs. Since early 2023, this shift has supported an estimated 70-fold jump in model intelligence, pushing AI systems closer to human-like reasoning efficiency.

As Guillaume Lample, cofounder and chief scientist at Mistral AI, has noted, MoE is what makes it possible to scale intelligence while keeping energy and compute demands in check, a necessity as AI moves from labs into real-world products.

Why MoE is hard to run in practice

Despite its elegance, MoE has a serious weakness: scale.

These models are too large to live on a single GPU. Their experts must be spread across many GPUs, a setup known as expert parallelism. On earlier hardware platforms, including NVIDIA’s H200, this created two major problems.

First, memory strain. Each GPU had to constantly load expert parameters in and out of high-bandwidth memory, creating bottlenecks.

Second, communication delays. Once experts were spread beyond a small cluster of GPUs, they had to exchange information over slower interconnects. That latency erased many of the theoretical gains of MoE.

In short, the software vision outpaced the hardware reality.

The rack-scale shift that changed everything

The Blackwell GB200 NVL72 marks a fundamental departure from traditional GPU servers. Instead of treating GPUs as loosely connected units, it links 72 Blackwell GPUs into a single system using NVLink Switch, creating what functions as one massive processor.

The system delivers 1.4 exaflops of AI performance and 30 terabytes of shared memory, with every GPU able to communicate with every other at ultra-high speed, up to 130 terabytes per second.

This matters enormously for MoE. Experts can now be spread thinly across dozens of GPUs, reducing memory pressure on each chip while allowing near-instant communication between them. In some cases, the NVLink Switch itself even helps with the math required to combine expert outputs.

The result is that MoE models can finally scale the way they were meant to.

When deployed on GB200 NVL72, leading MoE models show dramatic gains. Kimi K2 Thinking, currently ranked as the most intelligent open-source model, runs ten times faster than it does on H200-based systems. The same leap applies to DeepSeek-R1 and Mistral Large 3.

Speed matters but cost matters more.

Because the system processes roughly ten times as many tokens using comparable time and power, the cost per token drops by more than an order of magnitude. SemiAnalysis data shows that for models like DeepSeek-R1, the cost to generate a million tokens on Blackwell is over ten times lower than on H200 at the same response latency.

Hardware alone didn’t solve the problem. NVIDIA’s Dynamo framework helps divide workloads intelligently, assigning different GPUs to the “prefill” and “decode” stages of inference. Meanwhile, formats like NVFP4 preserve accuracy while improving efficiency.

Open-source tools, including TensorRT-LLM, SGLang, and vLLM, have matured alongside the hardware, enabling large-scale MoE deployments that were previously impractical.

This full-stack approach is why cloud providers such as AWS, Google Cloud, Microsoft Azure, Oracle, and specialized AI clouds like CoreWeave and Together AI are now rolling out GB200 NVL72 systems.

Modern multimodal models already contain separate components for language, vision, and audio. Agentic AI systems go further, coordinating multiple specialized agents for planning, reasoning, searching, and tool use.

In all cases, the pattern is the same: route tasks to the right specialists, then combine their outputs efficiently.

At scale, this enables a shared pool of digital experts serving many applications and users,  without duplicating massive models each time. That efficiency is what makes widespread, sustainable AI deployment possible.

The industry has reached a consensus, even if it hasn’t said so explicitly: the future of AI isn’t about lighting up every neuron every time. It’s about using intelligence selectively, backed by hardware that can keep up.

Mixture of Experts made that vision possible. Blackwell GB200 NVL72 made it practical.

And with NVIDIA’s roadmap extending toward the Vera Rubin architecture, this shift toward scalable, efficient intelligence looks more like the foundation of AI’s next decade.

[simple-author-box]

More from AI Infrastructure

Every major AI announcement tends to emphasize graphics processors, cloud capacity, or multi-billion-dollar data

The conversation surrounding every major power disruption follows a familiar pattern. Engineers examine protective

Singapore rarely enters energy conversations as a country defined by what exists beneath its

COMPUTE WEEKLY

The briefing that 40,000+ tech leaders read every Monday. Sharp, fast, essential.

Great! We’ve received your information.

We couldn’t process your submission. Please retry

Building an AI Startup Without Owning GPUs

Not owning GPUs has become the default, deliberate strategy for building an AI company — not a compromise founders accept reluctantly. H100 rental rates fell 64-75% in fifteen months, a dense ecosystem of neoclouds and inference-as-a-service providers now lets startups skip infrastructure entirely, and credit programs can fund a company’s first year before a founder writes a check
Most Read

Infrastructure planning discussions often prioritize engineering, construction, and utility considerations before examining how end

AI infrastructure deployment schedules depend on coordinated progress across hardware availability, electrical infrastructure, cooling

Artificial intelligence has transformed the economics of digital infrastructure. Every new AI model requires

Data centers do not visibly smoke. They have no smokestacks, no visible exhaust, and

Artificial intelligence has transformed the economics of digital infrastructure. Companies once competed by acquiring

Disruptor Spotlight

Cerebras Systems

The chip that makes Nvidia nervous. Cerebras’ Wafer Scale Engine is rewriting the rules of AI inference at scale.
Faster
0 x
YoY Revenue
0 x
Transistors
0 T
Market Pulse
NVDA
$924.60
-2.11%
MSFT
$421.30
-2.94%
AMZN
$192.80
-4.87%
AMD
$924.60
-2.40%
TSMC
$924.60
-2.32%
Indicative only · Not financial advice
Upcoming Events
SEP
The AI Infrastructure Race (India)
WEBINAR · ONLINE
The AI Infrastructure Race: Won on Power, Land and Trust — Not Capital
MAY
0
AI Infrastructure Summit
DUBAI · IN PERSON
MEA’s premier AI infrastructure event.
JUN
0 0
Compute Forecast Summit
SINGAPORE · IN PERSON
Our flagship APAC event. Early bird open.
Latest Moves
Live
ecolab
Ecolab Deepens Cooling Strategy With $4.75B CoolIT Acquisition
Ecolab is making one of its biggest moves yet into AI infrastructure after completing its $4.75 billion acquisition of liquid cooling specialist CoolIT Systems
Pure DC AVK Europe data center microgrid Dublin 110MW AI infrastructure Ireland 2026
Pure DC and AVK Deploy Europe’s First 110 MW Data Center Microgrid in Dublin
The Pure DC Dublin microgrid has made history as Europe’s first large-scale on-site data center microgrid, launched in partnership with power solutions provider AVK at Pure DC’s campus in Ireland.
Pace Digitek
Pace Digitek Partners With MEGMEET to Expand AI Data Center Power Business
India’s AI infrastructure ecosystem continues to mature as domestic technology manufacturers move beyond traditional telecommunications and industrial markets toward high-growth digital infrastructure opportunities
Follow Compute Forecast
11K followers
1200 followers
Companies to Watch
CW
CoreWeave
Neo Cloud · $19B · IPO Watch
CB
Cerebras Systems
AI Hardware · $4.25B · Pre-IPO
G42
G42
Sovereign AI · Abu Dhabi
H
Humain
Saudi AI · $40B Fund
Latest Podcast
AI Capex, Cloud Margins & the Nuclear Bet
48 MIN · 25 APR 2026

The brain-inspired architecture powering today’s best AI

If you peek inside today’s most advanced AI systems, you won’t find a single monolithic brain working overtime. Instead, you’ll

Share
AI model architecture mimics human brain.
9
847 SHARES

0
SHARES

[simple-author-box]

More from AI Infrastructure

Infrastructure planning discussions often prioritize engineering, construction, and utility considerations before examining how end

AI infrastructure deployment schedules depend on coordinated progress across hardware availability, electrical infrastructure, cooling

Artificial intelligence has transformed the economics of digital infrastructure. Every new AI model requires

Data centers do not visibly smoke. They have no smokestacks, no visible exhaust, and

COMPUTE WEEKLY

The briefing that 40,000+ tech leaders read every Monday. Sharp, fast, essential.

Great! We’ve received your information.

We couldn’t process your submission. Please retry

Global AI Infrastructure Outlook 2026

The briefing that 40,000+ tech leaders read every Monday. Sharp, fast, essential.
Download Free
Most Read

Infrastructure planning discussions often prioritize engineering, construction, and utility considerations before examining how end

AI infrastructure deployment schedules depend on coordinated progress across hardware availability, electrical infrastructure, cooling

Artificial intelligence has transformed the economics of digital infrastructure. Every new AI model requires

Data centers do not visibly smoke. They have no smokestacks, no visible exhaust, and

Artificial intelligence has transformed the economics of digital infrastructure. Companies once competed by acquiring

Disruptor Spotlight

Cerebras Systems

The chip that makes Nvidia nervous. Cerebras’ Wafer Scale Engine is rewriting the rules of AI inference at scale.
Faster
0 x
YoY Revenue
0 x
Transistors
0 T
Market Pulse
NVDA
$924.60
+2.4%
MSFT
$421.30
+1.1%
AMZN
$192.80
-0.6%
NVDA
$924.60
+2.4%
NVDA
$924.60
+2.4%
Indicative only · Not financial advice
Upcoming Events
MAY
0 0
DCD Global — London
LONDON · IN PERSON
World’s largest DC event. CF is media partner.
MAY
0
AI Infrastructure Summit
DUBAI · IN PERSON
MEA’s premier AI infrastructure event.
JUN
0 0

Compute Forecast Summit

SINGAPORE · IN PERSON
Our flagship APAC event. Early bird open.
Latest Moves
  • Live
Sam Altman
OpenAI appoints new Chief Infrastructure Officer to lead $100B DC programme
27 APR · OPENAI
Sam Altman
OpenAI appoints new Chief Infrastructure Officer to lead $100B DC programme
27 APR · OPENAI
Sam Altman
OpenAI appoints new Chief Infrastructure Officer to lead $100B DC programme
27 APR · OPENAI
Follow Compute Forecast
18.4K followers
12.1K followers
9.3K subscribers
41 episodes
Companies to Watch
CW
CoreWeave
Neo Cloud · $19B · IPO Watch
CB
Cerebras Systems
AI Hardware · $4.25B · Pre-IPO
G42
G42
Sovereign AI · Abu Dhabi
CW
Humain
Saudi AI · $40B Fund
Latest Podcast
AI Capex, Cloud Margins & the Nuclear Bet
48 MIN · 25 APR 2026
Scroll to Top