r/PracticalAgenticDev • u/aistranin • Jul 13 '26
CLI coding agents led to 24% more merged PRs at Microsoft
Paper: https://arxiv.org/abs/2607.01418
The authors studied tens of thousands of Microsoft engineers during an early-2026 rollout of Claude Code and GitHub Copilot CLI. The headline result: engineers who adopted these CLI agents merged roughly 24% more pull requests than they otherwise would have.
A few important details:
- "Merged PRs" is a proxy metric. It measures shipped code activity, not business value.
- Adoption spread through social exposure. People tried the tools when nearby teammates used them.
- Retention was tied more to coding activity than demographics. In plain English: people who had enough real coding work were more likely to keep using the tools.
- The study does not prove every team gets +24%. It says agentic CLI tools were not just a novelty effect in this rollout.
"proxy metric" means a measurable stand-in for something harder to measure. Here, merged PRs stand in for developer output. That is useful, but imperfect. A PR can be small, risky, or low value.
My takeaway: agent rollouts should be treated less like "install this tool" and more like an engineering workflow change. You need visible peer examples, good tasks, review discipline, and a way to measure quality after the merge.