Cursor Builds: 3x Faster Cloud Agent Startups

CursorView original changelog

Cursor introduced Builds, a system that prepares ready-to-use copies of a developer's Cloud Agent environment in the background so agents boot into a ready environment instead of setting up from scratch every session. Environments now boot up to 10x faster, with 3x faster time to first token. Builds are resilient by design β€” if a new build breaks due to a bad commit or dependency change, agents automatically keep using the last successful build while the developer is notified and can debug in the background. The feature is included with Cloud Agents at no extra cost and is manageable from a new Builds tab in the Cloud Agents dashboard.

Key Takeaways

  • Cursor's new Builds feature pre-prepares Cloud Agent environments in the background, so agents start from a ready-to-use snapshot instead of cloning repos and installing dependencies on every run.
  • Environments boot up to 10x faster internally, delivering 3x faster time to first token for cloud agents β€” a direct cut to the dead time before an agent starts working.
  • Builds add resilience: if a bad commit or dependency update breaks the environment, agents automatically fall back to the last successful build instead of inheriting the failure.
  • A new Builds tab in the Cloud Agents dashboard exposes build status, logs, commit SHAs, and which build each agent run used, giving developers direct visibility into environment history.
  • Agents can now inspect and manage builds themselves using built-in tools, enabling in-session debugging of environment problems without leaving the agent workflow.
  • The feature is included at no additional cost with Cloud Agents, and existing environments can opt in via a one-click "Enable Builds" flow or a setup agent that previews the migration first.

Overview

Cursor introduced Builds, a new system underlying Cloud Agents that prepares ready-to-use copies of a developer's environment in the background β€” repositories already cloned, dependencies already installed, and install scripts already run. Instead of setting up an environment from scratch at the start of every session, agents now boot directly into an environment that's already prepared. Builds are included with Cloud Agents at no additional cost.

Faster Starts

Cursor now runs a new build of a user's environment on a regular cadence. When a build succeeds, it becomes the environment that future agent runs start from, and Cursor keeps warm copies ready so the next agent doesn't have to wait. According to Cursor, environments now boot up to 10x faster internally, translating to 3x faster time to first token for cloud agents β€” a meaningful reduction in the dead time between prompting an agent and seeing it start working.

The change also reshapes how the install and start commands should be used. The install command should now be used for anything that can be prepared ahead of time, since it runs as part of the background build process. The start command still runs the moment a user first prompts an agent, and should be reserved for services that genuinely need to be freshly started within that session.

More Resilient Agent Runs

Builds are also designed to make Cloud Agents more resilient to broken environments. If a bad commit or a dependency update breaks the environment, agents continue using the last known-good build rather than inheriting the failure. The broken build never becomes the active one, the user is notified that something went wrong, and agents keep working uninterrupted while the underlying issue is debugged in the background.

Build History and Debugging

Each environment now has a dedicated Builds tab inside the Cloud Agents dashboard, where developers can inspect build status, view logs, see the exact commit SHAs used, and check which build any given agent run started from. Agents themselves can also inspect and manage builds using built-in tools, making it possible to debug environment issues directly from within an agent session.

Getting Started

New Cloud Agents environments use Builds automatically. For existing environments, developers can open the environment in the Cloud Agents dashboard, go to the Builds tab, and click Enable Builds β€” or first click Run setup agent to test the migration and review any proposed configuration changes before committing. Builds can also be triggered manually, debugged with an agent when they fail, and configured with a staleness threshold that controls how often they refresh.