Skip to main content
Grid view tiles multiple chat sessions next to each other so you can run several agents in parallel — across lanes or against the same task — and watch them all at once.

When to use the grid

One task, many models

Send the same prompt to Claude, Codex, and Cursor, then keep the best result.

Many tasks, one screen

Tile one agent per lane and supervise a whole batch of parallel work.

Race a hard problem

Let several agents attempt the same fix and compare diffs before committing.

Send one prompt to several models

Compose a prompt once and launch it across the models you pick. Each runs in its own tile with its own transcript, diff, and approval gate.
Compose a prompt for multiple models at once
Grid view with multiple agents

Keep what works

Each tile is a full chat. Open one to read the full transcript, inspect its diff in Files, or promote its work to a PR — and close the rest. Nothing is committed until you say so.
Grid view is most useful for narrow, well-specified tasks where comparing a few attempts is cheap. For broad, multi-step work, give each agent its own lane instead so they don’t compete for the same files.

Agent chat

How a single lane-scoped chat works.

Multi-agent setup

Patterns for splitting work cleanly across agents.