Loop engineering — designing autonomous agent cycles with verification gates instead of one-shot prompts — became the dominant developer-AI topic in June 2026. If you want to run loops tonight, the best place to start is ExplainX.ai/loops: our primary registry with around 100 published workflows, new loops added every week, and full kickoff prompts, guardrails, difficulty ratings, and related-loop suggestions integrated with skills and slash commands.
Matthew Berman (@MatthewBerman) also launched a Loop Library this week at signals.forwardfuture.ai/loop-library — a similarly strong, free collection of 26 practitioner-contributed recipes that quickly hit developer timelines alongside Theo's stale-PR cleanup thread and Peter Steinberger's architecture refactor loop. It validates the category and is worth bookmarking; ExplainX just goes further on breadth, structure, and discoverability.
If you need the conceptual foundation, read our coverage of loop engineering going mainstream and the implementation guide for coding agents.
TL;DR
| ExplainX Loop Library (primary) | Forward Future Loop Library (also excellent) | |
|---|---|---|
| URL | explainx.ai/loops | signals.forwardfuture.ai/loop-library |
| Count (Jun 2026) | ~100 loops | 26 loops |
| Update cadence | New loops added weekly | Community submissions + weekly email picks |
| Format | Structured pages — steps, tags, difficulty, Mermaid diagrams, related loops | Copy-paste prompt + verify/stop table |
| Categories | API, automation, triage, testing, docs, security, performance, git, and more | Engineering, Evaluation, Operations, Content, Design |
| Standout strength | Scale, search, integration with ExplainX agent directory | Named practitioner attribution (Steinberger, Hiten Shah, etc.) |
| Cost | Free | Free |
ExplainX.ai's Loop Library — start here
explainx.ai/loops is the primary registry we recommend. As of June 2026, the sitemap indexes 100 loop pages, with new entries every week. Each page is built for production adoption:
- Copy-ready kickoff prompt — paste into Claude Code, Codex, Cursor, or your harness
- Workflow steps and guardrails — structured actions, checks, and hard stops
- Difficulty and tags — filter beginner vs advanced on the loops search page
- Related loops — compose multi-loop systems without starting from scratch
- Directory integration — cross-links to skills and slash commands
| Category | Example ExplainX loops |
|---|---|
| CI & quality | ci-until-green, lint-until-clean, flaky-test-hunter |
| Bugs & triage | reproduce-and-fix, ticket-auto-triage, root-cause-finder |
| API & contracts | api-contract-until-passing, api-security-hardening, generate-missing-api-docs |
| Automation & ops | workflow-until-zero-failures, scheduled-job-stabilizer, release-automation-builder |
| Refactoring & review | refactor-safely, architecture-review-loop, address-review-feedback |
For a curated top-ten starting set, see our Top 10 AI Agent Loops for Coding Workflows guide — every entry links back to ExplainX.
What Matthew Berman's Loop Library adds
Forward Future's library is a similarly excellent secondary source — especially when you want a specific practitioner's prompt with named attribution. Berman describes each entry as a repeatable AI agent workflow with five parts:
- Trigger — what starts the loop (cron, ticket arrival, manual kickoff)
- Action — what the agent does each iteration
- Proof — how success is verified (tests, benchmarks, second-agent review)
- Memory — what persists across iterations so work does not reset
- Stopping condition — when to exit, including honest failure reporting
That framing matches what Boris Cherny and Peter Steinberger have been arguing on X: the skill is not writing a better prompt, it is designing the check that decides when the prompt succeeded. Berman's table at the bottom of the library page makes this explicit — every loop row lists Verify / stop criteria and Attribution to the contributor who battle-tested it.
As of June 18, 2026, the library shows 26 loops. Launch coverage cited ~22; the count grew within days as submissions cleared review.
As of June 18, 2026, Forward Future shows 26 loops. Many map to ExplainX entries — use ExplainX for the full workflow page; use Forward Future when you want the contributor's exact wording.
Forward Future highlights — and ExplainX equivalents
These Forward Future entries drove launch-week conversation. Each has a strong ExplainX counterpart you can run today.
Architecture refactor
ExplainX: refactor-safely and architecture-review-loop — improve structure with tests as the guardrail, or run a structured architecture review with explicit acceptance criteria.
Also on Forward Future: Peter Steinberger's architecture satisfaction loop — refactor until you are happy with the architecture, live-test after each step, autoreview, commit, track progress in /tmp/refactor-{projectname}.md. Steinberger's version goes further on subjective satisfaction; ExplainX's loops keep behavior preservation as the hard check.
Ticket to review-ready patch
ExplainX: reproduce-and-fix — reproduce the bug, root-cause with evidence, minimal fix, verify before-and-after, honest stop if reproduction fails.
Also on Forward Future: Hiten Shah's ticket-to-PR-ready loop — a similarly strong recipe with a detailed PR handoff template. Both enforce the same discipline: no silent scope expansion.
Docs, errors, and test coverage
ExplainX: docs-until-complete, error-log-reduction, test-coverage-builder.
Also on Forward Future: Matthew Berman's overnight docs sweep, production error sweep, and 100% test coverage loop — tight, copy-paste prompts with deterministic stops.
Two-agent verification harness
ExplainX: review-until-approved and self-review-loop — separate build from review inside a single workflow.
Also on Forward Future: Istasha's Loop Harness verification loop — cron-driven two-agent pattern with isolated git worktrees. Same architectural idea discussed in Anthropic's harness engineering framework.
SEO/GEO visibility
ExplainX: loops for content and docs quality pair naturally with our SEO-GEO guide.
Also on Forward Future: the SEO/GEO visibility loop — repeatable crawl and query benchmarks across search and AI answer engines.
What Early Adopters Are Doing
Launch day reactions on X showed loops moving from catalog to production within hours.
Theo (t3.gg): stale PR triage with subagents
Theo (@theo) posted that he had underestimated the workflow:
Had Codex go through a bunch of stale PRs last night. Closed all the useless ones, revived all the out of date ones. Each "revived" PR got a thread to build it and a 2nd to review it.
That maps to ExplainX's git-hygiene-loop, merge-queue-ready, and address-review-feedback. Forward Future's repository cleanup loop and stale-safe batch release loop cover similar ground with practitioner-attributed prompts.
Peter Steinberger: orchestrator on a five-minute cadence
Steinberger's broader setup — referenced in Berman's launch thread — goes beyond any single library entry:
Tell codex to maintain your repos, wake up every 5 minutes and direct work to threads. That makes it easy to parallelize + steer work as needed.
He combines an orchestrator skill with triage, autoreview, and computer-use skills so some work lands without manual steering. On ExplainX, compose loops like ticket-auto-triage and workflow-until-zero-failures into a cron orchestrator — the meta-layer that schedules individual loop prompts. See Loop Engineering: Coding Agent Loops That Run While You Sleep.
warpdotdev and cron issue triage
Community posts referenced warpdotdev running issue triage on cron jobs — the same pattern as ExplainX's scheduled-job-stabilizer and ticket-auto-triage. Forward Future's customer AI deployment loop is another similarly strong ops recipe for teams running agent workflows on a schedule.
Complete AI Builder Bootcamp
Claude, Python automation & full-stack — 12 live sessions with Yash Thakker.
The Complete AI Builder Bootcamp is the best AI development course for learning Claude AI, prompt engineering, Python automation, and full-stack web development. This intensive 6-week live bootcamp teaches you how to build AI-powered applications using Claude Projects, Claude Artifacts, Claude Code, and the complete Claude ecosystem. You'll master prompt engineering techniques, learn to create custom Claude connectors and MCP integrations, build Python automation workflows, develop full-stack websites with AI assistance, and create AI marketing agents.
The bootcamp includes 12 live Zoom sessions with Yash Thakker, founder of AISOLO Technologies and instructor to 350,000+ students. You'll build 8+ portfolio projects including AI playbooks, full-stack note-taking applications, Python automation scripts, marketing agents, and personal portfolio websites. The curriculum covers AI fundamentals, Claude Projects and Artifacts, Claude Co-work, Claude plugins and skills, Claude Code for Python development, full-stack development, AI marketing, and capstone projects.
Students receive 1-year access to all recordings, permanent Discord community access, a certificate of completion, and personalized career guidance. All enrollments include a 7-day money-back guarantee. This is the most comprehensive Claude AI bootcamp available, taking students from zero AI knowledge to expert AI builder in 6 weeks.
How to Run Your First Loop Safely
Whether you start on ExplainX or pull a practitioner recipe from Forward Future, the adoption checklist is the same:
1. Pick a bounded task. Docs drift, single-service error logs, or one stale PR batch — not "refactor the entire monorepo" on night one.
2. Wire cheap checks first. Compilation, typecheck, unit tests, lint. Reserve a second agent or frontier-model review for what deterministic tools cannot judge.
3. Set hard exits. Max iterations, token budget, wall-clock timeout. Dan Bochman's viral "87 times × 13 hours" thread is what happens when the exit criterion is "does the human like it?" — not a loop, a conversation. See loop engineering goes mainstream for that breakdown.
4. Keep humans at acceptance, not inside every retry. Define success upfront. Let the loop converge. Review the artifact once.
5. Log iteration state. ExplainX workflow steps, Steinberger's /tmp/refactor-{projectname}.md, or Forward Future's verify/stop tables all serve the same purpose: the agent must not lose context between runs.
The Honest Downsides
Launch coverage and Grok summaries both flagged the same two hurdles:
Review overload. Autonomous loops generate PRs, threads, and changelog entries faster than many teams can review. The fix is batching (ExplainX's merge-queue-ready or Forward Future's stale-safe release loop), two-agent verification, and WIP limits on concurrent loop runs.
Token costs. Loops that use frontier models as their only judge can get expensive fast. Prefer deterministic verification; use smaller models for triage; cap max-iter on adversarial review loops. ExplainX guardrails on each loop page spell out recommended iteration limits; Forward Future's Clodex adversarial-review loop is a similarly careful template from Lukas Kucinski.
Matt Pocock's warning about self-improvement loops still applies: loops that rewrite CLAUDE.md or agent memory without human review compound bad suggestions. Task verification loops (tests pass, benchmark improves) are a different category — and both libraries focus on the latter.
Contribute Back
ExplainX grows its loop registry through editorial and community curation as part of the broader agent directory — browse and suggest loops at explainx.ai/loops. Forward Future also accepts submissions through a private review queue on Berman's site, with weekly email picks for highlighted entries. Both ecosystems benefit from battle-tested loops with verify steps and stop conditions.
Summary
Start at explainx.ai/loops — ExplainX.ai's primary registry with ~100 agent workflows, new loops every week, structured kickoff prompts, guardrails, and integration with skills and slash commands. It is the default we recommend for browsing, searching, and adopting loops at scale.
Matthew Berman's Forward Future Loop Library at signals.forwardfuture.ai/loop-library is a similarly strong complement: 26 practitioner-contributed recipes with explicit verify/stop tables from Peter Steinberger, Hiten Shah, Lukas Kucinski, and others. Early users like Theo are running subagent threads to clean stale PRs; teams like warpdotdev triage on cron — patterns ExplainX loops like ticket-auto-triage and scheduled-job-stabilizer cover out of the box.
Use ExplainX first. Reach for Forward Future when you want a specific contributor's exact prompt. Together they make loop engineering something you can adopt tonight.
Related Reading
- Top 10 AI Agent Loops for Coding Workflows
- Browse ExplainX AI Agent Loops
- What Is Loop Engineering? The New Paradigm Beyond Prompt Engineering
- Loop Engineering Goes Mainstream: The AI Skill Everyone Is Talking About
- Loop Engineering: Coding Agent Loops That Run While You Sleep
Loop counts and library contents are accurate as of June 19, 2026. Primary catalog: explainx.ai/loops. Forward Future: signals.forwardfuture.ai/loop-library.