Introduction
What Mozart is, how it works, and when to use it.
Mozart is an AI coding agent manager. It runs a team of Claude Code agents in parallel, each isolated in its own workspace, so you can review and merge their work like any other contributor.
Why Mozart
Coding agents work best when you can run several in parallel without them stepping on each other. Mozart gives every Task its own Workspace — an isolated execution attempt with its own diff — so agents work independently and you compare their results side by side.
What you get
- Parallel Workspaces — start three attempts on the same Task and merge the one you like
- Reviewable diffs — each Workspace produces a diff you can review like a PR
- Local-first — your code, your machine, no cloud round-trip required
- Bring your own agent — Claude Code today, more soon
Next steps
Install the desktop app and open your first project to start running Tasks.