Fetching from the wire…
Public story · 2026-09-06 · high
The MIT-licensed project kept growing, code graphs, RAG, crash recovery, until it cost more to maintain than to use the model directly.
Why now: The project surfaced in r/ClaudeAI's feed on September 6, 2026.
A developer abandoned an 8-month LLM agent harness project, calling it overengineered, then open-sourced the code anyway under an MIT license. The stakes are engineering time. The harness kept taking on more of the model's job: planning, state, permissions, context, verification. That took 883 commits over 8 months, and maintaining it eventually cost more time than using the model directly would have.
The r/ClaudeAI post lists everything that got layered on: code graphs, retrieval-augmented generation, and deterministic orchestration. Then came isolated workers, crash recovery, model routing, and replayable runs.
He's warning readers off the agents.md and claude.md files still in the repo, stale after 8 months of changes nobody went back to fix.
I've added checks like this to my own agent projects, one more gate before letting the model act, and this stung to read. Verification-first harnesses don't plateau. Each failure mode you catch suggests two more you haven't. The scope keeps compounding while the tools you're trying to route around keep improving on their own.
The post doesn't say what the harness caught that a simpler setup would have missed. Without that detail, 883 commits looks like a cost story, not a payoff one, and the person who built it isn't using it anymore.
Each link below shares sources, entities, or timing with this story.
Spotify's Portal team published Xirp on August 10: a vendor-neutral agentic development environment that manages concurrent sessions across Claude Code, Gemini CLI, and Codex, each session isolated in its own git worktree so dozens of agents can work the same codebase without...
If you've used Claude Code for any serious session, you know the drill. Approve. Approve. Approve. Approve. You stop reading the prompts after the fifteenth one. That's the worst possible security outcome, way worse than a well-designed automated check. Anthropic launched auto...
GPT-5.6 Luna went to $0.20 input / $1.20 output per million tokens on July 30. That's an 80% cut. Terra dropped 20%. Luna's input now undercuts Gemini 3.1 Flash-Lite ($0.25/$1.50) and sits at one-fifth of Claude Haiku 4.5's $1 input. Simon Willison covered the announcement and...
After 20+ years maintaining Paint.NET, Rick Brewster concluded WINE's Direct2D would never be complete enough for what he needed, so the app now carries its own from-scratch reverse-engineered Direct2D implementation. He puts it at 180,000 lines against 700,000 for the rest of...
Steve Yegge built a Go-based multi-agent orchestrator called Gas Town that ran 20 to 30 parallel Claude Code instances. It worked. Then it didn't. His postmortem, surfaced by Simon Willison on August 4, is blunt: Gas Town "fell apart at the seams with Opus 4.7. Up through 4.6...
Satya Nadella said companies routing everything through a single proprietary lab may not survive. His argument: you hand that lab your most sensitive business context, and the lab can turn it against you as a competitor. His prescription is an orchestration layer — keep the ha...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.