← Latest papers
💻 computer science

Humans Integrate, Agents Fix: How Agent-Authored Pull Requests Are Referenced in Practice

This study analyzes agent-authored pull request references in the AIDev dataset to reveal that humans primarily use them for feature integration while agents use them for error fixing, uncovering emerging meta-collaborative workflows and demonstrating that such referenced PRs require significantly longer review times and lifespans due to increased coordination efforts.

Original authors: Islem Khemissi, Moataz Chouchen, Dong Wang, Raula Gaikovina Kula

Published 2026-04-07
📖 4 min read☕ Coffee break read

Original authors: Islem Khemissi, Moataz Chouchen, Dong Wang, Raula Gaikovina Kula

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine a bustling construction site where the traditional workers (humans) are now hiring a team of super-fast, tireless robot apprentices (AI coding agents) to help build a skyscraper (the software).

This paper is like a security camera report that analyzes how these humans and robots are actually working together on the site, specifically looking at how they talk to each other about their blueprints and fixes.

Here is the breakdown of what the researchers found, using simple analogies:

1. The Setup: Who is doing what?

In the past, humans did all the building. Now, robots can write code, fix bugs, and submit "Pull Requests" (which are just formal requests to add their work to the main building). The researchers wanted to know: When these robots submit their work, how do humans and other robots react to it?

They looked at over 33,000 robot submissions to see how often they were linked to other projects.

2. The Big Discovery: "Humans Build, Robots Fix"

The most important finding is a clear division of labor, which the authors summed up as "Humans Integrate, Agents Fix."

  • The Humans are the Architects and Integrators: When a human references a robot's work, they are usually saying, "Great job on that wall! Now, let's add a window to it," or "Let's build a whole new wing based on that foundation."

    • 59% of the time, humans use robot code to add new features or expand the project.
    • They are the ones connecting the dots and building the bigger picture.
  • The Robots are the Self-Correctors: When a robot references another robot's work, it's usually saying, "Oops, I made a mistake in that last wall. Let me patch it up," or "I need to undo that change because it's broken."

    • 68% of the time, robots reference work to fix errors or correct previous mistakes.
    • They are rarely building new things on top of other robots' work; they are mostly cleaning up their own messes.

3. The "Meta-Collaboration" Twist

Here is a funny and surprising part: Humans are using robots to talk to other robots.

The researchers found that when a human wants to reference a robot's code, they often ask another robot to help them write that reference.

  • Analogy: Imagine a human foreman asking a robot, "Hey, can you draft a note to the other robot explaining why we need to change its blueprint?"
  • This creates a "meta-collaboration" loop where humans use AI to manage their relationship with other AIs. It's like having a robot secretary help you write an email to another robot.

4. The "Linked" Projects Take Longer

The study also looked at how long these projects take to finish.

  • Isolated Work: If a robot just does a small, standalone task, it gets approved quickly.
  • Linked Work: If a robot's work is connected to other projects (referenced), it becomes a heavy lift.
    • Analogy: Think of a solo bricklayer vs. a team trying to build a complex archway. The archway (linked PR) takes twice as many people, twice as many discussions, and twice as long to finish because everyone has to make sure the pieces fit together perfectly.
    • The data showed that "linked" robot code takes significantly longer to review and involves much more discussion.

5. The "Self-Reference" Habit

The researchers noticed that when robots talk to other robots, they mostly talk to themselves.

  • Analogy: It's like a robot writing a note to its own past self saying, "Remember that door I installed yesterday? It was the wrong size. I'm sending a new one to fix it."
  • Robots rarely collaborate with other robots to build new things together. They mostly work in isolation or fix their own previous attempts.

Summary: What does this mean for the future?

The paper concludes that we are entering a new era of teamwork:

  1. Humans are the visionaries: They take the robot's basic blocks and turn them into a masterpiece.
  2. Robots are the quality control: They are great at spotting their own mistakes and fixing them, but they need humans to guide the overall direction.
  3. The process is getting complex: When robots and humans mix their work, it takes more time and effort to get it right, but the result is a more integrated and robust system.

In short: Let the robots fix the leaks, but let the humans build the house.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →