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

Product Launch

Kimi K3-256k Launch: Optimizing Flagship Coding Performance with Tiered Context Windows

Kimi Code has officially introduced the Kimi K3-256k model, a context-optimized version of its flagship 2.8T parameter Kimi K3 model. This new iteration is designed to deliver identical performance to the 1M context version within a 256k limit while reducing quota consumption by approximately 50%. The update provides a comprehensive overview of the Kimi model ecosystem, including the K2.7 Code series for routine development. Crucially, the documentation outlines specific technical protocols for switching between models, emphasizing the 'compact' process required for context management in tools like Kimi Code CLI and Claude Code. Users are also cautioned regarding the lack of video input support in the K3-256k version, necessitating strategic session management when transitioning between high-capacity and high-efficiency models.

Google DeepMind Launches Lyria 3.5 in Google Flow Music: Advancing AI Musicality and Creative Control
Product Launch

Google DeepMind Launches Lyria 3.5 in Google Flow Music: Advancing AI Musicality and Creative Control

Google DeepMind has officially announced the launch of Lyria 3.5, the latest evolution of its sophisticated music generation model, now integrated into Google Flow Music. This update represents a significant milestone in generative AI, focusing on four primary pillars of improvement: musicality, lyrics, vocals, and creative control. By refining these core elements, Lyria 3.5 aims to bridge the gap between AI-generated content and professional-grade musical composition. The integration within Google Flow Music suggests a streamlined workflow for creators, emphasizing a more intuitive and powerful user experience. This launch underscores Google's ongoing commitment to leading the frontier of AI-driven creative tools, providing users with enhanced capabilities to shape and direct the musical output with greater precision and artistic nuance.

OpenAI Launches Codex Security: A New CLI and TypeScript SDK for Automated Vulnerability Detection and Remediation
Product Launch

OpenAI Launches Codex Security: A New CLI and TypeScript SDK for Automated Vulnerability Detection and Remediation

OpenAI has introduced Codex Security, a powerful toolset designed to identify, validate, and fix security vulnerabilities within codebases. Available as both a Command Line Interface (CLI) and a TypeScript Software Development Kit (SDK), Codex Security enables developers to scan repositories, review code changes, and track security findings over time. The tool is built for modern development workflows, offering seamless integration into Continuous Integration (CI) pipelines. Requiring Node.js 22 and Python 3.10, the system supports multiple authentication methods, including ChatGPT sign-in and API keys. By providing a programmatic way to manage security state and automate remediation, OpenAI aims to streamline the DevSecOps process, allowing teams to maintain more secure codebases through AI-driven analysis.