entire SDLC agentic system that beats claude code

Reddit r/AI_Agents Tools

Summary

AutoDev Studio is an open-source, model-agnostic multi-agent SDLC harness that orchestrates a chain of agents to automate the software development lifecycle, reducing costs by 7–75% compared to Claude Code for similar tasks.

Built AutoDev Studio: an open-source, model- and provider-agnostic multi-agent SDLC harness that learns a codebase once instead of rediscovering it for every task. It orchestrates Product manager agent→ Dev agent→ QA agent→ Review agent → Revision agent→ GitHub PR, tracks per-agent token and cost usage, and supports both local models and cloud providers including free options like Groq. Benchmark highlights: - 7–75% cheaper than a cold "claude -p" run - Evaluated on repositories up to ~82k LOC - Example: $6.83 → ~$1.70 for the same bug - Full benchmark (including where it doesn't win) is in the README If you find the project interesting or useful, I'd really appreciate a ⭐ on the repository. It helps more people discover the project and motivates me to keep improving it.
Original Article

Similar Articles

AutoDev: Automated AI-Driven Development

Papers with Code Trending

AutoDev is an AI-driven software development framework that automates complex engineering tasks, such as code and test generation, within a secure Docker environment. It achieves high performance on the HumanEval dataset by enabling autonomous planning and execution of intricate software engineering tasks.

Traditional SDLC vs Agentic SDLC

Reddit r/ArtificialInteligence

This article compares the traditional Software Development Life Cycle (SDLC) with the emerging 'agentic SDLC' approach, which incorporates AI agents into the software development process.