Business Wire
BusinessUBS flags Netflix’s “solid” second-half pipeline, citing support for user acquisition and engagementThe Apex TimesBusinessVisa’s stablecoin platform proposal aims to make blockchain payments more enterprise-friendlyThe Apex TimesBusinessNetflix slips after quarter and outlook miss estimates, while broader market weakness weighsThe Apex TimesBusinessUBS says Uber’s planned Delivery Hero buy could strengthen growth and margins, as deal details remain sparseThe Apex TimesBusinessAlphabet shares fall as market focuses on AI competition with OpenAI and AnthropicThe Apex TimesBusinessFord’s $2,500-by-2031 Scenario Highlights Markets’ Focus on Ford Pro Growth and Model e RestructuringThe Apex TimesBusinessNetflix shares face Wall Street scrutiny after a perceived ‘momentum miss’The Apex TimesBusinessUBS Says Generic GLP-1 Threat to Eli Lilly’s Long-Term Franchise Looks LimitedThe Apex TimesBusinessCoca-Cola halts U.S. production at Fairlife dairy unit after ransomware attackThe Apex TimesBusinessNetflix shares fall to a two-year low after revenue-growth forecast disappoints investorsThe Apex TimesBusinessBefore Apple’s 60% run, investors may have missed a repeated “clue” from management, according to Yahoo FinanceThe Apex TimesBusinessAMD Shares Have Pulled Back, Raising a Familiar Question: Bargain or Just a Dip?The Apex TimesBusinessUBS flags Netflix’s “solid” second-half pipeline, citing support for user acquisition and engagementThe Apex TimesBusinessVisa’s stablecoin platform proposal aims to make blockchain payments more enterprise-friendlyThe Apex TimesBusinessNetflix slips after quarter and outlook miss estimates, while broader market weakness weighsThe Apex TimesBusinessUBS says Uber’s planned Delivery Hero buy could strengthen growth and margins, as deal details remain sparseThe Apex TimesBusinessAlphabet shares fall as market focuses on AI competition with OpenAI and AnthropicThe Apex TimesBusinessFord’s $2,500-by-2031 Scenario Highlights Markets’ Focus on Ford Pro Growth and Model e RestructuringThe Apex TimesBusinessNetflix shares face Wall Street scrutiny after a perceived ‘momentum miss’The Apex TimesBusinessUBS Says Generic GLP-1 Threat to Eli Lilly’s Long-Term Franchise Looks LimitedThe Apex TimesBusinessCoca-Cola halts U.S. production at Fairlife dairy unit after ransomware attackThe Apex TimesBusinessNetflix shares fall to a two-year low after revenue-growth forecast disappoints investorsThe Apex TimesBusinessBefore Apple’s 60% run, investors may have missed a repeated “clue” from management, according to Yahoo FinanceThe Apex TimesBusinessAMD Shares Have Pulled Back, Raising a Familiar Question: Bargain or Just a Dip?The Apex TimesBusinessUBS flags Netflix’s “solid” second-half pipeline, citing support for user acquisition and engagementThe Apex TimesBusinessVisa’s stablecoin platform proposal aims to make blockchain payments more enterprise-friendlyThe Apex TimesBusinessNetflix slips after quarter and outlook miss estimates, while broader market weakness weighsThe Apex TimesBusinessUBS says Uber’s planned Delivery Hero buy could strengthen growth and margins, as deal details remain sparseThe Apex TimesBusinessAlphabet shares fall as market focuses on AI competition with OpenAI and AnthropicThe Apex TimesBusinessFord’s $2,500-by-2031 Scenario Highlights Markets’ Focus on Ford Pro Growth and Model e RestructuringThe Apex TimesBusinessNetflix shares face Wall Street scrutiny after a perceived ‘momentum miss’The Apex TimesBusinessUBS Says Generic GLP-1 Threat to Eli Lilly’s Long-Term Franchise Looks LimitedThe Apex TimesBusinessCoca-Cola halts U.S. production at Fairlife dairy unit after ransomware attackThe Apex TimesBusinessNetflix shares fall to a two-year low after revenue-growth forecast disappoints investorsThe Apex TimesBusinessBefore Apple’s 60% run, investors may have missed a repeated “clue” from management, according to Yahoo FinanceThe Apex TimesBusinessAMD Shares Have Pulled Back, Raising a Familiar Question: Bargain or Just a Dip?The Apex TimesBusinessUBS flags Netflix’s “solid” second-half pipeline, citing support for user acquisition and engagementThe Apex TimesBusinessVisa’s stablecoin platform proposal aims to make blockchain payments more enterprise-friendlyThe Apex TimesBusinessNetflix slips after quarter and outlook miss estimates, while broader market weakness weighsThe Apex TimesBusinessUBS says Uber’s planned Delivery Hero buy could strengthen growth and margins, as deal details remain sparseThe Apex TimesBusinessAlphabet shares fall as market focuses on AI competition with OpenAI and AnthropicThe Apex TimesBusinessFord’s $2,500-by-2031 Scenario Highlights Markets’ Focus on Ford Pro Growth and Model e RestructuringThe Apex TimesBusinessNetflix shares face Wall Street scrutiny after a perceived ‘momentum miss’The Apex TimesBusinessUBS Says Generic GLP-1 Threat to Eli Lilly’s Long-Term Franchise Looks LimitedThe Apex TimesBusinessCoca-Cola halts U.S. production at Fairlife dairy unit after ransomware attackThe Apex TimesBusinessNetflix shares fall to a two-year low after revenue-growth forecast disappoints investorsThe Apex TimesBusinessBefore Apple’s 60% run, investors may have missed a repeated “clue” from management, according to Yahoo FinanceThe Apex TimesBusinessAMD Shares Have Pulled Back, Raising a Familiar Question: Bargain or Just a Dip?The Apex Times
Back to front
NVIDIA frames ‘intelligence per dollar’ as post-training becomes the core workload for agentic AI
The Apex Times

THE APEX TIMES

Business/The Apex Times/Jul 17, 11:09 AM EDT

NVIDIA frames ‘intelligence per dollar’ as post-training becomes the core workload for agentic AI

In a new blog post, NVIDIA argues that continuous post-training, not one-time model finishing, will dominate compute needs for agents, and that cutting cost per token is the lever for better intelligence per dollar.

4 min readEditor-approved Apex article

NVIDIA is making a direct pitch to the industry about what matters most as AI systems move from answering prompts to operating as goal-driven agents. In a July 17 blog post, the company says the next wave of AI efficiency will be won in post-training, the phase where models are refined after initial training, because agentic deployments force models to keep adapting as environments and tools change.

The company draws an analogy to elite athletes, saying the key differentiation is what happens between competitions, when training is adjusted based on what went wrong or what worked. For agentic AI, NVIDIA argues that “the environment that agentic models operate in shifts fast,” with edge cases, policy changes, and evolving codebases and toolchains showing up after a model is shipped.

That, NVIDIA says, turns post-training from a one-time finishing step into a continuous loop. It describes a workflow where production problems are fed back into training, generating repeated “attempts” and scored results that update the model. In this framing, the compute footprint grows not because each run is necessarily larger, but because the cycles do not stop.

NVIDIA introduces a central metric for this shift: intelligence per dollar. The blog explains that post-training aims to maximize intelligence per dollar by maximizing the “yield” of each forward and backward pass in the continuous learning cycle. It identifies cost per token, meaning the all-in cost to deliver a million tokens, as the inference-side cost metric, and says improvements to cost per token feed directly into intelligence per dollar because they reduce the operating cost of building and refining the model’s capability.

The company also outlines why the training loop is compute intensive and operationally complex. It characterizes reinforcement learning as the learning mechanism for post-training in this setting, because there is no static answer key to memorize, only a reward announcement. It further describes orchestration as the bottleneck, noting that thousands of environments may generate rollouts in parallel, rewards must be verified, and training updates have to flow back efficiently to model weights running on accelerators.

To support the claim that post-training can be made repeatable at scale, NVIDIA points to software building blocks in its NeMo ecosystem. It cites NeMo Gym for training environments and NeMo RL for distributed post-training, arguing these open libraries reduce bespoke engineering work and make continuous post-training infrastructure closer to production-ready tooling.

The post then connects the efficiency thesis to NVIDIA’s hardware roadmap. NVIDIA says the Blackwell platform is intended to lower cost per run, making frequent post-training economically viable, and it positions the Vera Rubin platform as an end-to-end codesigned path to maximize intelligence per dollar for agentic post-training loads. NVIDIA claims Vera Rubin can train the largest models with “one-fourth the GPUs” of the prior Blackwell generation, emphasizing “more rollouts per run,” “more environments in play,” and post-training cycles that keep running.

NVIDIA also offers example benchmarks and partners that it says demonstrate the post-training approach. It references Nemotron 3 Ultra, described as an open-weight, 550-billion-parameter mixture-of-experts model with a disclosed post-training recipe executed via NeMo RL, and says it achieved 71.7% on SWE-bench, a real-world coding benchmark, where it produced a working fix for about seven in 10 real software bugs from open-source projects, with each fix verified by the project’s own tests. The company also names Prime Intellect, Perplexity, and Together AI as organizations building around continuous post-training and orchestration on NVIDIA platforms, including claims about throughput advantages, asynchronous weight transfers, and integration into service offerings.

Still, NVIDIA’s post is more thesis-driven than data-heavy, and it does not provide a full accounting of total training costs, latency tradeoffs, or how results generalize across industries and agent types. It also does not disclose specific, side-by-side comparisons of intelligence per dollar across multiple vendors or disclose the full details of partner implementations beyond high-level architecture descriptions.

For the AI industry, the practical takeaway is that “post-training as a continuous workload” may increasingly shape how compute is budgeted and how systems are designed. Investors, operators, and model developers will likely watch whether the cost-per-token improvements NVIDIA highlights translate into measurable reductions in the marginal cost of new agent behavior, and whether continuous reinforcement learning loops can be run reliably and securely in production without destabilizing performance.

Why It Matters

  • If post-training becomes continuous, AI operators may need to plan compute capacity and orchestration around ongoing reinforcement learning loops, not just periodic retraining.
  • Cost per token and the implied marginal cost of “building” new agent competence could become key procurement and architecture drivers.
  • A shift toward intelligence per dollar suggests competitive differentiation may move from raw model size alone toward efficiency in training and adaptation pipelines.
  • Hardware-software co-design, as NVIDIA frames it with Blackwell and Vera Rubin, may influence how quickly organizations can iterate agents safely in changing production environments.

Sources

Key Facts

  • NVIDIA argues that agentic AI makes post-training continuous rather than a one-time finishing step because tools, environments, and edge cases change after deployment.
  • The company says intelligence per dollar should be maximized by improving the yield of forward (inference/attempt) and backward (learning/update) passes in post-training cycles.
  • NVIDIA frames cost per token as the underlying inference cost metric, describing it as the all-in cost to deliver one million tokens and linking it to intelligence per dollar.
  • NVIDIA describes post-training learning in this context as reinforcement learning with reward indicates, where attempts are scored and model weights are updated across millions of iterations.
  • NVIDIA points to NeMo Gym and NeMo RL as open libraries intended to make distributed post-training and training environments more repeatable at scale.
  • NVIDIA claims Blackwell lowers cost per run to make frequent post-training more economically viable, and positions Vera Rubin as codesigned to maximize intelligence per dollar, citing one-fourth the GPUs of Blackwell for training the largest models.

Technology Related