Early access: your personal sandbox is free, with $5 in model credits included. AQ adds no markup on your model usage. Start free

aq.dev / multiplayer-coding-agents

What are multiplayer coding agents?

Multiplayer coding agents are AI coding agents whose working sessions are shared, live places that a whole team can enter: everyone sees the same running agent, the same terminal, the same code, and the same app preview, and anyone can steer. The contrast is the single-player model that dominates today, where an agent runs in one person's editor or cloud sandbox and everyone else receives the output as a diff or a pull request.

Put differently: in the single-player model, the work arrives as a package. In the multiplayer model, the work is a place.

Watch: a product team collaborating live with coding agents

Why single-player agents became the bottleneck

By 2026, running one good coding agent stopped being the hard part. The CLIs (Claude Code, Codex, and their peers) got strong enough that individual engineers routinely run several in parallel, and the tooling followed: parallel runners, worktree managers, cloud agents, agent fleets. Output multiplied.

Coordination didn't. Every additional agent produces more diffs to review, more context to transfer, and more "what is it doing?" questions from teammates who can see the PR but not the process that produced it. Teams feel this as PR review fatigue and as a new kind of silo: the agent session itself, visible to exactly one person. The isolation is now measured: a July 2026 LeadDev analysis of 25,264 agent-generated PRs found that in 79 percent the same developer both reviewed and modified the agent's contribution (the self-review problem). The demand for a way out is easy to observe: developers ask for real-time multi-user agent sessions in open feature requests on Claude Code (share links today are read-only views), and orchestration threads keep surfacing on Hacker News. Meanwhile coding agents are already installed in 75 percent of Linear's enterprise workspaces, per The Register: the agents are here, the team layer isn't.

What qualifies as multiplayer

A tool is multiplayer in the meaningful sense when the running session, not just its output, is shared:

Screen sharing fails the first test (one person still owns the session). Shared tmux over SSH passes the first two and fails the rest (no auth story, no preview, terminal-only, expert-only).

How this differs from "cloud agents" and "agent fleets"

The 2026 vendor landscape largely upgraded single-player, not multiplayer. Cloud agents (Cursor's renamed background agents, and their equivalents) moved execution off the laptop onto a VM, which fixes lifetime and parallelism but still returns work as a diff. Fleet platforms and command-center surfaces (Warp Oz, GitHub Agent HQ) added team-level launching, run lists, and audit trails: management of many runs, with run links that are views of the work rather than doors into it. All of that is progress, and none of it makes the session itself a shared place.

ModelWhere it runsWhat the team getsExamples (July 2026)
Local parallel agentsOne person's machineDiffs and PRsConductor, Sculptor, Emdash
Cloud / background agentsVendor's cloud VMDiffs and PRs, plus run statusCursor cloud agents, Codex cloud, Jules
Fleet orchestrationVendor cloud or self-hostedRun lists, view links, auditWarp Oz, GitHub Agent HQ
Multiplayer workspacesYour own cloudLive sessions the team enters togetherAQ

The multiplayer map: who does what (July 2026)

The category label gets used loosely, so here is the field measured against the definition above: is the live session a shared place the team enters? Statuses and models below are as of July 2026, from each product's public site.

ToolModelThe team storyCompared
AQMultiplayer workspaces, your own cloudThe whole live workspace is shared: terminal, editor, and running preview, joinable from any browser, with guest links for outsidersYou are here
SuperconductorShared agent sessions, vendor cloudTeammates observe or take over agent sessions inside the vendor's sandboxes; native mobile appsvs AQ
ZedEditor co-editingHumans and agents co-edit live buffers inside the editor; the substrate is an editor, not an agent workspace
Warp OzFleet dashboards, cloud runsTeam-level launching, run lists, and audit; run links are views of the work, not doors into itvs AQ
HumanLayerTeam workflow layer, daemon-run sessionsReal-time human-plus-agent collaboration on design docs and artifacts; sessions run on a laptop daemon or cloud daemonsvs AQ
SupersetSingle-player editor, shared hosts on ProA Mac editor for one person's agents; Pro lets teammates with the desktop app reach workspaces on a shared hostvs AQ
ConductorSingle-player, local MacParallel agents on one person's Mac; the team meets at the pull requestvs AQ · alternatives
EmdashSingle-player, open sourceOne developer's desktop app (local, SSH, or an early ephemeral cloud); teams integrate via trackersvs AQ
super.engineeringSingle-player, native Mac appRust-native parallel agents on one Mac; no team layer
SoloSingle-player terminal workspaceAgents plus dev processes in one desktop app; team plans are licensing, not shared sessions
OrcaSingle-player desktop ADESide-by-side agents with tracker integrations; sessions belong to one developer
LunelPhone remote controlAn iOS app driving agents on one developer's machine; personal, not shared
Cursor Cloud AgentsDelegated cloud tasksTasks go out from the editor, PRs come back; teammates see results, not the runvs AQ
DevinDelegated autonomous engineerWhole tasks handed to a vendor-cloud agent; supervision, not a shared team workspacealternatives
Claude Code on the webDelegated cloud runsBackground execution in the vendor's cloud; share links are views
OpenAI Codex (cloud)Delegated cloud tasksCloud tasks from ChatGPT; results return as diffs
GitHub Agent HQDelegation inside GitHubMulti-vendor agents assigned from issues and PRs, with an organization-wide run view; the Copilot cloud agent is the in-house one
Google JulesDelegated cloud tasksAsync GitHub PR automation
FactoryDelegated enterprise agentsEnterprise task delegation; output-centric
Boxes.devCloud VM per agent threadEach thread gets its own vendor-cloud machine; single-user
OpenHandsOpen source agent platformRuns its own agent, hosted or self-hosted; a platform to operate, not a shared live session
SculptorSingle-player, local DockerDocker-isolated Claude Code agents on one machine
Vibe KanbanSingle-player board (sunsetting)Formally sunsetting as of July 2026; community-maintained open sourcealternatives
TerragonShut downCloud background agents; shut down January 2026alternatives

The reading of that table is short: plenty of tools run many agents, a few share views of runs, and the number built so that the live session itself is the team's shared place is very small. That is the model this page defines, and it is the model AQ ships today. For the workflow side, start with sharing a live agent session, running agents in parallel, and running Claude Code with your team; for the vocabulary, see agent orchestration, background vs cloud agents, and harness of harnesses, the architecture this page's model implies.

Where AQ fits

AQ is the multiplayer coding harness where engineering teams run AI coding agents like Claude Code and Codex together: shared live terminals, a code editor, and app previews, in your own cloud. Every task gets an isolated git worktree, agents run as real CLIs in persistent sessions, teammates enter the same workspace live, previews carry pinned comments that become prompts, and work flows in from Linear and out through pull requests, with agent execution on VMs you bring if you want full custody. The pattern described on this page is the product's thesis: we named the category because we built the thing. If your team wants agents to be a team sport instead of a pile of unreviewed diffs, this is the place to start.

Frequently asked questions

Is 'multiplayer coding agents' just screen sharing an agent session?

No. Screen sharing shows one person's session to spectators. Multiplayer means the session itself is shared: each person can scroll, type, prompt, and steer, and the session persists independently of anyone's laptop.

Do multiplayer agents replace pull requests?

No. Work still exits as a PR with normal review. What changes is everything before the PR: teammates can see and shape the run while it happens, which shrinks the review surprise at the end.

What's the difference between multiplayer coding agents and pair programming?

Pair programming shares a human's editor. Multiplayer coding agents share an agent's working session: the humans present are steering an AI that does the typing, and any number of them can be in the room.

Which tools support multiplayer coding agents today?

As of July 2026: AQ makes the entire live workspace joinable on infrastructure you control, and is the platform built specifically around this model. Superconductor offers shared agent sessions in its own cloud, Zed does live human-and-agent co-editing inside the editor, and Superset Pro can share remote hosts through its desktop app. Fleet platforms like Warp Oz and GitHub Agent HQ share views of runs rather than joinable sessions, and the single-player lane (Conductor, Emdash, and peers) does not share sessions at all.