Most developers still prompt coding agents by hand. The next era belongs to those who design the loops that prompt the agents.
Loop engineering doesn't replace what came before it. Each layer moves further from the model and closer to the system around it.
Run the 4-condition test + 30-second checklist. Most developers fail at least one.
The building blocks are the same either way. These two choices decide whether the loop is affordable and whether you can trust it.
An automation runs every morning on the repo. Its prompt calls a triage skill that reads yesterday’s CI failures, the open issues, the recent commits, and writes the findings into a markdown file or a Linear board.
Connectors let the loop open the PR and update the ticket. Anything the loop can’t handle lands in the triage inbox. The state file is the spine — it remembers what got tried, what passed, what is still open, so tomorrow morning the run picks up where today stopped.
Answer a few questions. Get a concrete starter configuration you can implement today.
These are the patterns that cause loops to fail silently or explode in cost.
The roadmap above still holds. These landed after it and change how you'd build.