All Products
Browse all analyzed products with real user feedback patterns.
Browse all analyzed products with real user feedback patterns.
Your AI pair programmer
Strong IDE integration and GitHub ecosystem but declining quality, confusing premium request limits, and legal concerns hold it back. Best when employer pays.
GitHub Copilot is an AI-powered code completion tool developed by GitHub, OpenAI, and Microsoft. It suggests code completions, entire functions, and answers coding questions directly in your IDE. Launched in 2021 and powered by large language models trained on public code.
Patterns extracted from real user feedback — not raw reviews.
Multiple users report GitHub Copilot is 'slowly getting worse' with quality degradation across all models. Suggestions that used to be helpful now produce incorrect, hallucinated, or irrelevant code. Some describe it as 'unusable' compared to earlier versions. GitHub community discussions show widespread frustration.
GitHub Copilot has been slowing down steadily. Prompts that used to be answered immediately now take much longer - some users report having to 'wait for a coffee' before getting responses. Auto-completion feels sluggish compared to earlier versions.
Premium request quotas introduced in 2025 generate massive frustration. Using GPT-4.5 costs 50x multiplier (one interaction = 50 requests). Users report hitting limits in 6 days despite normal usage. Overages cost $0.04/request - one user estimated $40/month for moderate use. Pro+ costs $39/month but still has limits.
Pro+ at $39/month is steep for individual developers. The model multiplier system makes advanced models practically unusable without upgrading. Some users find ChatGPT provides similar capabilities for free, questioning Copilot's value proposition.
Copilot struggles with context in larger codebases. It makes assumptions based on limited file context, often ignoring project-wide patterns. Generated documentation contained 60% speculative content including fabricated API details. After corrections, 30% still remained speculative.
Agent Mode repeatedly edits code despite being asked not to. Using models like Claude Sonnet 3.7, the agent continuously modifies code through many iterations, adding 'nothing but junk' while generating warnings. Users report having to undo AI changes constantly.
Copilot is hit or miss - sometimes brilliant, sometimes useless. It may provide irrelevant code for your context or simply not work at all. The inconsistency makes it unreliable as a productivity tool since you never know if the next suggestion will help or waste time.
Copilot sometimes generates generic error handling that makes debugging harder. Code may not match your project's types and schemas. When issues occur, tracing back through AI-generated code adds complexity to troubleshooting.
Ongoing class-action lawsuit alleges Copilot reproduces licensed code without attribution. GitHub admits ~1% of suggestions may contain 150+ character matches to training data. Using Copilot-generated code may expose projects to license violations. Legal risk remains unclear.
Users report waiting weeks for support replies. When help arrives, it's often irrelevant or outdated information. Billing issues go unresolved, and some users describe unauthorized charges with no recourse. Enterprise customization requests face long delays.
Getting good results from Copilot requires learning specific prompting patterns. New users struggle to understand when suggestions are helpful vs harmful. The tool can make beginners 'lazy' and miss important learning milestones in coding education.
Some users report Copilot hanging or becoming unresponsive shortly after payment. Complaints include service issues that support doesn't address, leaving paying customers unable to use the product they paid for.
Excellent IDE integration
Seamless integration with VS Code, JetBrains IDEs, Neovim, and Visual Studio. Suggestions appear inline as you type without context switching. The experience feels native to your development environment.
Fast code completions when working
Inline suggestions appear almost instantly for standard code patterns. For common programming tasks, Copilot can complete boilerplate code, repetitive patterns, and standard implementations quickly.
Multi-language support
Works well across Python, JavaScript, TypeScript, Go, Ruby, and dozens of other languages. Quality varies by language popularity but coverage is comprehensive for mainstream development.
Deep GitHub integration
Understanding of GitHub issues, PRs, and repository context is superior to competitors. Can reference documentation from linked repos and understand your project's ecosystem within GitHub.
Free tier available
Copilot Free provides 2,000 inline suggestions and 50 premium requests monthly at no cost. For light users or students (who get Pro free), it's a viable option without payment.
Reduces boilerplate coding time
Excellent for repetitive tasks like writing tests, documentation, and standard CRUD operations. Can save hours on mundane coding work, letting developers focus on complex logic.
Users: Individual
Limitations: Limited premium requests, no advanced models, no enterprise features
Users: Individual
Limitations: Premium request limits still apply, no organization management, limited model selection
Users: Individual
Limitations: Still no organization features, premium requests still limited despite 4x price
Users: Per user
Limitations: Requires GitHub Enterprise Cloud for some features, no Copilot Workspace access
Users: Per user
Limitations: Expensive at scale, requires enterprise commitment
Primary feature, works well for patterns
Ask questions about code
Enterprise plan
Agent Mode - controversial quality
Limited context awareness vs Cursor
Excellent, primary integration
Good support
Available
GPT-4o, GPT-4.5, Claude - with quotas
Enterprise plan only
Strong
Business/Enterprise plans
Cloud only
Requires internet
Professional developers in enterprise settings
When employer pays, Copilot provides solid productivity gains for boilerplate code, tests, and documentation. The GitHub integration is valuable for enterprise workflows already using GitHub.
VS Code users wanting AI assistance
The VS Code integration is excellent and well-maintained. If you already use VS Code and GitHub, Copilot is the most seamless AI coding option available.
Students and learners
Free Pro access is generous, but over-reliance can hinder learning fundamentals. Good for productivity once basics are mastered, but can make beginners 'lazy' and miss important milestones.
Individual developers paying out of pocket
At $10/month Pro is reasonable, but premium request limits frustrate heavy users. Consider if ChatGPT or free alternatives like Codeium provide similar value for your workflow.
Open source maintainers
Legal risks around license attribution remain unclear. If Copilot reproduces GPL code without attribution, your project could face compliance issues. Exercise caution.
Developers working on large codebases
Context awareness is limited compared to Cursor. Copilot doesn't index your entire repo or understand cross-file relationships well. Multi-file refactoring is weak.
Teams needing strict data privacy
Code is sent to Microsoft/OpenAI servers. For finance, healthcare, or government with air-gapped requirements, consider Tabnine's on-premises option instead.
Developers needing advanced AI models
Premium request multipliers make GPT-4.5 (50x) and Claude Opus (10x) expensive to use. Heavy AI users burn through quotas in days and face steep overage charges.
Common buyer's remorse scenarios reported by users.
Upgraded to Pro+ expecting unlimited advanced AI access. Discovered multiplier system burns through quota using GPT-4.5 (50x) or Claude (10x). Hit limit within a week of normal usage, facing either $0.04/request overages or downgrading to basic models.
Integrated Copilot deeply into workflow over months. Noticed suggestions becoming less accurate, more hallucinations, slower responses. Too invested in the workflow to easily switch, but paying for declining service.
Paid for Copilot Pro only to discover Codeium offers unlimited completions free and ChatGPT handles complex questions equally well. Realized $120/year could be saved with minimal feature loss.
Trusted Agent Mode for refactoring task. It made unwanted changes across multiple files, ignored instructions to stop, and generated 'junk' iterations. Spent hours undoing damage and lost trust in automated features.
Estimated budget based on per-seat pricing alone. Discovered GitHub Enterprise Cloud requirement, premium model multipliers, and overage charges added 30-50% to projected costs. Had to reduce rollout scope.
Junior developer used Copilot from day one. Produced code quickly but struggled to debug issues or write code without assistance. Realized fundamental understanding was missing, had to step back and learn basics.
Scenarios where this product tends to fail users.
Using advanced models for complex refactoring burns through quota quickly. When depleted, you're stuck with basic models or paying $0.04/request overages. Critical for deadline-driven projects.
Copilot doesn't index your entire repository. For large monorepos or complex multi-file changes, it loses context and makes incorrect assumptions. Cursor handles this better.
Agent Mode may edit files despite instructions not to. On production codebases, this can introduce bugs or break functionality. Always use version control and review changes carefully.
Many users report Copilot suggestions becoming less accurate over months. If you've built workflows around reliable AI assistance, degradation impacts productivity significantly.
At $19-39/user/month, 50+ developers means $11,400-$23,400/year. Budget pressure leads to reducing seats or downgrading plans, creating inconsistent tooling across the team.
Enterprise compliance review questions Copilot's training data sources and potential license violations. Legal uncertainty around generated code attribution creates risk for regulated industries.
Cursor
9x mentionedDevelopers switch for better multi-file editing and deep codebase indexing. Cursor's Composer can handle end-to-end tasks across files. Trade-off: Requires switching editors ($20/month Pro), less GitHub integration.
Codeium
7x mentionedBudget-conscious developers switch for free unlimited completions. Codeium provides legitimate AI code completion at no cost. Trade-off: Less advanced models, smaller feature set, less polish.
Tabnine
6x mentionedEnterprise teams switch for on-premises deployment and strict data privacy. Your code never leaves your infrastructure. Trade-off: Higher cost ($46,800+/year for 100 devs), slower innovation.
Claude Code
5x mentionedDevelopers wanting terminal-based AI switch to Claude Code for its agentic capabilities and strong reasoning. Works great for complex tasks. Trade-off: Different workflow (terminal-first), Anthropic API costs.
Amazon CodeWhisperer
4x mentionedAWS-heavy teams switch for free tier and AWS integration. Includes security scanning and license tracking. Trade-off: Less polished than Copilot, AWS ecosystem focus.
See how GitHub Copilot compares in our Best Ai Coding Software rankings, or calculate costs with our Budget Calculator.