New agentic coding SOTA models Ornith-1.0, a family of open-source LLMs specialized for agentic coding, achieves state-of-the-art performance on multiple coding benchmarks including SWE-Bench and Terminal-Bench. The models range from 9B to 397B parameters and are released under the MIT license for commercial and research use. Aloha 🌺 Meet Ornith-1.0, a family of open-source LLMs specialized for agentic coding. Ornith-1.0 spans the full parameter sizes including 9B Dense, 31B Dense, 35B MoE, and 397B MoE. It achieves state-of-the-art performance among open-source models of comparable size on coding benchmarks including: ✅Terminal-Bench 2.1 77.5 ✅SWE-Bench 82.4 on verified, 62.2 on pro, 78.9 on Multilingual ✅NL2Repo 48.2 ✅SWE Atlas 41.2 on QnA, 42.6 RF, 39.1 TW ✅ClawEval 77.1 Post-trained on top of gemma4 and qwen3.5, Ornith-1.0 employs a novel self-improving training strategy in which reinforcement learning is used to generate not only solution rollouts, but also the task-specific scaffolds that drive those rollouts. By jointly optimizing the scaffold and the resulting solution, the model generate higher-quality solutions in agentic coding.😎 All models are released under the MIT license, enabling full commercial and research use. 📖Tech Blog: