Ornith-1.0: Self-Scaffolding LLMs for Agentic Coding
kordlessagain
21 points
2 comments
June 28, 2026
Related Discussions
Found 5 related stories in 649.9ms across 14,015 title embeddings via pgvector HNSW
- Ornith-1.0: self-improving open-source models for agentic coding danboarder · 186 pts · June 29, 2026 · 80% similar
- Agentic coding notes from Galapagos Island gm678 · 35 pts · July 04, 2026 · 54% similar
- LLMorphism: When humans come to see themselves as language models okey · 75 pts · May 10, 2026 · 52% similar
- Constraint Decay: The Fragility of LLM Agents in Back End Code Generation wek · 210 pts · May 24, 2026 · 51% similar
- PopuLoRA: Co-Evolving LLM Populations for Reasoning Self- Play AMavorParker · 42 pts · May 20, 2026 · 51% similar
Discussion Highlights (1 comments)
SwellJoe
I added this to a benchmark I've been doing of how well agents find security bugs, specifically security bugs originally found by Mythos. It performs poorly with only read/grep/ls tools, but in a follow-up test with a full shell and Python, it doubled its findings (still a poor showing, but it does at least indicate it is doing what it says on the tin: making tools to help it solve problems). It also did worse than Qwen AgentWorld, another recent post-train of Qwen 3.6 MoE intended for agentic use. https://swelljoe.com/post/will-it-mythos/