次回の更新記事:誤解を招きやすいAI用語6選、技術語なのに揺れる意味(公開予定日:2026年04月30日)
AIDB Daily Papers

人間は統合し、エージェントは修正する:エージェントが作成したプルリクエストはどのように参照されているか

原題: Humans Integrate, Agents Fix: How Agent-Authored Pull Requests Are Referenced in Practice
著者: Islem Khemissi, Moataz Chouchen, Dong Wang, Raula Gaikovina Kula
公開日: 2026-04-05 | 分野: データセット 機械学習 AI エージェント コード プログラミング GitHub レビュー コラボレーション ソフトウェアエンジニアリング

※ 日本語タイトル・ポイントはAIによる自動生成です。正確な内容は原論文をご確認ください。

ポイント

  • 本研究では、コーディングエージェントが作成したプルリクエストの参照を分析し、その意図を分類しました。
  • 人間とエージェント間の相互作用をプルリクエストの形で捉え、メタコラボレーションの出現を示唆しています。
  • エージェントが作成したPRへの参照は、PRのライフサイクルとレビュー時間を大幅に延長させることを発見しました。

Abstract

Although coding agents have introduced new coordination dynamics in collaborative software development, detailed interactions in practice remain underexplored, especially for the code review process. In this study, we mine agent-authored PR references from the AIDev dataset and introduce a taxonomy to characterize the intent of these references across Human-to-Agent and Agent-to-Agent interactions in the form of Pull Requests (i.e. PRs). Our analysis shows that while humans initiate most references to agent-authored PRs, a substantial portion of these interactions are AI-assisted, indicating the emergence of meta-collaborative workflows, where humans mostly use references to build new features, whereas agents make them to fix errors. We further find that referencing/referenced PRs are associated with substantially longer lifespans and review times compared to isolated PRs, suggesting higher coordination or integration effort. We then list three key takeaways as potential future research directions into how to utilize these dynamics for optimizing AI coding agents in the code review process.

Paper AI Chat

この論文のPDF全文を対象にAIに質問できます。

質問の例:

AIチャット機能を利用するには、ログインまたは会員登録(無料)が必要です。

会員登録 / ログイン

💬 ディスカッション

ディスカッションに参加するにはログインが必要です。

ログイン / アカウント作成 →

関連するAIDB記事