Interactive Demo

AI Orchestrator — Autonomous Coding System

Multi-agent AI system that plans, executes, and validates code changes

$ python -m src.cli --goal "Add validation to auth flow"

Planner

OpenAI

Executor

Claude

Summarizer

OpenAI

Reviewer

OpenAI

This system runs autonomous coding loops.

plan → execute → summarize → review → repeat

Loop behavior

  • Planner chooses the next bounded step
  • Executor works in the repository
  • Summarizer extracts the result
  • Reviewer accepts, retries, investigates, or completes