菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-02-12
📄 Abstract - On the Adoption of AI Coding Agents in Open-source Android and iOS Development

AI coding agents are increasingly contributing to software development, yet their impact on mobile development has received little empirical attention. In this paper, we present the first category-level empirical study of agent-generated code in open-source mobile app projects. We analyzed PR acceptance behaviors across mobile platforms, agents, and task categories using 2,901 AI-authored pull requests (PRs) in 193 verified Android and iOS open-source GitHub repositories in the AIDev dataset. We find that Android projects have received 2x more AI-authored PRs and have achieved higher PR acceptance rate (71%) than iOS (63%), with significant agent-level variation on Android. Across task categories, PRs with routine tasks (feature, fix, and ui) achieve the highest acceptance, while structural changes like refactor and build achieve lower success and longer resolution times. Furthermore, our evolution analysis shows improvement in PR resolution time on Android through mid-2025 before it declined again. Our findings offer the first evidence-based characterization of AI agents effects on OSS mobile projects and establish empirical baselines for evaluating agent-generated contributions to design platform aware agentic systems.

顶级标签: agents systems model evaluation
详细标签: ai coding agents software development pull request analysis mobile development empirical study 或 搜索:

关于AI编程助手在开源Android和iOS开发中的应用研究 / On the Adoption of AI Coding Agents in Open-source Android and iOS Development


1️⃣ 一句话总结

这篇论文通过分析近3000个AI生成的代码合并请求,首次实证研究发现,在开源移动应用项目中,Android项目比iOS项目接受了更多AI贡献的代码且接受率更高,同时常规开发任务的代码更容易被采纳,而结构性修改则成功率较低。

源自 arXiv: 2602.12144