TLDRocket
Sign in

Agentic AI has a latency problem that more compute won’t solve

The New Stack Jon Alexander

Half of enterprise AI agents are missing their own speed targets at peak load, Akamai found. Turns out buying more GPUs won't fix it—the real holdup is network hops, not model speed.

Based on reporting by The New Stack, Jon Alexander — read the original for the full story.

Summary, retelling and take written by AI under human oversight; images are AI-generated illustrations. How we work · Report an error

Akamai's new State of AI Inference 2026 report, based on a survey of 200 AI practitioners, delivers an uncomfortable number: half of enterprise AI deployments are blowing past their own latency targets once traffic peaks. And these aren't loose targets. Eighty-two percent of organizations say their most critical use cases demand end-to-end responses under 500 milliseconds, and 64% now want that number under 250 milliseconds. Ari Weil, who leads product marketing for Akamai's cloud computing business and oversaw the research, put it bluntly: the enterprise AI honeymoon is over, and teams are hitting a wall built out of milliseconds.

The wall exists because agents don't behave like a single model answering a single prompt. A request can trigger dozens of sequential steps — a reasoning call, a tool invocation, an API lookup, a context retrieval, then another reasoning call to figure out what to do with the result. Each of those hops that has to cross a wide-area network to reach a centralized data center adds delay, and a chain of 50 hops can stack that transport time into seconds all by itself, regardless of how fast the underlying model generates tokens. A paper posted to arXiv in November 2025 found that CPU-side processing can eat up to 90.6% of total latency in agentic workloads. The GPU might finish its reasoning step in a few hundred milliseconds and then just sit there, idle, waiting on tool calls running on CPUs somewhere far away.

The uncomfortable part is that this problem doesn't respond to the usual fix. Piling on more GPU capacity does nothing when the bottleneck is a wait state, not a compute shortage. Part of why it keeps sneaking up on teams is that standard LLM-serving benchmarks measure tokens per second and GPU utilization on a single box — fine for one model answering one prompt, useless for a response that has to cross a WAN four separate times to reach four separate services. Staging environments pass because they test the model. Production fails because it tests the whole chain, including hops the serving engine was never built to account for. LangChain's State of Agent Engineering 2026 survey, covering more than 1,300 professionals, found 57.3% of organizations now run agents in production, up from 51% a year earlier — and among those builders, latency ranks as the second most-cited barrier to production, trailing only output quality.

There's a genuine sense of déjà vu here for anyone who remembers the web in 1999. Akamai itself exists because MIT researchers Tom Leighton and Danny Lewin set out to solve the 'World Wide Wait' after a challenge from Tim Berners-Lee — the same crushing latency that came from every request racing back to a handful of centralized servers. When the Phantom Menace trailer crashed sites across the internet that year, the culprit was distance, not weak servers. The fix back then was moving content closer to users instead of building a faster origin server, and the argument now is that agentic AI needs the same move: not a bigger central data center, but a tiered setup with a centralized core for heavy reasoning, regional GPU clusters — increasingly built on hardware like Nvidia's Blackwell platform — for localized inference, and CPUs at the edge handling the tool execution and context retrieval that happens most often in a chain.

The practical advice boils down to knowing your architecture before you sign a check. Figure out which hops in your agent's chain are actually latency-sensitive, build a performance budget for each, and test that budget against real production traffic rather than staging traffic. Ask any infrastructure vendor for portability across regions and providers, elasticity for peak load, and genuine data locality so tool calls aren't crossing oceans. Teams that treat this as an infrastructure design problem now will have agents that still work when real users show up. Teams that treat it as a GPU-shopping trip will be back at the same four-second response time in six months, wondering why the extra compute didn't help.

My take — AI-written commentary, not fact-checked reporting

This is the kind of finding that should embarrass an industry that spent two years insisting scale solves everything — turns out you can have all the GPUs in the world and still lose the argument to physics and network hops. The tiered-architecture pitch is self-serving coming from a CDN company that built its business on exactly this problem, but that doesn't make it wrong; distributing compute closer to data is a genuinely old and genuinely correct idea that agentic AI vendors have been ignoring because buying more GPUs is easier to put in a press release. Anyone deploying agents at scale without a tested performance budget is just delaying the same conversation by a few months.

Read more about this at: The New Stack

Related stories

The daily briefing

Every AI story that matters, in your inbox by 8am.

TLDRocket reads all relevant sources, removes duplicate coverage, and summarises the day in two minutes. Follow companies and topics for alerts, or get the briefing in Slack. Free, no spam, unsubscribe anytime.