Tools

NVIDIA Vera CPU reduces latency and raises throughput for agentic AI workloads

NVIDIA’s Vera CPU is designed to speed up and stabilise the CPU-side work that sits between model steps in agentic systems, improving reinforcement-learning feedback, lowering loaded latency, and preserving GPU KV-cache residency.

NVIDIA Vera CPU reduces latency and raises throughput for agentic AI workloads

Agentic systems turn model reasoning into action through multi-step workflows that combine inference, tool use, code execution, retrieval, orchestration and result handling. As these systems scale across the AI factory, overall performance depends not only on GPU acceleration but also on the CPU work performed between model steps.

The CPU coordinates GPU resources and ensures the full AI factory can deliver optimal throughput and responsiveness. It sits on the critical path for reasoning, response time and learning because it executes the inter-step work: sandboxed evaluations, tool calls, code execution, data processing, KV-cache coordination and result handling. For agentic AI, a key CPU metric is sustained per-core performance under full socket load: more cores increase parallelism across workflows, while faster cores determine how quickly each sequential workflow advances.

If CPU-side execution slows, the GPU fleet is impacted in three main ways:

  • reinforcement learning (RL) receives fewer useful evaluations per cycle, increasing time-to-train;
  • individual user requests take longer to serve;
  • KV-cache entries are evicted, forfeiting compute savings from cached context.

The rest of this article explains how the NVIDIA Vera CPU addresses these challenges and which design choices maximise fleet performance.

Smarter agents through faster RL feedback

RL introduces a continuous interactive feedback loop between GPU and CPU. Unlike offline training where data is streamed to accelerators, RL requires active experience generation: environment rollouts and simulations that rely on sequential, logic-heavy processing.

When the processor stalls during these highly parallel rollout phases, the entire training pipeline suffers: fewer environment steps finish per second and the quality of policy updates (gradients) degrades. The article cites a baseline CPU completing about 45% of required evaluations within a training window, whereas the Vera CPU—offering 1.8× faster cores—can complete up to 85% in the same window.

Delivering more and higher-quality RL feedback enables GPUs to compute more accurate gradients, accelerating convergence and producing better policies. NVIDIA achieves this through the Olympus core microarchitecture and several targeted features. Key Vera CPU features and their RL impact are:

  • Neural branch predictor: keeps pipelines moving through complex control flow in Python, simulators, reward logic and tools.
  • 10-wide decode front end: feeds more instructions per cycle, improving throughput.
  • Deep out-of-order execution: progresses around long-latency operations to reduce stalls in irregular RL workloads.
  • NVIDIA Spatial Multithreading: sustains high per-core performance even when scaling to thousands of parallel environments.

Together these features reduce CPU stalls and increase the share of environment evaluations that complete within training windows.

Serving more users with lower loaded latency

Moving from offline training to live, interactive agentic deployments shifts the main optimisation from pure throughput to predictable latency. Agentic systems execute chains of actions where each step can require a tool call, code run, test compilation or data query before the model can continue.

Low average latency alone is insufficient; agents need predictable performance when sockets are loaded with many concurrent sandboxes, services and data-processing tasks. Vera CPU is designed to reduce the loaded-latency penalty. It avoids performance cliffs common to multi-chiplet designs by using a monolithic compute die with 88 Olympus cores, reducing costly core-to-core hops across chiplets or sub-NUMA domains. Coupled with a large unified cache and the NVIDIA Scalable Coherency Fabric (SCF), data moves more uniformly through the system.

The article reports that Vera CPU achieves about 40% lower peak loaded latency compared to an x86 CPU, improving tail-latency behaviour and helping tool responses meet strict schedules.

Agentic deployments also demand massive memory bandwidth to keep thousands of concurrent sandboxes, tool calls, retrievals and data tasks fed and to keep per-agent state and context close to the cores. Using power-efficient LPDDR5x, the Vera CPU delivers up to 1.2 TB/s total memory bandwidth and up to 14 GB/s per core. That is stated to be more than three times the per-core memory bandwidth of traditional data-center CPUs while consuming less than half their power, helping sustain throughput when every core is active.

The combined effect is a responsive agentic AI pipeline able to meet strict SLAs without hardware bottlenecks affecting user experience.

Preserving GPU KV-cache and maximising GPU compute time

In agentic inference a GPU does not always perform in one uninterrupted pass: a session can include many model steps separated by CPU-side tool calls, code execution, retrievals, database queries or sandboxed evaluations. In a fully subscribed datacenter, GPUs are unlikely to idle through those CPU gaps; while the CPU handles a tool call it may start new requests and contexts, increasing pressure on GPU memory.

A slower CPU widens the gap between GPU compute steps and increases the likelihood that a request’s KV cache will be evicted from GPU memory to accommodate other ready-to-run work. After a CPU-side operation completes, the GPU may need to rebuild prior context by reprocessing an earlier sequence as a large input prompt instead of resuming from cached state, incurring costly recompute.

Vera CPUs compress the CPU portion of traces: faster tool execution, stronger per-core performance under load, high memory bandwidth and predictable latency reduce the time agents wait between GPU steps. That shortens the window in which KV caches are exposed to eviction pressure, keeps more active context resident in HBM, and reduces the need for recompute. More GPU time is therefore devoted to useful token generation instead of rebuilding context, making CPU performance a direct contributor to GPU efficiency in saturated agentic systems.

Conclusion: the CPU as a driver of AI factory performance

NVIDIA Vera CPU combines the CPU capabilities that matter most for agentic AI factories: sustained per-core performance, predictable low latency under load, massive memory bandwidth and efficient data movement at scale. As agentic AI grows, the CPU is no longer background infrastructure but a direct driver of throughput, responsiveness and GPU efficiency. By reducing stalls, limiting recomputation and keeping systems productive under heavy load, the Vera CPU is presented as a platform designed to maximise performance across next-generation agentic AI deployments.

The article references the Vera CPU product details, the NVIDIA Vera Rubin NVL72 system and Vera CPU benchmarking by Phoronix. Reported relative performance is based on measured data and may change; the Vera CPU LPDDR5x configuration is baselined to a latest x86 CPU in the comparisons.