Cursor Cloud Agents get pre-built environments: 3x faster first token
'Builds' pre-clone your repo, install deps, and run setup — and fall back to the last good one. Plus: Vercel's AI SDK adds ACP harnesses; GLM 5.2 goes free.

Copy markdown
Agents boot into a warm repo, not a cold clone
Cursor's new builds pre-clone your repo, install dependencies, and run setup scripts ahead of time, so a Cloud Agent starts in a ready environment instead of building from scratch. Cursor clocks time-to-first-token about 3x faster, and internal environment boots up to 10x faster.
A failed build won't strand your agent
Cursor rebuilds environments on a schedule and only promotes builds that succeed; if a newer build breaks, agents keep running on the last working one. A new Builds tab exposes status, logs, and commit SHAs, so you can see exactly what your agent booted from.
On by default for new environments, no extra cost
New environments use builds automatically at no additional charge; existing ones opt in from the Cloud Agents dashboard. If you lean on background or cloud agents, it is a latency win with nothing to configure.
Elsewhere: Vercel's AI SDK now speaks ACP
The new @ai-sdk/harness-acp adapter lets you drive any Agent Client Protocol-compatible harness through the AI SDK's HarnessAgent interface, and Grok Build lands as a first-class harness. If you embed agents in an app, you can swap harnesses without rewriting your glue.
Elsewhere: GLM 5.2 is free on Vercel through Aug 27
Z.ai's open-weights GLM 5.2, with a 1M-token context window, is free for coding agents on the Vercel AI Gateway (served by Blackbox AI) until August 27. A no-cost way to point a long-context model at a weekend build.