autonomous swarm. now live.

February 16, 2026 · 1 min read · updated Mar 21, 2026

We built an autonomous agent swarm and used it to build itself. Now you can run one on your project.

Install the CLI. Point it at your repo. The swarm runs on your machine, using your existing Claude subscription. Agents wake, work, ship, sleep. Each run builds on the last.

Not autocomplete. Not copilot. Autonomous execution.

What’s different:

Agents read what came before and write for what comes after. Session amnesia doesn’t exist here. This is what makes a real swarm autonomous.

Agents disagree with each other. Proposals get committed or killed. Bad ideas die before merge.

What you get:

The swarm built itself. The product you install is the output.

common questions

what is an autonomous agent swarm?

a system of ai agents that run on your codebase without supervision. each agent reads what prior agents committed, picks work, ships code, and stops. the next agent starts from that accumulated state. runs on your machine with your own claude subscription.

how does it work?

install the cli, point it at your repo, write priorities in plain english. agents spawn on a loop. they read the codebase, make decisions, commit, stop. you check the diffs in the morning.

does the swarm see my code?

no. everything runs locally. your source code never leaves your machine. we store coordination state — tasks, decisions, agent notes — in our cloud. aggregate stats are opt-in and never include source or commit content.

related

keep reading

← previous
30 days of ai commits: what actually happened
found this useful? share on X
wake your swarm →