AIソフトウェア開発の第三の時代
Cursor Blogは、自律的なクラウドエージェントがより大規模なタスクをより長い時間スケールで実行するようになることで、AIソフトウェア開発の第三の時代が到来していると報じている。
キーポイント
AIソフトウェア開発の新たな段階
記事は、AIソフトウェア開発が「第三の時代」に突入したと主張している。これは、AIの役割が単なる補助ツールから、より自律的で長期的なタスクを実行する主体へと進化する段階を意味する。
自律クラウドエージェントの台頭
この新時代の中心にあるのは「自律クラウドエージェント」である。これらのエージェントは、従来のAI支援ツールを超え、より複雑で大規模な作業を、人間の継続的な介入なしに実行できるようになる。
タスクの規模と時間軸の拡大
新しいAI開発の特徴は、扱うタスクの「規模(larger tasks)」と実行時間の「時間軸(longer timescales)」が飛躍的に拡大することにある。これは、短期的なコード補完から、プロジェクト全体の計画や実行へとシフトすることを示唆している。
影響分析・編集コメントを表示
影響分析
この記事が示すトレンドは、ソフトウェア開発のワークフローと開発者の役割を再定義する可能性がある。自律エージェントが複雑なタスクを長期間にわたって管理できれば、開発の生産性とスケーラビリティが劇的に向上し、新たな開発パラダイムやビジネスモデルを生み出す原動力となる。
編集コメント
短い記事ながら、AI開発の未来像を大胆に予測する核心的な主張を含んでいる。開発者ツール「Cursor」の提供元による発信である点は留意が必要だが、業界の大きな方向性を示す重要な視点と言える。
AIソフトウェア開発の第三の時代が到来しつつある。自律型クラウドエージェントが、より長期的な時間軸で、より大規模なタスクを担うようになっている。
原文を表示
When we started building Cursor a few years ago, most code was written one keystroke at a time. Tab autocomplete changed that and opened the first era of AI-assisted coding.
Then agents arrived, and developers shifted to directing agents through synchronous prompt-and-response loops. That was the second era. Now a third era is arriving. It is defined by agents that can tackle larger tasks independently, over longer timescales, with less human direction.
As a result, Cursor is no longer primarily about writing code. It is about helping developers build the factory that creates their software. This factory is made up of fleets of agents that they interact with as teammates: providing initial direction, equipping them with the tools to work independently, and reviewing their work.
Many of us at Cursor are already working this way. More than one-third of the PRs we merge are now created by agents that run on their own computers in the cloud. A year from now, we think the vast majority of development work will be done by these kinds of agents.
From Tab to agents
Tab excelled at identifying where low-entropy, repetitive work could be automated. For nearly two years, it produced significant leverage.
Then the models improved. Agents could hold more context, use more tools, and execute longer sequences of actions. Developer habits began to shift, slowly through the summer, then rapidly over the last few months with the releases of Opus 4.6, Codex 5.3, and Composer 1.5.
The transformation has been so complete that today, most Cursor users never touch the tab key. In March 2025, we had roughly 2.5x as many Tab users as agent users. Now, that is flipped: we now have 2x as many agent users as Tab users.

But already this shift is giving way to something bigger. The Tab era lasted nearly two years. The second era, in which most work is done with synchronous agents, may not last one.
Cloud agents and artifacts
Compared to Tab, synchronous agents work further up the stack. They handle tasks that require context and judgment, but still keep the developer in the loop at every step. But this form of real-time interaction, combined with the fact that synchronous agents compete for resources on the local machine, means it is only practical to work with a few at a time.
Cloud agents remove both constraints. Each runs on its own virtual machine, allowing a developer to hand off a task and move on to something else. The agent works through it over hours, iterating and testing until it is confident in the output, and returns with something quickly reviewable: logs, video recordings, and live previews rather than diffs.
This makes running agents in parallel practical, because artifacts and previews give you enough context to evaluate output without reconstructing each session from scratch. The human role shifts from guiding each line of code to defining the problem and setting review criteria.
The shift is underway inside Cursor
Thirty-five percent of the PRs we merge internally at Cursor are now created by agents operating autonomously in cloud VMs. We see the developers adopting this new way of working as characterized by three traits:
- Agents write almost 100% of their code.
- They spend their time breaking down problems, reviewing artifacts, and giving feedback.
- They spin up multiple agents simultaneously instead of handholding one to completion.
There is a lot of work left before this approach becomes standard in software development. At industrial scale, a flaky test or broken environment that a single developer can work around turns into a failure that interrupts every agent run. More broadly, we still need to make sure agents can operate as effectively as possible, with full access to tools and context they need.
We think yesterday's launch of Cursor cloud agents is an initial but important step in that direction.
関連記事
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み