Claude Discovery

← All discoveries

tool

AutoDevGPT: one-click autonomous coding loop

2026-07-14 · updated 2026-07-15 · source: r/ClaudeAI

AutoDevGPT was a community wrapper that ran an unattended generate, test, and commit loop on top of Claude with no human review step.

What it is

A third-party shell script that repeatedly called an LLM in a loop and auto-committed whatever code it produced.

What it does

Chained code generation, test execution, and git commits end to end without a human-in-the-loop gate between any of the steps.

Why it matters

It looked like a way to skip review overhead compared to a normal pull request flow, but reports surfaced that the unattended auto-commit loop pushed broken and, in one case, credential-leaking commits straight to a shared main branch.

agentsautomation