TLDRocket
Sign in

Building the enterprise environment for agentic AI

MIT Technology Review Keegan Sheedy, Lucas Melo Covered by 3 sources

Intel ran thousands of tests on AI agents and found the real bottleneck isn't the AI model, it's the plumbing around it. Turns out counting agents means nothing if you're not counting CPUs too.

Based on reporting by MIT Technology Review, Keegan Sheedy, Lucas Melo — 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

Everyone building agentic AI right now is obsessing over the wrong number. That's the blunt takeaway buried in a new sponsored report from Intel, which ran thousands of workload experiments to figure out what actually breaks when you try to run fleets of autonomous agents in production. Spoiler: it's rarely the language model itself. It's everything wrapped around it — the orchestration, the tool calls, the retries, the queueing — that determines whether an enterprise agent deployment holds together or falls over.

Intel's team extended Terminal-Bench, an open-source harness for testing AI agents, adding profiling and telemetry so they could watch where time actually goes during a task. They also built in deterministic record-replay of LLM responses, recording answers once and reusing them across runs, which strips out model randomness and lets you compare infrastructure choices apples-to-apples. They threw a genuinely varied task mix at it — compilation, database ops, ray tracing, video transcoding, ML training, Boolean logic — specifically so the results wouldn't just describe one narrow use case.

The headline finding: stop counting agents, start counting agents per vCPU. Ten agents on an 8-core box and twenty agents on a 16-core box behave the same, because density is what matters, not raw headcount. That single reframing lets architects compare capacity across wildly different hardware generations and instance sizes without getting fooled by numbers that look impressive but mean nothing on their own.

The second big lesson cuts against conventional monitoring instinct. Average CPU utilization, the metric most ops teams default to, is basically useless for agentic workloads. Agents spend a lot of time idle, waiting on model responses, then burst into short intense compute spikes. Averages smooth all that out and hide the queues forming behind the scenes. Intel's fix is to watch P95 task latency instead — it flags trouble the moment workflows start waiting, well before the average duration numbers look bad enough to trigger an alarm.

On the scaling question, the report comes down firmly on the side of scaling out rather than up: more machines rather than beefier ones. Since agents tend to be semi-independent with modest per-task compute bursts, spreading them across additional systems tends to be cheaper, more resilient, and easier to keep at a target density as the fleet grows. Scaling up still has its place, but only for agents with heavy parallel compute needs, tight memory locality requirements, or licensing quirks that force consolidation.

Where this lands practically is with workflows that already have codified rules and clear service levels — ticket triage, regression testing, code generation, security review — not the flashy experimental use cases companies love to demo. Intel's framing is that the ideal agentic AI buyer isn't chasing novelty; it's an operations leader trying to protect cycle times and enforce governance while adoption scales, which is a far less glamorous but more honest description of where this technology actually earns its keep.

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

Of course Intel's big finding is 'you need more CPUs, measured very specifically, forever' — that's basically a chip vendor's dream customer request, and I'd take the density obsession with a grain of salt precisely because it doubles as a sales pitch. That said, the P95-over-average-utilization point is genuinely useful and something plenty of ops teams outside this report will quietly go fix on Monday. The bigger signal here is that agentic AI hype is finally colliding with boring infrastructure reality, and boring usually wins.

Read more about this at: MIT Technology Review

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.