The terminal IDE for AI agents

Run every agent on one task. Merge the best result.

Recoder is the terminal IDE for AI coding agents. Give one task to Claude Code, Codex, and Cursor at once, watch them diverge in isolated git worktrees, then converge the best into one governed merge.

The loop

One task, many agents, one converged change.

Four beats, every time: give one task to several agents, let each work in its own isolated worktree, see exactly where they diverge, then converge the best result into one.

01

One task, several agents

Point Recoder at a local git repo and hand the same task to Claude Code, Codex, Cursor, or opencode — at once, from one terminal. Your code stays on your machine.

one prompt · many agents

02

Isolated worktrees

Each agent gets its own git worktree on its own branch, so they run in parallel without ever touching each other's files or your working tree.

git worktrees · per-agent branches

03

See where they diverge

When the agents finish, Recoder lines the results up and shows you exactly which files they agree on and which they contest — instead of diffing five branches by hand.

agreed vs. contested files

04

Converge into one

Pick the best result, or let Recoder synthesize a merge from the parts the agents agree on. Land it with a governed merge and a sealed evidence trail you can hand to a teammate.

pick · synthesize · governed merge

Why it holds together

Isolation when they work. Convergence when they finish.

Worktrees keep agents apart so they don't collide. The terminal brings their work back together so you can converge it into one change and ship it.

Isolation when they work

Every agent runs in its own worktree on its own branch, so parallel agents never collide on your working tree. They move fast without stepping on each other.

git worktrees · parallel branches

Convergence when they finish

The terminal turns several divergent runs into one trusted change: compare what the agents did, converge the best of it, and merge — without leaving the keyboard.

compare · converge · merge

Survives restarts

Your workspaces reconcile back to a known-good state after a restart instead of vanishing, so a long parallel run is never lost to a crash or a reboot.

durable workspaces

The next decade of coding happens in the terminal.

Give one task to several agents, converge the best result, and merge it with a trail you can trust.