GitHub Copilot
GitHub Copilot is GitHub’s generative-AI software development assistant, providing code completion, chat, and increasingly autonomous coding-agent capabilities across developer tools.
Last updated August 28, 2026
Overview
GitHub Copilot is a generative-AI product brand created by GitHub and operated within Microsoft’s developer-software portfolio. It is designed to assist with software development by generating code suggestions, explaining code, answering technical questions, helping write tests and documentation, and carrying out increasingly complex engineering tasks. Rather than functioning as a standalone consumer chatbot, Copilot is embedded into the environments where developers already work, including code editors, GitHub repositories, pull requests, and command-line workflows. The product emerged from collaboration among GitHub, Microsoft, and OpenAI. Its early technical foundation used OpenAI language models trained and adapted for programming tasks. The concept was associated with GitHub engineering work led by figures including Oege de Moor and Alex Graveley, while GitHub leadership under Nat Friedman supported the product’s development and launch. Copilot was initially presented as an AI pair programmer: a tool that could infer the developer’s intent from surrounding code and natural-language comments, then propose one or more completions. This differentiated it from conventional autocomplete because it could generate multi-line implementations and work across a broader programming context. GitHub introduced Copilot as a technical preview in 2021 and subsequently developed it into paid individual, business, and enterprise offerings. Its commercial model is primarily subscription-based, with different administrative, security, and policy controls for individual users and organizations. The brand has expanded beyond inline suggestions into conversational assistance, code review support, workspace-level planning, repository questions, terminal interaction, and coding agents capable of making changes and opening pull requests. Availability and features vary by plan, editor, region, and product stage. Copilot’s positioning rests on developer productivity rather than replacing professional software engineers. GitHub presents it as an assistant that can reduce routine work, accelerate exploration, and help developers learn unfamiliar APIs or codebases. At the same time, generated output requires human review because it can contain errors, insecure patterns, unsuitable dependencies, or code that resembles material found in public repositories. Questions concerning training data, attribution, intellectual-property risk, privacy, security, and the effect of AI-generated code on open-source ecosystems have therefore remained central to the product’s public discussion. The brand benefits from GitHub’s large developer network and Microsoft’s cloud, enterprise, and AI infrastructure. It is offered through integrations with widely used development environments and collaboration surfaces, allowing GitHub to place AI assistance throughout the software-development lifecycle. By 2025, Microsoft and GitHub publicized substantial cumulative-user and enterprise-adoption milestones, although some third-party statistics and revenue estimates are not independently reliable and Copilot’s standalone financial results are not separately disclosed. GitHub Copilot remains active and is evolving from suggestion-based assistance toward agentic development. Its strategic direction is to help with issue interpretation, implementation, testing, review, and delivery while preserving developer control over changes. The brand’s future growth depends on the usefulness and reliability of these workflows, enterprise confidence in governance and data handling, and GitHub’s ability to integrate AI without undermining trust in collaborative software-development spaces.
History
GitHub Copilot developed from GitHub’s effort to apply large language models to programming. The project was closely connected to the Microsoft-GitHub relationship and to OpenAI’s work on models capable of generating source code. GitHub engineers explored whether a model could use the code surrounding a developer’s cursor, together with comments and file context, to propose useful implementations rather than merely completing individual tokens. The result was introduced in 2021 as a technical preview. Early demonstrations emphasized natural-language-to-code generation and multi-line suggestions inside Visual Studio Code. The product was named Copilot to convey an assisting role: the developer remained responsible for deciding what to accept, modify, test, and ship. Its launch marked a notable shift in mainstream developer tooling because the assistant could draft functions, boilerplate, tests, documentation, and configuration from short prompts. After the preview period, GitHub commercialized Copilot for individual developers and later introduced business and enterprise plans. These versions added organization-level administration, policy controls, privacy commitments, support, and integration with workplace identity systems. The service expanded to additional editors and development environments, making the brand less dependent on a single IDE. GitHub also added conversational features so developers could ask questions about code, APIs, errors, and repositories without relying only on inline completion. A major phase of development involved moving from code generation toward lifecycle assistance. Copilot features began to support issue and task interpretation, pull-request descriptions, code review, test creation, and repository-level questions. GitHub introduced workspace and agent concepts that allowed Copilot to plan and implement changes across multiple files, run or suggest validation steps, and prepare changes for human review. The coding-agent direction made Copilot increasingly comparable to an engineering collaborator rather than a passive autocomplete utility. The product’s expansion also intensified debates over responsibility and trust. Developers and rights holders questioned whether models trained on public code could reproduce recognizable passages and whether users or providers should bear responsibility for resulting intellectual-property claims. Security researchers highlighted the possibility that generated code could contain vulnerabilities or unsafe assumptions. GitHub responded through product controls, filtering and matching-related features, enterprise governance options, and guidance that generated code must be reviewed and tested. These measures did not eliminate broader disagreement about AI training and the economics of open source. Copilot became a strategic component of Microsoft’s wider AI portfolio while retaining a developer-specific identity under GitHub. Microsoft and GitHub publicized rapid adoption, including cumulative-user growth and substantial enterprise penetration. However, Copilot is not separately listed as a public company and Microsoft does not disclose a standalone audited revenue line for the product. Third-party claims about market share, revenue, or productivity should therefore be treated cautiously unless directly supported by primary disclosures. In 2026, a controversy over product tips in pull requests illustrated the sensitivity of placing automated marketing or integration messages inside developer-authored collaboration artifacts. Reports said more than 11,000 pull requests contained a Raycast-related message, while other reports gave much larger counts for various tips. GitHub characterized the behavior as a programming-logic issue rather than an advertising strategy and removed the tips after backlash. The episode reinforced the importance of consent, provenance, and clear boundaries between assistance and editorial or promotional intervention. GitHub Copilot remains an active product brand. Its current trajectory is toward a connected set of assistants and agents spanning editors, repositories, terminals, pull requests, and enterprise development processes. The central challenge is balancing speed and automation with accuracy, reviewability, security, privacy, intellectual-property safeguards, and the norms of open collaborative development.
- 2026CLI reached general availability
GitHub made Copilot CLI generally available, extending AI-assisted development into terminal workflows.
- 2025Cumulative usage surpassed 20 million users
Reports citing Microsoft leadership stated that more than 20 million people had used GitHub Copilot cumulatively by 2025.
- 2023Enterprise-oriented development accelerated
GitHub continued broadening Copilot with conversational assistance and organizational controls, positioning it as a platform capability rather than simple autocomplete.
- 2022Commercial subscription service expanded
Copilot moved from preview toward a paid service for individual developers, establishing the subscription model that later extended to organizations.
- 2021Technical preview introduced
GitHub introduced Copilot as an AI pair-programming technical preview built with OpenAI model technology and integrated initially with developer tooling.
Products and positioning
An AI pair programmer and agentic software-development assistant embedded across editors, GitHub, repositories, pull requests, and the command line.
GitHub Copilot IndividualDeveloper subscription2022
The individual offering provides AI-assisted coding features for personal developer use. Depending on the supported environment and plan, it can generate inline completions, answer coding questions, explain code, draft tests and documentation, and support conversational development. It is aimed at developers who want assistance inside their normal editor and GitHub workflow rather than in a separate general-purpose chatbot.
GitHub Copilot BusinessEnterprise software subscription2023
Copilot Business packages the assistant for organizations that need centralized administration, user provisioning, policy management, and organizational controls. It supports AI-assisted coding across supported development environments while giving engineering and IT teams greater oversight than an individual plan. The offering is intended for teams evaluating productivity benefits alongside security, compliance, and governance requirements.
GitHub Copilot EnterpriseEnterprise software subscription2024
The enterprise offering extends Copilot for large organizations and repositories. Its purpose is to provide more context-aware assistance across an organization’s code and documentation, together with enterprise identity, governance, and support capabilities. It is positioned for companies seeking to deploy AI development assistance at scale while retaining administrative control over data access and usage.
GitHub Copilot coding agentAI coding agent2025
The coding agent is the agentic branch of Copilot. It is intended to interpret assigned software tasks, modify repository files, perform development work, and produce changes for review, commonly through a branch or pull request. This model changes Copilot from a suggestion tool into a supervised workflow participant; developers remain responsible for reviewing the proposed implementation, tests, dependencies, and security implications.
GitHub Copilot CLICommand-line developer tool2026
Copilot CLI brings conversational and task-oriented AI assistance to the terminal. It is designed for developers who prefer command-line workflows and can help with shell commands, repository tasks, code-related questions, and development operations. Its general availability represented GitHub’s effort to make the terminal a first-class surface for Copilot-assisted software development.
Flagship businesses
- GitHub Copilot Individual
- GitHub Copilot Business
- GitHub Copilot Enterprise
- GitHub Copilot coding agent
- GitHub Copilot CLI
Marketing campaigns
- 2026Copilot product tips in pull requests
Global GitHub developer community
Copilot-generated or Copilot-edited pull requests were reported to contain product tips promoting Copilot integrations, including a Raycast-related message. Developers criticized the placement as covert advertising or unauthorized alteration of collaborative content.
Outcome. GitHub apologized for the behavior, attributed it to a programming-logic issue, and disabled product tips in pull requests.
- 2021GitHub Copilot technical preview
Global developer market
GitHub introduced Copilot through a developer-focused technical preview that demonstrated AI-generated code completions and natural-language programming assistance inside an editor.
Outcome. The preview established the product’s AI pair-programming identity and provided the basis for later subscription offerings.
Brand decisions
- 2026Disable product tips in pull requestsOther
Product tips intended to explain Copilot workflows appeared in pull requests more broadly than intended, including pull requests that Copilot merely edited. Developers viewed the messages as advertising embedded in collaborative content.
What changed. GitHub removed product tips from pull requests and said it had no plan to include advertising there.
Aftermath. The reversal limited an experiment in contextual product promotion and highlighted the need for clearer boundaries around automated edits and marketing content.
- 2021Launch Copilot as an AI pair programmerProduct launch
GitHub sought to apply large language models to practical software development rather than limit them to general text generation.
What changed. It released a technical preview integrated with developer tooling and presented the system as an assistant whose output required developer review.
Aftermath. The preview evolved into a widely distributed subscription product and the foundation for later conversational and agentic capabilities.
Leadership
| Name | Title | Tenure |
|---|---|---|
| Jacob Andreou | Microsoft executive associated with the unified Copilot organization | 2026– |
| Martin Woodward | Vice President of Developer Relations at GitHub | — |
| Thomas Dohmke | Former CEO of GitHubformer | 2021–2025 |
| Nat Friedman | Former CEO of GitHub; executive sponsor associated with Copilot’s early developmentformer | 2018–2021 |
| Alex Graveley | Principal engineer and chief architect associated with GitHub Copilotformer | — |
| Oege de Moor | GitHub developer associated with the original GPT-3-for-code conceptformer | — |
Controversies
- 2026Promotional messages inserted into pull requestsControversy
Developers discovered that Copilot had inserted product-tip text into thousands of pull requests, including a message promoting a Copilot and Raycast workflow. The incident raised concerns about undisclosed advertising, content provenance, and an AI tool changing user-facing project material without clear consent. GitHub said the behavior resulted from a programming-logic problem and disabled the feature.
Recent events
- 2026GitHub Copilot CLI reaches general availability
GitHub transitioned Copilot CLI to general availability, extending the assistant’s role into terminal-based software-development workflows.
Product launch - 2025GitHub Copilot reaches more than 20 million cumulative users
Reports citing Microsoft leadership said that GitHub Copilot had surpassed 20 million all-time users and was used by a large majority of Fortune 100 companies. The figure represents cumulative users rather than active or paying subscribers.
Other
Sources
- GitHub CEO Thomas Dohmke on Building Copilot and the Future of Software Development
- GitHub Copilot ads in PRs were due to a programming logic issue, claims Microsoft
- GitHub kills Copilot pull-request ads after user backlash
- GitHub Copilot CLI reaches general availability
- Auf Wiedersehen, GitHub
- Cumulative usage surpassed 20 million users
Cite this profile: Cite the canonical profile. /brand-wiki/github-copilot · Editorial policy · How profiles are compiled