📌 Industry analysis · informational only · This article is based on 2025-2026 publicly available primary sources (arXiv papers, company IR, official announcements). It is not investment advice; act on your own judgment.
AI · Tech · Industry Analysis

What comes after the GPU era —
why agents need CPUs again

For 14 years after AlexNet in 2012, AI = GPU. But in November 2025, NVIDIA announced its own CPU (Vera). AWS and OpenAI signed a $38B deal that explicitly mentioned "tens of millions of CPUs." Intel's CEO declared that "the CPU is the orchestration layer of the AI stack." What changed — and what do the primary sources actually show?

10 min read 2026.05.05 Industry · Hardware
⚡ TL;DR (5 lines)

01First — why was it the GPU era for 14 years?

It started with AlexNet winning ImageNet in 2012 (see EP02). Hinton's two students used two NVIDIA GTX 580s — consumer gamer cards. From that day, every AI company started buying NVIDIA GPUs.

The reason this lasted 14 years: AI training is fundamentally matrix multiplication. Each neural network layer = `W × x` matmul. One step of GPT-4 = updating roughly 1.5 trillion weights simultaneously. Every cell computes independently — *embarrassingly parallel*. Just run the same op tens of thousands of times in parallel.

Structural differences (summary)

ItemCPUGPU
CoresTens (complex cores)Thousands to tens of thousands (simple cores)
Design philosophyLatency — finish one task fastThroughput — same task many times in parallel
Memory bandwidthDDR5 ~50 GB/sHBM3e ~1,500 GB/s (~30×)
Specialized circuitsBranch prediction · OoO · large cachesTensor Cores (FMA · systolic array)
AI training speedbaseline10-100× (workload-dependent)

GPUs are weak at "branchy and varied work" — but that doesn't matter for training. That's how an NVIDIA H100 sells for $30,000+ and the company's market cap crossed $4 trillion (see EP06).

02But the workload shifted — from training to inference and agents

As of 2026, roughly 2/3 of AI compute happens in inference — a number cited in Deloitte's 2026 Tech Trends Outlook. In 2023 it was 1/3.

And inside inference, Agentic AI — not single-shot ChatGPT answers but systems like GitHub Copilot Workspace or Claude Computer Use that use tools, search, evaluate results, and retry — became dominant (see EP08 RAG).

One agentic AI cycle has 5 phases:

① Planning
Tokenize user request + initial reasoning (goal decomposition)
② Orchestration
Build task graph, route to parallel sub-agents, manage data flow
③ Tool execution
API calls, file I/O, JSON parsing, DB queries, Python interpreter, web crawling
④ Inference loop
Chain-of-thought reasoning — work between GPU calls (mostly small batches)
⑤ Reflection
Verify output, retry on failure, assemble final response

Of these 5, ②③⑤ are entirely CPU work, and ①④ mix GPU and CPU. Model inference (the GPU's part) is the shortest part of the cycle — not a fixed share.

03The decisive November 2025 paper — 50-90% is CPU work

In November 2025, a joint Georgia Tech and Intel team posted to arXiv — "Towards Understanding, Analyzing, and Optimizing Agentic AI Execution: A CPU-Centric Perspective" (Raj, Kundu, Vohra, Wang, Krishna · arXiv:2511.00739).

They measured 5 real agentic workloads on two systems:

The result — tool processing (CPU work) accounted for 50-90% of end-to-end latency:

WorkloadCPU shareMain CPU work
RAG (Haystack)81-89%Tool retrieval, vector DB search
Toolformer77-88%LLM inference itself (incl. orchestration)
Web-Augmented Agent48-55%Summarization (Python heavy)
ChemCrow (chemistry)85-88%Conformer generation (molecular)
SWE-Agent (coding)25-65%Bash · Python sandbox execution
📌 What this means
The GPU spends more time idle waiting for the CPU than it does actually computing. A million-dollar GPU cluster sits half-idle waiting on CPU tool processing — meaning if you don't upgrade the CPU, your GPU utilization caps at half.

On energy too — at large batch sizes, CPU dynamic energy hit 44-61% of total system energy (same paper). It's not just GPUs burning power.

04CPU:GPU ratio 1:8 → 1:1 — TrendForce + Intel CEO data

This workload shift shakes the foundations of datacenter design. Market research firm TrendForce (April 2026 report) summarized:

1 : 4-8
Legacy LLM training era
CPU : GPU ratio
1 : 1-2
Agentic AI era
CPU : GPU ratio
30M
Legacy 1GW datacenter
CPU core count
120M
Agentic 1GW datacenter
CPU core count (4×)

The same direction is confirmed at Intel HQ. Intel CEO Lip-Bu Tan said the following at the Q1 2026 earnings call:

"AI training infrastructure typically runs at a ratio of about 7-8 GPUs per 1 CPU. As we shift to inference, that ratio narrows to about 3-4 GPUs per 1 CPU. As we move to agent and multi-agent environments — that ratio becomes 1:1, or even tilts slightly toward CPUs."

— Lip-Bu Tan, Intel CEO · Q1 2026 earnings

And one more line from the same call captures the essence:

"CPU is now the orchestration layer and critical control plane for the entire AI stack."

— Lip-Bu Tan, Intel CEO · 2026.04

05"Tens of millions of CPUs" written into the $38B AWS-OpenAI deal

Beyond theory, look at what's actually happening in the market. On November 3, 2025, OpenAI signed a 7-year, $38B deal with AWS. The official joint statement specified the resource scope:

📋 AWS-OpenAI joint announcement (2025.11.03)

"OpenAI is accessing AWS compute comprising hundreds of thousands of state-of-the-art NVIDIA GPUs, with the ability to expand to tens of millions of CPUs to rapidly scale agentic workloads."

Hundreds of thousands of GPUs vs tens of millions of CPUs. The units differ by 100×. A direct signal from OpenAI: scaling agentic workloads needs CPUs in volumes 100× higher than GPUs.

NVIDIA GPUs (GB200/GB300) cluster on Amazon EC2 UltraServers, with CPUs separately specified as agentic-workload infrastructure. All resources are coming online by end of 2026. The signal this single deal sent: agent-era infrastructure = GPU + an overwhelming number of CPUs.

06The new CPUs built for the agent era

NVIDIA Vera CPU — what it means that a GPU company built its own CPU

The strongest signal — the absolute champion of the GPU era announcing its own CPU. NVIDIA Vera CPU, announced at GTC 2026, official specs:

ItemNVIDIA Vera CPU
Cores88 NVIDIA Olympus cores (custom Armv9.2)
ProcessTSMC N3, monolithic die + adjacent dielets
MultithreadingSpatial Multithreading — 2 tasks per core
Memory bandwidth1.2 TB/s LPDDR5X · 14 GB/s per core
Memory capacityUp to 1.5 TB
GPU linkNVLink-C2C 1.8 TB/s coherent (shared memory with GPU)
NotableIndustry first FP8-precision-capable CPU
Comparative efficiency"2× efficiency, 1.5× speed vs prior CPUs" (NVIDIA official)
LaunchMass production starts H2 2026

Vera isn't sold standalone. It ships inside the Vera Rubin NVL72 rack with 72 Rubin GPUs + 36 Vera CPUs. NVIDIA's message is clear — "Don't just buy our GPUs. Buy them with our CPUs."

The other new CPUs

ProductCoresProcessNotes
Arm AGI CPU136TSMC N3Launched 2026.03 · Customers: Meta, OpenAI, Cloudflare
AMD EPYC Venice256 (512 SMT)TSMC N22026 launch · 5th-gen Turin successor
Intel Xeon 6+ (Clearwater Forest)288Intel 18ADelayed to 2027
AWS Graviton5192TSMC N3Arm Neoverse · AWS in-house
Microsoft Cobalt 200132TSMC N3Azure in-house ARM CPU
Google Axion C4A/N4A96 / 64Google Cloud in-house

Every hyperscaler is now building its own ARM-based datacenter CPU — that's the structural shift. The x86 datacenter monopoly is effectively over. ARM Neoverse is becoming the new standard.

07The CPU demand explosion confirmed by earnings

Beyond theory and announcements, the actual Q4 2025 revenue figures confirm the trend.

AMD Q4 2025 results (released Feb 2026)

$5.4B
Datacenter revenue
+39% YoY · all-time quarterly high
$10.3B
Total revenue
all-time quarterly high
50%+
EPYC Turin (5th gen)
server revenue share
1,600
EPYC cloud instances
(+500 in 2025)

AMD's CFO noted explicitly that "large enterprises deploying on-prem EPYC more than doubled in 2025." And the 2026 guidance — "server CPU market to grow strong double digits."

Intel Q4 2025 / Q1 2026

⚠️ Intel: demand exploding, supply short

08The whole picture — silicon power, stratified

2026 AI infrastructure is no longer "just buy GPUs." The chips have differentiated by workload:

Training — GPUs dominant
Massive batch · 99% matmul · NVIDIA H200/B200/Rubin · TPU v5p · AMD MI300X
Inference — GPUs vs specialized ASICs
2026 growth rates: XPU 22% · GPU 19% · CPU 14% (Futurum 2025.11). Google TPU 8i, Groq LPU, Cerebras WSE, AWS Trainium
⭐ Agentic Orchestration — CPU revival zone
Tool calls · branching · memory management. 50-90% of latency · NVIDIA Vera, AMD EPYC, ARM AGI
Edge / On-device — NPU era
Apple A18 Pro (35 TOPS), Snapdragon X Elite, Samsung Exynos NPU, Intel Lunar Lake AI Boost

09So — five implications

1. GPUs aren't dying. GPUs are still the heart of inference and training. There's just a new massive zone *outside* the GPU's domain, and that's where CPUs come back. "GPU does the thinking, CPU does everything else" — and the *everything else* now exceeds half of the workload.

2. NVIDIA building its own CPU (Vera) is the strongest signal. Not portfolio expansion — recognition that in the agent era, a weak CPU next to your GPU drags down GPU revenue too. CPU+GPU integrated packages with shared memory via NVLink-C2C are becoming standard.

3. AMD is the largest near-term beneficiary — EPYC is effectively the agent-era standard CPU. Q4 2025 datacenter +39% YoY, EPYC Turin 50%+ share, 2026 guidance strong double digits. Intel faces a near-term crisis from production delays — demand exploding, supply short.

4. ARM's datacenter penetration is decisive. Vera, AGI, Graviton5, Cobalt 200, Axion — all ARM Neoverse. The x86 datacenter monopoly is effectively over. AMD x86 stays strong near term, but on a 5-year horizon ARM could take 30%+ share.

5. Memory bandwidth is the new battlefield. Vera's headline isn't 88 cores — it's 1.2 TB/s LPDDR5X + 1.8 TB/s NVLink-C2C. Competition shifts from core count to memory bandwidth (HBM4, LPDDR5X, CXL 3.0). Beneficiaries — SK hynix, Micron, Samsung memory.

10One-line conclusion

The 2012-2024 era of AI was the "matmul era" — GPUs won decisively. The 2025-2030 era is the "agent orchestration era" — *heterogeneous compute* of CPU + GPU + NPU + memory becomes the new default architecture.

2025-2026 — when NVIDIA built its own CPU, when AWS wrote "tens of millions of CPUs" into an OpenAI contract, and when Intel's CEO declared "CPU is the orchestration layer" — was the inflection point.

🔑 Core insight (restated)

The CPU's revival isn't a GPU defeat — it's the consequence of agents emerging as a new workload category. AI infrastructure decisions in 2026 are shifting from "how many GPUs do we buy" to "how do we balance CPU, GPU, memory, and interconnect."

📚 Primary sources (verified)

Academic papers

Official company announcements

Market analysis / industry reports

Related (Lucky Blog series)