For
Learn by reading the diff.
Watch six real Claude Code sessions take on the same codebase, then read every change hunk by hunk until you can defend it. Free and open source, built on the Claude login you already have.
Learning
Six worked examples at a time.
Most tutorials show you one finished answer. A fleet shows you process: goals planned into a mission DAG, live activity strips per terminal, and a complete record of what changed and why.
Compare approaches
Run six parallel attempts at one problem and study what each session tried. Prototyping doubles as a study technique here.
Interrogate every hunk
The CodeMirror 6 editor presents AI edits hunk by hunk. Accept what you understand, reject what you cannot explain yet. See AI in the editor.
Read the history
The source control panel draws the full git graph, so you can replay how a feature actually came together. See reviewing fleet work.
Zero budget
Free where it matters.
The app is free under Apache-2.0 and the fleet needs no API key, just your existing Claude login. The installer is about 13 MB and runs on macOS, Linux, and Windows, so it fits whatever laptop got you through the semester.
# install the official Claude Code CLI
$ curl -fsSL https://claude.ai/install.sh | bash
# sign in once, all six sessions reuse it
$ claude loginQuestions
Student questions, straight answers.
Do I need an API key?
Not for the fleet. The six sessions run the official Claude Code CLI with your existing Claude login. The Conductor is bring-your-own-key, or fully local on LM Studio, MLX, or Ollama if your budget is zero.
Is the app itself worth studying?
Yes. Loom Conductor is a production Tauri 2 desktop app, Rust plus React 19, fully public under Apache-2.0 on GitHub. Reading the repo is a course in desktop architecture on its own.
What if I just want to watch?
Every pane is a real Claude Code TUI. Watch a session reason through a task, or click in and type when you want to steer. Shift+tab cycles that terminal's permission mode.
Where do I start?
The getting started guide takes about a minute: install, sign into claude once, pick a Conductor, and type your first goal.
Hand it the work.
Walk away.
macOS, Linux, and Windows. Around 13 MB. Free and open source.