← The Wire

Public story · 2026-07-01 · high

Willison Runs an Open Model That Writes Its Own Training

DeepReinforce's MIT-licensed Ornith-1.0 fits 35B parameters into a 20GB file that runs on one high-memory machine.

Why now: Willison published his write-up on June 29, giving developers a dated, working example of a self-training local coding model to test against hosted tools.

Confidence
high
Sources
1
Redaction
passed

Story

Simon Willison ran Ornith-1.0, an open coding model that writes its own reinforcement-learning training scaffold, on a single machine, per his June 29 write-up.

That's the case DeepReinforce is making to developers wary of sending code to a hosted API. The full agent loop, tool calls included, runs from a 35B mixture-of-experts model packed into a roughly 20GB file, on one high-memory machine you own.

Willison loaded the GGUF file in LM Studio and wired it into his own Pi coding harness. In his tests, Ornith-1.0 drove an agent loop across many tool calls without stumbling, he wrote. The model builds on two pretrained bases, Gemma 4 and Qwen 3.5, and ships under an MIT license.

The self-scaffolding part is the novelty: the model writes the training harness that guides its own reinforcement-learning improvement. It's a credible local fallback for agentic coding, especially for anyone who read the steganography story and wants an alternative to hosted models.

Related stories

Each link below shares sources, entities, or timing with this story.

  1. Shared entities / Same source domain / Earlier coverage / Tension

    A 27B Model Just Matched the 400B One. It Fits on Your Laptop.

    Both cover GGUF, MoE, Qwen, Simon Willison; reported by the same outlet (simonwillison.net); earlier GGUF coverage from 2026-04-23.

  2. Shared entities / Shared topic / Earlier coverage

    Local models are good now, and the timing isn't a coincidence

    Both cover Gemma, MIT, Qwen; overlapping topics (agent, agentic, coding, gemma, harness); earlier Gemma coverage from 2026-06-17.

  3. Shared entities / Shared topic / Earlier coverage / Tension

    Kimi K2.6: A 1-Trillion-Parameter Open-Weights Model Just Beat GPT-5.4 on SWE-Bench Pro

    Both cover Gemma, MoE, Qwen; overlapping topics (agent, agentic, coding); earlier Gemma coverage from 2026-04-21.

  4. Shared entities / Earlier coverage

    Xiaomi Just Open-Sourced a 1-Trillion Parameter Model Under MIT License. It Built a Compiler in 4 Hours.

    Both cover Gemma, MIT, MoE, Qwen; earlier Gemma coverage from 2026-05-01.

  5. Shared entities / Same source domain / Earlier coverage

    Gemma 4 Ships Under Apache 2.0 and the Numbers Are Absurd

    Both cover Gemma, MoE, Simon Willison; reported by the same outlet (simonwillison.net); earlier Gemma coverage from 2026-04-13.

  6. Shared entities / Shared topic / Earlier coverage

    Gemma 4 31B Just Made Half Your API Budget Obsolete

    Both cover Gemma, LM Studio, MoE; overlapping topics (call, gemma); earlier Gemma coverage from 2026-04-06.

  7. Shared entities / Shared topic / Earlier coverage / Tension

    Gemma 4 GGUF Outperforms MLX on Apple Silicon.

    Both cover Gemma, GGUF; overlapping topics (agent, gemma, gguf); earlier Gemma coverage from 2026-04-21.

  8. Shared entities / Earlier coverage / Tension

    An Open-Source Model Just Beat GPT-5.4 and Opus 4.6 on the Hardest Coding Benchmark

    Both cover Gemma, MIT, MoE; earlier Gemma coverage from 2026-04-20; pushes against this story (against).

Source trail

Entities

Claim evidence

  1. Willison Runs an Open Model That Writes Its Own Training

Provenance

Canonical issue
2026-07-01
AI generated
yes
Story unit
2026-07-01-simon-willison-ran-ornith-1-0-locally-an-open-coding-model-that-writes-its-own-rl-training-scaff
Labels
source-backed, canonical briefing excerpt
Willison Runs an Open Model That Writes Its Own Training | MindPattern