Open-source SDLC harness cuts Claude Code bug-fixing costs by up to 75% on large repos

NeighborhoodOwn8510 · reddit · 2026-07-26

What it does

AutoDev Studio is an open-source SDLC harness that takes a Git repo and a plain-English change request, then runs a multi-agent pipeline: clarify requirements, human approval, implementation on an isolated branch, real test execution, cross-family review, bounded repair loops, and finally a pull request for human merge.

Reported results

The author benchmarked it on two large Python repos, around 35k and 82k LOC. On six well-localized tasks, the tuned pipeline beat a cold single-agent Claude Code run every time, coming in 7% to 75% cheaper. One example: a cold Claude Code run spent $6.83 and 207 turns hunting a bug in an 82k-line repo, while AutoDev Studio fixed the same bug for about $1.70.

Where it loses

The author is explicit that the approach is not always cheaper:

How it avoids staleness

The retrieval layer is not just a vector index. It uses a deterministic symbol map synced to the latest commit at run start, plus live grep against the current working tree and the current file contents in the prompt. Embeddings only affect ranking and are refreshed incrementally per changed module.

Other details

Related event: Open-Source AutoDev Studio Claims Up to 75% Cost Reduction(2 posts)→

Original post →

More from coding & agent

coding & agent channel →