Ornith-1.0: Self-Scaffolding LLMs for Agentic Coding

· Source: Simon Willison's Weblog · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Software Development & Engineering · Depth: Intermediate, quick

Summary

DeepReinforce has released Ornith-1.0, a new open-weights, MIT-licensed large language model designed for agentic coding. Available in variants including 9B Dense, 31B Dense, 35B MoE, and 397B MoE, it is built upon Apache 2.0 licensed Gemma 4 and Qwen 3.5. Ornith-1.0 reportedly achieves state-of-the-art performance among open-source models of comparable size on coding benchmarks. Initial testing with the 20GB "ornith-1.0-35b-Q4_K_M.gguf" variant via LM Studio and Pi demonstrated its proficiency in running agent harnesses over multiple tool calls. Examples include successfully locating specific code within a Datasette checkout and generating an image at 103 tokens/second. DeepReinforce, the developer, appears to be a new entity, with its earliest identified paper, "CUDA-L1: Improving CUDA Optimization via Contrastive Reinforcement Learning," dated June 2025.

Key takeaway

For AI Engineers evaluating open-source models for agentic coding workflows, Ornith-1.0 presents a compelling option. Its reported state-of-the-art performance on coding benchmarks, coupled with its MIT license and Apache 2.0 licensed foundations, makes it suitable for commercial deployment. You should consider testing the 35B MoE variant for tasks requiring multi-step tool interactions, such as automated code discovery or complex generation, to assess its fit within your existing infrastructure and project requirements.

Key insights

Ornith-1.0 demonstrates strong agentic coding capabilities using self-scaffolding LLMs built on open-source foundations.

Principles

Method

The model runs an agent harness over many tool calls, enabling proficient execution of complex coding tasks like code discovery and generation.

In practice

Topics

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

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Simon Willison's Weblog.