Only the best are using them…

Only the best are using them…

More

Summary

A new approach to AI-assisted software development called “loop engineering” went viral over a recent weekend, driven by posts from developers Peter Steinberger and Boris Churnney — Steinberger’s tweet alone reached 5 million views in under 24 hours. The core idea shifts engineers from manually prompting coding agents to designing autonomous loops: structures with a trigger and a verifiable end goal, which the agent pursues continuously until completion without human intervention between iterations.

Matthew Berman breaks down the framework and shows real implementations. A loop requires just two elements: a trigger (a PR opening, a recurring cron schedule, or a manual kickoff) and a goal the agent can verify. Deterministic goals — all tests passing, no linting errors — are the cleanest fit, mirroring reinforcement learning reward functions. Abstract goals require a secondary LLM judge to determine completion. Berman demonstrates a Cursor Automations loop configured to activate on every PR open in his AstroHub project, automatically reviewing code, fixing issues, committing back to the same PR, and ensuring all CI checks pass — entirely without human involvement.

For Claude Code users, the built-in `/loop` command provides direct access to this pattern: specify an interval and a goal, and the agent repeatedly invokes itself until the spec is satisfied. Berman also covers how loops can be extended with skills or self-improvement logic. The video argues that loop engineering represents the next evolutionary step beyond vibe coding — less interactive, higher output, and accessible today to engineers willing to invest upfront in defining clear, verifiable end states.


📺 Source: Matthew Berman · Published June 09, 2026
🏷️ Format: Tutorial Demo

1 Item

Channels

2 Items

Companies

2 Items

People