Ornith-1.0: Self-Scaffolding LLMs for Agentic Coding

(deep-reinforce.com)

21 points | by kordlessagain 12 hours ago ago

2 comments

  • SwellJoe 10 hours ago ago

    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/

    • kordlessagain 2 hours ago ago

      Good to know. Thanks for the research!