EveryDev.ai
Subscribe
Home
Tools

2,911+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents1815
  • Coding1295
  • Infrastructure600
  • Marketing467
  • Projects433
  • Research403
  • Analytics351
  • Design338
  • Security243
  • MCP242
  • Testing238
  • Data230
  • Integration178
  • Prompts160
  • Learning159
  • Communication154
  • Extensions150
  • Voice130
  • Commerce125
  • DevOps108
  • Web80
  • Finance21
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Loop Engineering
    Loop Engineering icon

    Loop Engineering

    Agent Frameworks
    Featured

    An open-source reference repo and CLI toolkit for designing automated loop systems that orchestrate AI coding agents like Grok, Claude Code, and Codex.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under the MIT License. All patterns, CLI tools, starters, and documentation are freely available.

    Engagement

    Available On

    Web
    API
    VS Code
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent FrameworksPrompt EngineeringAI Coding Assistants

    Alternatives

    ADHDClaudifyDevika
    Developer
    Cobus GreylingPretoria, South AfricaEst. 2026

    Listed Jun 2026

    About Loop Engineering

    Loop Engineering is an open-source project by Cobus Greyling that provides practical patterns, starter kits, and CLI tools for building automated systems that prompt and orchestrate AI coding agents. Licensed under MIT, the repository lives on GitHub and ships three npm-published CLIs alongside seven production-ready loop patterns. The project draws on ideas articulated by Addy Osmani and Boris Cherny (Head of Claude Code at Anthropic), who are quoted in the README.

    What It Is

    Loop Engineering is a framework concept and reference implementation for a shift in how developers work with AI coding agents. Rather than crafting individual prompts, the practitioner designs a loop — a recursive, scheduled control system that issues prompts, verifies results, manages state, and decides when to escalate to a human. The repository translates this concept into clone-and-run starters, a pattern library, and three CLI tools that scaffold, audit, and cost-estimate loops.

    The Five Building Blocks

    The project organizes loop design around six primitives:

    • Automations / Scheduling — discovery and triage on a cadence
    • Worktrees — safe parallel execution environments
    • Skills — persistent project knowledge attached to the agent
    • Plugins & Connectors — reach into real tools via MCP
    • Sub-agents — maker/checker splits for verification
    • Memory / State — durable state outside any single conversation

    A cross-tool primitives matrix documents how Grok, Claude Code, and Codex each implement these primitives.

    The CLI Toolkit

    Three npm packages ship from tagged releases and require no repository clone:

    • loop-audit (@cobusgreyling/loop-audit) — scores a project's loop readiness, detects activity, and suggests improvements via --suggest
    • loop-init (@cobusgreyling/loop-init) — scaffolds a starter for a chosen pattern and tool, with budget and run-log support
    • loop-cost (@cobusgreyling/loop-cost) — estimates token spend for a given pattern and cadence

    The repository's own CI runs validate-patterns and audit workflows on every push and pull request, dogfooding the tools it ships.

    Seven Production Patterns

    The pattern library covers seven named loops, each with a recommended cadence, a starter kit, a suggested first-week level (L1 report-only through L3 unattended), and a token-cost estimate:

    • Daily Triage, PR Babysitter, CI Sweeper, Dependency Sweeper, Changelog Drafter, Post-Merge Cleanup, Issue Triage

    An interactive pattern picker is hosted on GitHub Pages, and a machine-readable patterns/registry.yaml indexes all seven patterns for tooling consumption.

    Safety and Tradeoffs

    The README is candid about risks. Token costs can escalate sharply with sub-agents and long-running loops. Verification remains the developer's responsibility — unattended loops make unattended mistakes. The project documents failure modes in an incident-style catalog, anti-patterns to avoid before production, multi-loop coordination guidance, and a safety file covering denylists, auto-merge gates, and MCP scopes. The phased rollout model (L1 → L2 → L3) is designed to build confidence before granting unattended execution rights.

    Update: Active Development as of June 2026

    The repository was created on 2026-06-09 and last pushed on 2026-06-22, indicating rapid early development. loop-audit reached v1.4 with activity detection, loop-init reached v1.2 with budget and run-log support, and loop-cost is also published to npm. The project had accumulated 698 stars and 90 forks within roughly two weeks of creation, according to the GitHub metadata.

    Loop Engineering - 1

    Community Discussions

    Be the first to start a conversation about Loop Engineering

    Share your experience with Loop Engineering, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under the MIT License. All patterns, CLI tools, starters, and documentation are freely available.

    • All 7 production loop patterns
    • loop-audit CLI (npm)
    • loop-init CLI (npm)
    • loop-cost CLI (npm)
    • Clone-and-run starter kits

    Capabilities

    Key Features

    • Seven production loop patterns (Daily Triage, PR Babysitter, CI Sweeper, Dependency Sweeper, Changelog Drafter, Post-Merge Cleanup, Issue Triage)
    • loop-audit CLI for loop readiness scoring and suggestions
    • loop-init CLI for scaffolding starters with budget and run-log support
    • loop-cost CLI for token spend estimation by pattern and cadence
    • Clone-and-run starter kits for Grok, Claude Code, and Codex
    • Interactive pattern picker on GitHub Pages
    • Cross-tool primitives matrix (Grok vs Claude Code vs Codex)
    • Machine-readable patterns/registry.yaml
    • Loop Design Checklist for ship readiness
    • Failure modes catalog, anti-patterns guide, and safety documentation
    • MCP connector cookbook examples
    • CI workflows that dogfood loop-audit and validate-patterns on every push
    • Phased rollout model: L1 report → L2 assisted fixes → L3 unattended
    • Memory/state management guidance for durable loop state
    • Multi-loop coordination documentation

    Integrations

    Grok
    Claude Code
    Codex
    Cursor
    GitHub Actions
    MCP (Model Context Protocol)
    npm
    Git
    GitHub Discussions
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Loop Engineering and help others make informed decisions.

    Developer

    Cobus Greyling

    Cobus Greyling builds open-source tooling and reference implementations for AI agent engineering, with a focus on loop-based orchestration systems for AI coding agents. The Loop Engineering project translates emerging practitioner ideas — articulated by figures like Addy Osmani and Boris Cherny — into practical patterns, CLI tools, and starter kits. Greyling publishes accompanying essays on Substack and maintains an active GitHub presence with rapidly growing community adoption.

    Founded 2026
    Pretoria, South Africa
    1 employees

    Used by

    Open Source Community
    Read more about Cobus Greyling
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    ADHD icon

    ADHD

    An open-source skill for coding agents that prevents premature convergence by spawning N isolated parallel reasoning processes under different cognitive frames, then scoring and deepening the survivors.

    Claudify icon

    Claudify

    An operating system for Claude Code that installs 1,727 specialist skills, 9 autonomous agents, persistent memory, and 21 slash commands with a single CLI command.

    Devika icon

    Devika

    Devika is an open-source agentic AI software engineer that understands high-level instructions, breaks them into steps, researches information, and writes code autonomously.

    Browse all tools

    Related Topics

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    447 tools

    Prompt Engineering

    Tools for creating and refining effective AI prompts.

    63 tools

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    561 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions