Loop Engineering: Orchestrating AI Agents with Practical Patterns and Tools
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
Loop Engineering is a GitHub repository offering practical patterns, starters, and CLI tools for building robust AI coding agent systems. It shifts the focus from individual prompt crafting to designing control systems that orchestrate agents over time. This project empowers developers to create autonomous, iterative AI workflows for various development tasks.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
Loop Engineering is an innovative project that redefines how developers interact with AI coding agents. Instead of manually prompting agents, this repository provides the tools and patterns to design entire systems that automatically prompt and orchestrate AI agents. Inspired by the insights of Addy Osmani and Boris Cherny, it offers a comprehensive approach to building autonomous, iterative AI workflows.
Installation
Getting started with Loop Engineering is straightforward, leveraging npx for its command-line tools. You can quickly scaffold projects, estimate costs, and audit your loops:
# 1. Scaffold a starter pattern (e.g., daily-triage with Grok)
npx @cobusgreyling/loop-init . --pattern daily-triage --tool grok
# 2. Estimate token spend for your chosen cadence
npx @cobusgreyling/loop-cost --pattern daily-triage --level L1
# 3. Audit your loop's readiness, including budget and run-log scores
npx @cobusgreyling/loop-audit . --suggest
These CLIs are published to npm and can be used without cloning the repository. For development from source, refer to the project's CONTRIBUTING.md.
Examples
Loop Engineering provides a rich set of production-ready patterns and starters for various AI coding agents. You can explore interactive examples and specific implementations for tools like Grok, Claude Code, Codex, and GitHub Actions.
The project includes patterns such as:
- Daily Triage
- PR Babysitter
- CI Sweeper
- Dependency Sweeper
- Changelog Drafter
- Post-Merge Cleanup
- Issue Triage
An interactive pattern picker is available to help you choose the right loop for your needs.
Why Use It
The core philosophy behind Loop Engineering is to move beyond individual prompts and embrace the design of control systems for AI agents. As Peter Steinberger and Boris Cherny highlight, the leverage point has shifted to orchestrating agents over time, allowing AI to iterate on goals recursively.
The project introduces 'The Five Building Blocks + Memory' for designing robust loops:
- Automations / Scheduling: For discovery and triage on a cadence.
- Worktrees: Enabling safe parallel execution.
- Skills: Providing persistent project knowledge.
- Plugins & Connectors: For integrating with real-world tools (MCP).
- Sub-agents: Facilitating maker/checker splits.
- + Memory / State: A durable spine for managing state outside conversations.
By adopting Loop Engineering, developers can achieve greater automation, consistency, and efficiency in their AI-driven development workflows, while also understanding the caveats and safety considerations involved.
Links
Related repositories
Similar repositories that may be relevant next.

GLM-5: Flagship Models for Long-Horizon Agentic Engineering
June 18, 2026
GLM-5 is a series of flagship models, including GLM-5.2, GLM-5.1, and GLM-5, developed by zai-org for complex systems engineering and long-horizon agentic tasks. These models offer advanced coding capabilities, impressive context lengths, and state-of-the-art performance on various benchmarks. They are designed to sustain effective problem-solving over extended sessions through iterative reasoning and strategy revision.
Claude Code System Prompts: Deconstructing Agentic AI Coding Assistants
May 23, 2026
This repository offers a deep dive into the inner workings of modern agentic AI coding assistants. It reconstructs prompt patterns, agent coordination strategies, and security mechanisms, providing insights into how tools like Claude Code operate. The project serves as a valuable resource for understanding the architectural patterns behind these advanced AI systems.

AutoGen: A Programming Framework for Agentic AI
March 30, 2026
AutoGen is a versatile programming framework from Microsoft designed for building multi-agent AI applications. It empowers AI agents to operate autonomously or collaborate seamlessly with human users, streamlining the execution of complex tasks. The framework offers a layered, extensible design, providing both high-level APIs for rapid prototyping and low-level components for fine-grained control.

mini-swe-agent: The Minimal AI Agent for Solving GitHub Issues
March 18, 2026
mini-swe-agent is a remarkably simple yet powerful AI agent, comprising just 100 lines of Python code. It's designed to solve GitHub issues and assist in command-line tasks, achieving over 74% on the SWE-bench verified benchmark. This project offers a radically simple approach to AI-driven software engineering, avoiding complex configurations and large monorepos.
Source repository
Open the original repository on GitHub.