Open-source coding agent cuts large-repo bugfix cost by up to 75% after learning the repo once
NeighborhoodOwn8510 · reddit · 2026-07-24
An open-source multi-agent SDLC harness claims it can beat a cold Claude Code run on large repositories by learning a repo once and reusing that knowledge.
- The author says AutoDev Studio was 7%–75% cheaper than a cold claude -p run across 6/6 localized tasks on repositories up to 82k LOC.
- Example cost: a cold agent run took $6.83 and 207 turns, while AutoDev Studio handled the same bug for about $1.70.
- The system persists repository knowledge with static analysis and a local embedding index, so future tasks use lookup instead of re-discovery.
- Its pipeline includes a PM agent for clarifying questions and tickets, a Dev agent on an isolated branch, QA test execution, a separate reviewer model family, bounded revision loops, and real GitHub PR creation.
- It also ships with a live Kanban board, token/cost tracking, offline default operation, FastAPI + SQLite, and MIT licensing.
- The author notes where it loses: tiny easy edits can be cheaper with a one-shot agent, and one cross-cutting bug got a narrower fix than the baseline.
Related event: Open-Source AutoDev Studio Cuts SDLC Costs by Up to 75%(3 posts)→
More from coding & agent
- GPT-6 Astra beats Factorio with enemies in 44 in-game hours at ~$4,500 API cost — liminal_bardo · 2026-09-11
- Investment Analyst Asks How to Build a Claude-Based Diligence Agent Stack — Careless_Tie2286 · 2026-09-11
- Treating agents like 50 First Dates: a 3-layer context system so every conversation doesn't start from zero — evielync · 2026-09-11
- Running the Firefox MCP on Android via Termux, ngrok, and mcp-proxy — Nervous-Strain7544 · 2026-09-11
- SmolVM open-sources persistent computer infrastructure for agents that outlive chat sessions — aniketmaurya · 2026-09-11
- ARRM targets silent economic regressions in AI agents that functional tests miss — Beautiful_Belt_601 · 2026-09-11