loop engineering AI just got a name from GitHub, and it describes work developers are already shipping.
Companies working on this
Profiles of the companies named in this story, with founding year, headquarters, and a short description from our database.
The Sept. 2 post by Cassidy Williams, host of the GitHub Podcast with Marlene Mhangami and GPS, maps the jargon flooding PRs and standups. Some terms name real patterns. Others rebrand old jobs.
How loop engineering actually works
Loop engineering replaces one-shot prompts with repeatable systems. Think cron job with judgment.
Instead of asking an agent each morning to triage issues, you schedule a loop. It fetches issues, passes them to an agent, validates the output, and escalates failures. Ralph loops are the brute-force cousin, running plan-act-check cycles against a spec until it's done.
They work, but burn tokens, context, and compute fast. Well-designed loops add skills, observability, routing, and checkpoints so you're not stuck saying "try again."
