Cursor Cloud Agents Start Up to 3x Faster With Builds
Cursor says Cloud Agents can start up to 3x faster with Builds, ready-to-use copies of development environments prepared in the background. Builds keep agents on the latest successful environment, expose logs and version history in the dashboard, and become the default for all environments on August 17.
Cursor is changing the startup path for Cloud Agents. Its new Builds feature prepares ready-to-use copies of a development environment in the background, and Cursor says agents can start up to 3x faster as a result. Builds are available at no additional cost. (Cursor on X)
Instead of booting a machine, cloning a repository, installing dependencies, and running the install script after every request, an agent can fork a warm environment that has already completed those steps. That makes the update relevant to long-running tasks where setup time otherwise becomes part of the interaction. (Cursor Builds)
Key Takeaways
- Builds prepare development environments continuously in the background.
- Cursor says Cloud Agents start up to 3x faster with the feature.
- There is no additional cost for Builds.
- Failed Builds do not replace the last successful environment.
- The Cloud Agents dashboard shows logs, versions, commit SHAs, and the Build used by each run.
- All new and existing environments are scheduled to use Builds by default on August 17, 2026.
What a Build prepares
A Build is a copy of the environment that Cursor prepares before the next agent session needs it. The process can boot a machine, clone repositories, install dependencies, and fully execute the install script. When that work succeeds, the result becomes the environment that future agents start from. (Cursor Builds)
Cursor says it keeps warm copies ready, so a new agent can fork a live machine instead of restoring an environment from disk. The start command still runs when an agent is prompted for the first time; it remains the right place for services that need to be fresh at session start, such as Docker containers or other long-running processes. (Cursor Builds)
The page says Cursor runs a new Build every hour by default. Teams should therefore treat a Build as a prepared starting point, not as a frozen replacement for the repository's current state. The dashboard includes the exact commit SHAs captured by each Build and a configurable threshold that helps keep agents from starting too far behind the default branch. (Cursor Builds)
Speed and cost
Cursor's announcement says Cloud Agents start up to 3x faster with Builds. The accompanying explanation says Cursor's internal environments now boot 10x faster and reach the first token 3x faster. Cursor presents these as product performance results rather than an independent benchmark, so the actual improvement will depend on repository size, dependencies, install scripts, and task shape. (Cursor Builds)
Builds are included at no additional cost. That matters for teams that want to reduce setup latency without trading a faster path for a separate execution fee. (Cursor on X; Cursor Builds)
The safety behavior when preparation fails
A failed dependency update, install script, or Docker build does not become the active environment. Cursor says it notifies the user, leaves new and existing sessions on the last successful Build, and keeps the failed preparation available for debugging in the background, manually or with an agent. (Cursor Builds)
That rollback behavior is important for autonomous work. A broken environment can slow down a run, but it should not silently become the base for every new session. The Builds dashboard records Build status, start time, versioning, logs, and the association between an agent run and the exact Build it used. (Cursor Builds)
How to enable Builds
For an existing environment, open the environment in Cursor's Cloud Agents dashboard, go to the Builds tab, and choose Enable Builds. Cursor also offers a Run setup agent step so you can test the migration and review proposed configuration changes before enabling the feature. (Cursor Builds)
Cursor says all new and existing environments will use Builds by default on August 17, 2026. If your install process needs credentials for a private registry, the documentation says to use team or environment secrets; user secrets are excluded from Builds and added when the agent starts. (Cursor Builds)
What to check before relying on the default
Builds work best when the install command covers everything that can be prepared ahead of time, especially dependencies. Keep the start command for services that must be recreated or refreshed at the beginning of a session. After enabling the feature, check that:
- The Build captures the repository state you expect.
- Private-registry access uses team or environment secrets rather than user secrets.
- Docker and long-running services start in the start command when they need fresh processes.
- The last successful Build is healthy before launching an unattended task.
- The dashboard's logs and commit SHA make the agent's starting point easy to audit.
These checks do not undermine the speedup; they make the prepared environment predictable enough for longer-running work.
Bottom line
Cursor Builds move Cloud Agents from prepare first, act later toward a warm-start workflow. Cursor says the feature makes agents start up to 3x faster at no additional cost, while failed preparations remain isolated and the last successful environment stays in service. For existing environments, enable Builds from the dashboard and review the setup agent; for everyone else, expect the default to change on August 17. (Cursor Builds)
Sources
- Cursor on X, “Cloud agents now start 3x faster,” August 13, 2026: https://x.com/cursor_ai/status/2087941307624980753
- Cursor, “Cloud agents start 3x faster with builds”: https://cursor.com/blog/builds
Read next
Keep building the workspace playbookCursor Says Cloud Agents Use 20-30% Fewer Tokens
Cursor says its cloud agents are now 20-30% more token efficient, with runs that use computer use becoming 80% more efficient. The update credits improvements to MCP, skills, computer use, and the cloud development environment behind those workflows.
Cursor for iOS: Cloud Agents Go Mobile-First in Public Beta
Cursor shipped a native iOS app in public beta on all paid plans. It launches always-on cloud agents that run in isolated VMs with full dev environments, work asynchronously toward merge-ready PRs, and report back via Live Activities and push notifications. You can also remote-control agents on your computer, pick any frontier model, use voice and slash commands, review diffs and demos, leave follow-ups, and merge PRs from the phone. Composer 2.5 runs are 75% off in the app through July 5, 2026.
Frequently Asked Questions
What are Cursor Builds?
Builds are ready-to-use copies of a development environment that Cursor prepares continuously in the background. They can include cloning the repository, installing dependencies, and running the install script before an agent starts.
How much faster are Cloud Agents with Builds?
Cursor says Cloud Agents can start up to 3x faster. Its internal environments now boot 10x faster and reach the first token 3x faster, according to the Builds announcement.
What happens when a Build fails?
A failed Build does not become active. Cursor says new and existing sessions continue using the last successful Build while the failure is debugged in the background.
When do Builds become the default?
Cursor says all new and existing environments will use Builds by default on August 17, 2026. Existing environments can enable the feature earlier from the Builds tab in the Cloud Agents dashboard.