Only the best are using them

The video explains “loop engineering,” a new AI coding approach where developers set triggers and verifiable goals, enabling AI agents to autonomously iterate and refine software without constant human input, transforming traditional development into self-managing “software factories.” Despite challenges like defining clear end states and high operational costs, this method is seen as the future of AI-driven development, with platforms like Here Now supporting seamless deployment and a potential future where AI independently decides and improves its own projects.

The video introduces a groundbreaking shift in AI coding called “loop engineering,” which is rapidly gaining attention among top AI developers like Peter Steinberger and Boris Churnney. Unlike traditional agentic engineering where a human prompts an AI agent step-by-step, loops allow developers to set a trigger and a verifiable goal, enabling the AI to autonomously continue working until the goal is achieved. This approach transforms software development by automating the iterative process, allowing agents to self-manage and refine their output without constant human intervention.

A loop fundamentally consists of two components: a trigger and a goal. Triggers can be events like opening a pull request, scheduled intervals, or manual human initiation. The goal must be verifiable, either through deterministic means such as passing tests or through AI judgment for more abstract objectives. This concept parallels reinforcement learning, where the agent receives feedback to know when it has successfully completed its task. Practical examples include setting up loops in tools like Cursor or Cloud Code, where agents can automatically review, fix, and commit code changes repeatedly until the desired outcome is reached.

The video also highlights the complexity and challenges of loop engineering. While simple loops are easy to set up, defining clear end states for complex or exploratory tasks remains difficult. Additionally, loops can be costly due to the high token usage required for continuous AI operation, making this approach currently accessible mainly to well-funded organizations like OpenAI and Anthropic. Despite these hurdles, the speaker emphasizes that loop engineering represents the future of software development, where engineers design autonomous “software factories” rather than writing individual prompts.

A key distinction is made between loops and automations: loops include decision-making capabilities to assess whether goals have been met, whereas automations simply execute predefined sequences without such evaluation. The video also promotes Here Now, a platform that facilitates publishing and storage for AI-generated code, enabling seamless deployment of software products created by loops. This tool supports the rapid scaling of AI-driven development by providing easy-to-use infrastructure for agents to publish their work.

Finally, the video contemplates the future where humans might no longer need to set goals or directions for AI agents. In this envisioned scenario, AI would possess the autonomy and “taste” to decide what features, products, or companies to build, leading to recursive self-improvement. This concept, explored in depth by Anthropic, suggests a future where AI designs and improves its own development processes, marking a profound evolution in software engineering and AI capabilities.