Cloud agents start 3x faster with builds
Cursor Cloud Agents can start from continuously prepared environment snapshots instead of reinstalling each session. Internal time to first token improved 3x, with failed builds falling back to the last good state.
Cursor’s new **builds** continuously prepare cloud-agent environments with repositories, dependencies, and install scripts already completed. Internally, environments booted **10x faster** and time to first token improved **3x**.
Builders should move deterministic setup into the install command, keep session-fresh services in the start command, and use team or environment secrets for private registries. Agent runs can be traced to exact builds and commit SHAs.
Cursor’s new **builds** continuously prepare cloud-agent environments with repositories, dependencies, and install scripts already completed. Internally, environments booted **10x faster** and time to first token improved **3x**. Builders should move deterministic setup into the install command, keep session-fresh services in the start command, and use team or environment secrets for private registries. Agent runs can be traced to exact builds and commit SHAs. The gains are Cursor’s internal measurements, and user results will depend on repository setup. Builds run hourly by default; failed builds are rejected, leaving agents on the last working snapshot, which may be older than the default branch.
This makes environment preparation a first-class latency and reproducibility mechanism for cloud agents: deterministic setup moves into continuously refreshed snapshots, while runtime-only services remain session-fresh. It reinforces snapshot-based infrastructure patterns and adds commit-level build traceability, but introduces explicit staleness risk when refreshes fail and agents remain on the last valid image.