NousCoder-14B: an open coding model refined with reinforcement learning
Nous Research has released NousCoder-14B, a Qwen3-14B-based coding model trained on verifiable problems and published under Apache 2.0.
Coding models are not distinguished only by parameter count. It also matters which tasks they have practised, how they learn that a solution works, and whether other teams can inspect and adapt them. On January 6, 2026, Nous Research released NousCoder-14B, a competitive-programming model built on Qwen3-14B and given a reinforcement-learning stage with verifiable problems.
The release matters for three straightforward reasons: its weights are available under Apache 2.0, the model card describes the training setup concretely, and the team reports a measurable LiveCodeBench result. That does not automatically make it a replacement for a software-development agent, but it does provide an open artefact that others can evaluate and tune.
Learning from problems that can be checked
NousCoder-14B starts with Qwen3-14B. Nous Research then applied reinforcement-learning post-training. The difference from simply feeding a model large quantities of code is that these exercises have tests or verifiers: an output can be checked, giving training a clearer signal about whether it solved the problem.
According to the model card, the team used 24,000 verifiable coding problems and trained for four days on 48 NVIDIA B200 GPUs. It also links its public RLVR_Coding_Problems dataset, which contains prompts and tests. That provenance does not remove every question about data, benchmark contamination or generalisation, but it lets developers inspect part of the material and reproduce aspects of the approach.
Apache 2.0 is the other important element. It allows the weights to be reused under relatively permissive conditions, including commercial use, provided its notices and terms are respected. For teams that want to experiment with coding models outside a closed API, that creates options for local evaluation, fine-tuning and self-hosting. It does not mean a roughly 14-billion-parameter model is lightweight: the card lists BF16 weights and a repository close to 30 GB, before inference memory requirements.
What the benchmark says
Nous Research reports a 67.87% Pass@1 result on LiveCodeBench v6, compared with 60.79% for the Qwen3-14B reference it names. The comparison covers problems dated from 1 August 2024 to 5 January 2025. Pass@1 measures whether the first generated solution passes benchmark tests, which is useful when the goal is to solve a problem without multiple attempts.
The claimed improvement is 7.08 percentage points. It suggests that post-training with verifiable exercises can change model behaviour on the task class it targets. But the figure comes from the team’s own model card and one benchmark. It should not be read as a general ranking of all coding assistants or as proof that it will outperform any proprietary system in real development.
Competitive programming itself also matters. Its problems tend to have closed specifications and precise tests. Creating and maintaining production software additionally requires understanding a repository, negotiating ambiguous requirements, reviewing security, integrating services, writing tests and responding to change. A strong algorithm benchmark result is a valuable capability, not a guarantee for those other stages.
An open baseline for measurement, not a total promise
The release fits a useful trend: using executable verifiers to train language models to produce code that does not only look plausible, but passes a check. By releasing weights, data provenance and a metric, Nous Research gives the community more material to test the claim.
That independent testing should be the next step. Other teams can measure NousCoder-14B across languages, codebases and hardware conditions, and compare the quality of its solutions rather than only whether a first answer solves an exercise. The most concrete contribution is not a promise to automate software development. It is an open model that makes that promise testable.
Sources for this piece
This piece draws on 4 primary source(s), gathered during reporting.
This article was produced with artificial intelligence under human editorial oversight.