Ornith-1.0: self-improving open-source models for agentic coding
danboarder
186 points
37 comments
June 29, 2026
Related Discussions
Found 5 related stories in 832.5ms across 14,015 title embeddings via pgvector HNSW
- Ornith-1.0: Self-Scaffolding LLMs for Agentic Coding kordlessagain · 21 pts · June 28, 2026 · 80% similar
- OpenCode – Open source AI coding agent rbanffy · 607 pts · March 20, 2026 · 54% similar
- Advancing voice intelligence with new models in the API meetpateltech · 33 pts · May 07, 2026 · 51% similar
- When AI Builds Itself: Our progress toward recursive self-improvement meetpateltech · 410 pts · June 04, 2026 · 50% similar
- Codex for Open Source EvgeniyZh · 28 pts · June 11, 2026 · 49% similar
Discussion Highlights (9 comments)
kennywinker
Can anyone explain what’s the story here? Is this just a re-skinned qwen? Who is deepreinforce-ai and why isn’t this model listed on their website? How does it self-improve, does the model change on disk - or just during a single context run it gets better?
CharlesW
Previously: https://news.ycombinator.com/item?id=48709744 https://swelljoe.com/post/will-it-mythos/ : "Poor performer here, only found the one bug that almost every model found, despite its performance on other benchmarks being excellent for its size. […] It also performs poorly in a chat without tools, exhibiting an ehthusiasm for hallucination. I’m currently working on a replication of this with full tool access, including bash/Python, which may allow this model to be competitive."
S0y
These are simply benchmaxxed versions of either Qwen or Gemma 4.
ricardobayes
This is the first Qwen fine-tune that is not immediately rejected by the local LLM community, and in some cases even being recommended. Based on my limited usage, it is good, gives creative solutions to coding problems. I don't expect 9-35B models to one-click create full apps. Most people who were complaining did so .
anana_
They keep mentioning a 31B dense model, but there are no benchmarks or weights for it anywhere?
v3ss0n
Self-Improving bullshit. It is just Qwen 3.5 finetune benchmaxxed . Nothing spectacular . even fails at benchmarks. Long session tool calls sucks and hallucinate a lot with that too. Just use Qwen 3.6 and 3.5 122b.
giancarlostoro
> the dense 9B fits on a single 80GB GPU Us mere mortals cannot use this.
RandyOrion
Glad to see more open models. However, where are the 31b models?
Narew
From what I personally tested Ornith-1.0 35B is slightly better than Qwen-3.6 35B. My tests are tasks that consist of adding/modify feature in a big C++ codebase. The part that I find interesting is that the model is way faster than Qwen3.6 35B. It seems Ornith produce a smaller chain of thought. On my test it can be 3 time faster to produce the answer. I use it via llamacpp and codex-cli.