The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

Pull requests written by different AI coding agents read and behave differently: description style predicts how quickly and positively humans respond and whether changes get merged, with sizable variation in reviewer engagement and merge rates across agents.

How AI Coding Agents Communicate: A Study of Pull Request Description Characteristics and Human Review Responses
Kan Watanabe, Rikuto Tsuchida, Takahiro Monno, Bin Huang, Kazuma Yamasaki, Youmei Fan, Kazumasa Shimari, Kenichi Matsumoto · February 19, 2026
arxiv correlational low evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Kan Watanabe unresolved corpus identity
  2. Rikuto Tsuchida unresolved corpus identity
  3. Takahiro Monno unresolved corpus identity
  4. Bin Huang unresolved corpus identity
  5. Kazuma Yamasaki unresolved corpus identity
  6. Youmei Fan unresolved corpus identity
  7. Kazumasa Shimari unresolved corpus identity
  8. Kenichi Matsumoto unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Kanetaka Watanabe provider ID
  2. Rikuto Tsuchida provider ID
  3. Takahiro Monno provider ID
  4. Bin Huang provider ID
  5. Kazuma Yamasaki provider ID
  6. Youmei Fan provider ID
  7. Kazumasa Shimari provider ID
  8. Kenichi Matsumoto provider ID
AI coding agents produce pull-request descriptions with distinct styles, and these stylistic differences are associated with variation in reviewer engagement, response timing, sentiment, and merge likelihood across agents.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

The rapid adoption of large language models has led to the emergence of AI coding agents that autonomously create pull requests on GitHub. However, how these agents differ in their pull request description characteristics, and how human reviewers respond to them, remains underexplored. In this study, we conduct an empirical analysis of pull requests created by five AI coding agents using the AIDev dataset. We analyze agent differences in pull request description characteristics, including structural features, and examine human reviewer response in terms of review activity, response timing, sentiment, and merge outcomes. We find that AI coding agents exhibit distinct PR description styles, which are associated with differences in reviewer engagement, response time, and merge outcomes. We observe notable variation across agents in both reviewer interaction metrics and merge rates. These findings highlight the role of pull request presentation and reviewer interaction dynamics in human-AI collaborative software development.

Summary

Main Finding

AI coding agents produce pull request (PR) descriptions with distinct communication styles, and those differences are associated with measurable variation in human reviewer behavior and final outcomes (engagement, sentiment, merge rates, and time-to-completion). Presentation (structure, verbosity, politeness) correlates with reviewer effort and processing speed, but presentation alone does not determine acceptance—code quality remains central.

Key Points

  • Dataset: 33,596 AI-generated PRs from five agents (GitHub Copilot, OpenAI Codex, Claude Code, Devin, Cursor) drawn from the AIDev dataset.
  • PR description features: 11 metrics covering work-style (files_changed, additions, deletions, commits), description-style (char, headers, lists, code blocks, emojis, politeness) and PR-compliance (conventional_commit). Features were Z-normalized for comparison.
  • Reviewer interaction: analyzed 94,865 raw comment/review records (filtered to 28,961 human comments; 24,813 English comments for sentiment). Metrics: comments_per_pr, comment_length (median), time_to_first_comment (median), sentiment (RoBERTa fine-tuned for SE texts).
  • Outcome metrics: merge_rate and time_to_completion (median). Statistical tests (Kruskal–Wallis, chi-square) show significant differences across agents (p < 0.001); medium–large effect sizes for comments_per_pr, merge_rate, and time_to_completion.
  • Representative agent-level outcomes:
    • OpenAI Codex: most structured descriptions (headers/lists), highest merge rate (82.6%), shortest median completion (0.02 hours).
    • Cursor: high merge rate (65.2%) and short completion (0.90 h) despite receiving relatively negative sentiment.
    • Claude Code: large textual descriptions, many positive sentiments and long reviewer comments, merge rate ≈59%, completion ≈1.95 h.
    • GitHub Copilot: highest comments per PR (heavy reviewer engagement) but low merge rate (43%) and long completion (13 h).
    • Devin: moderate behavior, merge rate ≈53.8%, completion ≈8.9 h.
  • Interpretation: Structured, readable PR descriptions are associated with faster reviewer responses and shorter review cycles; however, merges depend on code quality and other factors (repo norms, task complexity). Sentiment is contextual and should not be equated with technical correctness.

Data & Methods

  • Data source: AIDev dataset (pull_request, pr_commit_details, pr_commits, pr_comments, pr_reviews, pr_review_comments_v2).
  • Agents studied: GitHub Copilot, OpenAI Codex, Claude Code, Devin, Cursor.
  • Feature extraction:
    • Work-style metrics from commits/tables (files_changed, additions, deletions, commits).
    • Description-style metrics via regex on PR body (character count, header/list/code block densities, emoji count, politeness phrase density).
    • PR compliance via Conventional Commits pattern detection.
  • Normalization: Z-scores across all PRs to compare heterogeneous features.
  • Reviewer analysis:
    • Filtered out bot accounts and empty comments; restricted sentiment to English comments.
    • Sentiment classification via RoBERTa fine-tuned on software engineering corpora (positive/neutral/negative).
    • Engagement/depth/timing metrics: comments_per_pr mean, comment_length median, time_to_first_comment median.
  • Outcomes: merge_rate (percentage merged) and time_to_completion median for closed/merged PRs.
  • Statistical analysis: Kruskal–Wallis tests for continuous metrics, chi-square tests for categorical distributions; reported p-values and effect sizes.

Limitations noted by authors: - Observational design—no causal claims; potential confounders (task type, repo norms, code complexity). - Automated parsing may mischaracterize description elements. - Sentiment analysis limited to English, possibly biasing agent-level sentiment distributions. - Dataset limited to AIDev / GitHub context; external validity beyond these settings is uncertain.

Implications for AI Economics

  • Measuring AI productivity should include communication effectiveness, not only code output:
    • Merge rate and time-to-completion are meaningful economic signals of value; agents that produce clearer PRs can reduce transaction costs (reviewer time).
    • Productivity metrics that ignore reviewer burden (e.g., lines of code or number of PRs) may overstate the economic value of agents that force heavy human review.
  • Strategic design choices by agent developers have market effects:
    • Investing in PR-explanation/structure features (headers, lists, concise summaries) can increase acceptance and reduce review time, improving the effective productivity of adopters.
    • Agents optimized only for code generation may externalize costs to human reviewers (longer review cycles, lower merge rates), creating negative platform externalities.
  • Labor and task allocation:
    • Better communication from agents can substitute for portions of human review effort, shifting labor toward higher-value verification tasks; conversely, poor communication increases reviewer workload and may raise labor costs.
    • Firms adopting AI agents should account for both direct time savings and indirect costs (increased reviewer attention, potential rework).
  • Platform governance and incentives:
    • Repositories / platforms may want to standardize PR templates or require structured metadata to lower reviewer cognitive load and harmonize signals across agents.
    • Incentive schemes (e.g., scoring or badges for agent-generated PRs that meet description-quality standards) could align agent developer incentives with social welfare on code-hosting platforms.
  • Market competition and product design:
    • Merge-rate-adjusted performance metrics could become a competitive differentiator among AI-assistant providers; pricing/licensing might reflect not just raw code capability but integration into human workflows.
  • Policy and regulation:
    • When assessing AI contributions (for attribution, licensing, or compensation), regulators and firms should consider reviewer costs and acceptance rates, not only generation counts.
  • Recommendations for economic evaluation and product strategy:
    • Use merge-rate and reviewer-time-adjusted productivity measures when estimating ROI from AI coding tools.
    • Encourage agent developers to optimize for structured explanations and PR compliance as part of product-market fit.
    • Platforms should collect standardized signals (e.g., time-to-completion, comments per PR) to inform adopter decision-making and to monitor systemic reviewer burden.

Suggested next steps for researchers and practitioners: - Incorporate task and repository controls to identify causal effects of PR presentation on acceptance. - Estimate monetary value of reduced reviewer time from better-structured PRs to inform cost–benefit analyses. - Explore incentive mechanisms on platforms to reward agents that lower overall review costs.

Assessment

Paper Typecorrelational Evidence Strengthlow — Findings are based on observational associations without a credible source of exogenous variation or causal identification; observed differences could reflect confounding by repository, task type, developer behavior, or time effects rather than agent effects. Methods Rigormedium — The study systematically analyzes structural PR features and multiple reviewer-response outcomes (engagement, timing, sentiment, merge), likely with comprehensive extraction from the AIDev dataset; however, absent stronger causal designs, robustness checks, or controls for key confounders (as reported), the analytic rigor is limited to descriptive and correlational inference. SamplePull requests created by five AI coding agents, drawn from the AIDev dataset of GitHub PRs; includes PR descriptions, structural/text features, timestamps, reviewer comments and sentiment, review activity measures, and merge outcomes (exact sample size, time window, and repository selection criteria not specified). Themeshuman_ai_collab productivity adoption IdentificationObservational cross-sectional comparison of pull request (PR) description features and reviewer responses across five AI coding agents using the AIDev dataset; identification relies on covariation and descriptive/statistical associations (no randomization, instrument, or natural experiment to support causal inference). GeneralizabilityOnly five AI agents studied — results may not generalize to other or newer models/agents, Public GitHub repositories only — excludes private/enterprise codebases and different review processes, AIDev sampling/design may not represent typical distribution of AI-generated PRs (selection bias), Temporal limitation — agent behavior and reviewer norms evolve rapidly as models and tooling change, Repository, language, and task heterogeneity may confound agent differences (limited control across contexts), Reviewer populations and organizational workflows vary; findings may not hold in other team structures or cultures

Claims (6)

ClaimDirectionOutcomeConfidence & EvidenceDetails
AI coding agents exhibit distinct pull request description styles. Output Quality mixed pull request description characteristics (structural features)
Reading fidelity high
Study strength medium
not reported
0.3
Pull request description styles are associated with differences in reviewer engagement. Team Performance mixed reviewer engagement (review activity metrics)
Reading fidelity high
Study strength medium
not reported
0.3
Pull request description styles are associated with differences in reviewer response timing. Task Completion Time mixed reviewer response time (timing)
Reading fidelity high
Study strength medium
not reported
0.3
Pull request description styles are associated with differences in merge outcomes. Adoption Rate mixed merge outcomes (merge rates)
Reading fidelity high
Study strength medium
not reported
0.3
There is notable variation across different AI coding agents in reviewer interaction metrics and merge rates. Adoption Rate mixed reviewer interaction metrics and merge rates
Reading fidelity high
Study strength medium
not reported
0.3
Pull request presentation and reviewer interaction dynamics play a role in human-AI collaborative software development. Team Performance mixed influence of PR presentation on reviewer behavior and collaboration outcomes
Reading fidelity high
Study strength speculative
not reported
0.05

Notes