disler/infinite-agentic-loop

583 stars · Last commit 2026-03-09

An experimental project demonstrating Infinite Agentic Loop in a two prompt system using Claude Code.

README preview

# Infinite Agentic Loop POC

> **Watch the Tutorial**: [Infinite Agentic Loop with Claude Code](https://youtu.be/9ipM_vDwflI)

An experimental project demonstrating Infinite Agentic Loop in a two prompt system using Claude Code.

<img src="images/infinite-claude-img.png" alt="Infinite Agentic Loop" style="max-width: 800px; width: 100%;">

## Overview

This project uses a custom Claude Code slash command (`/project:infinite`) to orchestrate multiple AI agents in parallel, generating evolving iterations of content based on specifications.

## Usage

Read `.claude/settings.json` to see the permissions and commands allowed.

Start Claude Code: `claude`

Type slash command `/project:infinite` to start the infinite agentic loop.

View full repository on GitHub →