AI Intelligence // signal over noise
← back to feed
NVIDIA Developer 8/10 signal

Inside NVIDIA Rubin GPU Architecture: Powering the Era of Agentic AI

infrastructure
Summary
NVIDIA has announced the Rubin GPU architecture, the core of the Vera Rubin platform, designed for agentic AI workloads. The new architecture claims to deliver up to 10x more agentic throughput per unit of energy compared to the Blackwell platform, enabled by 336 billion transistors, 288 GB of HBM4 memory providing 22 TB/s of bandwidth, and a third-generation Transformer Engine.
Context
The AI industry is shifting from single-turn, prompt-and-response models to continuous, "always-on" agentic workflows. These systems involve complex, multi-step tasks that require reasoning, planning, and tool use over vast contexts. This creates new performance bottlenecks, demanding sustained inference with low per-step latency, high decode throughput, and efficient handling of long contexts and large KV caches. Existing architectures are being pushed to their limits by these demands. The NVIDIA Vera Rubin platform, with the Rubin GPU at its center, is NVIDIA's architectural answer to these challenges, aiming to redefine the data center as a single, highly efficient unit of compute for producing intelligence at scale.
Details

Headline Performance Claim:

  • The NVIDIA Rubin GPU, as part of the Vera Rubin platform, is designed to deliver up to 10x more agentic throughput per unit of energy compared to NVIDIA Blackwell. This claim is based on an internal 2-trillion parameter Mixture-of-Experts (MoE) workload.

Rubin GPU Core Specifications:

  • Transistors: 336 billion, built on two reticle-limited compute dies connected by a high-speed NVIDIA High-Bandwidth Interface (NV-HBI).
  • Compute Units: 224 Streaming Multiprocessors (SMs) and 896 Tensor Cores.
  • Performance: Up to 50 petaflops of NVFP4 inference performance, enabled by a third-generation Transformer Engine.
  • Memory: Up to 288 GB of HBM4 memory using 12-Hi stacks.
  • Memory Bandwidth: Up to 22 TB/s, a 2.8x increase over Blackwell and Blackwell Ultra.

Connectivity and I/O:

  • GPU-GPU (Scale-up): 3,600 GB/s of bandwidth via NVIDIA NVLink 6 to the NVLink Switch.
  • CPU-GPU (Coherent): 1,800 GB/s via NVLink-C2C.
  • Host Connectivity: Up to 256 GB/s via x16 PCIe Gen 6.
  • Security: Features Confidential Computing with TEE-I/O to secure data at rest, in transit, and in use.

Architectural Improvements for Inference:

  • MoE Scaling: The Tensor Memory Accelerator (TMA) is enhanced with inline descriptor updates. This allows a kernel to use a single unified descriptor for tensors with the same layout but different memory locations, overriding fields like memory pointers directly in the TMA instruction. This reduces metadata management overhead for models with many experts.
  • Matrix Operations: Tensor Core throughput per clock is doubled by processing twice the amount of data along the K dimension. This reduces loop iterations in GEMM operations, improving efficiency for both context and decode phases at high tensor-parallel scales.
  • Long-Context Attention: Rubin combines activation sparsity with adaptive compression. Intermediate attention scores (from QK^T) can be loaded into a structured 2:4 sparse compressed form. Subsequent operations, like softmax and the second attention GEMM, can then operate on less data, reducing compute and data movement without changing the model's dense output format.
  • Kernel Execution Efficiency: Rubin introduces fine-grained, tile-level coordination between dependent kernels. This allows a consumer kernel to begin work as soon as its required input data is available from a producer, rather than waiting for a larger block of work to complete, reducing idle gaps in the GPU timeline.
  • NVLink Communication: Introduces counted writes for device-initiated NVLink communication, which streamlines synchronization for GPU-to-GPU data transfers and reduces latency.

Exponential Throughput Improvements:

NVIDIA GPU PlatformFP32 Exponential Throughput (per clk per SM)BF16/FP16 Exponential Throughput (per clk per SM)
Blackwell1x1x
Blackwell Ultra2x2x
Rubin2x4x

Vera Rubin NVL72 Rack-Scale System:

  • Power Efficiency: Integrates Intelligent Power Smoothing with energy storage. This reduces average power consumption by ~10% and 50ms peak power by ~20% compared to previous techniques.
  • Increased Density: The NVIDIA DSX MaxLPS system can enable operators to provision up to 40% more GPUs within the same power budget at energy-efficient operating points.
  • System Design: Features a third-generation MGX cable-free architecture, 45°C liquid cooling, and hot-swappable NVLink switch trays for improved resiliency and scalability.
What's new
The Rubin GPU architecture is a new, ground-up design focused on optimizing agentic AI inference workloads. Its novelty lies in specific architectural features targeting inference bottlenecks: inline descriptor updates for the Tensor Memory Accelerator to scale MoE models, tile-level triggering for dependent kernels to reduce latency, and a combination of activation sparsity and adaptive compression to accelerate long-context attention. This is combined with the introduction of HBM4 memory at scale (288GB/22TB/s) and a rack-level co-design (Vera Rubin NVL72) that integrates power management (DSX MaxLPS) and cooling to maximize token-per-watt performance for the entire data center.
Limitations
The source is a first-party announcement from NVIDIA, making it inherently promotional. All performance claims, including the headline "10x agentic throughput per unit of energy," are based on NVIDIA's internal, non-standard workloads (a "2T MoE workload") and have not been independently verified. The product is forward-looking and not yet available for public benchmarking. The article's listed publication date of July 21, 2026, suggests a future release timeline.
The take

NVIDIA is cementing its strategy of a relentless two-year cadence, but the architectural focus is clearly shifting from raw training FLOPs to inference efficiency. Rubin's key features—smarter data movement, reduced kernel latency, and novel attention acceleration—are all aimed at maximizing tokens-per-watt for the complex, continuous workloads of AI agents. The emphasis on the full-rack Vera Rubin NVL72 system, with integrated power management like DSX MaxLPS, signals that the primary bottleneck is no longer just the chip, but the data center's power and cooling envelope. NVIDIA isn't just selling GPUs; it's selling a fully integrated, highly optimized 'AI factory' system, making it even harder for competitors to challenge its deeply entrenched hardware and software ecosystem.

Don't read this site daily. Get it in your inbox.

The daily brief and Sunday deep dive — distilled, scored, and opinionated. For builders only.