The short answer (September 2026): AI coding tools now split into three clear categories: plugins that add AI to your existing editor (GitHub Copilot), standalone IDEs that replace your editor for deeper integration (Cursor, Kiro), and terminal-first agents that work alongside any environment (Claude Code). At the $20/month tier, Cursor, Claude Code, and Kiro Pro all cost the same; GitHub Copilot Pro undercuts them at $10/month using a new usage-based credit model. Three tools changed significantly this year: Amazon Q Developer closed new signups in May and will sunset in April 2027, Google shut down individual Gemini Code Assist plans in June, and GitHub Copilot switched all tiers from fixed request limits to AI-credit billing.
Last verified: September 3, 2026, against official docs and pricing pages.
Three Ways to Add AI to Your Editor
Your first decision is where the AI should live, because it determines how much context the tool can access and how much switching cost you absorb.
Plugin model. GitHub Copilot installs as an extension in VS Code, JetBrains IDEs, Neovim, and others. You stay in your existing environment with all your config intact, and AI adds completions, chat, and an agent panel. The limit is that any plugin is constrained to what the editor extension API exposes, which is less context than a fully embedded IDE layer.
Standalone IDE. Cursor and Kiro both fork VS Code, so extensions, themes, and keybindings carry over. Because the AI layer is embedded rather than bolted on, both tools get deeper codebase context, tighter test-run loops, and more reliable multi-file coordination. The tradeoff is you now depend on a third-party company's release cadence rather than Microsoft's.
Terminal agent. Claude Code runs as a CLI outside the editor. It reads your entire repository, runs shell commands, and submits pull requests while you supervise or redirect from the terminal, IDE extensions, web, or mobile. This model is better suited to autonomous long-horizon tasks than to the rapid in-editor back-and-forth of the other two approaches.
GitHub Copilot
GitHub Copilot switched all plans to usage-based AI-credit billing. Every paid plan now includes a monthly credit allowance where 1 credit = $0.01. Code completions remain unlimited on all paid plans. Credits apply to chat, agent, CLI, and Spaces sessions.
Individual plans (github.com/features/copilot/plans):
- Free: $0/month, limited credit allowance, 2,000 completions/month
- Pro: $10/month, 1,500 credits included ($15 value)
- Pro+: $39/month, 7,000 credits included ($70 value)
- Max: $100/month, 20,000 credits included ($200 value)
For organizations, Copilot Business costs $19/seat/month and Copilot Enterprise costs $39/seat/month. Credits pool at the billing-entity level, so heavy usage by one person can draw from another's unused allowance.
The strongest Copilot argument is model breadth. It is the only tool in this comparison that lets you choose from models across multiple providers within one subscription: Anthropic, OpenAI, Google, and xAI options are available on paid plans. Free and Student plans use auto-selection only.
Cursor
Cursor is a VS Code fork with an agent runtime embedded in the editor layer. The pricing model is compute-based: Pro subscribers get an included usage allowance per month, and on-demand usage kicks in when the included amount is exhausted.
Plans (cursor.com/pricing):
- Hobby: Free, limited agent requests
- Pro: $20/month
- Pro+: $20/month, 3x Pro usage (Cursor's recommendation for daily agent users)
- Ultra: $20/month, 20x Pro usage
- Teams Standard: $40/user/month
- Teams Premium: $40/user/month, 5x Standard usage
Cursor's tab-completion model (called Tab) runs on Cursor's model partnerships and carries substantially higher included usage than the third-party model pool. The agent supports Model Context Protocol for connecting external tools and data sources. Teams features include shared cloud agents, team privacy mode, and usage analytics.
One practical note: the Pro usage allowance runs thin quickly when running the agent on large codebases daily. Developers doing consistent agentic work typically find Pro+ more sustainable in practice.
Claude Code
Claude Code is Anthropic's agentic coding tool. It runs as a CLI, as VS Code and JetBrains extensions, in a web browser, and on iOS and Android. It also integrates with Slack and GitHub Actions for fully automated workflows. There is no model choice; every plan uses Claude.
Claude Code is included in all paid Claude plans (claude.com/product/claude-code):
- Pro: $20/month ($17/month billed annually). Designed for shorter sessions in small codebases.
- Max: From $100/month. Two sub-tiers offer 5x or 20x the usage of Pro.
- Teams Standard: $25/month ($20 billed annually). Adds central administration and SSO.
- Teams Premium: $125/month ($100 billed annually), 5x Standard usage.
- Enterprise: $20/seat base plus API-rate usage, with HIPAA-ready options and audit logs.
Your Claude.ai subscription covers both chat and Claude Code from the same usage pool. For setup details, see how to use Claude Code.
Claude Code is designed for longer autonomous tasks: you hand off a problem, the agent works through it across multiple files and tools, and you redirect rather than approve each individual step. That design makes it less useful for rapid inline completions and more useful for work you would otherwise delegate.
Kiro
Kiro is the AWS-built replacement for Amazon Q Developer. It is a VS Code-compatible IDE that takes a spec-driven approach that differs from every other tool in this comparison.
When you describe a feature to Kiro, the agent generates a structured requirements document with user stories and acceptance criteria, a technical design document with data flow diagrams and typed interfaces, and a sequenced implementation task list. The agent then writes code against those specs, making its output reviewable as a specification artifact rather than just generated text.
Kiro also ships "Hooks": event-driven automations that run when you save a file or push a change. A hook can update a test file when a React component is modified, or enforce team-wide code standards automatically without a separate pre-commit step.
Plans (kiro.dev/pricing/):
- Free: $0/month, 50 credits, includes Claude Sonnet 4.5 access
- Pro: $20/month, 1,000 credits
- Pro+: $40/month, 2,000 credits
- Pro Max: $100/month, 5,000 credits
- Power: $200/month, 10,000 credits
- Add-on credits: $0.04 each on all plans
Kiro accepts Open VSX plugins, VS Code themes, and VS Code settings files, which lowers the migration cost for teams coming from Q Developer or a plain VS Code setup. The Free tier is enough to evaluate the spec-driven workflow before committing.
2026 Pricing Compared
| Tool | Entry paid price | Where it lives | Model choice | Free tier |
|---|---|---|---|---|
| GitHub Copilot Pro | $10/month | Plugin (VS Code, JetBrains, Neovim, others) | Multi-provider: Anthropic, OpenAI, Google, xAI | Yes, 2,000 completions/month |
| Cursor Pro | $20/month | Standalone VS Code fork | Multi-model (Cursor partnerships + third-party) | Yes, limited agent requests |
| Claude Code (Pro plan) | $20/month | Terminal, IDE extensions, web, mobile | Claude only | No |
| Kiro Pro | $20/month | Standalone VS Code fork (AWS) | AWS premium models | Yes, 50 credits |
| Gemini Code Assist Standard | Enterprise, contact sales | Plugin | Gemini models | Individual tier closed June 2026 |
| Amazon Q Developer | $19/month (no new signups) | Plugin | AWS models | No new signups since May 2026 |
Three Major Exits in 2026
Amazon Q Developer. AWS stopped accepting new signups for Q Developer IDE plugins and paid subscriptions on May 15, 2026. Full end of support is April 30, 2027. AWS's official migration recommendation is Kiro. Both tools use a VS Code base, so the transition is lighter than a typical editor switch. Official announcement: aws.amazon.com/blogs/devops/amazon-q-developer-end-of-support-announcement/
Gemini Code Assist for individuals. Google closed individual-tier Gemini Code Assist access on June 18, 2026. Standard and Enterprise tiers for organizations remain active. Individual users are directed to Antigravity, Google's consolidated multi-agent coding platform. Migration guide: developers.google.com/gemini-code-assist/docs/deprecations/code-assist-individuals
GitHub Copilot billing shift. All Copilot plans moved to AI-credit billing. For Pro users, $10/month now maps to a $15 AI credit allowance you can monitor and cap in real time. The change has no effect on inline completions, which remain unlimited. It primarily affects developers who used heavy amounts of Copilot Chat and agent sessions, where credit consumption is now visible and controllable.
FAQ
Which tool is best for a team that will not leave VS Code?
GitHub Copilot Pro at $10/month is the lowest-friction option. It installs as a standard extension, requires no config migration, and gives you multi-provider model choice. Kiro is worth evaluating if you want spec-driven agentic workflows; it accepts your existing VS Code settings and keybindings.
Can I run GitHub Copilot and Cursor at the same time?
Yes. Copilot is a VS Code extension and Cursor is a separate application. Some developers keep a Copilot subscription specifically for GitHub.com features like pull request summaries and inline code review comments, which Cursor does not replicate.
Does Claude Code require a separate subscription from Claude.ai chat?
No. A single Claude.ai Pro or Max plan covers both. Chat sessions and Claude Code sessions draw from the same usage pool, so heavy use of one reduces what is available for the other in a given period.
What should Amazon Q Developer users do right now?
Download Kiro from kiro.dev and test your core workflows on the Free tier (50 credits, no credit card required). You have until April 30, 2027, before Q Developer loses support, so there is no emergency, but the earlier you validate the migration the less disruptive it will be.
Is GitHub Copilot Pro still worth $10/month after the billing change?
For developers who primarily use inline completions with occasional chat, the value is unchanged. If you were a heavy Copilot Chat user before the billing change, track your credit consumption for the first month. If you regularly exhaust the $15 allowance mid-month, Pro+ at $39 with a $70 allowance is likely the better fit.
Stay ahead of what ships next: get AI Weekly free, 3 issues a week, read by 40,000+ practitioners.