COHERE SHIPS NORTH MINI CODE: AN APACHE-2.0 AGENTIC CODING MODEL YOU CAN RUN
Cohere released North Mini Code, an Apache-2.0 Mixture‑of‑Experts model tuned for agentic coding with only 3B params active per token. North Mini Code is a 30B...
Cohere released North Mini Code, an Apache-2.0 Mixture‑of‑Experts model tuned for agentic coding with only 3B params active per token.
North Mini Code is a 30B-parameter MoE with 3B active parameters, built for terminal workflows and complex code-generation, and released under Apache 2.0 on Hugging Face. Cohere details post-training with multi-scaffold SFT and RLVR and reports strong results on agentic coding benchmarks in their announcement blog.
If you’re exploring agentic coding, IBM’s overview video frames where agents fit in the workflow video, and a recent field study shows how “memory” can bias agent risk-taking—useful context before plugging models into automated change loops study.
Apache-2.0 licensing plus MoE efficiency gives teams a credible self-hosted base for repo ops and terminal agents.
Vendor-reported benchmark gains suggest fewer tool failures in multi-step coding tasks; worth validating on your stack.
-
terminal
Run your agent harness (e.g., OpenCode-style) against a week of real repo chores: dependency bumps, small refactors, flaky test fixes; track solve rate, revert rate, tokens/s, and GPU hours.
-
terminal
A/B against your current open model (Qwen3.5 35B, Gemma 4 26B, or Mistral family) on scripted terminal tasks and multi-file PRs; measure tool-use reliability and diff correctness.
Legacy codebase integration strategies...
- 01.
Pilot inside your VPC with read-only repo access and a guarded shell; attach tracing to every tool call and gate PRs through CI and policy checks.
- 02.
Start as a copilot for maintenance (lockfile updates, codeowners edits) before allowing write access on service hot paths.
Fresh architecture paradigms...
- 01.
Design your internal code-agent stack around MoE-friendly batching and explicit tool contracts; standardize prompts and guardrails early.
- 02.
Scope agents to narrow, high-signal tasks (schema migrations, ETL job scaffolding) and evolve toward broader refactors once metrics stabilize.
Get daily HUGGING-FACE + SDLC updates.
- Practical tactics you can ship tomorrow
- Tooling, workflows, and architecture notes
- One short email each weekday