Skip to main content
AI BenchmarksPerformance Record· 4 min read· in Artificial Intelligence

Nvidia's Nemotron-3-Ultra-CC Model Beats Top Human Score at International Informatics Olympiad

Operating under strict competition constraints, Nvidia's specialized AI model scored 535.4 out of 600 on the IOI 2026 problem set, marking the first time an artificial intelligence has outscored elite human programmers in the event.

By Logan Price

AI Researchers 40%Industry Observers 40%Competitive Programmers 20%
AI Researchers
Focus on the architectural shift toward test-time compute and post-training pipelines over raw parameter scale.
Industry Observers
View the result as a historic milestone proving models can execute sustained, multi-step algorithmic reasoning.
Competitive Programmers
Emphasize that while the AI outscored humans, it relies on massive test-time generation loops rather than human-like intuition.

Perspectives this story doesn't cover

  • Human IOI Contestants
  • Olympiad Organizers

Why this matters

Competitive programming requires sustained, multi-step algorithmic construction and creative problem-solving under strict time limits. An AI surpassing the top human score in this environment suggests models are moving beyond pattern matching and into genuine abstract reasoning.

The moment of truth for an artificial intelligence attempting to write code is not when it memorizes a textbook, but when it enters a test-time inference loop to iteratively generate, evaluate, and refine a solution to a problem it has never seen. That feedback-driven correction cycle is exactly what just pushed a language model past the world's best human programmers. At the 2026 International Olympiad in Informatics (IOI), an AI system operated under the same strict time limits and submission constraints as human contestants, and for the first time, it outscored every person in the room.[1][4]

The system, developed by researchers at Nvidia, is called Nemotron-3-Ultra-CC. During a prospective evaluation on the live IOI 2026 problem set, the model scored 535.4 out of a possible 600 points. That performance cleared the gold-medal threshold of 361.12 by a massive margin and surpassed the top human competitor's score of 498.27.[1][3][4]

"To our knowledge, this is the first AI system to outscore the highest-scoring human contestant on an IOI problem set," wrote Nvidia researchers Aleksander Ficek, Sean Narenthiran, and their colleagues in a September 3 preprint published on arXiv. The result marks a historic milestone in competitive programming, a discipline that requires sustained, multi-step algorithmic construction rather than simple pattern matching.[4]

The architecture behind the record-breaking score relies on a mixture-of-experts design. Nemotron-3-Ultra-CC contains 550 billion total parameters, but only activates 55 billion of them during any given inference step. Rather than relying on reinforcement learning, the Ultra model was trained exclusively using supervised fine-tuning on a highly curated dataset of 22,000 competitive programming problems.[1][4]

Nvidia's Nemotron-3-Ultra-CC cleared the gold-medal threshold and the top human score at IOI 2026.

However, the raw parameter count is only half of the equation. The system's decisive advantage comes from a test-time compute strategy that Nvidia calls "GenCorrect." Instead of generating a single answer and moving on, GenCorrect allows the model to iteratively generate diverse candidate solutions, evaluate them against the problem's constraints, and refine the code based on the feedback from previous failed submissions.[4]

However, the raw parameter count is only half of the equation.

This iterative loop mimics the way a human programmer debugs, but executes at machine speed. By shifting computational resources from the initial training phase to the actual moment of inference, the model can catch and correct its own logical errors before finalizing a submission.[4]

Nvidia also demonstrated that this pipeline works at smaller scales. Alongside the massive Ultra model, the team trained Nemotron-3-Nano-CC, a 30-billion parameter model with just 3 billion active parameters. Unlike its larger sibling, the Nano version utilized both supervised fine-tuning and reinforcement learning.[1][4]

When tested on the previous year's IOI 2025 benchmark, the Nano-CC model initially scored 130 points. After applying the post-training pipeline, its score jumped to 291. Once the GenCorrect test-time strategy was engaged, the 30-billion parameter model reached 468 points, comfortably exceeding the 2025 gold-medal threshold of 438.3.[4]

The Nemotron-3-Ultra-CC model utilizes a mixture-of-experts architecture, activating 55 billion parameters per inference step.

The credibility of the 2026 result rests heavily on the evaluation conditions. Because the test was run prospectively during the actual IOI 2026 competition window, the problems were entirely novel. This eliminates the possibility that the model simply memorized the solutions from its training data, a common pitfall in AI benchmark testing.[1][4]

The system was also restricted to the exact same internet-access rules and submission limits imposed on the human students. A margin of 37 points above the top human contestant on a 600-point set under these identical constraints provides the first concrete evidence that language models can execute abstract reasoning at an elite level.[1][2][4]

The breakthrough suggests a fundamental shift in how AI systems will be deployed in software engineering. As models move from generating boilerplate enterprise code to autonomously architecting and verifying complex algorithms, the bottleneck in software development is poised to shift from writing code to defining the constraints the AI must solve.[2]

Key points

  1. Nvidia's Nemotron-3-Ultra-CC scored 535.4 out of 600 at the 2026 International Olympiad in Informatics.
  2. The AI surpassed the top human score of 498.27 under identical competition constraints.
  3. The model relies on a test-time compute strategy called GenCorrect to iteratively debug its own code.
  4. A smaller 30-billion parameter model also cleared the gold-medal threshold using the same post-training pipeline.

Sources

Source coverage

5 outlets

3 viewpoints surfaced

AI Researchers 40%Industry Observers 40%Competitive Programmers 20%
  1. [1]AI WeeklyIndustry Observers

    Nvidia's 550B Nemotron beats top human coder at IOI 2026

    Read on AI Weekly
  2. [2]AlphaSignalIndustry Observers

    NVIDIA's Nemotron Beats the Best Human at the Coding Olympics

    Read on AlphaSignal
  3. [3]赢政天下Competitive Programmers

    NVIDIA Nemotron-3-Ultra-CC Surpasses Human High Score with 535.4 Points at IOI 2026 Onsite Competition

    Read on 赢政天下
  4. [4]arXivAI Researchers

    Post-Training Language Models for Gold-Medal Performance in Coding Competitions

    Read on arXiv
  5. [5]Hugging FaceAI Researchers

    Post-Training Language Models for Gold-Medal Performance in Coding Competitions

    Read on Hugging Face

Comments

Stay informed

Every angle. Every day.

Get Artificial Intelligence stories with full source coverage and perspective breakdowns delivered to your inbox.