• bitcoinBitcoin(BTC)$59,404.00-2.05%
  • ethereumEthereum(ETH)$1,558.99-2.95%
  • tetherTether(USDT)$1.00-0.01%
  • binancecoinBNB(BNB)$554.93-0.98%
  • usd-coinUSDC(USDC)$1.000.00%
  • rippleXRP(XRP)$1.03-3.39%
  • solanaSolana(SOL)$66.25-1.54%
  • tronTRON(TRX)$0.323326-1.03%
  • Figure HelocFigure Heloc(FIGR_HELOC)$1.041.05%
  • HyperliquidHyperliquid(HYPE)$62.950.94%
  • dogecoinDogecoin(DOGE)$0.073538-2.22%
  • USDSUSDS(USDS)$1.000.00%
  • RainRain(RAIN)$0.015749-0.60%
  • leo-tokenLEO Token(LEO)$9.33-1.32%
  • zcashZcash(ZEC)$400.49-2.38%
  • stellarStellar(XLM)$0.174501-6.16%
  • CantonCanton(CC)$0.147993-2.37%
  • moneroMonero(XMR)$304.89-3.33%
  • whitebitWhiteBIT Coin(WBT)$48.02-2.69%
  • LABLAB(LAB)$18.1314.16%
  • chainlinkChainlink(LINK)$7.18-2.50%
  • cardanoCardano(ADA)$0.141396-2.37%
  • USD1USD1(USD1)$1.000.00%
  • daiDai(DAI)$1.00-0.01%
  • Ethena USDeEthena USDe(USDE)$1.00-0.01%
  • the-open-networkGram (prev. Toncoin)(GRAM)$1.57-1.43%
  • bitcoin-cashBitcoin Cash(BCH)$187.32-0.54%
  • hedera-hashgraphHedera(HBAR)$0.073077-2.95%
  • litecoinLitecoin(LTC)$40.750.17%
  • Circle USYCCircle USYC(USYC)$1.13-0.01%
  • Global DollarGlobal Dollar(USDG)$1.000.00%
  • paypal-usdPayPal USD(PYUSD)$1.000.02%
  • suiSui(SUI)$0.67-1.47%
  • avalanche-2Avalanche(AVAX)$6.14-2.61%
  • crypto-com-chainCronos(CRO)$0.054463-3.19%
  • shiba-inuShiba Inu(SHIB)$0.000004-3.32%
  • tether-goldTether Gold(XAUT)$4,013.420.39%
  • BlackRock USD Institutional Digital Liquidity FundBlackRock USD Institutional Digital Liquidity Fund(BUIDL)$1.000.00%
  • nearNEAR Protocol(NEAR)$1.81-6.77%
  • Ondo US Dollar YieldOndo US Dollar Yield(USDY)$1.140.76%
  • BittensorBittensor(TAO)$209.71-2.94%
  • World Liberty FinancialWorld Liberty Financial(WLFI)$0.0586593.27%
  • pax-goldPAX Gold(PAXG)$4,017.700.48%
  • uniswapUniswap(UNI)$2.84-0.89%
  • worldcoin-wldWorldcoin(WLD)$0.490622-6.96%
  • AsterAster(ASTER)$0.622.38%
  • Ripple USDRipple USD(RLUSD)$1.000.04%
  • okbOKB(OKB)$74.940.12%
  • HTX DAOHTX DAO(HTX)$0.000002-1.36%
  • OndoOndo(ONDO)$0.3083620.42%
TradePoint.io
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop
No Result
View All Result
TradePoint.io
No Result
View All Result

DeepReinforce Releases Ornith-1.0: An Open-Source Coding Model Family That Learns Its Own RL Scaffolds

June 25, 2026
in AI & Technology
Reading Time: 15 mins read
A A
DeepReinforce Releases Ornith-1.0: An Open-Source Coding Model Family That Learns Its Own RL Scaffolds
ShareShareShareShareShare

DeepReinforce has released Ornith-1.0, an open-source model family built for agentic coding. The lineup spans four sizes, from a 9B dense model to a 397B mixture-of-experts flagship. Every checkpoint ships under the MIT license on Hugging Face. The models are post-trained on top of pretrained Gemma 4 and Qwen 3.5.

Most coding agents pair a model with a fixed, human-designed harness. Ornith-1.0 instead learns to write its own. The DeepReinforce research team reports state-of-the-art results among open models of comparable size.

TL;DR

  • Ornith-1.0 ships in 9B, 31B, 35B-MoE, and 397B-MoE sizes under MIT, built on Gemma 4 and Qwen 3.5.
  • The model learns its own scaffold during RL, jointly optimizing the harness and the solution.
  • Ornith-1.0-397B tops Claude Opus 4.7 on both headline benchmarks, but not Opus 4.8 or the larger GLM-5.2-744B.
  • Three layers — fixed trust boundary, deterministic monitor, frozen LLM judge — guard against reward hacking.

What is Ornith-1.0?

Ornith-1.0 is a set of reasoning models tuned for coding agents. The variants are 9B Dense, 31B Dense, 35B MoE, and 397B MoE. The 35B model is mixture-of-experts and activates roughly 3B parameters per token. FP8 and GGUF builds are also published for faster local serving.

Each model is a reasoning model. Replies open with a block before the final answer. The serving recipes enable a reasoning parser, so that trace returns in a separate reasoning_content field. The models also emit well-formed tool calls for agent loops.

Deployment is straightforward. The 9B model is about 19GB in bf16 and serves on a single 80GB GPU. Serving recipes target vLLM, SGLang, and Transformers. Each model exposes an OpenAI-compatible endpoint. Standard agent frameworks therefore work without code changes.

Interactive Explainer


The Self-Scaffolding Idea

Most coding agents rely on a scaffold, also called a harness. A scaffold wraps the model with memory, tools, error handling, and orchestration logic. AI teams usually hand-design one scaffold per task category.

Ornith-1.0 treats the scaffold as a learnable object instead. During reinforcement learning, the scaffold co-evolves with the model’s policy. Each RL step runs in two stages.

YOU MAY ALSO LIKE

As Everything Gets More Expensive, It’s Time To Make Do And Mend

OpenAI’s updated GPT-5.5 Instant is better at shopping, complex constraints, and understanding user intent  — and it’s already in the API

First, the model reads the task and its previous scaffold. It then proposes a refined scaffold. Second, it uses that scaffold and the task to generate a solution rollout. Reward from the rollout flows back to both stages.

So the model is optimized to author orchestration, not just answers. Over training, higher-reward scaffolds are mutated and selected automatically. Per-task strategies emerge without hand-engineered harness design.

Training also runs asynchronously, using a pipeline-RL setup. A staleness weight downweights older, off-policy tokens and drops them past a threshold. The optimization uses a token-level GRPO objective.

Guarding Against Reward Hacking

Letting a model write its own scaffold invites reward hacking. A scaffold could read visible test files and hardcode expected outputs. It could also copy an oracle solution sitting in the environment. DeepReinforce team describes three defense layers.

  1. The outer trust boundary is fixed and immutable. The environment, tool surface, and test isolation stay outside the model’s reach. The model evolves only its inner policy scaffold.
  2. A deterministic monitor flags banned actions. Reading withheld paths or editing verification scripts earns zero reward. Those trajectories are excluded from the advantage computation.
  3. A frozen LLM judge acts as a veto. It sits on top of the verifier, not as the primary reward.

Benchmark

DeepReinforce reports vendor numbers across several agentic coding benchmarks. At flagship scale, Ornith-1.0-397B posts 77.5 on Terminal-Bench 2.1 and 82.4 on SWE-Bench Verified. On SWE-Bench Verified, that 82.4 trails only Claude Opus 4.8 (87.6) among the listed models. On Terminal-Bench 2.1, the picture is more mixed.

Ornith-1.0-397B beats Claude Opus 4.7 (70.3) on Terminal-Bench 2.1. But it trails Claude Opus 4.8 (85) and the larger GLM-5.2-744B (81.0). So the ‘state-of-the-art’ claim is scoped to open models of comparable size.

The smaller models carry the efficiency case. The 35B model scores 64.2 on Terminal-Bench 2.1, above Qwen 3.5-397B’s 53.5. The 9B model reaches 43.1 on Terminal-Bench 2.1 and 69.4 on SWE-Bench Verified.

Benchmark Ornith-1.0-397B Qwen3.5-397B Qwen3.7-Max GLM-5.2-744B Minimax-M3-428B DeepSeek-V4-Pro-1.6T Claude Opus 4.7 Claude Opus 4.8
Terminal-Bench 2.1 77.5 53.5 73.5 81.0 64 64 70.3 85
SWE-Bench Verified 82.4 76.4 80.4 – – 80.6 80.8 87.6
SWE-Bench Pro 62.2 51.6 60.6 62.1 59 55.4 64.3 69.2
SWE-Bench Multilingual 78.9 69.3 78.3 – – 76.2 – –
NL2Repo 48.2 36.8 47.2 48.9 42.1 – – 69.7
ClawEval Avg 77.1 70.7 65.2 – – 75.8 78.2 –

Use Cases and a Quick Start

The models target terminal-native coding agents and repository-scale work. Practical fits include multi-file refactors, bug localization, and test-driven patches. The 9B model suits edge or single-GPU setups where latency and cost matter. The 397B model targets maximum accuracy on long, multi-step tasks.

For example, a dev can run the 9B model locally to triage a failing test suite. A platform team can self-host the 397B model for an internal coding agent.

Serving is a one-liner with vLLM:

vllm serve deepreinforce-ai/Ornith-1.0-9B \
    --served-model-name Ornith-1.0-9B \
    --max-model-len 262144 \
    --enable-auto-tool-choice --tool-call-parser qwen3_xml \
    --reasoning-parser qwen3 \
    --trust-remote-code

Then call it with any OpenAI client:

from openai import OpenAI

client = OpenAI(base_url="http://localhost:8000/v1", api_key="EMPTY")

resp = client.chat.completions.create(
    model="Ornith-1.0-9B",
    messages=[{"role": "user", "content": "Write a Python is_prime(n)."}],
    temperature=0.6, top_p=0.95,
)
msg = resp.choices[0].message
print(getattr(msg, "reasoning_content", None))  # the  trace
print(msg.content)                              # the final answer

The reasoning trace returns in reasoning_content, with the answer in content. Recommended sampling is temperature=0.6, top_p=0.95, top_k=20. The model also plugs into OpenHands, OpenClaw, and OpenCode.


Check out the Model Weights and Technical details. Also, feel free to follow us on Twitter and don’t forget to join our 150k+ML SubReddit and Subscribe to our Newsletter. Wait! are you on telegram? now you can join us on telegram as well.

Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.? Connect with us


Credit: Source link

ShareTweetSendSharePin

Related Posts

As Everything Gets More Expensive, It’s Time To Make Do And Mend
AI & Technology

As Everything Gets More Expensive, It’s Time To Make Do And Mend

June 25, 2026
OpenAI’s updated GPT-5.5 Instant is better at shopping, complex constraints, and understanding user intent  — and it’s already in the API
AI & Technology

OpenAI’s updated GPT-5.5 Instant is better at shopping, complex constraints, and understanding user intent  — and it’s already in the API

June 25, 2026
Can Your Smartwatch Detect Sleep Apnea?
AI & Technology

Can Your Smartwatch Detect Sleep Apnea?

June 25, 2026
Amazon Zoox’s Latest Robotaxi Looks (Marginally) Less Like A Toy Car
AI & Technology

Amazon Zoox’s Latest Robotaxi Looks (Marginally) Less Like A Toy Car

June 25, 2026
Next Post
New spotlight on CTE after hockey legend’s death by suicide

New spotlight on CTE after hockey legend's death by suicide

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Search

No Result
View All Result
Horse carriage tragedy in NYC’s Central Park

Horse carriage tragedy in NYC’s Central Park

June 21, 2026
Politics And The Markets 06/23/26

Politics And The Markets 06/23/26

June 23, 2026
London’s AI Ecosystem Never Better, ElevenLabs CEO Says

London’s AI Ecosystem Never Better, ElevenLabs CEO Says

June 19, 2026

About

Learn more

Our Services

Legal

Privacy Policy

Terms of Use

Bloggers

Learn more

Article Links

Contact

Advertise

Ask us anything

©2020- TradePoint.io - All rights reserved!

Tradepoint.io, being just a publishing and technology platform, is not a registered broker-dealer or investment adviser. So we do not provide investment advice. Rather, brokerage services are provided to clients of Tradepoint.io by independent SEC-registered broker-dealers and members of FINRA/SIPC. Every form of investing carries some risk and past performance is not a guarantee of future results. “Tradepoint.io“, “Instant Investing” and “My Trading Tools” are registered trademarks of Apperbuild, LLC.

This website is operated by Apperbuild, LLC. We have no link to any brokerage firm and we do not provide investment advice. Every information and resource we provide is solely for the education of our readers. © 2020 Apperbuild, LLC. All rights reserved.

No Result
View All Result
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop

© 2023 - TradePoint.io - All Rights Reserved!