HomeNewsTechnologyNVIDIA Built a New CPU Because AI Agents Need More Than Just...

NVIDIA Built a New CPU Because AI Agents Need More Than Just Fast GPUs

follow us on Google News

For years, the story of AI hardware has been almost entirely about GPUs. Train bigger models, run faster inference, stack more GPU racks, repeat. But something is shifting. The newest wave of AI systems are not just generating text or images on demand. They are planning, reasoning, calling tools, writing and running code, checking their own work, and doing all of that across extended sessions that can involve hundreds of individual steps. That kind of workload puts pressure on a part of the system that has largely been an afterthought in AI infrastructure conversations: the CPU.

NVIDIA’s answer is the Vera CPU, which the company is calling the world’s first processor purpose-built for agentic AI. It is in full production now and will be available from partners later this year. And based on the list of companies already lining up to use it, the industry seems to agree that the general-purpose CPU era for AI infrastructure is over.

The Problem With Using the Wrong CPU for AI Agents

Here is the issue. When an AI agent is working through a complex task, it is not just running a model once and handing back an answer. It is orchestrating a sequence of operations: retrieving context, deciding what tool to call, processing the result, updating its internal state, looping back, and doing that over and over until the task is done. All of that coordination and orchestration runs on the CPU, not the GPU. And if the CPU cannot keep up, the entire system slows down regardless of how powerful the GPU side is.

- Advertisement -

At scale, this gets worse fast. An AI factory running tens of thousands of concurrent agent instances needs a CPU that can handle massive parallelism without degrading, sustain high single-thread performance for the parts of the workload that cannot be parallelized, and do all of this without consuming so much power that the economics fall apart. Standard server CPUs were never designed for that. They were designed for enterprise applications, databases, and web serving. Vera is designed for this.

NVIDIA says Vera delivers results twice as efficiently and 50 percent faster than traditional rack-scale CPUs. Those numbers come from a combination of architectural decisions that go pretty deep.

What Is Actually Inside Vera

The processor is built around 88 custom NVIDIA-designed cores called Olympus cores. These are not adapted versions of existing CPU cores. They are purpose-designed for the specific mix of things agentic AI requires: running compilers, managing runtime engines, powering analytics pipelines, handling orchestration services, and keeping agentic tooling moving at speed.

Each core can run two simultaneous tasks using a capability NVIDIA calls Spatial Multithreading, which is designed to deliver consistent performance even under heavy multitenant workloads where many independent jobs are competing for resources at the same time. Consistency matters here as much as peak performance, because unpredictable latency in a multi-agent system creates cascading slowdowns that are hard to diagnose and harder to fix.

Memory is where Vera makes one of its most striking departures from conventional CPU design. It uses LPDDR5X memory with up to 1.2 TB per second of bandwidth, which is twice the bandwidth of general-purpose CPUs at half the power. In agentic workloads, the CPU is constantly moving large volumes of context data, model state, and intermediate results. Memory bandwidth directly determines how many of those operations can happen simultaneously, and cutting the power cost in half while doubling the bandwidth is a genuinely significant engineering achievement.

Vera also uses NVIDIA’s second-generation Scalable Coherency Fabric to maintain performance under extreme utilization. This is the part that keeps the processor from falling apart when it is running at the limits of its capacity, which is where general-purpose hardware tends to show its weaknesses most clearly.

How It Fits Into the Bigger NVIDIA System

Vera does not exist in isolation. It is a core component of the NVIDIA Vera Rubin platform, and it is designed to work with NVIDIA’s GPU infrastructure in ways that go well beyond a standard CPU-GPU relationship.

When paired with Rubin GPUs inside the Vera Rubin NVL72 platform, Vera connects through NVLink-C2C interconnect technology at 1.8 TB per second of coherent bandwidth. That is seven times the bandwidth of PCIe Gen 6, the standard interface that most CPU-GPU systems use today. At that bandwidth, the distinction between CPU memory and GPU memory starts to blur, and data can flow between the two sides of the system fast enough to eliminate most of the communication overhead that has historically created latency in hybrid workloads.

- Advertisement -

NVIDIA has also introduced reference designs that use Vera as the host CPU for HGX Rubin NVL8 systems, giving it direct control over data movement and system coordination for GPU-accelerated workloads. The CPU is not just sitting alongside the GPU here. It is actively managing the flow of work across the AI factory.

Every Vera configuration also includes NVIDIA ConnectX SuperNIC cards and BlueField-4 DPUs for networking, storage acceleration, and security. For agentic AI specifically, that last piece matters. Agents that interact with external tools, APIs, and data sources need secure, low-latency connectivity. Building that in at the hardware level rather than handling it in software is the kind of design decision that compounds across a large deployment.

The Vera CPU Rack

For factory-scale deployments, NVIDIA has also announced a dedicated Vera CPU rack that packs 256 liquid-cooled Vera CPUs into a single unit. That rack can sustain more than 22,500 concurrent CPU environments running simultaneously and independently at full performance, which means a single rack can support the orchestration layer for a very large agentic deployment.

The rack is built on NVIDIA’s MGX modular reference architecture, which is supported by 80 ecosystem partners, and it is configurable in both dual and single-socket server arrangements depending on the workload. Partners are targeting use cases ranging from reinforcement learning and agentic inference to data processing, storage management, and high-performance computing.

Who Is Already Using It

The adoption list for Vera is long and covers a wide range of the organizations that are currently building the most demanding AI infrastructure on the planet.

- Advertisement -

Cloud service providers planning to deploy Vera include Alibaba, ByteDance, Cloudflare, CoreWeave, Crusoe, Lambda, Meta, Nebius, Nscale, Oracle Cloud Infrastructure, Together AI, and Vultr. Hardware and infrastructure partners building Vera-based systems include Dell Technologies, HPE, Lenovo, Supermicro, ASUS, Cisco, Compal, Foxconn, GIGABYTE, Hyve, Inventec, MiTAC, MSI, Pegatron, Quanta Cloud Technology, Wistron, and Wiwynn.

On the application side, Cursor, the AI coding assistant company, is using Vera to improve throughput and efficiency for its coding agents. Redpanda, which builds streaming data infrastructure, tested Vera on Apache Kafka-compatible workloads and reported up to 5.5 times lower latency than competing systems, with its CEO describing the architecture as a new direction for CPUs with more memory and less overhead per core.

National laboratories are also paying attention. The Leibniz Supercomputing Centre, Los Alamos National Laboratory, Lawrence Berkeley National Laboratory’s National Energy Research Scientific Computing Center, and the Texas Advanced Computing Center are all planning Vera deployments. TACC, which tested Vera across six scientific applications ahead of deploying it in its upcoming Horizon system, described per-core performance and memory bandwidth as a significant step forward for scientific computing.

Why This Actually Matters

The launch of Vera is a signal that the AI hardware conversation is broadening. GPUs are still the center of gravity, but the supporting cast around them is becoming more important as AI workloads grow more complex. The orchestration layer that runs on CPUs, the storage layer that keeps context accessible, the networking layer that connects everything together, all of it has to keep pace with what the GPU is doing or the whole system bogs down.

NVIDIA has been building toward this kind of full-stack infrastructure story for several years, and Vera is one of the clearest expressions of that strategy. It is not a general-purpose CPU with some AI marketing attached. It is a processor designed around the specific operational demands of running AI agents at scale, and the architectural choices inside it reflect a genuine understanding of where those demands come from.

Whether Vera lives up to its performance claims in real-world deployments at scale is something that will take time to verify. But the depth of the adoption already forming around it, spanning hyperscalers, national laboratories, cloud providers, and application developers, suggests that the need it is addressing is real, and that the industry has been waiting for something like it.

Vera is in full production now and will be available from partners in the second half of this year.

Leave a Reply

More to Explore

AI Won’t Replace the 3D Artist, But It Will Change How They Work

For years, 3D artists have carried the same quiet burden: the gap between an idea and the finished model is long, tedious, and full...

Inside IFA Berlin 2026: AI Moves From Feature to Foundation of the Smart Home

IFA Berlin, one of the largest events in the world for consumer electronics, home appliances, and future tech, spent its opening days making one...

Google’s Gemini 3.8 Flash arrives with a cybersecurity sibling built for autonomous patching

Google is not slowing down. On September 2, 2026, the company rolled out Gemini 3.8 Flash, a new entry in its Flash lineup that...

Closed-Loop Cooling Explained: How Meta, Google, and Microsoft Are Solving AI’s Water Problem

The rack that used to need a wall of fans now needs plumbing. That is the short version of what has happened inside Meta's...

Google Flow gets a serious upgrade with Gemini Omni 1.1 Flash

Google is giving its AI filmmaking tool another major push forward. At its I/O developer conference earlier this year, the company introduced Gemini Omni...

Apple’s New Mac Mini Gets a Major AI Upgrade With M6 and M5 Pro Chips

Apple has unveiled a refreshed Mac mini, and the headline story is a big one for anyone who cares about on device AI performance....

Mac Studio Gets M5 Ultra, Thunderbolt 5, and Up to 512GB of Memory for Local AI

Apple's latest Mac Studio refresh lands as one of the more substantial internal updates the machine has seen since it first launched, and the...

Blender 5.2 LTS Features Guide: Node Editor, Outliner, and Interface Changes Explained

Blender 5.2 LTS shipped on July 14th, 2026, and it is not the modest interface polish pass the original document made it out to...

Blender Basics: The Beginner Guide Nobody Handed You

Okay, so you downloaded Blender. Good. That already puts you ahead of most people who talk about wanting to make 3D art and then...

Unity 7 Is Coming, and It’s Rethinking How Games Get Made

Game development has quietly become a team sport that includes AI. Studios of every size are now mixing human designers, artists, and producers with...

Red Dot Names Its 2026 Best of the Best: What the Winners Say About Where Design Is Headed

Essen doesn't usually make headlines, but for one night every year, the German city becomes ground zero for the design world. On July 7,...

From Pixels to the Body: Inside Midjourney’s Surprise Leap Into Medical Hardware

Midjourney has spent four years training the public to think of it as a company that turns text prompts into pictures. This week the...

Apple Just Redesigned Siri With AI, and iOS 27 Comes With Powerful New Parental Controls

Apple used its annual developer conference to lay out its vision for the next year of software across the iPhone, iPad, Mac, Apple Watch,...

The Strategic Implications of Anthropic Public Market Debut

The transition of frontier artificial intelligence from research and development into public market capitalization presents a critical study in operational resilience and capital allocation....

The End of the Passive PC: How NVIDIA RTX Spark is Making AI Your Local Teammate

For decades, personal computers have been exactly that: tools you operate. You click an application, type a command, and wait for a result. But...

Recommended for You

You Might Also Like