NeFut Logo NeFut
Admin Login

[CS.AI] When Bots Join: Adoption in Open-Source Software

Published at: 2026-07-16 22:00 Last updated: 2026-07-17 08:45
#algorithm #C++ #Open Source

Abstract

AI agents are joining human teams, raising a fundamental question: when an automated agent becomes a regular participant, does group organization strengthen or weaken? We study this question in open-source software, where bots open pull requests, review code, and merge changes alongside people, leaving a public record of every interaction. Treating bots as participants rather than tools, we examine 2,991 GitHub projects for two years before and after each adopted its first bot.

We measure three capabilities linked to durable coordination: repeated engagement, social memory, and role differentiation, and two outcomes: conflict cascades and output distinctiveness. Bot adoption is followed by more repeated collaboration, greater recognition of specific bots in discussion, fewer conflict cascades, and more distinctive outputs. These changes cluster around adoption rather than accumulating gradually.

Lacking an untreated comparison group, we interpret the results as precisely timed associations, not causal effects. Two patterns are difficult for alternative explanations to account for: capabilities predict outcomes according to their function—coordination versus differentiation—rather than whether humans or bots provide them, and human-side capabilities account for the bot-conflict association but not the bot-distinctiveness association.

The findings are consistent with a specific interpretation: predictable, rule-based agents can become part of a community's social infrastructure. The bot is the occasion; social organization is the mechanism.

Blogger's Review: This research reveals the profound impact of bots on open-source projects, emphasizing the complexity of team collaboration and the integration of emerging technologies. Future open-source projects may become more efficient and distinctive due to bot participation.

Original Source: https://arxiv.org/abs/2607.13679

[h] Back to Home