Codex-style remote builds run in a cloud sandbox while you're away from the desk. You kick off from a phone, get a buzz when the diff is ready, and approve or reject. No watching a progress bar. Drag the orbit to look around; wheel or pinch to zoom.
You describe the task from anywhere — often a phone. “Add rate limiting to the API and update the tests.” That's the whole kickoff.
Step walks the satellite through each lifecycle state. Reject fires the revise loop: the change bounces from review back to Build/Test with your feedback attached.
The agent gets a disposable, isolated dev environment in the cloud: your repo cloned, dependencies installed, tests runnable — but walled off from production, your laptop, and your credentials. If it breaks something, it breaks a container that gets thrown away. That isolation is what makes “start a build from your phone and walk away” safe at all.
Anything touching auth, payments, migrations, or deletion should always ask — slide the policy and watch risk climb as touchpoints drop.