返回精选
AI 精选动态 智能评分 60

MIT研究:AI编码工具大幅增加代码量但交付提升有限

来源: twitter关注列表
作者: Rohan Paul (@rohanpaul_ai)
发布于: 2026-06-26
收录于: 2026-06-26
AI 推荐理由
该研究量化了AI编码工具的实际交付瓶颈,指出代码提交与发布之间的巨大差距,值得关注其对开发者工具效率的真实影响。
核心解读
MIT研究分析10万+GitHub开发者,发现AI编码代理使代码提交增加180%,但实际发布仅增加30%。应用市场新应用数量上升,但总使用量未增加,表明AI提升代码生成效率但未相应提升实际交付。
全文
MIT study. Code volume surges by 300%, but output increases by only 30%: The AI dividend meets an awkward reality. They studied 100,000+ GitHub developers and find that AI coding agents massively increase code production, but much less of that work becomes shipped software. Autonomous AI coding agents raised commits by 180%, but releases rose only 30%. The paper’s main idea is that software production has weak links, so faster code writing does not help as much when humans still need to review, connect, test, package, and ship the work. The authors also check app marketplaces and find more new apps, but no increase in total usage, which means more software appeared without clear evidence that users adopted more software. The marketplace evidence points the same way: more new apps appeared, but total usage did not rise. The authors compare more than 100,000 GitHub developers before and after they start using 3 generations of AI coding tools, from autocomplete to more independent coding agents. Autocomplete raised commits by 40%, interactive coding agents raised them by 140%, and autonomous coding agents raised them by 180%. The 180% commit gain shrank to 50% for the number of projects and 30% for actual releases. The estimated "elasticity of substitution" is 0.25 i.e. for every big improvement in AI’s usefulness, only a small amount of human work can be replaced. Because AI can write code faster, but humans are still needed to decide what to build, check if the code works, connect it with the rest of the product, fix messy edge cases, and actually ship it. --- papers .ssrn.com/sol3/papers.cfm?abstract_id=6859839 ![photo](https://pbs.twimg.com/media/HLxhAXoacAACTNF.png) > **引用原帖 Rohan Paul (@rohanpaul_ai):** > Nobody is using vibe coded apps 🤔🤔 > App releases have jumped hard, but the demand signals are moving the wrong way. > -- > Image from FT > ft .com/content/8e9ae7a4-7209-4e2c-aa36-f3af77d6ce1f?syn-25a6b1a6=1 https://t.co/t2aRY4vL5j > https://x.com/rohanpaul_ai/status/2070634196700401722
#技术#研究#分析