Dev abandons LLM agent harness after 883 commits and 8 months, open sources it
dancingwithlies · reddit · 2026-09-06
A developer is open sourcing (MIT) an overengineered LLM coding-agent harness built over 8 months and 883 commits, mostly generated by Claude Code using one to two 20x accounts.
Core idea: the harness, not the model, would own planning, state, permissions, context, verification and orchestration — verifying what actually happened instead of trusting the model's "task done" claims.
Why it failed: endless scope creep — code graphs, RAG, deterministic orchestration, isolated workers, crash recovery, model routing, replayable runs, verification gates, dashboards — until research and planning crowds out real usage, while competing harnesses became far more usable.
Ideas worth salvaging:
- Keep state and verification outside the model
- Deterministic/replayable agent runs
- Codebase retrieval and dependency graphs
- Orchestrator/worker separation
- Context budgeting and session handoffs
- Sandboxing and permission gates
- Verifying agent claims with evidence it didn't generate itself
The archive includes the Rust/Python/Tauri code, thousands of planning docs, and a sanitized commit history. His verdict: aimed to solve everything, solved nothing.
More from coding & agent
- Claude Code team reportedly ditched GUI/TUI, now using claude tag for 70%+ of work — himanshustwts · 2026-09-07
- Microsoft open-sources tgrep, a trigram-indexed grep up to 52x faster than ripgrep — jedisct1 · 2026-09-07
- How should billing work when an AI system auto-selects the model? — Colddew-YJ · 2026-09-07
- SmolVM: open-source microVM sandbox runs OpenClaw 2.0 in isolation, boots in milliseconds — aniketmaurya · 2026-09-07
- Researchers formalize the AI agent attack surface: models + data + tools + permissions — JayAlammar · 2026-09-07
- Developer vibe-codes an interactive Odyssey narrative scroller with GPT-6 Astra — Pristine_Good7326 · 2026-09-07