AIアプリはどこにあるのか?
Answer.AIによる分析は、ChatGPTリリース後もPythonパッケージの作成数や更新頻度に目立った増加が見られず、AIによる生産性向上が実際のソフトウェア供給量の増加分に直結していない現状を示している。
キーポイント
パッケージ作成数の推移分析
PyPIにおける新規パッケージ作成数を調査した結果、ChatGPTリリース後も急激な増加は見られず、過去のスパイクは大半がスパムやマルウェアによるものだった。
実質的なソフトウェア生産性の指標
単なるパッケージ作成数ではなく、実際にダウンロードされ維持されている「本物の」パッケージの更新頻度をコホート分析した。
AIによる生産性向上と供給量の乖離
開発者が2倍〜100倍の生産性向上を謳う一方で、世の中が求めるソフトウェアの総量が増加していないという「AI効果」の欠如が指摘されている。
2026年4月の更新データ
記事公開後の追記として、2026年3月に新規パッケージ作成数が前年同期のほぼ倍となる25,000件を超えたことが報告されているが、その後の維持状況は不透明である。
AIパッケージの更新頻度の顕著な増加
ChatGPT登場後、AI関連パッケージは非AIパッケージと比べて最初の12ヶ月間で更新頻度が約2倍(中央値20回)に達している。
人気とAI属性の複合効果
この更新頻度の増加は単なる人気によるものではなく、特に「人気のあるAIパッケージ」に集中しており、その更新数は非AIパッケージの約2倍となっている。
AI以外の要因の検討
全体的な更新頻度の増加傾向は2019年から始まっており、CIツールの普及などAI以外の要因も影響している可能性があるが、AIパッケージ特有の劇的な増加は確認された。
影響分析・編集コメントを表示
影響分析
この記事は、AIによる開発効率化の謳い文句と現実の市場供給との間に大きなギャップがあることを示唆しており、AI投資や採用戦略に対する冷静な視点を提供する。開発者コミュニティや企業経営者に対し、単なるツールの導入ではなく、実際のアウトプットの質と持続可能性を問う重要な指標となる。
編集コメント
AIによる生産性向上が「量」ではなく「質」や「内部効率」に留まっている可能性を示す興味深い分析であり、AI導入のROI評価において従来の指標の見直しが必要であることを示唆しています。
バイブコーディングやエージェントツールの愛好家たちは、生産性が2倍、10倍、もしかすると100倍にもなると主張しています。ある人はゼロからウェブブラウザを完全に構築しました。素晴らしいことです!
そこで懐疑派は当然のように尋ねます。それでは、すべてのアプリはどこにあるのでしょうか?AI ユーザーの生産性が(控えめに見積もって)2 倍になったとしても、ソフトウェアの生産量が2倍になる様子を確認できる場所はどこにあるのでしょうか?こうした問いはすべて、「世界はより多くのソフトウェアを求めている」という前提から始まります。つまり、ソフトウェアを作るコストが下がれば、人々はより多く作るようになるという考え方です。もしその前提に同意されるなら、新しいソフトウェアの余剰、あるいは私たちが「AI 効果」と呼ぶべきものはどこにあるのでしょうか?
Python パッケージの中核リポジトリである PyPI を見てみましょう。これは規模が大きく、公開されており、一貫して測定されているため、そこで何らかの AI 効果が見られると期待できます。
パッケージ数のカウント
注記(2026年4月更新)
さて、この記事を公開してから状況が変化しました。2026年3月には、PyPI における新規パッケージ作成数が25,000を超え、前年同期の2025年3月の数値のほぼ倍に達しました。これらのパッケージが将来的にも維持されるかどうか、私たちは興味深く見守っています。
ありますね、お分かりですか?ChatGPT のリリースです。上部のグラフを見ると、ソフトウェア生産性における時代を分ける革命的な変化のように見えるでしょうか?いいえ、そうは見えません。
下部のグラフには、2020年以降を「AI 時代」と呼ぶかもしれない時期に、月間新規パッケージ数に関するいくつかのスパイクが見られます。しかし、それらは実際のパッケージ作成ではなく、スパムやマルウェアの洪水によるものです。

PyPI 上のパッケージ総数が 80 万個まで指数関数的に増加し、月間の新規パッケージ数が 5,000〜15,000 個の間で変動していることを示す 2 パネルのチャート。ChatGPT のリリース時期がマーキングされていますが、明確な転換点は見られません。
これは興味深いですね。AI がソフトウェアエンジニアの生産性を向上させているなら、なぜ彼らはより多くのソフトウェアを生産していないのでしょうか?
更新回数のカウント
しかし、あなたはこう言うかもしれません。「パッケージ作成」は適切な指標ではありません。誰でも「Hello World」デモのような何もないものをパッケージとして作成し、アップロードできます。これは、実際に人々が使用し、時間とともに維持される耐久性のある何かを作成するよりも常に簡単です。私たちは、実際にダウンロードされ、使用され、時間とともにメンテナンスされている「本物」のパッケージ、つまり実用的なパッケージを見るべきなのです。
では、別のチャートを考えてみましょう。まず、2025 年 12 月時点で PyPI で最もダウンロードされた Python パッケージ上位 15,000 個を収集します。次に、これらのパッケージを誕生年でコホート(世代)に分類し、各コホートについて時間経過に伴う中央値のリリース頻度をプロットします。これは、実際に使用されている本物のソフトウェアの生産量を示す合理的な代理指標と言えるでしょう。
あるコホートの時間経過に伴うリリース頻度を示すために、私たちは線を描きます。したがって、以下のチャートでは、各線は、その年に誕生したパッケージのライフサイクルにおける最初の 12 ヶ月間の更新リリース数を示す点から始まります。その後、パッケージが年を重ねるにつれて線は続いていきます。
さて、何が見えてくるでしょうか?ChatGPT の登場後、パッケージはより頻繁に更新されるようになったのでしょうか?

うーん……そうでしょうか?
明らかに、ChatGPT 登場後に誕生したパッケージは、最初の 1 年間に 13 回(年間リリース数)更新されるのに対し、2014 年に誕生したパッケージは 6 回しか更新されていません。これは、コホート(世代別グループ)のライフラインが時間とともにより高い位置から始まっているという事実からも確認できます。
しかし、これは AI による生産性向上に起因するものとは言い切れないほど早期に始まったトレンドを継続しているように見えます。最初の年のリリース頻度は、2019 年(年間 10 回)にすでに増加し始めており、これは現代的な AI コーディングツールが出現するはるか以前のことです。これはむしろ、GitHub Actions などの継続的インテグレーション(Continuous Integration: CI)ツールの採用拡大によるものの方が可能性が高いでしょう。これらのツールは、AI ツールよりも長く存在しています。
この増加が完全に AI のせいにできないもう一つの理由は、このチャートに示されている別の効果です。それは、パッケージが古くなるほどリリース頻度が低下するという事実です。これは、すべてのコホートのライフラインが時間とともに減少していることからわかります。しかし、この傾向は変わっていません。つまり、人々はパッケージが古くなったときに更新頻度を高めるような使い方で AI を活用していないのです。
AI に関する話ですが
しかし、初期のリリース頻度の増加の一部は、確かに AI による生産性向上の結果ではないでしょうか?より深く見てみましょう。
パッケージを「AI に関するもの」と「それ以外」に分類し、パッケージの説明に基づいてグループ分けしてみましょう。4 ここで AI の効果を確認できるでしょうか?

そこにあります!あるいは、少なくとも何かがあります。
AI に関するものではないパッケージは、ChatGPT 以前のコホートと非常に似ており、年間のリリース数における同様の緩やかな増加傾向を示しています。
しかし対照的に、AI に関するパッケージではリリース頻度が劇的に増加しています。例えば、2023 年に最初にリリースされた AI 関連のパッケージは、最初の 12 ヶ月間で中値として 20 回のリリースに達しました。同じ年の非 AI パッケージの対応するもののおよそ 2 倍です。
要するに、何らかの理由で、新たに作成された AI に関するパッケージは、はるかに頻繁に更新されています。
あるいは、これは人気度に関する話なのでしょうか?
もちろん、現在 AI は非常に人気があります。AI に関するパッケージがより頻繁に更新されているのを見ると、私たちは単に人気のあるパッケージほど頻繁に更新されるという事実を観察しているだけではないでしょうか?
その疑問に答えるために、もう一度分割してみましょう。2025 年 12 月のダウンロード数上位 15,000 パッケージからなる初期グループを、より人気の高い 7,500 とより人気が低い 7,500 の 2 つのグループに分けます。
「AI に関するパッケージ」についての私たちの観察は、単に人気度に関する観察に過ぎなかったのでしょうか?

いいえ。右上の四分円に注目してください:ChatGPT 登場後、人気のある AI パッケージは年間中央値で 21〜26 のリリース数を記録し、これは人気のない非 AI パッケージが安定して維持してきた約 10 を大きく上回っています(また、人気が低い AI パッケージよりも大幅に多い数値です)。
つまり、リリース頻度において 2 倍以上の効果が確認され、それは特に AI に特化した最も人気のあるパッケージに集中しています。
もちろん、興味深いのは「なぜか?」という点です。
では、何が原因なのかを考える前に、証拠を振り返りましょう:
ChatGPT 登場後、パッケージ全体の作成率に明白な増加は見られず、パッケージ全体の更新率についてもわずかな増加にとどまっています。
年を追って更新頻度が小規模かつ着実に上昇していますが、この傾向は ChatGPT の登場以前から存在しています。
人気のある AI パッケージでは更新頻度が大幅に(2 倍以上)増加しており、人気が低い AI パッケージでも若干の増加が見られます。
なぜこのような証拠のパターンが現れているのかを問うと、実際には「何が起きていないか」を結論づけるのに十分な根拠となり、「何が起きているのか」についていくつかの妥当な解釈を示唆していることがわかります。5
AI は開発者全体の生産性を劇的に向上させているのでしょうか?
いいえ。開発者全体が 100 倍、あるいは 10 倍も生産的になったという兆候は見ていません。新しいパッケージや新パッケージの更新が急増しているという事実は存在しません!
安心してください。あなただけが参加していないパーティーを、 literally(文字通り)他の全員が招待されたわけではありません。
AI を活用することで、一部の開発者ははるかに高速に構築しているのでしょうか?
おそらくそうでしょう。しかし、可視的な集計効果はまだ非常に控えめです。一部の開発者がこの大きな恩恵を受けているとしても、その数は決して多くないはずです。あるいは、主張されている恩恵は実際にはそれほど大きくないのかもしれません。私たちが集計で見ているのは、パッケージの更新頻度におけるほとんどの上昇はありません。
しかし、AI に関する新しく作成された人気のあるパッケージにおいて、私たちは上昇を確認しています。
人々は AI を利用するための膨大な量のソフトウェアを構築しているのでしょうか?
はい、彼らはそうしています。AI に関する最近のパッケージにおける更新頻度の急増が、ここでは主要な効果です。この効果が限定的であるという事実は、説明が必要な謎となっています。
では、もう一度問いましょう。なぜでしょうか?なぜこの急増が AI に関するソフトウェアに集中しているのでしょうか。私には二つの仮説があります:
AI の「スキル問題」。AI ツールを構築している人々は、AI を効果的に使用する方法を知っている可能性が最も高い人々かもしれません。これにより、AI パッケージに対してより大きな生産性向上が生じるでしょう。しかし、スキルだけがこの急増を説明するのであれば、すべての AI パッケージにわたって期待されるはずです。代わりに、2x2 チャートはこれが最も人気のあるものに集中していることを示しており、何か他の要因も作用していることを示唆しています。
お金と過熱感 🤑💰。AI には莫大な資金と熱意が流れ込み、それが(他の多くのものと同様に)PyPI パッケージへと変換されています。もしかすると、これらのパッケージに取り組む開発者たちがより生産的になったわけではありません。むしろ、その作業を支えるための資金が増えたため、彼らがより多く働いているだけなのかもしれません。図 3 のコホート規模はこの点を裏付けています:2021 年コホートの非 AI から AI への比率は 6:1 を超え(1211 対 185)ですが、2024 年コホートの比率は 2:1 を下回っています(727 対 423)。この見方によれば、AI が開発者を超人化しているというよりは、AI に対する過剰な関心が、AI 関連のパッケージの作成と反復をより高いペースで行うための資金を提供しているのです。
しかしながら、データはこれらの効果のうちどちらが大きいのかを教えてくれません。
ただし言えることは、現時点での生成 AI の革命による主要な計測可能な影響は、あらゆるソフトウェアにおけるカムリアン爆発(生物多様性の急激な増加)ではなく、AI エコシステムの一部であるパッケージ自体の更新における、鋭く集中的なバーストです。
脚注
公式 PyPI ブログを参照:インバウンドマルウェア量レポート↩︎
このデータは、hugovk による 2026 年 1 月 19 日時点の上位 15,000 件の PyPI パッケージの月次ダンプからダウンロードされました。↩︎
各パッケージの初回アップロードからの 12 ヶ月ウィンドウでリリースをカウントしており、暦年度ではありません。これにより、最初の年の部分的な数値を年換算する必要がなくなります。非最終版(alpha, beta, rc, dev, post)は除外されます。↩︎
私たちは、PyPI の説明に基づいてパッケージを「AI 関連」または「それ以外」と分類するために GPT5.2 を使用しました。100 パッケージを手動でラベル付けした結果、93% の一致率に達しました。この分類は完璧ではありませんが、方向性を示すには有用です。
すべての分析コードとデータは https://github.com/AnswerDotAI/pypi-analysis で利用可能です。
原文を表示
Fans of vibecoding and agentic tools say they are 2x as productive, 10x as productive – maybe 100x as productive! Someone built an entire web browser from scratch. Amazing!
So, skeptics reasonably ask, where are all the apps? If AI users are becoming (let’s be conservative) merely 2x more productive, then where do we look to see 2x more software being produced? Such questions all start from the assumption that the world wants more software, so that if software has gotten cheaper to make then people will make more of it. So if you agree with that assumption, then where is the new software surplus, what we might call the “AI effect”?
We’ll look at PyPI, the central repository for Python packages. It’s large, public, and consistently measured, so we should expect to see some AI effect there.
Counting packages
NoteUpdate (April 2026)
Well, something changed since we published this. In March 2026, new package creation on PyPI increased to over 25,000. That’s nearly double March 2025’s figure. We’ll be curious to see whether they’ll be maintained over time.
There it is, see it? The release of ChatGPT. Does it look like an epochal revolution of software productivity on the upper chart? No.
There are a few spikes in the lower chart showing new packages/month, in what you might call the “AI era” of 2020 onward. But those reflect spam and malware floods, not genuine package creation.1

Two-panel chart showing PyPI total packages growing exponentially to 800k and new packages per month fluctuating around 5-15k, with ChatGPT release marked showing no obvious inflection point
This is curious. If AI is making software engineers more productive, why aren’t they producing more software?
Counting updates
But, you might say, package creation is not the right measure. Anyone can create and upload a “package” which is nothing but a hello world demo. This is always easier than creating something durable which people actually use. We want to look at “real” packages, packages which are actually downloaded, used, and maintained over time.
Okay, so let’s consider a different chart. We start by gathering the 15,000 most downloaded Python packages on PyPI in December 2025.2 Then we split the packages into cohorts based on their birth-year, and for each cohort we plot their median release frequency over time.3 This seems like a reasonable proxy measure of the production of real, actively-used software.
To show one cohort’s release frequency over time, we draw a line. So in the chart below, every line starts with a point showing the number of update releases within the first 12 months of the life of a package born in that year. The line proceeds as the package ages.
So what do we see? Do packages get updated more frequently after the advent of ChatGPT?

Well … sort of?
We clearly see that packages born after ChatGPT were updated more frequently within their first year (13 releases/year) than packages born back in 2014 (6 releases/year). This is seen in the fact that the cohort life lines start higher over time.
But this looks like it’s continuing a trend which starts too early to be attributed to an AI productivity boost. First-year release frequency started increasing in 2019 (at 10 releases/year), well before modern AI coding tools appeared. This seems just as likely to be due to growing adoption of continuous integration tools like GitHub Actions, which have been around longer.
Another reason to doubt this increase is entirely due to AI is the other effect visible in this chart, which is that packages are released less frequently as they get older. This is seen in the fact that all of the cohort life lines decrease over time. That has not changed. In other words, people are not using AI in a way that leads them to update a package more frequently as it ages.
It’s about AI
But surely some of that increase in initial release frequency is due to an AI boost? Let’s look deeper.
Let’s split packages by whether they’re about AI or not, by classifying based on the package’s description.4 There can we see an AI effect?

There it is! Or at least, there’s something!
Packages which are not about AI look much more like their pre-ChatGPT era cohorts, in that they show the same modest secular trend of increasing releases per year.
But in contrast, the packages which are about AI show a dramatic increase in release frequency. For example, the packages first-released in 2023 about AI reached a median of 20 releases in their first 12 months. Almost 2x their non-AI counterparts in the same year.
In short, for some reason, newly created packages about AI are being updated much more frequently.
Or is it about popularity?
Of course, AI is very popular right now. When we see that packages about AI are updated more frequently, are we merely observing that popular packages are updated more frequently?
To address that question, let’s do one more split. Let’s take our initial group of the top 15,000 packages by download in December 2025, and split it into two groups, the more popular 7,500 and the less popular 7,500.
Was our observation regarding packages “about AI” merely an observation regarding popularity?

No. The top-right quadrant jumps out: popular AI packages jumped to 21-26 median releases per year post ChatGPT, more than double the ~10 that popular non-AI packages have held steady at (and also significantly more than the less popular AI packages).
So we do see a >2x effect in release frequency, and it’s concentrated in the most popular packages about AI specifically.
But of course the interesting question is, why?
So what?
Before considering what’s causing this, let’s recap the evidence:
There is no obvious increase in the rate of package creation as a whole, post-ChatGPT, and only a marginal increase in the rate of package updates as a whole.
There is a small, steady increase in update frequency over the years, but this trend predates ChatGPT.
There is a large (>2x) increase in update frequency for popular AI packages, and a smaller bump for less popular AI packages.
If we ask why we see this pattern of evidence, we discover that it’s actually adequate to let us conclude that some things are not happening, and to suggest some plausible interpretations for what is going on.5
Is AI massively boosting developer productivity across the board?
No. We are not seeing indications that developers as a whole are 100x or even 10x more productive. The bumper crop of new packages, or new package updates, just does not exist!
Relax. You are not missing a party that literally everyone else was invited to.
Are some developers building much faster, by using AI?
Perhaps? But the visible aggregate effect is still so modest, that if some devs are getting this big boost, there certainly aren’t many of them. Or else the purported boost is not really that big. What we see in aggregate is hardly any uptick in package update frequency.
However, we do see a boost in newly-created popular packages about AI.
Are people building an enormous amount of software for using AI?
Yes, yes they are. The jump in update frequency for recent packages about AI is really the headline effect here. The narrowness of this effect is the puzzle that needs to be explained.
So, let’s ask again, why? Why is this jump concentrated in software about AI? We do have two hypotheses:
AI “skill issue”. Maybe people building AI tools are also the ones most likely to know how to use AI effectively. This would produce a bigger productivity boost for AI packages. But if skill alone explained the jump, we’d expect it across all AI packages. Instead, the 2x2 chart shows it’s concentrated in the most popular ones, which suggests something else is also at play.
Money and hype 🤑💰. An enormous amount of funding and enthusiasm has flowed into AI, and it is being converted into (amongst other things) PyPI packages. Maybe it’s not that developers working on these packages have gotten more productive. It’s just that they work more, because there is more money to pay for that work. The cohort sizes in figure 3 illustrate this: the 2021 cohort has a non-AI to AI ratio of over 6:1 (1211 to 185). While the 2024 cohort ratio is under 2:1 (727 to 423)! On this view, it’s not so much that AI is making developers superhuman, but that supercharged interest in AI is paying for a higher rate of creation and iteration of packages about AI.
Alas, the data do not tell us which of these effects is larger.
But what we can say is that the main measurable impact of the generative AI revolution, so far, at least on the PyPI ecosystem, is not a Cambrian explosion in all software. But a sharp and concentrated burst in the updating of packages that are themselves part of the AI ecosystem.
Footnotes
See the official pypi blog: Inbound Malware Volume Report↩︎
This data was downloaded from hugovk’s monthly dump of 15,000 top-pypi-packages January 19th 2026.↩︎
We count releases in 12-month windows from each package’s first upload, not calendar years. This avoids having to annualize partial first-year figures. Non-final versions (alpha, beta, rc, dev, post) are excluded.↩︎
We used GPT5.2 to classify packages as “AI-related” or not based on their PyPI description. We agreed on 93% after labeling 100 packages ourselves. The classifications are imperfect but directionally useful.↩︎
All analysis code and data is available at https://github.com/AnswerDotAI/pypi-analysis.↩︎
関連記事
Anthropic や OpenAI は、ユーザーが支払う 100 ドルあたり 1,000 ドル以上を費やしている可能性がある(39 分読了)
TLDR AI は、LLM を活用したコーディングがすぐに安価になる見込みはないと指摘し、現在の利用はサブスクリプションの大幅な補助によるものだと説明しています。API を使用した本格的なユースケースではコストが高騰しており、開発者は費用増への備えとしてより堅牢なシステムの構築を準備する必要があるとしています。
大規模なエージェント開発の検証(8 分読了)
Cognition のイド・ペソク氏は、Devin に自律的なエンドツーエンドテストを組み込む過程で得た教訓を共有。Devin セッションの非同期実行が対話型を上回り、マージ前の検証結果が必須要件となったと述べる。
動的ワークフローの紹介(3 分読了)
Jarred Sumner は動的ワークフローを活用し、Bun を Zig から Rust に書き換え、11 日間で 75 万行のコードを処理してテストスイートの成功率 99.8% を達成した。この手法では Claude がタスクを細分化し、エージェントが並列実行して結果が収束するまで動作する。
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み