Skip to content

Launch or Run?

There are three ways to start work in ClusterCode, and picking the wrong one is the single most common source of confusion. The difference is not what they create — all three end up with a DevBox — it is who starts the agent.

Create DevBox gives you a machine. Start Agent Run gives you a result. Create Schedule gives you recurring results.

WorkflowWhat it createsDoes an agent start automatically?Who drivesWhere to watchBest for
Create DevBoxAn isolated prepared environment: repo, branch, tools, optional ticket contextNoYou, from the terminalThe DevBox terminal / desktopHands-on exploration, debugging, pairing
Start Agent RunOne delegated AI task, in a new or existing DevBoxYesClusterCode, after you submitThe Run activity streamOne ticket, completed autonomously
Create ScheduleAgent Runs triggered at a time or cadenceYes, when triggeredClusterCodeSchedule history, plus each RunRecurring, nightly, batch work
You wantUse
One task, and you want to watch and steer itRun (interactive)
One task, fire and forgetRun (autonomous)
The same task, on a cadenceSchedule
To iterate until tests or checks passLoop
Several engines competing, then pick the winnerPrototype race
Several engines cooperating in one jobMulti-agent run
Just a machine to work on yourselfLaunch a DevBox

These are not three separate products. A Run creates a DevBox to work in, and a Schedule creates Runs. So the honest way to read the table above is: you are always getting a DevBox, and you are choosing how much of the work ClusterCode does before handing it to you.

That also means you can move between them. Launch a DevBox to look around, then hand that same prepared workspace to a Run without re-cloning anything — the launch screen’s Delegate with Agent Run action does exactly this, reusing the DevBox and carrying its ticket across.

All three run on machines you register and control — your repositories, your credentials, your agent output, your audit trail. That is true whether the machine is a laptop in your office, a VPS you rent, or a cloud worker ClusterCode manages for you. You own the machines; you control the automation; you keep the data.