What is the Ralph Loop?
The Ralph Loop is a pattern for running AI coding agents unattended. It has four phases:
- Plan — break a spec into bounded, verifiable steps
- Build — execute each step in a clean workspace
- Verify — check output against the spec before proceeding
- Recover — if verification fails, re-plan and retry
Read more in What is Loop Engineering?