Thanks to visit codestin.com
Credit goes to infinite-scroll.dev

infinite-scroll.dev

An infinite list of terminals.

Infinite Scroll
Row #1
×
Download for macOSSource

After installing, run this in Terminal to allow it:

sudo xattr -cr /Applications/Infinite\ Scroll.app
New

Orchestrate a fleet of AI agents

One agent in the top cell drives the rest. It spawns worker terminals, sends them commands, watches their output, and reports back — all through the infinite-scroll CLI.

  1. Run your AI agent in the top cell.
    Open the top terminal cell and start Claude Code (or any agent that runs in a terminal).
  2. From the menu bar, choose Edit → Copy CLI Prompt.
    Paste it as the first message to your agent. It turns the agent into an orchestrator that knows how to drive the fleet.
  3. Tell it what you want.
    The agent spawns worker rows, delegates tasks across them, polls their output, and brings your attention back when something needs you.
Row 0    │ your agent  (you talk to this one)
─────────┼──────────────────────────────────────
Row 1    │ worker  │  worker         spawned by
Row 2    │ worker                    your agent
Row 3    │ ...