Cursor 開発者習慣レポート(1 分で読めます)
本文の状態
日本語全文を表示中
詳細モードで約7分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
TLDR AI
AI コードエディタ「Cursor」が、自社のユーザーデータに基づき、開発者が AI をどのように活用しているかを示す習慣に関する報告書を公開した。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
- 変容した分野
- 開発者の加速
- インテリジェンスの経済学
- パワーユーザーの格差
- コンテキストの台頭
- オートメーションへの転換
- 方法論
変容した分野
ソフトウェア開発を席巻する変化は驚異的なものです。Cursor のデータに基づいた本初回「開発者習慣レポート」では、5 つのテーマにわたるその変容を捉えています。
- 開発者の加速。コーディング速度が年間で倍増し、プルリクエスト(PR)がより大規模かつ深層的になり、エージェント生成コードのレビュー通過率が過去最高水準に達していることを示します。
- インテリジェンスの経済学。7 つのモデルファミリーについて、1 行あたりのコストと提出あたりのコストをベンチマークし、単位経済における広範な多様性を明らかにします。
- パワーユーザーの格差。AI が全般的な生産性向上をもたらしている一方で、その変化が最も顕著なのは上位 1% の開発者であるという事実を示します。
- コンテキストの台頭。入力トークンの劇的な増加と、キャッシュ読み取りトークンへのシフトを示し、これによりエージェントに作業記憶が与えられ、より複雑なタスクを処理して高品質なコードを生み出せるようになっていることを示します。
- オートメーションへの転換。最後に、コーディングエージェントが個々の開発者が使用するツールから、ソフトウェアの構築と維持を自動的に行う完全なシステムへと進化している様子を探ります。
本レポートは、アジェンシー型ソフトウェア開発が現在どこに位置し、今後どこへ向かおうとしているのかを理解するための、データに基づく確固たる基準を提供するものです。
- ## コードの作成速度が加速
開発者1人あたりの週次コード追加量が増加しており、2026年初頭からその成長率が加速しています。この指標は完璧なものではありませんが、開発者の業務がどのように変化しているかを理解するための方向性を示す興味深いベースラインを提供します。
Lines added/dev/wk コードの作成速度が加速
開発者1人あたりの週次コード追加量が増加しており、2026年初頭からその成長率が加速しています。この指標は完璧なものではありませんが、開発者の業務がどのように変化しているかを理解するための方向性を示す興味深いベースラインを提供します。
02K4K6K8K10K31 Mar '2530 Jun '2530 Sep '2531 Dec '2531 Mar '26
Time-series data for Code is moving faster.
Date Lines added/dev/wk
2025-01-01 3.6K
2025-01-22 3.6K
2025-02-12 3.9K
2025-03-05 3.9K
2025-03-26 4.2K
2025-04-16 4.2K
2025-05-07 4.2K
2025-05-28 4.1K
2025-06-18 4.4K
2025-07-09 4.3K
2025-07-30 4.5K
2025-08-20 4.7K
2025-09-10 4.6K
2025-10-01 4.6K
2025-10-22 4.8K
2025-11-12 5.3K
2025-12-03 5.5K
2025-12-24 5.4K
2026-01-14 5.5K
2026-02-04 6.2K
2026-02-25 7K
2026-03-18 7.3K
2026-04-08 7.2K
2026-04-29 8.1K
2026-05-16 8.6K
- ## プルリクエストあたりのコード追加量が増加
プルリクエスト(PR)あたりで追加される行数は、前年比で約2.5倍に増加しており、その成長率も加速しています。
Lines Added per PR (p75) プルリクエストあたりのコード追加量が増加
プルリクエストあたりで追加される行数は、前年比で約2.5倍に増加しており、その成長率も加速しています。
010020030040031 Mar '2530 Jun '2530 Sep '2531 Dec '2531 Mar '26
Time-series data for Code additions are growing per PR.
Date Lines Added per PR (p75)
2025-01-01 125.86
2025-01-22 118.16
2025-02-12 119.01
2025-03-05 122.53
2025-03-26 127.73
2025-04-16 132.67
2025-05-07 137.98
2025-05-28 138.64
2025-06-18 146.91
2025-07-09 159.46
2025-07-30 171.58
2025-08-20 174.65
2025-09-10 177.59
2025-10-01 178.34
2025-10-22 186.63
2025-11-12 196.27
2025-12-03 211.54
2025-12-24 224.65
2026-01-14 253.5
2026-02-04 251.94
2026-02-25 268.56
2026-03-18 277.47
2026-04-08 292.06
2026-04-29 312.79
2026-05-16 345.02
- ## 開発者が取り扱う作業の単位が大きくなっている
変更行数が少なくとも1,000行に達する「メガプルリクエスト」は、開発者がAIを活用して単一のプルリクエストでより大規模な作業単位に取り組むようになっているため、ますます一般的になっています。多くの開発者がコーディングエージェントやモデルの最新改善を試していた2026年1月にメガプルリクエストが急増した点は興味深いです。
Share of merged PRs with ≥1,000 lines changed 開発者が取り扱う作業の単位が大きくなっている
変更行数が少なくとも1,000行に達する「メガプルリクエスト」は、開発者がAIを活用して単一のプルリクエストでより大規模な作業単位に取り組むようになっているため、ますます一般的になっています。多くの開発者がコーディングエージェントやモデルの最新改善を試していた2026年1月にメガプルリクエストが急増した点は興味深いです。
0%5%10%15%31 Mar '2530 Jun '2530 Sep '2531 Dec '2531 Mar '26
Time-series data for Developers are taking on larger units of work.
Date Share of merged PRs with ≥1,000 lines changed
2025-01-01 8%
2025-01-22 7.5%
2025-02-12 7.4%
2025-03-05 7.6%
2025-03-26 7.8%
2025-04-16 8%
2025-05-07 8%
2025-05-28 8.4%
2025-06-18 8.6%
2025-07-09 9.2%
2025-07-30 9.5%
2025-08-20 9.6%
2025-09-10 9.6%
2025-10-01 9.8%
2025-10-22 10.3%
2025-11-12 10.6%
2025-12-03 11.2%
2025-12-24 11.9%
2026-01-14 11.6%
2026-02-04 12.1%
2026-02-25 12.4%
2026-03-18 12.4%
2026-04-08 12.5%
2026-04-29 13.4%
2026-05-16 13.8%
- ## エージェントセッションの深さが増している
直近2か月の間に、セッションあたりの平均ツール呼び出し回数は約30%増加しました。コーディングエージェントはより複雑な作業を引き受けるようになり、ファイルの読み取りと編集、コード検索、シェルコマンドの実行、ウェブブラウジングをより頻繁に行っています。
Mean Tool Calls per Session エージェントセッションの深さが増している
直近2か月の間に、セッションあたりの平均ツール呼び出し回数は約30%増加しました。コーディングエージェントはより複雑な作業を引き受けるようになり、ファイルの読み取りと編集、コード検索、シェルコマンドの実行、ウェブブラウジングをより頻繁に行っています。
9010011012013014015031 Mar '2630 Apr '26
Time-series data for Agent sessions are getting deeper.
Date Mean Tool Calls per Session
2026-03-01 113.63
2026-03-05 112.74
2026-03-09 112.51
2026-03-13 112.3
2026-03-17 114.29
2026-03-21 120.77
2026-03-25 127.79
2026-03-29 126.31
2026-04-02 126.33
2026-04-06 130.9
2026-04-10 131.6
2026-04-14 131.66
2026-04-18 131.21
2026-04-22 129.38
2026-04-26 127.39
2026-04-30 127.09
2026-05-04 134.72
2026-05-08 133.16
2026-05-12 134.06
2026-05-16 145.08
- ## AI生成コードの生存率が向上
2026年初頭以降、AIによって生成された行のうち、60分後にまだ残存している割合は約76%から81%に上昇しました。
Survival Share AI生成コードの生存率が向上
2026年初頭以降、AIによって生成された行のうち、60分後にまだ残存している割合は約76%から81%に上昇しました。
70%75%80%85%31 Jan '2628 Feb '2631 Mar '2630 Apr '26
Time-series data for AI-generated code is surviving longer.
Date Survival Share
2026-01-07 76.6%
2026-01-13 76.3%
2026-01-19 76.2%
2026-01-25 76.3%
2026-01-31 77%
2026-02-06 77.3%
2026-02-12 77.7%
2026-02-18 78.5%
2026-02-24 79%
2026-03-02 78.8%
2026-03-08 78.9%
2026-03-14 79.1%
2026-03-20 79.1%
2026-03-26 79.5%
2026-04-01 79.6%
2026-04-07 79.9%
2026-04-13 79.9%
2026-04-19 80%
2026-04-25 80.2%
2026-05-01 80.4%
2026-05-07 80.6%
2026-05-13 80.3%
2026-05-16 80.6%
モデルファミリーごとにリクエストコストは大きく異なる
エージェントリクエストあたりのコストはモデルファミリー間で約 9 倍も変動しており、同じワークフローでも背後にあるモデルによってコストプロファイルが非常に異なることが示されています。
1 エージェントリクエストあたりの費用(平均)
モデルファミリーごとにリクエストコストは大きく異なります。エージェントリクエストあたりのコストはモデルファミリー間で約 9 倍変動し、同じワークフローでも背後にあるモデルによってコストプロファイルが非常に異なることを示しています。$0.00 $0.50 $1.00 $1.50 opus 4.7 opus 4.6 gpt 5.5 gpt 5.4 <text y="16" text-anchor="end" transform="rotate(-30)" fill="currentColor" opacit
原文を表示
- A field transformed
- Developer acceleration
- The economics of intelligence
- The power user gap
- The rise of context
- The shift to automation
- Methodology
A field transformed
The change sweeping through software development is astounding. This inaugural Developer Habits Report, based on Cursor data, captures that transformation across five themes:
- Developer acceleration. We chart how coding speed has doubled year-over-year, PRs are getting larger and deeper, and agent-generated code is surviving review at higher rates than ever.
- The economics of intelligence. We benchmark seven model families on cost per line and cost per submit, revealing wide heterogeneity in unit economics.
- The power user gap. We find that while AI is leading to broad productivity gains, the change is most pronounced in the top 1% of developers.
- The rise of context. We show the dramatic increase in input tokens, and the shift toward cache-read tokens, which is giving agents the working memory to take on more complex tasks and produce higher-quality code.
- The shift to automation. Finally, we look at how coding agents are evolving from a tool used by individual developers into an entire system for building and maintaining software, often automatically.
This report provides a data-driven fixed point for understanding where agentic software development stands today, and where it appears to be headed next.
- ### Code is moving faster
Developers are adding more code per week, with growth accelerating since the start of 2026. While this is not a perfect metric, it provides a directionally interesting baseline for understanding how developer work is changing.
Lines added/dev/wkCode is moving fasterDevelopers are adding more code per week, with growth accelerating since the start of 2026. While this is not a perfect metric, it provides a directionally interesting baseline for understanding how developer work is changing.02K4K6K8K10K31 Mar '2530 Jun '2530 Sep '2531 Dec '2531 Mar '26
| Date | Lines added/dev/wk |
|---|---|
| 2025-01-01 | 3.6K |
| 2025-01-22 | 3.6K |
| 2025-02-12 | 3.9K |
| 2025-03-05 | 3.9K |
| 2025-03-26 | 4.2K |
| 2025-04-16 | 4.2K |
| 2025-05-07 | 4.2K |
| 2025-05-28 | 4.1K |
| 2025-06-18 | 4.4K |
| 2025-07-09 | 4.3K |
| 2025-07-30 | 4.5K |
| 2025-08-20 | 4.7K |
| 2025-09-10 | 4.6K |
| 2025-10-01 | 4.6K |
| 2025-10-22 | 4.8K |
| 2025-11-12 | 5.3K |
| 2025-12-03 | 5.5K |
| 2025-12-24 | 5.4K |
| 2026-01-14 | 5.5K |
| 2026-02-04 | 6.2K |
| 2026-02-25 | 7K |
| 2026-03-18 | 7.3K |
| 2026-04-08 | 7.2K |
| 2026-04-29 | 8.1K |
| 2026-05-16 | 8.6K |
- ### Code additions are growing per PR
Lines added per PR are up roughly 2.5x year over year and the growth rate is accelerating.
Lines Added per PR (p75)Code additions are growing per PRLines added per PR are up roughly 2.5x year over year and the growth rate is accelerating.010020030040031 Mar '2530 Jun '2530 Sep '2531 Dec '2531 Mar '26
| Date | Lines Added per PR (p75) |
|---|---|
| 2025-01-01 | 125.86 |
| 2025-01-22 | 118.16 |
| 2025-02-12 | 119.01 |
| 2025-03-05 | 122.53 |
| 2025-03-26 | 127.73 |
| 2025-04-16 | 132.67 |
| 2025-05-07 | 137.98 |
| 2025-05-28 | 138.64 |
| 2025-06-18 | 146.91 |
| 2025-07-09 | 159.46 |
| 2025-07-30 | 171.58 |
| 2025-08-20 | 174.65 |
| 2025-09-10 | 177.59 |
| 2025-10-01 | 178.34 |
| 2025-10-22 | 186.63 |
| 2025-11-12 | 196.27 |
| 2025-12-03 | 211.54 |
| 2025-12-24 | 224.65 |
| 2026-01-14 | 253.5 |
| 2026-02-04 | 251.94 |
| 2026-02-25 | 268.56 |
| 2026-03-18 | 277.47 |
| 2026-04-08 | 292.06 |
| 2026-04-29 | 312.79 |
| 2026-05-16 | 345.02 |
- ### Developers are taking on larger units of work
Mega PRs, defined as PRs with at least 1,000 lines changed, are becoming more common as developers use AI to take on larger units of work in a single PR. It's interesting to see the jump in mega PRs in January 2026, when many developers were trying out the latest improvements in coding agents and models.
Share of merged PRs with ≥1,000 lines changedDevelopers are taking on larger units of workMega PRs, defined as PRs with at least 1,000 lines changed, are becoming more common as developers use AI to take on larger units of work in a single PR. It's interesting to see the jump in mega PRs in January 2026, when many developers were trying out the latest improvements in coding agents and models.0%5%10%15%31 Mar '2530 Jun '2530 Sep '2531 Dec '2531 Mar '26
| Date | Share of merged PRs with ≥1,000 lines changed |
|---|---|
| 2025-01-01 | 8% |
| 2025-01-22 | 7.5% |
| 2025-02-12 | 7.4% |
| 2025-03-05 | 7.6% |
| 2025-03-26 | 7.8% |
| 2025-04-16 | 8% |
| 2025-05-07 | 8% |
| 2025-05-28 | 8.4% |
| 2025-06-18 | 8.6% |
| 2025-07-09 | 9.2% |
| 2025-07-30 | 9.5% |
| 2025-08-20 | 9.6% |
| 2025-09-10 | 9.6% |
| 2025-10-01 | 9.8% |
| 2025-10-22 | 10.3% |
| 2025-11-12 | 10.6% |
| 2025-12-03 | 11.2% |
| 2025-12-24 | 11.9% |
| 2026-01-14 | 11.6% |
| 2026-02-04 | 12.1% |
| 2026-02-25 | 12.4% |
| 2026-03-18 | 12.4% |
| 2026-04-08 | 12.5% |
| 2026-04-29 | 13.4% |
| 2026-05-16 | 13.8% |
- ### Agent sessions are getting deeper
In just the last two months, average tool calls per session have risen roughly 30%. Coding agents are taking on more complex work, reading and editing files, searching code, running shell commands, and browsing the web more frequently.
Mean Tool Calls per SessionAgent sessions are getting deeperIn just the last two months, average tool calls per session have risen roughly 30%. Coding agents are taking on more complex work, reading and editing files, searching code, running shell commands, and browsing the web more frequently.9010011012013014015031 Mar '2630 Apr '26
| Date | Mean Tool Calls per Session |
|---|---|
| 2026-03-01 | 113.63 |
| 2026-03-05 | 112.74 |
| 2026-03-09 | 112.51 |
| 2026-03-13 | 112.3 |
| 2026-03-17 | 114.29 |
| 2026-03-21 | 120.77 |
| 2026-03-25 | 127.79 |
| 2026-03-29 | 126.31 |
| 2026-04-02 | 126.33 |
| 2026-04-06 | 130.9 |
| 2026-04-10 | 131.6 |
| 2026-04-14 | 131.66 |
| 2026-04-18 | 131.21 |
| 2026-04-22 | 129.38 |
| 2026-04-26 | 127.39 |
| 2026-04-30 | 127.09 |
| 2026-05-04 | 134.72 |
| 2026-05-08 | 133.16 |
| 2026-05-12 | 134.06 |
| 2026-05-16 | 145.08 |
- ### AI-generated code is surviving longer
Since the start of 2026, the share of accepted AI lines still present after 60 minutes has risen from roughly 76% to 81%.
Survival ShareAI-generated code is surviving longerSince the start of 2026, the share of accepted AI lines still present after 60 minutes has risen from roughly 76% to 81%.70%75%80%85%31 Jan '2628 Feb '2631 Mar '2630 Apr '26
| Date | Survival Share |
|---|---|
| 2026-01-07 | 76.6% |
| 2026-01-13 | 76.3% |
| 2026-01-19 | 76.2% |
| 2026-01-25 | 76.3% |
| 2026-01-31 | 77% |
| 2026-02-06 | 77.3% |
| 2026-02-12 | 77.7% |
| 2026-02-18 | 78.5% |
| 2026-02-24 | 79% |
| 2026-03-02 | 78.8% |
| 2026-03-08 | 78.9% |
| 2026-03-14 | 79.1% |
| 2026-03-20 | 79.1% |
| 2026-03-26 | 79.5% |
| 2026-04-01 | 79.6% |
| 2026-04-07 | 79.9% |
| 2026-04-13 | 79.9% |
| 2026-04-19 | 80% |
| 2026-04-25 | 80.2% |
| 2026-05-01 | 80.4% |
| 2026-05-07 | 80.6% |
| 2026-05-13 | 80.3% |
| 2026-05-16 | 80.6% |
Request costs differ widely by model family
Cost per agent request varies by nearly 9x across model families, showing that the same workflow can have very different cost profiles depending on the model behind it.
USD per Agent Request (Mean)
Request costs differ widely by model familyCost per agent request varies by nearly 9x across model families, showing that the same workflow can have very different cost profiles depending on the model behind it.$0.00$0.50$1.00$1.50opus 4.7opus 4.6gpt 5.5gpt 5.4
News to Guide
ニュースの次に確認する
発表内容を、現在の料金や仕様と照らし合わせられる関連ガイドです。
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み