Open-source AutoDev Studio says it can fix localized bugs in Python repos for up to 75% less
NeighborhoodOwn8510 · reddit · 2026-07-27
An open-source SDLC harness called AutoDev Studio claims it can beat cold Claude Code runs on cost whenever a task can be localized well.
The author says a cold Claude Code run spent $6.83 and 207 turns chasing one bug in an 82,000-line repo, while AutoDev Studio fixed the same issue for about $1.70. The workflow is a staged software lifecycle:
- a PM agent clarifies the request and drafts concrete tickets
- a human approves before any code changes
- a Dev agent works on an isolated branch
- QA runs the repo’s real tests
- a reviewer from a different model family checks the diff
- bounded revise loops handle failures conservatively
- the system opens a real PR for human merge
The post emphasizes that every stage records real tokens, cost, and duration, and that different stages can use different providers and model families. It can run on existing subscriptions for Claude Code, Codex, Cursor, Aider, or Gemini CLI without juggling API keys. Benchmarks across two large Python repos found 6/6 localized tasks were 7% to 75% cheaper, though trivial one-line edits can still cost more and one cross-cutting bug got a 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
- theo builds his own visualizer for today's agent models, showing how cheap Luna really is — ivan_bezdomny · 2026-09-23
- Vite+ Hits RC: One Rust-Powered CLI to Replace Your Entire Web Toolchain — cnakazawa · 2026-09-23
- Tesla's in-car Grok agent books trips across Gmail, Calendar and Notion in one command — xiaohu · 2026-09-23
- Tesla's In-Car Grok Assistant Now Executes Cross-App Tasks in One Sentence — xiaohu · 2026-09-23
- Garry Tan says Capy lets him ship PRs much faster than Codex or Claude Code — garrytan · 2026-09-23
- DeskPilot: open-source native Python desktop client for local LLMs with MCP and sandboxed tools — poofph · 2026-09-23