Original Reddit post

Found a repo where you drop a GitHub Issue and 6 AI agents handle the entire dev pipeline — PM writes the story, planner breaks it down, architect validates it, dev opens a PR, QA reviews it, human approves. The thing that got me: the agents don’t talk to each other at all. They just read/write a shared database. So if one crashes, the rest keep going. Also has a hard security gate before any code gets written — deterministic, no LLM involved. Scans for hardcoded secrets, checks acceptance criteria etc. Story fails → never reaches the developer. https://github.com/aniketkarne/aco-system Has anyone actually run something like this end to end? Curious how well it holds up on real tasks. submitted by /u/AssumptionNew9900

Originally posted by u/AssumptionNew9900 on r/ArtificialInteligence