The GPU gold rush blinded everyone to what was actually running the show.

The Summary

The Signal

Amazon didn't see this coming. Neither did most of the industry. Everyone spent 2023-2025 obsessing over GPU scarcity while CPUs sat there, doing what they've always done, quietly running the actual internet. Then agentic AI happened.

The architecture shift is straightforward but consequential. When you prompt ChatGPT and get an answer, that's inference running on a GPU. When you deploy an AI agent that can open your calendar, book flights, parse spreadsheets, and spawn three sub-agents to handle research tasks, most of that orchestration work lands on CPUs. Matt Kimball from Moor Insights & Strategy puts it plainly: one agentic workflow might spawn 100 agents in testing, but roll that across an enterprise and you're suddenly managing hundreds of thousands or millions of agents making API calls and talking to each other through protocols like Anthropic's model context protocol.

"The CPU does the job of parsing output, figuring out which tool to invoke, making those calls, and coordinating what happens next."

The workflow breaks down like this:

  • GPU handles LLM inference, the actual model computation
  • CPU manages tool calls: opening files, hitting APIs, coordinating between agents
  • Memory stores context and state across agent interactions
  • Repeat this millions of times across an enterprise deployment

Intel's Souvik Kundu explains that many components of agentic AI tasks are inherently CPU-based jobs. The irony is thick. We spent two years in a GPU shortage, watching Nvidia's market cap quintuple, while CPUs were treated as commodity infrastructure. Now the bottleneck has shifted to the supposedly boring silicon.

AWS isn't alone in this. The mandate to conserve CPU cycles signals a broader infrastructure crunch that most cloud providers probably face but haven't announced publicly. When AWS tells engineers to optimize at all costs, it means they can't provision capacity fast enough to meet demand. That's a supply constraint, not an efficiency problem.

The Implication

If you're building in the agent space, factor CPU capacity into your infrastructure planning now, not later. The narrative around AI infrastructure has been GPU-centric for good reason, but agentic systems require balanced compute. Firms that banked on pure GPU scaling are about to hit a wall.

For Intel and AMD, this is the first genuinely new CPU demand driver in years. Not cloud migration, not edge computing, but agent orchestration at scale. Watch datacenter CPU pricing and lead times as a forward indicator of how fast agent deployment is actually moving in production environments.

Sources

IEEE Spectrum AI