Nous Research's NousCoder-14B is an open-source coding model landing right in the Claude Code moment
Quick Answer
Nous Research launched NousCoder-14B, an open-source coding model achieving 67.87% accuracy on LiveCodeBench v6, outperforming Alibaba's Qwen3-14B.
Quick Take
Nous Research launched NousCoder-14B, an open-source coding model achieving 67.87% accuracy on v6, outperforming Alibaba's Qwen3-14B. Trained in four days using 48 Nvidia B200 GPUs, it highlights the competitive landscape of AI coding tools amid the rise of Anthropic's Claude Code.
Key Points
- NousCoder-14B trained on 24,000 problems, requiring 48 Nvidia B200 GPUs.
- Model shows a 7.08 percentage point improvement over Qwen3-14B.
- Open-source release includes model weights and complete training environment.
- Training utilized dynamic sampling and iterative context extension techniques.
- NousCoder-14B's accuracy reflects rapid advancements in AI-assisted coding.
Article Content
From source RSS / original summaryNous Research, the open-source artificial intelligence startup backed by crypto venture firm Paradigm, released a new competitive programming model on Monday that it says matches or exceeds several larger proprietary systems — trained in just four days using 48 of Nvidia's latest B200 graphics processors.
The model, called NousCoder-14B, is another entry in a crowded field of AI coding assistants, but arrives at a particularly charged moment: Claude Code, the agentic programming tool from rival Anthropic, has dominated social media discussion since New Year's Day, with developers posting breathless testimonials about its capabilities.
The simultaneous developments underscore how quickly AI-assisted software development is evolving — and how fiercely companies large and small are competing to capture what many believe will become a foundational technology for how software gets written. type: embedded-entry-inline id: 74cSyrq6OUrp9SEQ5zOUSlNousCoder-14B achieves a 67. 87 percent accuracy rate on v6, a standardized evaluation that tests models on competitive programming problems published between August 2024 and May 2025.
That figure represents a 7. 08 percentage point improvement over the base model it was trained from, Alibaba's Qwen3-14B, according to Nous Research's technical report published alongside the release. "I gave Claude Code a description of the problem, it generated what we built last year in an hour," wrote Jaana Dogan, a principal engineer at Google responsible for the Gemini API, in a viral post on X last week that captured the prevailing mood around AI coding tools.
Dogan was describing a distributed agent orchestration system her team had spent a year developing — a system Claude Code approximated from a three-paragraph prompt. The juxtaposition is instructive: while Anthropic's Claude Code has captured imaginations with demonstrations of end-to-end software development, Nous Research is betting that open-source alternatives trained on verifiable problems can close the gap — and that transparency in how these models are built matters as much as raw capability.
How Nous Research built an AI coding model that anyone can replicateWhat distinguishes the NousCoder-14B release from many competitor announcements is its radical openness. Nous Research published not just the model weights but the complete reinforcement learning environment, benchmark suite, and training harness — built on the company's Atropos framework — enabling any researcher with sufficient compute to reproduce or extend the work.
"Open-sourcing the Atropos stack provides the necessary infrastructure for reproducible olympiad-level reasoning research," noted one observer on X, summarizing the significance for the academic and open-source communities. The model was trained by Joe Li, a researcher in residence at Nous Research and a former competitive programmer himself.
Li's technical report reveals an unexpectedly personal dimension: he compared the model's improvement trajectory to his own journey on Codeforces, the competitive programming platform where participants earn ratings based on contest performance.
Based on rough estimates mapping LiveCodeBench scores to Codeforces ratings, Li calculated that NousCoder-14B's improvemen t— from approximately the 1600-1750 rating range to 2100-2200 — mirrors a leap that took him nearly two years of sustained practice between ages 14 and 16. The model accomplished the equivalent in four days. "Watching that final training run unfold was quite a surreal experience," Li wrote in the technical report.
But Li was quick to note an important caveat that speaks to broader questions about AI efficiency: he solved roughly 1,000 problems during those two years, while the model required 24,000. Humans, at least for now, remain dramatically more sample-efficient learners.
Inside the reinforcement learning system that trains on 24,000 competitive programming problemsNousCoder-14B's training process offers a window into the increasingly sophisticated techniques researchers use to improve AI reasoning capabilities through reinforcement learning. The approach relies on what researchers call "verifiable rewards" — a system where the model generates code solutions, those solutions are executed against test cases, and the model receives a simple binary signal: correct or incorrect.
This feedback loop, while conceptually straightforward, requires significant infrastructure to execute at scale. Nous Research used Modal, a cloud computing platform, to run sandboxed code execution in parallel. Each of the 24,000 training problems contains hundreds of test cases on average, and the system must verify that generated code produces correct outputs within time and memory constraints — 15 seconds and 4 gigabytes, respectively.
Want this in your inbox every morning?
Daily brief at your local 8am — bilingual EN/中文, free.
More from VentureBeat AI
See more →Claude Code costs up to $200 a month. Goose does the same thing for free.
Claude Code, Anthropic's AI coding agent, costs $20 to $200 monthly, prompting developers to seek alternatives. Goose, a free open-source AI by Block, offers similar functionalities offline without subscription fees or usage caps, gaining over 26,100 stars on GitHub.


