{"id":29806294,"url":"https://github.com/disler/infinite-agentic-loop","last_synced_at":"2026-01-22T18:11:49.547Z","repository":{"id":297814874,"uuid":"997982750","full_name":"disler/infinite-agentic-loop","owner":"disler","description":"An experimental project demonstrating Infinite Agentic Loop in a two prompt system using Claude Code.","archived":false,"fork":false,"pushed_at":"2025-06-15T14:53:26.000Z","size":1668,"stargazers_count":485,"open_issues_count":1,"forks_count":183,"subscribers_count":14,"default_branch":"main","last_synced_at":"2025-12-01T04:47:37.809Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/disler.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-07T16:08:00.000Z","updated_at":"2025-11-30T14:28:38.000Z","dependencies_parsed_at":"2025-06-07T17:35:00.622Z","dependency_job_id":null,"html_url":"https://github.com/disler/infinite-agentic-loop","commit_stats":null,"previous_names":["disler/infinite-agentic-loop"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/disler/infinite-agentic-loop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disler%2Finfinite-agentic-loop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disler%2Finfinite-agentic-loop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disler%2Finfinite-agentic-loop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disler%2Finfinite-agentic-loop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/disler","download_url":"https://codeload.github.com/disler/infinite-agentic-loop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disler%2Finfinite-agentic-loop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28667881,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T17:07:18.858Z","status":"ssl_error","status_checked_at":"2026-01-22T17:05:02.040Z","response_time":144,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-28T14:05:56.492Z","updated_at":"2026-01-22T18:11:49.526Z","avatar_url":"https://github.com/disler.png","language":"HTML","readme":"# Infinite Agentic Loop POC\n\n\u003e **Watch the Tutorial**: [Infinite Agentic Loop with Claude Code](https://youtu.be/9ipM_vDwflI)\n\nAn experimental project demonstrating Infinite Agentic Loop in a two prompt system using Claude Code.\n\n\u003cimg src=\"images/infinite-claude-img.png\" alt=\"Infinite Agentic Loop\" style=\"max-width: 800px; width: 100%;\"\u003e\n\n## Overview\n\nThis 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.\n\n## Usage\n\nRead `.claude/settings.json` to see the permissions and commands allowed.\n\nStart Claude Code: `claude`\n\nType slash command `/project:infinite` to start the infinite agentic loop.\n\nThe infinite command takes three arguments:\n```\n/project:infinite \u003cspec_file\u003e \u003coutput_dir\u003e \u003ccount\u003e\n```\n\n### 4 Command Variants\n\n#### 1. Single Generation\n```bash\n/project:infinite specs/invent_new_ui_v3.md src 1\n```\nGenerate one new iteration using the UI specification.\n\n#### 2. Small Batch (5 iterations)\n```bash\n/project:infinite specs/invent_new_ui_v3.md src_new 5\n```\nDeploy 5 parallel agents to generate 5 unique iterations simultaneously.\n\n#### 3. Large Batch (20 iterations)  \n```bash\n/project:infinite specs/invent_new_ui_v3.md src_new 20\n```\nGenerate 20 iterations in coordinated batches of 5 agents for optimal resource management.\n\n#### 4. Infinite Mode\n```bash\n/project:infinite specs/invent_new_ui_v3.md infinite_src_new/ infinite\n```\nContinuous generation in waves until context limits are reached, with progressive sophistication.\n\n## How It Works\n\n1. **Specification Analysis**: Reads and understands the spec file requirements\n2. **Directory Reconnaissance**: Analyzes existing iterations to determine starting point\n3. **Parallel Coordination**: Deploys Sub Agents with unique creative directions\n4. **Quality Assurance**: Ensures each iteration is unique and spec-compliant\n5. **Wave Management**: For infinite mode, manages successive waves of agents\n\n## Directions you can take to enhance this pattern\n\n- Apply this to a use case of your choice.\n- Build an MCP Server that enables reuse of the infinite agentic loop.\n- Get the `.claude/commands/infinite.md` into your `~/.claude/commands/` directory for global use.\n- Update `.claude/commands/infinite.md` to generate sets of files instead of a single file.\n\n## Master AI Coding \nLearn to code with AI with foundational [Principles of AI Coding](https://agenticengineer.com/principled-ai-coding?y=infageloop)\n\nFollow the [IndyDevDan youtube channel](https://www.youtube.com/@indydevdan) for more AI coding tips and tricks.\n\nUse the best Agentic Coding tool: [Claude Code](https://docs.anthropic.com/en/docs/claude-code/overview)","funding_links":[],"categories":["Agents \u0026 Agent Managers","Multi-Agent Systems"],"sub_categories":["Parallel Processing"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdisler%2Finfinite-agentic-loop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdisler%2Finfinite-agentic-loop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdisler%2Finfinite-agentic-loop/lists"}