Back to List
Ornith-1.0: New Open-Source Self-Improving Models Set State-of-the-Art Benchmarks for Agentic Coding Tasks
Product LaunchOpen SourceAI AgentsCoding

Ornith-1.0: New Open-Source Self-Improving Models Set State-of-the-Art Benchmarks for Agentic Coding Tasks

Ornith-1.0 has been introduced as a suite of self-improving open-source models specifically engineered for agentic coding. Developed by deepreinforce-ai, these models range from 9B-Dense to 397B-MoE architectures, post-trained on top of Gemma 4 and Qwen 3.5. By utilizing a Reinforcement Learning (RL) framework that jointly optimizes solution rollouts and the scaffolds that drive them, Ornith-1.0 achieves state-of-the-art performance on major benchmarks like SWE-bench and Terminal-Bench 2.1. The project is released under the MIT license, ensuring global accessibility and freedom from regional limitations. The models demonstrate significant improvements over existing baselines in complex coding tasks, repository-level understanding, and multilingual support, marking a significant advancement for open-source AI agents in the software engineering domain.

Hacker News

Key Takeaways

  • Diverse Model Architectures: Ornith-1.0 is available in multiple configurations, including 9B-Dense, 31B-Dense, 35B-MoE, and 397B-MoE, catering to different computational needs.
  • Self-Improving RL Framework: The models utilize Reinforcement Learning to optimize not just the final code solutions (rollouts) but also the underlying scaffolds that guide the generation process.
  • State-of-the-Art Performance: Ornith-1.0 models outperform comparable open-source models like Qwen 3.5 and Gemma 4 across critical benchmarks such as SWE-bench and Terminal-Bench 2.1.
  • MIT Licensed: The project is fully open-source, globally accessible, and free from regional restrictions, encouraging widespread adoption and community contribution.
  • Advanced Post-Training: The models are built upon high-performance foundations, specifically post-trained on top of Gemma 4 and Qwen 3.5 architectures.

In-Depth Analysis

The Self-Improving Training Framework and Scaffold Optimization

At the core of Ornith-1.0's success is its innovative self-improving training framework. Unlike traditional models that focus solely on generating the final output, Ornith-1.0 employs Reinforcement Learning (RL) to learn the generation of both the solution rollouts and the scaffolds that drive those rollouts. This dual optimization approach allows the model to discover superior search trajectories. By jointly refining the scaffold—the structural logic or steps taken to reach a solution—and the resulting code, the model generates higher-quality solutions that are more robust and efficient.

This method addresses a common bottleneck in agentic coding: the quality of the reasoning path. By treating the scaffold as a learnable component, Ornith-1.0 can adapt its internal logic to better handle complex, multi-step coding problems. This results in a model that doesn't just "guess" the code but follows a learned, optimized trajectory to solve repository-level issues.

Benchmarking Performance: 9B and 35B Model Comparisons

The performance of Ornith-1.0 is validated through extensive benchmarking against size-appropriate baselines. In the 9B category, Ornith-1.0-9B shows a clear lead over Qwen3.5-9B and Gemma4-12B. For instance, on the Terminal-Bench 2.1 (Terminus-2) benchmark, Ornith-1.0-9B achieved a score of 43.1, significantly higher than Qwen3.5-9B's 21.3 and Gemma4-12B's 21. On the SWE-bench Verified metric, Ornith-1.0-9B reached 69.4, outperforming Qwen3.5-9B (53.2) and Gemma4-12B (44.2).

Moving to the larger 35B models, Ornith-1.0-35B continues to demonstrate superiority. On the SWE-bench Verified benchmark, it scored 75.6, surpassing Qwen3.5-35B (70.0) and Qwen3.6-35B (73.4). Notably, Ornith-1.0-35B also outperformed the much larger Qwen3.5-397B in several categories, such as NL2Repo (34.6 vs 36.8, showing competitive parity) and significantly in the SWE Atlas metrics. In the SWE Atlas - QnA category, Ornith-1.0-35B scored 37.1, nearly tripling the performance of Qwen3.5-35B (13.2) and nearly doubling the 397B variant (20.4).

These results suggest that the RL-based scaffold optimization provides a significant efficiency boost, allowing smaller Ornith models to compete with or exceed the performance of significantly larger traditional models. The consistency across Terminal-Bench, SWE-bench (Pro and Multilingual), and Claw-eval highlights the model's versatility in handling various programming languages and complex agentic tasks.

Industry Impact

The release of Ornith-1.0 represents a pivotal moment for the open-source AI community, particularly in the niche of agentic coding. By providing models that achieve state-of-the-art results on benchmarks like SWE-bench, deepreinforce-ai is narrowing the gap between open-source and proprietary coding assistants.

The use of the MIT license is particularly significant. It removes barriers to entry for developers and enterprises globally, allowing for the integration of high-performance coding agents into various workflows without the concerns of regional limitations or restrictive licensing fees. This could accelerate the development of autonomous software engineering tools, where AI agents can independently navigate repositories, fix bugs, and implement features.

Furthermore, the focus on "agentic" coding—where the model acts as an agent capable of using terminals and navigating complex file structures—moves the industry beyond simple code completion. Ornith-1.0's ability to optimize its own search trajectories suggests a future where AI models are not static but continuously improve their problem-solving methodologies through specialized training frameworks.

Frequently Asked Questions

Question: What makes Ornith-1.0 different from other coding models?

Ornith-1.0 distinguishes itself through its self-improving RL framework. Instead of just learning to produce code, it learns to optimize the "scaffold" or the search trajectory that leads to the code. This joint optimization results in higher-quality solutions and better performance on complex, multi-step agentic tasks compared to standard post-trained models.

Question: Which base models were used to develop Ornith-1.0?

Ornith-1.0 models are post-trained on top of two primary high-performance architectures: Gemma 4 and Qwen 3.5. This allows the Ornith suite to leverage the foundational strengths of these models while adding specialized agentic coding capabilities through reinforcement learning.

Question: Is Ornith-1.0 free to use for commercial purposes?

Yes. Ornith-1.0 is released under the MIT license. This means it is globally accessible, free from regional limitations, and can be used, modified, and distributed for both private and commercial projects without the restrictions often found in proprietary or more restrictive open-source licenses.

Related News

Mcptoon: New MCP CLI Client Reduces Tool Discovery Token Costs by 97% Using TOON
Product Launch

Mcptoon: New MCP CLI Client Reduces Tool Discovery Token Costs by 97% Using TOON

Mcptoon is a lightweight, zero-dependency CLI client designed to address the high token overhead associated with the Model Context Protocol (MCP). By replacing standard JSON with Token-Optimized Object Notation (TOON), the tool significantly reduces the "syntax tax" that often consumes 30-55% of an AI agent's context window. Specifically, Mcptoon cuts tool discovery costs from approximately 2,000 tokens to just 60, representing a 97% saving. Compatible with major AI agents like Claude Code and Cursor, this cross-platform Python utility ensures that more of the context window is dedicated to actual reasoning rather than structural overhead. The tool is open-source, requires zero dependencies, and functions across Windows, macOS, and Linux environments.

India’s L&T Technology Services Launches AgenticIQ for Enterprise Cloud and On-Premises Deployment
Product Launch

India’s L&T Technology Services Launches AgenticIQ for Enterprise Cloud and On-Premises Deployment

L&T Technology Services (LTTS) has officially introduced AgenticIQ, a specialized solution tailored for the enterprise sector. Designed to meet the rigorous demands of modern business environments, AgenticIQ distinguishes itself through its versatile deployment capabilities, supporting both cloud-based and on-premises systems. This flexibility is particularly significant for organizations operating within regulated industries, where data control and infrastructure sovereignty are paramount. By offering a solution that bridges the gap between scalable cloud resources and secure local environments, L&T Technology Services aims to provide enterprises with a robust framework for implementing agentic technologies while maintaining strict adherence to industry-specific regulatory standards and operational requirements.

OpenAI Expands Daybreak Cybersecurity Program with Launch of New Specialized Cyber-Trained AI Model
Product Launch

OpenAI Expands Daybreak Cybersecurity Program with Launch of New Specialized Cyber-Trained AI Model

In response to the increasing frequency of AI-driven cyber threats, OpenAI has announced a significant expansion of its cybersecurity defense initiative, known as Daybreak. This strategic development includes the introduction of a new AI model specifically trained for cybersecurity applications. The move aims to bolster defensive capabilities against the rising tide of AI-led attacks. By integrating this specialized model into the Daybreak program, OpenAI seeks to provide more robust tools for identifying and mitigating digital vulnerabilities. This launch underscores the growing importance of specialized AI training in the realm of digital security and represents a proactive step by OpenAI to safeguard infrastructure against sophisticated, machine-led malicious activities.