Cursor and Claude Overtaking Copilot Among Senior Devs
New data suggests a shift in the AI coding assistant landscape, with Cursor overtaking GitHub Copilot in usage. A broader survey of 900+ engineers reveals that while Copilot remains strong in web development, Anthropic's Claude Code is now the most-used AI agent among experienced teams, particularly staff+ engineers who are the biggest adopters of advanced AI agents.
The divergent philosophies of AI coding assistants are driving the current shift in usage. GitHub Copilot, with over 1.8 million paying users, excels at "inner loop" tasks through its deep integration with existing IDEs like VS Code and JetBrains, focusing on accelerating boilerplate and inline code generation. This makes it a powerful tool for boosting individual productivity on discrete, file-specific tasks. Cursor, by contrast, operates as a standalone, AI-native IDE. Its key differentiator is the ability to understand and perform edits across an entire codebase, handling complex, multi-file refactoring and feature implementation through natural language commands. This "outer loop" capability is what attracts senior developers managing large-scale architectural changes that Copilot's file-centric context struggles with. Anthropic's Claude is favored by senior engineers for its advanced reasoning and deep context understanding. Internally, Anthropic's own teams use Claude in two primary modes: for core business logic, engineers work synchronously with the AI, providing detailed instructions and supervising its output for quality control. For non-core features or rapid prototypes, they empower it to work autonomously—writing, testing, and iterating on its own. This trend reflects a move from simple code completion to "context engineering," where the primary skill is not just writing code but effectively guiding an AI with deep project awareness. Experienced users of tools like Claude grant them more autonomy over time; at Anthropic, the number of sessions where users let the AI run without manual approval doubles as they become more familiar with the system. For engineering managers, this shift changes the nature of technical leadership. The focus moves from direct code contribution to defining quality standards and architectural patterns that AI agents must follow. The developer's role evolves into something more akin to an engineering manager for AIs, where the crucial skills are providing clear requirements, recognizing quality patterns, and performing rigorous reviews of AI-generated output. Productivity gains are significant, with developers reporting 35-50% improvements when leveraging the advanced features of tools like Cursor. However, the focus for senior talent is less about raw speed and more about the ability to tackle complex problems that were previously bottlenecked by human context-gathering. Anthropic itself notes that as Claude handles more foundational coding, the value of senior engineers with "well-calibrated intuitions and taste" increases. The cost difference between these tools is also a factor in team adoption strategies. GitHub Copilot for Business is priced at $19 per user per month, whereas Cursor's Pro tier is $20 per user per month. Some teams adopt a hybrid approach, using Copilot for its best-in-class inline completions within their preferred IDEs, while turning to Cursor for complex, multi-file agent work. Ultimately, the choice of tool increasingly depends on the task's complexity rather than a single "best" solution. For rapid, inline assistance, Copilot remains a strong contender. For deep, codebase-aware refactoring and architecting, senior developers are migrating to tools like Cursor and Claude that are built for project-level context.