NVIDIA’s New Open AI Model Puts Brutal Pressure on OpenAI

Sanket Chaukiyal

March 18, 2026

TL;DR

  • NVIDIA dropped Nemotron 3 Super at GTC 2026 — a 120-billion-parameter hybrid MoE model that scores 60.47% on SWE-Bench Verified, the highest open-weight result currently available.
  • The model activates only 12 billion parameters at inference, delivers 2.2x higher throughput than GPT-OSS-120B and 7.5x over Qwen3.5-122B, and supports 1M-token context windows.
  • Ships with open weights, full training recipes, and datasets under NVIDIA Nemotron Open Model License — already deployed by Perplexity, CodeRabbit, Factory, Greptile, Palantir, Cadence, Dassault Systèmes, and Siemens.
  • Signals NVIDIA‘s pivot from chip vendor to full-stack AI provider competing directly with OpenAI and Meta on model performance while maintaining enterprise-friendly on-premises deployment.

NVIDIA Just Shipped the Fastest Open Coding Model Available

NVIDIA unveiled Nemotron 3 Super at GTC 2026, a 120-billion-parameter hybrid Mixture-of-Experts model that achieves 60.47% on SWE-Bench Verified — the highest score among open-weight models. The model activates only 12 billion parameters during inference despite its 120B total size, a design choice that slashes compute costs while preserving performance.

The throughput advantage is brutal. Nemotron 3 Super delivers 2.2x higher throughput than GPT-OSS-120B and 7.5x over Qwen3.5-122B, according to NVIDIA’s benchmarks. It ships with a 1M-token context window and includes full training recipes and datasets under the NVIDIA Nemotron Open Model License, making it reproducible for enterprise teams that need to run models on-premises.

Early adopters include Perplexity, CodeRabbit, Factory, Greptile, Palantir, Cadence, Dassault Systèmes, and Siemens — a roster that skews heavily toward enterprise infrastructure and engineering tools rather than consumer apps. NVIDIA positioned the release as infrastructure for agentic AI, targeting organizations that can’t or won’t send proprietary code to cloud APIs.

Why the 60.47% SWE-Bench Score Rewrites Enterprise AI Economics

SWE-Bench Verified measures whether a model can autonomously resolve real GitHub issues pulled from production repositories. It’s the closest proxy we have for ‘can this thing actually fix bugs in a codebase without human handholding.’ A score above 60% means the model resolves more than half of real-world software engineering tasks thrown at it.

That’s table stakes for coding agents. But the open-weight part changes the game entirely.

OpenAI‘s models hit similar or higher scores, but you can’t run them on your own hardware. You can’t fine-tune them on proprietary codebases. You can’t audit the weights or guarantee data never leaves your network. For industries like aerospace, defense, healthcare IT, or financial services — where compliance teams treat cloud APIs like radioactive waste — that’s a dealbreaker.

Nemotron 3 Super cracks that problem wide open. The 2.2x throughput advantage over GPT-OSS-120B means enterprises can serve more requests per GPU, slashing inference costs. The hybrid MoE architecture activates only 12 billion parameters at runtime, so memory requirements stay manageable even on mid-tier server clusters. And the 1M-token context window means the model can ingest entire codebases or multi-file diffs without choking.

I’ve watched enterprises struggle with this exact tradeoff for two years — performance vs. control. Most picked control and settled for mediocre models. Now they don’t have to.

Think of it like this: OpenAI built a Formula 1 car, but you can only rent track time. NVIDIA just handed you the blueprints, the engine specs, and a car that’s 90% as fast — and you own the garage.

NVIDIA’s Model Strategy Targets OpenAI and Meta Simultaneously

This isn’t NVIDIA dipping a toe into AI models. It’s a full-throated challenge to OpenAI’s dominance in coding and Meta’s Llama franchise in open-weight leadership. The competitive framing is explicit — every benchmark NVIDIA published compares Nemotron 3 Super directly to GPT-OSS-120B and Qwen3.5-122B.

Meta’s Llama models win on accessibility and community adoption. OpenAI’s GPT family wins on raw capability. NVIDIA’s betting it can split the difference — match OpenAI’s performance while undercutting Meta on enterprise credibility.

The early customer list backs that thesis. Palantir, Siemens, Dassault Systèmes — these aren’t startups testing the latest Hugging Face drop. They’re legacy enterprises with compliance requirements, long procurement cycles, and zero tolerance for models that hallucinate in production. If NVIDIA can lock in that segment, it doesn’t need to win the open-source community’s hearts.

But there’s a risk here. The model shipped with relatively little fanfare compared to OpenAI’s GPT launches or Meta’s Llama drops. Some critics argue NVIDIA underreported Nemotron 3 Super’s importance, focusing on enterprise use cases rather than consumer-facing capabilities. That limits mainstream visibility despite the technical superiority.

Fair point. But I’d argue NVIDIA doesn’t care about mainstream visibility. It cares about procurement contracts and on-prem deployments at Fortune 500 companies. Those deals don’t get announced on Twitter. They get inked in boardrooms after six-month pilots.

Three Architectural Innovations Power the Throughput Gains

Nemotron 3 Super ships with three architectural tricks that separate it from garden-variety MoE models. First: LatentMoE expert routing, which dynamically assigns tokens to specialized sub-models during inference. This isn’t new conceptually — Mixtral and DeepSeek pioneered MoE routing — but NVIDIA’s implementation reportedly optimizes for GPU memory locality, reducing cross-chip communication overhead.

Second: native NVFP4 pretraining. NVFP4 is NVIDIA’s 4-bit floating-point format designed specifically for Blackwell and Hopper architectures. Training in NVFP4 from scratch rather than quantizing post-training preserves more numerical precision at lower bitwidths, which matters for long-context tasks where rounding errors compound across millions of tokens.

Third: multi-token prediction. Instead of predicting one token at a time, the model predicts multiple future tokens in parallel during training. This forces the model to learn longer-range dependencies and reduces the number of forward passes needed during inference. The throughput gains stack multiplicatively — fewer active parameters, faster memory access, and parallel decoding all hit at once.

NVIDIA also shipped the full training recipe and datasets alongside the weights. That’s unusual. Most open-weight releases give you the final model but keep the training process opaque. NVIDIA’s publishing the entire pipeline, which signals confidence that the architecture — not just the trained artifact — is defensible IP.

It also positions NVIDIA as more than a chip vendor. You’re not just buying H100s anymore. You’re buying the infrastructure, the model, the training stack, and the deployment tooling. That’s a vertically integrated play Meta can’t match and OpenAI won’t attempt.

What NVIDIA’s On-Prem Bet Means for Agentic AI Deployment

The real story here isn’t the benchmark score. It’s what the score unlocks. A 60.47% SWE-Bench result means coding agents built on Nemotron 3 Super can autonomously resolve more than half of real GitHub issues without human intervention. That’s the threshold where agentic workflows start replacing human labor rather than augmenting it.

And because the model runs on-premises, enterprises can deploy those agents inside secure networks. No data leaves the building. No API calls to OpenAI’s servers. No compliance review every time you want to fine-tune on proprietary code.

That unlocks use cases OpenAI’s models can’t touch. Aerospace contractors debugging flight control software. Banks automating COBOL migrations. Healthcare IT teams patching electronic health record systems. These are multi-billion-dollar markets where cloud APIs are non-starters.

NVIDIA’s also betting that inference optimization — not model scale — is the next battleground. The 2.2x throughput advantage over GPT-OSS-120B suggests NVIDIA’s squeezing more performance per watt out of its own silicon than competitors can match. If that advantage holds, NVIDIA can sell both the chips and the models, locking enterprises into a full-stack dependency.

But the model’s enterprise focus cuts both ways. Consumer developers won’t care about on-prem deployment or compliance certifications. They’ll pick whatever model is easiest to plug into their app, which usually means OpenAI’s API or Meta’s Llama. NVIDIA’s betting the enterprise market is big enough to justify ignoring the long tail.

Watch three things. First: whether NVIDIA ships smaller Nemotron models targeting edge devices or consumer hardware. The 120B parameter count limits deployment to server clusters, which caps addressable market size. Second: whether enterprises actually fine-tune Nemotron 3 Super or just run it off-the-shelf. If most customers use it as-is, the open-weight advantage matters less. Third: whether OpenAI or Anthropic respond with their own open-weight coding models. If they don’t, NVIDIA owns this segment. If they do, the throughput benchmarks become the tiebreaker.

FAQ

What is NVIDIA Nemotron 3 Super and why does it matter?

NVIDIA Nemotron 3 Super is a 120-billion-parameter hybrid Mixture-of-Experts model that achieves 60.47% on SWE-Bench Verified, the highest score among open-weight models. It matters because it delivers enterprise-grade coding performance while running on-premises, solving compliance and data sovereignty issues that block cloud API adoption in regulated industries.

How does Nemotron 3 Super compare to GPT-OSS-120B and Qwen3.5-122B?

Nemotron 3 Super delivers 2.2x higher throughput than GPT-OSS-120B and 7.5x over Qwen3.5-122B according to NVIDIA’s benchmarks. It activates only 12 billion parameters at inference despite its 120B total size, reducing memory requirements and compute costs while maintaining higher performance on coding tasks.

Can enterprises fine-tune Nemotron 3 Super on proprietary code?

Yes. NVIDIA ships Nemotron 3 Super with open weights, full training recipes, and datasets under the NVIDIA Nemotron Open Model License. Enterprises can fine-tune the model on proprietary codebases, run it entirely on-premises, and audit the weights without sending data to external APIs.

Which companies are already using Nemotron 3 Super?

Early adopters include Perplexity, CodeRabbit, Factory, Greptile, Palantir, Cadence, Dassault Systèmes, and Siemens. The customer list skews toward enterprise infrastructure and engineering tools rather than consumer applications, reflecting NVIDIA’s focus on regulated industries with strict compliance requirements.

Source: NVIDIA / BuildFastWithAI

Sanket Chaukiyal — Editor at Smart Chunks

Sanket Chaukiyal

Technology editor • 12+ years in editorial

Sanket is the founder and editor of Smart Chunks. He spent over six years at Autocar India (Haymarket SAC Publishing) as Sub Editor and Senior Copy Editor, and later served as Account Director (Content) at Rite Knowledge Labs. He holds a Master's in Media and Communication from the Symbiosis Institute of Media and Communication.

All articles → LinkedIn