Skip to main content
Live
Main content

Intel says agentic AI is a systems problem, not an inference one

After thousands of workload experiments, Intel argues enterprises should size agent fleets by vCPU density and track P95 latency, not CPU averages.

Jaeden Schafer
Editor in Chief · · 5 min read
Intel says agentic AI is a systems problem, not an inference one

Intel is pushing enterprises to stop treating agentic AI as an inference workload and start treating it as a systems problem. After running thousands of agentic AI workload experiments, the company published a set of five operating rules on July 27, 2026, arguing that most existing benchmarks miss the actual constraints — orchestration, tool execution, data access, and burst compute — that determine whether a fleet of agents holds up in production.

The core reframing is that an agent is a goal-driven workflow process, not a single model call. It plans a multi-step task, calls tools, reads results, retries on failure, and only intermittently hits the LLM. Intel's engineers Keegan Sheedy and Lucas Melo argue that treating agent performance as a proxy for model performance is what breaks enterprise deployments once they scale past a handful of pilots.

Agentic AI is a larger systems problem, not just one of inference.
Keegan Sheedy, Intel, co-author

To measure what actually matters, Intel extended Terminal-Bench, the open-source harness for evaluating AI agents, with profiling, telemetry, and replay. A deterministic record-replay of LLM responses lets the team hold model behavior constant across runs and isolate agent and system performance from LLM variance. The task mix spanned compilation, testing, database operations, Boolean logic, ray tracing, compression, linear algebra, video transcoding, and ML training — a deliberately broad slice meant to mirror real enterprise workloads rather than a single vertical.

Key facts

  • 01Intel ran thousands of agentic AI workload experiments to map how agent fleets actually consume enterprise compute.
  • 02The company argues capacity should be planned by agent density per vCPU, not raw agent count.
  • 0310 agents on an 8-vCPU system and 20 agents on a 16-vCPU system behave similarly at the same density.
  • 04P95 task latency is a better leading indicator of saturation than average CPU utilization.
  • 05Intel extended the open-source Terminal-Bench harness with profiling, telemetry, and deterministic record-replay of LLM responses.

The first operating rule is to plan capacity by agent density, measured as agents per vCPU, rather than by headcount of agents. Intel's testing showed that 10 agents on an 8-vCPU system and 20 agents on a 16-vCPU system behave similarly if the density is the same. That gives architects a portable way to compare capacity across instance sizes and processor generations, and it makes fleet sizing a function of the underlying compute rather than an arbitrary agent target.

Density also has to map to the business goal. Interactive copilots and user-facing assistants should run at lower density because response time is the product. Batch workloads — IT automation, ticket triage, overnight code fixes — can pack agents more tightly. Intel frames the trade-off around service-level objectives and total cost of ownership rather than raw throughput.

The second rule reworks observability. Average CPU utilization, Intel argues, is a weak primary signal for agentic workloads. Agents alternate between waiting on model responses and short compute bursts, so average utilization can look healthy while those bursts queue up and degrade user experience. P95 task latency, by contrast, moves earlier and more clearly when workflows are starting to wait. The operating model Intel recommends is to alert on P95 latency first, then confirm with sustained task duration.

Agents often alternate between waiting for model responses and then doing short bursts of compute-intensive work.
Lucas Melo, Intel, co-author

The third rule is to scale out by default. Adding more systems, rather than adding cores to a single one, aligns with the semi-independent nature of most agents and their modest per-agent bursts. Scale-out also preserves the target agents-per-vCPU ratio as the platform grows, supports high availability, and often lowers cost. Scale-up is reserved for cases where agents need heavier parallel compute, shared state limits partitioning, memory locality matters, or licensing forces the issue.

Intel also proposes a six-metric enterprise view: task success rate, cost per task, time per task, task throughput, agent density, and latency. The set is designed to answer the questions platform teams actually get asked — is the system performing, how many agents can it sustain, and how should it scale — rather than the model-centric metrics that dominate research benchmarks.

Related · from this week
Wipro's HR AI agent cuts response time from 48 hours to 5 seconds
Jaeden Schafer · 5 min read →

The business framing is narrow on purpose. Intel points to code creation, regression test farms, ticket triaging, market analysis, and security review as the workflows where production-grade agentic AI is landing first. These are areas with codified rules, measurable service levels, and accountable owners — the conditions under which an autonomous workflow can be trusted with cycle-time and cost targets.

The counterweight in Intel's own analysis is that most existing agentic harnesses are limited and do not measure overall system performance, which means much of the public benchmarking record overstates readiness. Enterprises running pilots on model-only metrics may find those pilots don't survive contact with concurrent load, real data access patterns, or governance requirements. Intel's numbers come from its own experiments on its own silicon, so the density and latency findings will need independent replication before they harden into industry defaults.

For the AI market, the shift Intel is describing matters because it reframes where the margin sits. If enterprise agent deployments are bottlenecked on orchestration, observability, and CPU capacity rather than raw model quality, the vendors that win the next phase are the ones selling the platform layer — the schedulers, the telemetry, the vCPU footprint — not just the frontier model. That is a friendlier landscape for chipmakers and hyperscalers than for model labs racing each other on benchmarks, and it explains why Intel is planting its flag on the systems side of the argument now.

ShareXLinkedInEmail
AI Box

Every AI model. One chat.

The latest models from ChatGPT, Claude, Gemini, Sora, ElevenLabs — 80+ models in a single chat. Compare answers side by side. Pick the best one every time.

  • ChatGPT, Claude, Gemini, Grok, DeepSeek — in one chat
  • Generate images & video with Sora, Veo, Ideogram
  • Compare any two models side by side
  • From $8.99/mo · 80+ models, all included
Try AI Boxaibox.ai
Trusted by 3,000+ teams
Got a tip?

Working on something we should cover, or seeing a story we missed? Send leads, documents, or feedback to hello@aichatdaily.com. For sensitive tips, see our secure tips page for Signal and PGP options.

Spotted an error? Email hello@aichatdaily.com with the URL and the issue, or read our full corrections policy.

AI Box Daily briefingFree · Daily · No fluff

Stay ahead of everyone in AI.

The tightly edited AI news email engineers, founders, and investors actually open. One email. Every weekday. Five minutes to finish.

Loved by 10,000+ AI professionals
Free forever. Unsubscribe with one click.

The briefing read inside teams at

Keep reading

More from Analysis

Wipro's HR AI agent cuts response time from 48 hours to 5 seconds
Business

Wipro's HR AI agent cuts response time from 48 hours to 5 seconds

Agentic AI adoption is set to surge 300% in two years, with 30-50% productivity gains in customer service, HR, and sales.

Jaeden Schafer5 min read
Anthropic logo
Analysis

Anthropic's Boris Cherny pushes 'loops' as the next step beyond agents

The Claude Code creator says swarms of agents prompting agents are as big a leap as the move from hand-written code to agentic AI.

Jaeden Schafer5 min read
Databricks and Infosys say enterprise AI now needs 92% precision to ship
Analysis

Databricks and Infosys say enterprise AI now needs 92% precision to ship

Bavesh Patel and Rajan Padmanabhan argue fragmented data, not model choice, is what stalls enterprise AI deployments.

Jaeden Schafer5 min read