Introducing North Mini Code: Cohere’s First Model For Developers

· Source: Hugging Face - Blog · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Software Development & Engineering · Depth: Advanced, long

Summary

Cohere has released North Mini Code, a 30B-parameter Mixture-of-Experts model with 3B active parameters, available on Hugging Face under the Apache 2.0 license as of June 9, 2026. This model is specifically engineered for agentic software engineering tasks and complex code generation. North Mini Code achieved a score of 33.4 on Artificial Analysis' Coding Index, surpassing models like Qwen3.5 (35B-A3B) and even larger ones such as Nemotron 3 Super (120B-A12B). Its architecture is a decoder-only Transformer-based sparse MoE, featuring an efficient attention implementation and 128 experts. The model undergoes a two-stage supervised fine-tuning followed by reinforcement learning with verifiable rewards (RLVR), utilizing 64K and 128K context lengths. This training approach enhances robustness across diverse agent harnesses, yielding a 10% gain on OpenCode evaluation and improving Terminal-Bench v2 performance by 7.9% pass@1.

Key takeaway

For AI Engineers evaluating coding models for agentic software engineering, North Mini Code offers a compelling open-source option. Its 30B MoE architecture and specialized RLVR training deliver strong performance, outperforming larger models on key benchmarks. You should consider integrating this model, available on Hugging Face, into your agentic workflows, particularly for complex terminal-based tasks or environments requiring cross-harness robustness.

Key insights

North Mini Code is a 30B MoE model excelling in agentic coding through cascaded SFT and RLVR.

Principles

Method

A two-stage SFT (64K then 128K context) primes for RLVR, followed by asynchronous multi-environment online RL using a windowed FIFO queue and CISPO objective.

In practice

Topics

Code references

Best for: AI Architect, Research Scientist, AI Engineer, Machine Learning Engineer, AI Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Hugging Face - Blog.