Production-Scale Study of 761M GitHub Copilot Calls Reveals How AI Coding Agents Differ from Chatbots
Summarized by AI from reporting by ArXiv cs.AI, published under our editorial policy.
A first-of-its-kind analysis of 761 million LLM calls from GitHub Copilot traces reveals that AI coding agents produce sparse, autonomous workloads distinct from chatbots, with major implications for AI system design and infrastructure.

Key takeaways
- The study analyzed 13 million sessions from 3.2 million GitHub Copilot users, comprising 761 million LLM calls and 95 trillion tokens.
- Agentic coding sessions consist of sparse user-initiated turns that unfold into long autonomous sequences of LLM inference and tool execution.
- The workload properties of AI coding agents differ significantly from chatbots, with implications for system design, caching, and resource allocation.
- This is the first production-scale characterization of AI coding agent workloads, based on sampled GitHub Copilot traces from June 2026.
A new study published on ArXiv presents the first production-scale characterization of AI coding agent workloads, using sampled GitHub Copilot traces from June 2026. The research analyzed 13 million sessions from 3.2 million users, comprising 761 million LLM calls and 95 trillion tokens, to understand how tools like GitHub Copilot, Claude Code, and Codex behave in real-world use.
Agentic Coding Sessions Are Sparse and Autonomous
The study found that agentic coding sessions consist of sparse user-initiated turns, each of which unfolds into a long autonomous sequence of LLM inference steps interleaved with tool execution. This is fundamentally different from chatbot workloads, which are more interactive and conversational. The autonomous sequences mean that coding agents generate far more LLM calls per user action than a typical chatbot, creating a distinct and more complex workload pattern.
Key Workload Properties with Systems Implications
The analysis revealed several distinctive workload properties that have important implications for AI infrastructure. For example, the ratio of LLM calls to user inputs is much higher in coding agents than in chatbots, and the sequences of tool calls and model inferences are longer and more varied. These patterns affect how systems should be designed for latency, caching, and resource allocation. The study provides the first empirical evidence of these differences at scale.
Why This Matters for AI Tool Design
For developers and AI researchers, this research provides a data-driven foundation for optimizing AI coding assistants. Understanding that coding agents produce sparse, autonomous workloads means that future tools can be designed with different caching strategies, inference scheduling, and resource management than what works for chatbots. This could lead to faster, more efficient AI coding assistants that better handle complex, multi-step coding tasks.
How to Access the Research
The full paper is available on ArXiv under the title "Agentic Coding in the Wild: Characterizing GitHub Copilot Traces at Production Scale." It is authored by researchers analyzing GitHub Copilot data and provides the complete methodology and findings for those interested in the technical details.
Frequently asked
- What is the main finding of the GitHub Copilot study?
- The main finding is that AI coding agents like GitHub Copilot produce sparse, autonomous workloads where each user action triggers a long sequence of LLM calls and tool executions, which is fundamentally different from the interactive workloads of chatbots.
- How many users and sessions were analyzed in the study?
- The study analyzed 13 million sessions from 3.2 million users, with 761 million LLM calls and 95 trillion tokens processed.
- What does this study mean for the future of AI coding tools?
- The study provides empirical data that can help optimize AI coding assistants by informing better caching strategies, inference scheduling, and resource management tailored to the unique workload patterns of coding agents.
- Who conducted this research?
- The source does not specify individual authors, but the paper was published on ArXiv and analyzes GitHub Copilot traces from June 2026.