---
title: "Run a fleet · intentic"
description: "Run ten coding agents at once and see which needs you: attention lanes, per-agent cost and diffs, one git worktree each, the whole fleet on one board."
url: "https://intentic.dev/features/run/"
---

Run

# Run many agents. See which one needs you.

A chat window works for one agent. The board shows the status, changes and cost of every agent at once.

[Create your workspace](https://app.intentic.dev)[Open the live workspace](https://intentic.dev/demo/)

acme-shop · /agents

![The intentic fleet board: an Attention lane with an agent asking a question and one blocked on a land conflict, an Active lane with three agents running, and a Finished lane where a completed agent offers Land now. Every card shows model, branch, tokens, cost and diff stats.](https://intentic.dev/_astro/fleet-board.JuZUEBkq_j4tf0.webp)

- 3 lanes

 Attention, Active, Finished. The board sorts itself
- 1 branch each

 every agent gets an isolated checkout
- 5 agents

 Claude Code, Codex, Grok, Kimi Code, Google

## See what needs your attention first

An agent that needs a decision stops and moves to the Attention lane. You get one short list of the agents waiting for you.

- Question for you · Approval needed · Merge conflict, each with the one action that clears it
- Everything else keeps running while you answer

## See status and cost at a glance

Each card shows the model, branch, turns, tokens, cost and current diff. You do not need to open the full transcript.

![The same fleet board on a phone: agent cards stacked in one column with model, branch, cost and diff stats.](https://intentic.dev/_astro/mobile-fleet.D7QEDwWT_1zb6Eo.webp)

## Isolated by construction

Each agent works in its own git worktree, so they never collide and no change is merged without your approval.

One base commit, one branch each

agent/checkout-stripe

its own worktree, its own checkout

agent/soft-deletes

its own worktree, its own checkout

agent/latency-p99

its own worktree, its own checkout

accept one at a time, after you have read the diff

Your checkout

Untouched until you accept the work, and still yours to change or revert afterwards

[Guide Can several AI coding agents work on the same repository at once? A straight answer, the approaches that are not this product included.](https://intentic.dev/guides/run-multiple-coding-agents-in-parallel/)

[Next Connect → Wire in outside systems](https://intentic.dev/features/connect/)

[Create your workspace](https://app.intentic.dev)[Read the quickstart](https://intentic.dev/docs/quickstart/)
