Cursor's Cloud Agents Can Now Control Their Own Computers
Cursor's cloud agents gain the ability to interact with browsers and desktop applications inside isolated VMs, enabling autonomous testing, demos, and merge-ready pull requests.
Cursor announced on February 24, 2026 that its cloud agents can now operate their own virtual machines — complete with browsers, desktop applications, and full development environments. The result: agents that don’t just write code, but build it, test it, and record video proof of their work before handing you a merge-ready pull request.
Beyond Code Generation
The core limitation of coding agents has always been the gap between generating code and verifying that it actually works. Cursor’s cloud agents close that gap by running inside isolated VMs where they can spin up dev servers, navigate web pages, interact with UI elements, and capture screenshots and videos as artifacts.
According to Cursor, more than 30% of merged PRs at the company are now produced by agents operating autonomously in cloud sandboxes — a figure that suggests this is no longer a proof-of-concept.
Available Everywhere
Cloud agents can be triggered from the Cursor web app, desktop client, mobile, Slack, and GitHub. Each agent onboards itself onto your codebase automatically and runs in its own isolated environment, meaning you can launch multiple agents in parallel without them competing for local resources.
Developers can also connect to an agent’s remote desktop to interact with the modified software directly, or make edits without checking out the branch locally.
How Cursor Uses It Internally
Cursor shared several internal use cases that illustrate the capability:
Feature development: The team used cloud agents to build parts of the recently launched Cursor Marketplace plugin system. An agent implemented GitHub source links for plugin components, then verified the links by navigating to the Prisma plugin page and clicking through each component. It handled feature flag management, rebasing onto main, resolving merge conflicts, and squashing commits autonomously.
Vulnerability reproduction: A cloud agent was launched from Slack to triage a clipboard exfiltration vulnerability. The agent built an HTML exploit page, hosted it on a local server, loaded it in Cursor’s in-app browser, and recorded the complete attack flow on video.
Getting Started
To try cloud agents with computer use, visit cursor.com/onboard. The agent will configure itself against your codebase and record a demo of its capabilities.
The addition of computer use to cloud agents represents a shift from “write code and hope it works” to “write code, verify it works, and prove it.” For teams already using Cursor’s agent features, the upgrade path is straightforward — and for everyone else, the 30% PR stat might be reason enough to pay attention.
関連記事
Reddit「r/ClaudeAI」で議論。ベテラン開発者が問う「AIが急速進化する中、キャリア戦略は」
18年の組込みLinux開発経験を持つエンジニアがReddit「r/ClaudeAI」で投げかけた問い「what's your career bet when AI evolves this fast?」が264件のコメントを集め、AIエンジニアのキャリア計画が「5年先から2年先も見えない」時代に突入していることを示している。
Reddit「r/ClaudeAI」で議論。ベテラン開発者が問う「AIが急速進化する中、キャリア戦略は」
18年の組込みLinux開発経験を持つエンジニアがReddit「r/ClaudeAI」で投げかけた問い「what's your career bet when AI evolves this fast?」が264件のコメントを集め、AIエンジニアのキャリア計画が「5年先から2年先も見えない」時代に突入していることを示している。
Cursor クラウドエージェントがComputer Useに対応 - 自律的なソフトウェアテストが可能に
Cursorのクラウドエージェントが独自のVM上でブラウザやデスクトップアプリケーションを操作できるようになった。ビルド、テスト、デモまでを自律的に実行し、マージ可能なPRを生成する。
人気記事
Cursor Automations リリース - トリガーとスケジュールに基づく常駐エージェント
Cursorが新しいAutomations機能をリリース。トリガーとスケジュールに基づいて動作する常駐エージェントを構築できる。
Cursor v2.7 リリース - JetBrains IDEでのCursor利用が可能に
Cursor v2.7では、Agent Client Protocol (ACP)を通じてIntelliJ IDEA、PyCharm、WebStormなどのJetBrains IDEでCursorが利用可能になった。
Cursor v2.6 リリース - MCP Appsとチーム向けプラグイン管理機能
Cursor v2.6では、エージェントチャット内でのインタラクティブなUI、プライベートプラグインのチーム共有機能強化、デバッグモードの改善などが発表された。
最新記事
Claude Code v2.1.72 リリース - 自動メモリ保存とループ機能追加
AnthropicがClaude Code v2.1.72をリリース。自動メモリ保存、/copyコマンド、/loopコマンド、Cronスケジュールツール、Voiceキーバインディングなど多数の新機能を搭載。
Gemini 3.1 Pro — コーディング・推論性能で業界トップを争夺
GoogleのGemini 3.1 Proは、2026年2月に発表された最新推論モデル。SWE-Bench Verified 80.6%、LiveCodeBenchで2887スコアを達成し、Claude Opus 4.6と並ぶトップレンジモデルとして注目される。
OpenAI Symphony — エージェントの監視から「仕事の管理」へのパラダイムシフト
OpenAIが新プロジェクトSymphonyを公開。GitHub Issue (Linear)から自動的にエージェントを実行し、PRを作成まで行う自律型オートメーションツール。