---
格式版本: 2
标题: "NVIDIA Vera Rubin Maximizes Intelligence per Dollar for Post-Training | NVIDIA Blog"
原文链接: "https://blogs.nvidia.com/blog/nvidia-vera-rubin-post-training-intelligence-per-dollar/"
发布日期: "2026-07-17"
发布时间校准状态: "found"
发布时间来源: "llm:strict_original_body"
发布时间证据: "time class=related-news-date nvidia-article-date datetime=2026-07-17T08:00:14-07:00: Jul 17, 2026"
发布时间校准原因: "该日期来自HTML metadata中的article-date字段，且位于标题附近，符合文章发布时间的特征。"
发布时间校准置信度: "100"
发布时间候选数量: 35
发布时间严格候选数量: 11
发布时间原页读取状态: "原页面来自已抓取 HTML"
发布时间未找到原因: "候选日期无效或 LLM 未确认"
发布时间校准时间: "2026-07-20T11:12:19+08:00"
发现时间: "2026-07-20T09:24:42+08:00"
入库时间: "2026-07-20T03:14:54.953Z"
来源平台: "NVIDIA Blog 搜索"
搜索渠道: "source_template"
搜索词: "https://blogs.nvidia.com/?s=NVL72"
匹配关键词:
  - "NVL72"
  - "Vera Rubin"
相关厂家:
  - "NVIDIA"
相关专家:
  []
内容类型: "网页"
抓取工具: "AgentKey Scrape"
清洗工具: "AgentKey Markdown + LLM 正文裁剪"
原始附件:
  []
AI优质: "否"
AI打分: 62
AI分档: "召回候选"
AI质检状态: "不通过"
AI打分理由: "NVIDIA官方发布，主题聚焦Vera Rubin平台在Agentic AI后训练阶段的算力效率，提及GB200 NVL72部署及Vera CPU性能对比，但缺乏超节点/机柜级架构、供电散热互连等硬件细节，偏软件与算法工作流，技术深度与完…"
AI质检模型: "qwen3.6-plus"
AI质检时间: "2026-07-20T11:14:54+08:00"
AI主题相关性: 12
AI来源权威性: 14
AI新颖性: 16
AI技术细节: 8
AI商业部署信号: 7
AI完整性: 5
图片摘要:
  - "✓ ./assets/img-e52f4ec3.jpg | diagram | 展示智能体后训练工作流，包含前向推理（计划、工具、观察）与后向权重更新的循环过程。"
  - "✓ ./assets/img-74a11cf3.jpg | infographic | 定义“每美元智能”公式，即后训练获得的智能除以运行频率与单次运行成本的乘积。"
  - "✓ ./assets/img-b7d4baaf.jpg | chart | 展示随着运行规模扩大，低Token成本如何显著提升每美元智能的累积效应。"
  - "★ ./assets/img-5a0678e5.jpg | chart | 对比Hopper与Blackwell架构，Blackwell在Token成本、单次运行成本及每美元智能上均大幅优于Hopper。"
  - "✓ ./assets/img-f15b5fc4.png | photo | NVIDIA AI服务器系统产品图，展示硬件外观。"
  - "✗ ./assets/img-6224f7b1.jpg | other | 推荐阅读链接，与正文主题无关"
  - "✗ ./assets/img-2b3ca096.jpg | other | 推荐阅读链接，与正文主题无关"
  - "✗ ./assets/img-5ce78312.jpg | other | 推荐阅读链接，与正文主题无关"
采集批次: "2026年7月20日9点23分34秒"
采集批次ID: "20260720-092334-062"
去重键: "https://blogs.nvidia.com/blog/nvidia-vera-rubin-post-training-intelligence-per-dollar"
---

Think of a professional athlete. What separates elite performers is what happens between games: continuous refinement, adjusting to new opponents and sharpening skills based on what the last game exposed.

Agentic AI works the same way. A model is no longer asked for an answer. It’s given a goal and has to keep adapting as environments shift, edge cases emerge and tools change. Unlike a generative model responding to a prompt, an agentic model must plan, use different tools and recover from problems it encounters mid-run.

That’s why post-training, the phase that refines a model after initial training on raw data, is no longer a one-time finishing step. It’s continuous, because the environment that agentic models operate in shifts fast. The tools an agent uses can change week to week. Edge cases surface in production that no test set anticipated. Each deployment brings its own codebase, policies and environment.

Post-training runs loop back from production as new problems surface. The compute footprint grows not because any single run is larger, but because the runs never stop. Agentic AI introduces a new compute pattern for post-training, making it the central workload of the agentic era and the primary driver of intelligence per dollar.

The goal of post-training is to maximize intelligence per dollar by maximizing the yield of every forward and backward pass in the continuous learning cycle. The forward pass — inference — [is measured in cost per token](https://blogs.nvidia.com/blog/lowest-token-cost-ai-factories/). That means that every improvement to cost per token flows directly into intelligence per dollar.

## Agentic Post-Training Demystified

Post-training is where intelligence is built. In pretraining, the model learns to predict the next token, which gives it fluency but not intelligence. Post-training is where it learns to write code, plan a multistep task, use a search tool and recover when something goes wrong. Inference is what comes after: the model working on the job, priced in cost per token.

Because there’s no answer key to memorize, only a reward, the model learns by [reinforcement learning](https://developer.nvidia.com/blog/mastering-agentic-techniques-ai-agent-reinforcement-learning/) (RL) techniques. When given a task, it writes out an attempt — the forward pass — the same work it does on the job. The attempt is scored, and the lesson updates the model’s weights — the backward pass. Across millions of attempts, intelligence grows.

Each step is compute intensive, and running this loop at scale is an orchestration problem: thousands of environments generating rollouts in parallel, rewards being verified and updated weights flowing back into training with accelerators fully utilized. NVIDIA NeMo open libraries, such as [NeMo Gym](https://docs.nvidia.com/nemo/gym/about) for training environments and [NeMo RL](https://docs.nvidia.com/nemo/rl/latest/index.html) for distributed post-training, turn post-training from bespoke research code into repeatable infrastructure.

![图片](./assets/img-e52f4ec3.jpg)

## Why Intelligence per Dollar Extends Cost per Token

If inference is the revenue engine, post-training is the multiplier: the more capable the model, the higher the value of every token served.

![图片](./assets/img-74a11cf3.jpg)

Cost per token is the key metric for the inference factory: the all-in cost of delivering 1 million tokens. Intelligence per dollar sits one layer up, answering a different question: what does it cost to build a model worth serving, and keep it worth serving as its environment changes?

The two are nested, not competing. AI infrastructure that lowers cost per token also lowers the cost of every point of intelligence built into the model. And every point of intelligence built in raises the value of every token the inference factory serves.

In other words, cost per token measures operating yield; intelligence per dollar measures whether the investment in model intelligence is paying off.

![图片](./assets/img-b7d4baaf.jpg)

## Maximizing Intelligence per Dollar: Post-Training Nemotron 3 Ultra

[NVIDIA Nemotron 3 Ultra](https://developer.nvidia.com/blog/nvidia-nemotron-3-ultra-powers-faster-more-efficient-reasoning-for-long-running-agents/) — an open weight, 550-billion-parameter mixture-of-experts (MoE) model, offers verifiable benchmarks and a fully disclosed post-training recipe run on NeMo RL. It scored 71.7% on a standard real-world coding benchmark, SWE-bench verified, where it produced a working fix for roughly seven in 10 real software bugs from open source projects, each one checked against the project’s own tests.

![图片](./assets/img-5a0678e5.jpg)

Illustrative 20 billion rollout tokens, based on prior-generation Nemotron 3 Super’s ~1.2 million rollouts at ~10,000 tokens each, scaled up for the larger Ultra model. Intelligence per dollar between platforms is independent of this assumption; the absolute values scale with the token count.

The NVIDIA Blackwell platform lowers cost per run and makes the frequent post-training the agentic era demands economically viable. That intelligence is reaped across every token served.

The NVIDIA Vera Rubin platform extends the trajectory further, training the largest models with one-fourth the GPUs of the Blackwell generation. It was codesigned from end to end to maximize intelligence per dollar for the agentic post-training load: more rollouts per run, more environments in play and post-training cycles that never stop.

## Post-Training Workflows in Action

[Prime Intellect’s Lab](https://www.primeintellect.ai/blog/nvidia-collaboration) continuously post-trains frontier open models on NVIDIA Blackwell and uses NVIDIA Dynamo for inference orchestration. With Vera Rubin, Prime Intellect plans to scale reinforcement learning environments, generate more rollouts per run and accelerate training-to-inference iteration loops to maximize intelligence per dollar for businesses.

Prime Intellect has optimized its sandbox infrastructure to integrate with [NVIDIA Vera CPUs](https://www.nvidia.com/en-us/data-center/vera-cpu/), enabling low-latency, energy-efficient [reinforcement learning](https://developer.nvidia.com/blog/mastering-agentic-techniques-ai-agent-reinforcement-learning/). Open source tools and models such as NVIDIA Nemotron and NVIDIA NeMo Gym are also integrated into its software stack. When comparing realistic RL sandbox workloads against alternative x86 architectures, Prime Intellect found that Vera delivers, on average, 30% greater throughput per CPU.

[Perplexity’s](https://research.perplexity.ai/articles/hosting-qwen-on-blackwell) RL post-training stack runs asynchronously across hundreds of NVIDIA GPUs, with an RDMA-based weight transfer engine that syncs trillion-parameter models in under two seconds between training and inference compute nodes. The resulting post-trained Qwen3 235B models are then served on NVIDIA GB200 NVL72 systems.

Together AI provides post-training as a service, including supervised fine-tuning, RL and direct preference optimization. The service is delivered via a feature-rich application programming interface and software development kit that supports the full range of post-training on its AI Native Cloud platform. It has been running on NVIDIA’s platform and optimized kernel libraries, and is looking to harness the Vera Rubin platform next.

*Learn more about* [*NVIDIA Vera Rubin*](https://www.nvidia.com/en-us/data-center/technologies/rubin/)*, the platform for AI factories to maximize intelligence per dollar across workloads. And explore NVIDIA’s full-stack platform for* [*training frontier models*](https://www.nvidia.com/en-us/solutions/ai/ai-training/)*.*

![图片](./assets/img-e52f4ec3.jpg)

![图片](./assets/img-74a11cf3.jpg)

![图片](./assets/img-b7d4baaf.jpg)

![图片](./assets/img-5a0678e5.jpg)Illustrative 20 billion rollout tokens, based on prior-generation Nemotron 3 Super’s ~1.2 million rollouts at ~10,000 tokens each, scaled up for the larger Ultra model. Intelligence per dollar between platforms is independent of this assumption; the absolute values scale with the token count.

![NVIDIA Vera Rubin Maximizes Intelligence per Dollar for Post-Training Workloads — a Key Metric for Agentic AI](./assets/img-f15b5fc4.png)
