Agent Shortlist

Coding Agent

GitHub Copilot

The AI most developers already pay for, now with agent mode

4.0 / 5DeveloperFree tier: 2,000 completions + 50 chat messages per month

Our verdict

Already included in most GitHub plans. Autocomplete-first, now with real agent mode. Best for builders who want one AI tool in their existing IDE.

Best for

Teams already on GitHub Enterprise or Business. Developers who want autocomplete-plus-agent in a single tool without leaving VS Code or JetBrains. IT teams that need a corporate-friendly procurement story.

Not for

Builders who want the most agentic tool on the market — Claude Code and Cursor are further along on multi-file autonomous workflows. Anyone unhappy with Microsoft / GitHub for vendor reasons.

Overview

GitHub Copilot is the most-installed AI coding tool by a wide margin — it ships with most GitHub plans, integrates natively into VS Code and JetBrains, and benefits from Microsoft's enterprise procurement reach. The product has evolved meaningfully: started as line-completion autocomplete (2021), added Chat (2023), then Agent Mode (2025) for multi-file edits. As of 2026 it can run coordinated changes across files, write tests, and create pull requests — though it's still catching up to Claude Code and Cursor on raw agentic depth. The model layer is multi-vendor: Copilot now uses GPT-5.5, Claude Sonnet 4.6, and others depending on the task. The headline trade-off is breadth vs depth: Copilot covers more workflows than any competitor (chat, autocomplete, agent, code review) but isn't the strongest at any single one. For builders who want one tool inside their existing IDE and don't want to adopt a separate CLI or fork of VS Code, Copilot is the path of least resistance.

What works

  • +Most-installed AI coding tool — bundled with GitHub Pro/Business/Enterprise plans
  • +Multi-vendor model access: GPT-5.5, Claude Sonnet 4.6, others
  • +Native VS Code, JetBrains, Visual Studio, Xcode, and Neovim integrations
  • +Strong enterprise story: SSO, audit logs, IP indemnification, policy controls
  • +Agent mode now ships multi-file edits and PR creation
  • +Free tier is real — non-trivial usage allowance for individual developers

What doesn't

  • Agent mode is newer and less mature than Claude Code or Cursor
  • Multi-vendor models can mean inconsistent behaviour across tasks
  • Microsoft / GitHub vendor lock-in if your stack already lives elsewhere
  • Slower feature velocity on agentic workflows than Claude Code
  • Code completion can suggest patterns from training data that don't match your codebase

What operators use it for

01

Inline Code Completion While Writing

The original Copilot use case and still its strongest. As you type, Copilot suggests the next line, the next function, or the next test. For boilerplate and well-known patterns, it's fast and accurate. The newer models give better context awareness across files in the same project.

02

Chat Sidebar for Quick Questions

Highlight a function, ask 'what does this do?' or 'how would I optimise this?' Copilot answers in a sidebar without leaving the editor. Faster than switching to a browser tab. Strong for code review and learning unfamiliar code.

03

Agent Mode for Multi-File Changes

Newer feature (2025+). Describe a change — 'rename this API endpoint and update all 12 call sites' — and Copilot Agent makes the edits across files, runs tests, and shows you a diff. Catching up to Claude Code on autonomy but not yet at parity.

04

Pull Request Summaries and Reviews

Copilot can summarise a PR for reviewers, explain what changed, and flag potential issues. The GitHub-native integration is the differentiator — works inside the PR UI without copy-paste.

05

Test Generation

Right-click a function, ask Copilot to generate tests. The output covers happy paths and basic edge cases. Useful before refactors or when ramping up coverage on legacy code.

06

Workspace Mode for Larger Tasks

For tasks that span multiple files but stay scoped — adding a new feature, refactoring a module — Workspace mode keeps the conversation organised across the work. Less powerful than Claude Code's agentic loop but easier to manage.

Pricing

Free tier: 2,000 completions + 50 chat messages per month. Pro: $10/month. Business: $19/user/month. Enterprise: $39/user/month with policy controls and IP indemnification.

Common questions about GitHub Copilot

What is GitHub Copilot?

GitHub Copilot is GitHub's AI coding assistant — inline completions, chat, PR summaries, and an agent mode. Targets developers already on GitHub who want AI built into the IDE and the GitHub workflow. The most widely-deployed AI coding tool by user count, with deep integration into VS Code, JetBrains, and Visual Studio.

How much does GitHub Copilot cost?

Free tier for verified students and open-source maintainers, free limited tier for everyone else. Pro is $10/month. Business is $19/user/month. Enterprise is $39/user/month. The free tier is meaningful — many casual users never need to upgrade.

GitHub Copilot vs Cursor?

Different categories. Copilot is excellent at inline suggestions inside your existing editor (VS Code, JetBrains). Cursor is an AI-first IDE replacement with more agentic capabilities. If you want enhanced VS Code, Copilot. If you want an IDE built around AI, Cursor. Many builders use Copilot for inline work and Claude Code for agentic work — skipping Cursor entirely.

Is GitHub Copilot free for students?

Yes — verified students through the GitHub Student Developer Pack get GitHub Copilot Pro free. Verification typically takes 1–2 weeks.

Open dataset. This review is part of a structured dataset of every platform on the shortlist, published as platforms.json on GitHub under CC-BY-4.0.