Open-source SDLC harness says it cut Claude Code task costs by up to 75%
NeighborhoodOwn8510 · reddit · 2026-07-28
An open-source multi-agent SDLC harness claims up to 75% lower cost than Claude Code
AutoDev Studio turns a plain-English feature request into a staged software lifecycle: a PM agent clarifies scope, a Dev agent codes on an isolated branch, QA runs real tests, and a separate reviewer model checks the diff before a human merges the PR.
Key points:
- On two Python repos (35k and 82k LOC), the tuned pipeline beat a cold single-agent Claude Code run on 6/6 well-localized tasks.
- Reported savings ranged from 7% to 75%, with one example dropping from $6.83 and 207 turns to about $1.70.
- It deliberately uses different model families for planning, coding, and review to avoid self-rubber-stamping.
- The author says the system localizes code using a deterministic symbol map, live grep, and current file contents, so it does not rely on a stale embedding snapshot.
- It can run against Claude Code, Codex, Cursor, Aider, or Gemini CLI using existing logins instead of separate API keys.
The author also notes where it loses: trivial one-line edits can cost more because of the multi-stage overhead, and one hard cross-cutting bug produced a cheaper but narrower fix than the baseline.
Related event: AutoDev Studio claims up to 75% lower cost with multi-agent SDLC(6 posts)→
More from coding & agent
- Dev claims 20k more commits coming: Opus 5.5 and GPT-6 Sol supercharge his output — doodlestein · 2026-09-23
- A JEV-powered Wireshark classifier accidentally uncovered real backdoors on a home network — multiply_matrix · 2026-09-23
- 299 real intents tested: classifier routing trails GLM-4-Flash by 3 points but is 6.5x faster — Sufficient_Flower860 · 2026-09-23
- OpenExecutive: open-source virtual executive team of 8 specialist AI agents hits 5.1k GitHub stars — tom_doerr · 2026-09-23
- Framer launches Skills: teach your design agent reusable workflows, design systems and CMS rules — soleio · 2026-09-23
- Cursor, OpenAI and Anthropic shipped coordinator-agent fleets in one week, but the review bottleneck stays — omidfarhang · 2026-09-23