What is an AI coding loop?
A self-correcting AI agent that plans, acts, and re-runs a real verification check until the proof is green โ not a one-shot prompt you have to babysit.
.loop.A self-correcting AI agent that plans, acts, and re-runs a real verification check until the proof is green โ not a one-shot prompt you have to babysit.
Claude Code does one pass and stops; a .loop gives it a verifiable finish line and a reflect back-edge so it retries until the tests actually pass.
A one-shot prompt asks an AI coding agent for an answer and trusts the reply; a self-correcting loop verifies, retries on red, and stops only on proof.
I thought I missed writing code. Turns out I missed deciding โ and that part you can get back.