NVIDIA's Nemotron open data: Scaling agents with 10T synthetic tokens
Agents need open, inspectable data – not just model weights.
NVIDIA is tackling the core challenge of agentic AI: the real world doesn't behave like a benchmark. An agent that can't recover from a broken API call or an unseen workflow is just an autocompleter with tools. To bridge that gap, the company released Nemotron open data, a massive collection spanning over 10 trillion pre-training tokens and millions of post-training samples across domains like software engineering traces, tool-use failures, multi-step reasoning, and safety. Synthetic data plays a key role – Nemotron-CC and Nemotron-CC-MATH leverage synthetic content to enhance Common Crawl and improve reasoning, respectively. At ICML 2026, nearly 145 papers cited Nemotron models, underscoring the community's demand for open, reproducible data as a foundation for agent behavior.
NVIDIA's approach also tackles the tension between sharing and secrecy. As VP Bryan Catanzaro notes, every company has a secret workflow or corpus that makes its AI useful – but exposing that directly is risky. Synthetic data allows teams to preserve useful signals without leaking proprietary sources. To help developers explore what's actually in the data, NVIDIA built the Nemotron Post-Training v3 Prompt Atlas, an interactive visual map where each point is a prompt sample, color-coded by dataset, domain, or tool use. Semantically similar prompts cluster together, making it easy to zoom in on coding algorithms, safety, math, or agentic behavior. This tool empowers teams to curate data, build evals, and understand why a model behaves the way it does – all critical for creating agents that are inspectable, explainable, and truly robust.
- NVIDIA released over 10 trillion pre-training tokens and millions of post-training samples under the Nemotron open data initiative
- Synthetic data (e.g., Nemotron-CC, Nemotron-CC-MATH) scales agent training while preserving proprietary signals
- The Prompt Atlas visual map lets developers explore clusters of samples by domain, stage, or tool use for better data curation
Why It Matters
Open synthetic data makes agent behavior inspectable and enables diverse AI ecosystems without exposing proprietary secrets.