aq.dev / compare / aq-vs-claude-code-web

AQ vs Claude Code on the web: same agent, different room

Choose AQ if your team should be in the room while Claude Code works: live shared terminals, a code editor, and app previews that any teammate opens from a browser, running on infrastructure you control. Choose Claude Code on the web if you want to delegate well-defined tasks to Claude in Anthropic's cloud from claude.ai or the mobile app, solo. The one-line difference: it is the same agent on the same Claude subscription either way; what changes is whether the session is a private chat-and-diff surface in Anthropic's sandbox or a persistent multiplayer workspace in your own cloud.

This is the rare comparison where the model bill is identical: both run on the Claude plan you already pay for. Everything else about the room differs. All claims about Claude Code on the web are as of July 2026, from Anthropic's docs, and it is labeled a research preview there.

AQ vs Claude Code on the web at a glance

AQClaude Code on the web (as of July 2026)
Where agents runYour own VM, or an AQ-managed dedicated VM (included with the paid plan)Anthropic-managed VMs (about 4 vCPUs, 16 GB RAM, 30 GB disk per session)
The surfaceA full live workspace: terminal, code editor, and running dev-server preview, streamed to the browserChat plus a diff view and PR creation; no terminal, editor, or app preview surface
TeammatesMultiplayer: anyone with access opens the same live session, sees the same terminal, and can type or take over; guest links for outsidersVisibility toggle (Private/Team on team plans) with share links; recipients' "view doesn't update in real time" and only the owning account steers
AgentsClaude Code, Codex, Cursor Agent, Kimi, Grok, Pi, OpenCode, plus plain shells, side by sideClaude only
PersistenceAlways-on workspaces you rejoin, full scrollback intactSessions persist through browser close, but stop after inactivity and the environment is reclaimed
Model billingYour own Claude subscription (per-user CLI login), no markupYour own Claude subscription; shares rate limits with all your other Claude usage, no separate compute charge
IntakePrompts, branches, and Linear ("ai-task" label creates a workspace, status syncs both ways)claude.ai, the mobile app, or the CLI with a cloud flag; GitHub for cloning and PR creation (other repos can be bundled one-way from the CLI, without push-back)
StatusShipped productResearch preview, included with Pro, Max, Team, and Enterprise premium seats

What is Claude Code on the web?

Claude Code on the web (claude.ai/code) is Anthropic's cloud surface for Claude Code: connect GitHub repositories, describe tasks, and Claude works in isolated Anthropic-managed VMs, with automatic PR creation and parallel tasks across repositories. The owner can watch and steer the session, review diffs with inline comments, and pull a session down into the terminal (Anthropic calls it teleport). Anthropic's own guidance positions it for well-defined tasks that do not need frequent steering, and directs bigger or more interactive workloads to the terminal or to running Claude Code on your own hardware. Sharing is a visibility toggle plus a link; per Anthropic's docs, recipients see the latest state when they open it but "their view doesn't update in real time."

What is AQ?

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.

In AQ, Claude Code is the same unmodified CLI with the same login, running in tmux on a VM you control, inside a workspace that is a place rather than a conversation: an isolated git worktree, a real terminal your whole team can watch and type into, a code editor, and a live dev-server preview with shareable guest links and comments that can be sent to the agent as prompts. Work arrives from prompts, branches, or Linear, and PRs are tracked per workspace for the team.

Where Claude Code on the web wins

Where AQ wins

The deeper difference: delegation vs habitation

Anthropic built a very good delegation surface: hand Claude a well-defined task, check back, review a diff. AQ is built for everything that model leaves out: the tasks that need steering, the runs a teammate should sanity-check while they happen, the preview a designer should see before the PR exists, and the handoff that should be a URL instead of a writeup. The two are not even mutually exclusive: the same Claude subscription powers both, and teams that live in AQ still fire off solo cloud tasks. But when the work is a team's work, the session has to be a place more than one person can occupy, and that is the thing AQ is.

Pricing compared

Claude Code on the web is included with Claude Pro, Max, Team, and Enterprise premium seats as of July 2026, sharing your plan's rate limits with no separate compute charge. AQ is $100 per user per month at promotional pricing (standard $200) with a dedicated managed, always-on VM included, plus a Free plan on a VM you bring. On both, Claude's model usage bills through the subscription you already have.

Bottom line

If you want to hand Claude solo tasks in Anthropic's cloud, Claude Code on the web is already in your subscription and does that well-defined-task job as designed. If your team wants to run Claude Code together (live, steerable, reviewable, on infrastructure you control, next to every other agent CLI) that is not what a chat-and-diff surface is for, and it is exactly what AQ is: the multiplayer workspace for the same agent you already pay for.

Frequently asked questions

Can teammates join a Claude Code on the web session?

They can view it: team plans have a Private/Team visibility toggle and share links. But per Anthropic's docs as of July 2026, a recipient's view "doesn't update in real time" and steering is done by the owning account. In AQ, teammates are in the live session itself: same terminal, same editor, same preview, and any of them can type or take over.

Does Claude Code on the web cost extra?

No separate charge as of July 2026: it is included with Pro, Max, Team, and Enterprise premium seats, and cloud sessions share rate limits with the rest of your Claude usage. AQ has a Free plan (bring your own VM) and a Team plan at $100 per user per month promotional (standard $200) with a managed always-on VM included.

Do AQ and Claude Code on the web use the same Claude subscription?

Yes. Both authenticate with your own Claude account and neither adds a markup on model usage. The difference is the room: Anthropic-managed sandboxes with a chat-and-diff surface, or your own VM with a live multiplayer workspace.

Is Claude Code different inside AQ?

No. AQ runs the standard Claude Code CLI with your own login in a real terminal. Anything it can do locally, it can do in an AQ workspace, with your whole team able to watch and steer.

Can I use both?

Yes, and teams do: solo, well-defined tasks go to Claude Code on the web on the same subscription, and anything the team needs to see, steer, or review live runs in AQ. Anthropic's own guidance points steering-heavy work away from the web surface.