Skip to main content
  1. Articles/

Cursor vs. Copilot vs. Claude Code vs. Windsurf vs. Grok Build: Which AI Coding Tool Wins in 2026?

·4832 words·23 mins·
Florent Clairambault
Author
Florent Clairambault
CTO & software engineer — writing daily about spec-driven development and agentic coding

Last updated August 29, 2026 — Claude Opus 5 ships (97.0% SWE-bench Verified per independent vals.ai testing) with Fable 5 as a new top tier ($10/$50 per M tokens); Claude Code v2.1.251 finalizes Restricted Mode and fixes five permission/sandbox bugs in one release; SpaceX’s $60B acquisition of Cursor’s parent Anysphere formally closed August 14 — and two weeks later, OpenAI announced it’s cutting off Cursor’s model access entirely, effective November 12; GitHub Copilot’s usage-based billing (live since June 1) is now three months of real bills into its backlash; Windsurf was rebranded Devin Desktop by Cognition back in June, a rename this article had not yet reflected; xAI retired grok-code-fast-1 in favor of Grok Build 0.1, and Arena Mode still hasn’t shipped. Previously: Claude Opus 4.8 (69.2% SWE-bench Pro, Dynamic Workflows), Anthropic’s $965B valuation, Grok 4.3 + Grok Skills, Cursor 3.5 Automations, GitHub Copilot’s June 1 billing cliff announcement.


Five tools now define the AI coding agent landscape in 2026: GitHub Copilot, Cursor, Claude Code, Windsurf, and the newest entrant, xAI’s Grok Build. They share a genre, but they are solving different problems. Pick the wrong one and you’ll spend more time fighting the tool than writing code. Pick the right one and you’ll ship faster than you thought possible.

Here’s what each tool actually is, what it’s best at, and — most importantly — how to figure out which one belongs in your workflow.


The Five Philosophies
#

Before we dive into features and pricing, understand that these tools aren’t variations on a theme. They represent fundamentally different bets on how AI fits into development:

  • GitHub Copilot: AI as a layer on top of whatever you already use. Broad compatibility, lowest switching cost.
  • Cursor: AI baked into a VS Code fork. The editor itself becomes intelligent.
  • Claude Code: AI as a terminal-native agent. You describe the problem; it handles the code.
  • Windsurf: AI as a parallel agentic IDE. Multiple autonomous agents, side-by-side, working simultaneously.
  • Grok Build: AI as a multi-agent CLI with automated output evaluation and local-first privacy. Eight agents compete; you pick the winner.

A useful shorthand from the community: “Copilot sees a function. Cursor sees a file. Claude Code sees a problem.” Windsurf, increasingly, sees an entire sprint. Grok Build runs eight versions of the sprint simultaneously and asks you to adjudicate.


GitHub Copilot: The Everywhere Tool
#

Copilot is four years old now and it has earned its ubiquity. It works in VS Code, JetBrains, Neovim, and more. If you have a preferred editor, Copilot probably supports it. That flexibility is its primary competitive advantage.

The tool has evolved well beyond inline completions. The Copilot Coding Agent — now a first-class feature — lets you assign a GitHub issue to Copilot. It branches, writes code, runs your tests, self-reviews its own changes, and opens a pull request while you do something else. As of March 19, 2026, startup time for the coding agent improved 50%, tightening the feedback loop considerably.

The March 11 update also brought major agentic improvements to JetBrains IDEs, including custom agents, sub-agents, and auto-approve support for MCP tools. Copilot is also building out an MCP registry, letting you discover and install context servers directly from your editor.

Autopilot Mode shipped in April 2026, adding nested subagents, an MCP sandbox, and the ability to hand off a task and wait for a pull request. It’s the most autonomous Copilot has ever been — and it’s still IDE-bound. The agent operates from within a running VS Code or JetBrains instance. Remove the editor, the workflow disappears. For a genuinely “fire and forget” coding agent, that architectural dependency is a hard ceiling.

One more item worth flagging: Copilot’s April 24 data policy update defaults user code to training opt-in rather than opt-out. If your organization handles proprietary code, verify your enterprise settings before that date.

What Copilot does well: inline completions, GitHub-centric agentic tasks, enterprise rollout across heterogeneous teams.

Where it falls short: genuine autonomy. Copilot’s agent is impressive for bounded tasks, but it still expects a human in the loop directing each step — and remains architecturally tied to a running IDE.

Pricing (as of May 2026):

  • Pro: $10/month — note that Claude Opus 4.7 was removed from this tier in late April
  • Pro+: $39/month (Opus 4.7 access, higher agent limits)
  • Business: $19/user/month

June 1, 2026 billing cliff — developer revolt: Copilot’s flat-rate era ended June 1. All plans switched to GitHub AI Credits: code completions stay free, but chat, agents, and code review consume credits that run out. Code review simultaneously burns GitHub Actions minutes — double billing. Real developer bills showed $39/month Pro+ plans hitting $902 in one month of agentic use; GitHub community discussion #192948 hit 893 downvotes vs 22 upvotes — the most negatively-voted Copilot thread ever. GitHub’s own framing: the prior model was “unsustainable.” Translation: heavy agentic users were subsidized by light users.

Updated August 29, 2026: Three months into usage-based billing, the pattern hasn’t reversed — reports of burning a meaningful chunk of a monthly credit allotment in a couple of hours on agentic sessions are still circulating, and new sign-ups for Pro, Pro+, and Max plans were reportedly paused in early August (secondary-sourced; verify against GitHub’s own status/blog before treating as settled). On the feature side, Copilot picked up a Slack integration in public preview on August 21: @GitHub mentions in Slack spin up sandboxed agent sessions that plan, investigate, code, and open PRs, plus a dedicated “Slack Code” channel type — a direct answer to Anthropic’s Claude Tag, just two months later and on-demand-only (Claude Tag also has an ambient, proactive mode Copilot’s version doesn’t match). Copilot’s model lineup keeps expanding (Grok 4.6, Kimi K3, MAI-Code-1.1-Flash all rolling in) while six older models — including four Claude models — are being retired September 1. Agent Plugins reached general availability, letting a single plugin definition run across VS Code, the Copilot CLI, and the SDK. List pricing is unchanged (Pro $10, Pro+ $39, Business $19/user, Enterprise $39/user) — it’s credit consumption, not sticker price, driving the real bills up.


Cursor: The AI-Native IDE
#

Cursor is what VS Code would look like if it were rebuilt from scratch around AI. It’s not a plugin — it’s a fork, which means the AI has access to your entire project graph, not just the file you have open.

Composer mode handles multi-file edits with full project context. Agent mode iterates autonomously across files to complete a task. You can bring your own API keys and switch models. For large codebases where you need tight control over what the AI changes and why, Cursor is hard to beat.

Cursor 3, launched April 2, 2026, is a meaningful rebuild. The Composer panel is replaced by an Agents Window that manages local, cloud, SSH, and git-worktree agents simultaneously. Design Mode lets you annotate a browser screenshot to give an agent visual UI targets. The /worktree command spins up isolated git worktrees for parallel agent tasks. The /best-of-n command runs the same task across multiple models in parallel, then lets you pick the winner.

These are real improvements. But a critical structural fact hasn’t changed: every Cursor 3 agent runs through a live Cursor application. Close the IDE, kill the agents. Cursor 3 describes itself as “agent-first” — that’s accurate for the interface design, not the architecture.

Cursor now commands a valuation of $50 billion with 1M+ users, which is extraordinary for a product that asks you to swap your IDE.

What Cursor does well: large codebases, multi-file edits, model flexibility, project-wide context, Cursor 3’s visual UI annotation.

Where it falls short: true autonomy. Cursor is a very powerful AI-assisted editor. Every agent still runs through a living Cursor process.

Pricing (current, per cursor.com/pricing):

  • Hobby: Free (limited Agent requests, Composer access)
  • Pro: $20/month (extended Agent limits, Grok access, cloud agents)
  • Pro+ / Ultra: $20/month base plus usage-based billing (3x / 20x Pro’s Agent limits)
  • Teams Standard: $40/user/month
  • Teams Premium: $40/user/month base (5x Standard Agent limits)
  • Enterprise: custom (pooled usage, SCIM, invoice billing)

Updated May 30, 2026: Cursor 3.5 (shipped May 26) adds Automations in the Agents Window — event-driven agents that trigger on PR creation, branch push, or a schedule, all managed from the same Agents Window you use for interactive tasks. Multi-repo support lets a single Cursor agent span two repositories simultaneously (common for frontend/backend monorepo splits). New no-repo agent templates (Slack digest, analytics pipeline, FAQ builder, finance aggregator, customer health monitor) enable non-coding automation without a local project. Cursor SDK is live. Cursor Security Review in beta for Teams and Enterprise plans.

Security alert — update to Cursor 2.5 now: CVE-2026-26268 is a critical (CVSS 9.9) sandbox escape vulnerability disclosed by Novee Security on April 28. A prompt injection payload in a malicious repository can write a pre-commit hook to .git/hooks/, which then fires automatically when Cursor’s agent runs a git operation — no warning, no permission prompt, full workstation code execution. Cursor patched it in version 2.5 and disputes NVD’s 9.9 rating (Cursor’s own assessment: 8.0), but the practical advice is identical regardless: update immediately. This vulnerability is a concrete illustration of the IDE-embedded AI security thesis — a sandboxed AI agent running inside a privileged desktop process inherits that process’s full system access, making prompt-injection-to-RCE a structurally viable attack path.

Updated August 29, 2026 — the acquisition closed, and it immediately got complicated: The $60 billion SpaceX option became a legally closed acquisition on August 14 — an SEC 8-K confirms 389 million SpaceX Class A shares issued, Cursor’s parent Anysphere now a wholly-owned subsidiary. Three days later, Cursor shipped Origin, its own git-hosting platform — repos, PRs, bidirectional GitHub sync, agent-native access — an obvious first move toward owning more of the stack it depends on. That instinct looks prescient in hindsight: on August 28, OpenAI announced it’s cutting off Cursor’s direct model access entirely, effective November 12, citing SpaceX’s and xAI’s history of violating OpenAI’s terms of service. Cursor CEO Michael Truell says OpenAI models are only ~5% of Cursor’s traffic and that talks are ongoing — but OpenAI is also ruling out access to future models, including its next flagship, permanently. It’s a clean illustration of the risk baked into Cursor’s whole pitch: multi-model flexibility is a real feature until one of the labs you resell decides your new owner is a liability. Cursor’s own pricing page already leans harder on xAI’s Grok as a result — every paid tier now bundles “Grok Bot” access.

Market news: In April 2026, SpaceX signed a $10 billion collaboration deal with Cursor to develop “coding and knowledge work AI,” pairing Cursor’s product with SpaceX’s Colossus supercomputer (1M H100-equivalent GPUs). Strategically interesting: SpaceX simultaneously signed the Colossus compute deal with Anthropic on May 6 for Claude Code infrastructure. Musk made parallel bets on both the IDE-centric and terminal-native models of agentic coding — but only one of those bets now has to worry about a former model supplier walking away.


Claude Code: The Agentic Terminal
#

Claude Code is not an IDE. It’s not a plugin. It’s a terminal-based agent that you point at a problem and let run. That distinction is more important than it sounds.

With up to 1 million tokens of context, Claude Code handles tasks that would overwhelm other tools — deep architectural reviews, large-scale refactors, complex debugging across an entire codebase. It integrates with external tools (Figma, Jira, Slack) and operates on your local filesystem with full autonomy.

A note on benchmarks: Claude Opus 4.8, released May 28, 2026, scores 69.2% on SWE-bench Pro — up from Opus 4.7’s 64.3% — and is 4x less likely to let code flaws go unreported, directly targeting the silent-bug problem that drives the developer AI trust gap. The fastest Anthropic has ever shipped a flagship iteration: 41 days. Pricing unchanged at $5/$25 per million tokens. A new Fast mode runs at 2x the standard rate for 2.5x speed. Dynamic Workflows (research preview) orchestrates hundreds of parallel subagents within a single Claude Code session, targeting codebase-scale migrations “from kickoff to merge.” Anthropic simultaneously closed a $65B Series H at a $965B valuation — eclipsing OpenAI for the first time.

The JetBrains April 2026 developer survey puts Claude Code at 18% adoption at work — up from 3% a year ago, a 6× increase — with the highest satisfaction in the market: 91% CSAT and an NPS of 54. In the US and Canada the adoption figure is 24%. No other tool grew this fast from this base. Anthropic hit $30B ARR in April, overtaking OpenAI in revenue — the company behind Claude Code is no longer in catch-up mode.

Recent additions worth noting: Claude Code desktop redesign (April 14) brought a multi-session sidebar with worktree isolation per agent, side chats (⌘+;) that read main context without polluting it, and an integrated file editor, diff viewer, and HTML/PDF preview — all in one window. Claude Code Routines (April 15) brought cloud-native scheduled automation: cron triggers, API webhooks, and GitHub event triggers that run on Anthropic’s infrastructure without your machine being online. Claude Code Ultraplan (/ultraplan) hands planning to a dedicated Opus session in Anthropic’s cloud for up to 30 minutes. Claude Managed Agents absorbs the production agent loop infrastructure — sessions, checkpointing, sandboxing — that every team was building themselves.

For enterprise buyers, Claude Code on Bedrock with Mantle (v2.1.94) delivers zero operator access: no SSH, no Session Manager, cryptographic attestation via NitroTPM. Neither Anthropic nor AWS can access prompts or completions during inference. That’s the architecture that passes regulated-industry security reviews.

The honest downside: no native IDE integration beyond the desktop app. For rapid iteration — write, test, tweak, repeat — you’re still switching contexts to view diffs. The desktop redesign reduced this friction significantly with the integrated diff viewer, but it hasn’t eliminated it.

What Claude Code does well: complex reasoning, autonomous multi-step tasks, large codebases, architectural analysis, enterprise air-gap deployment, cloud-native scheduled automations via Routines.

Where it falls short: native IDE integration (desktop app helps but doesn’t replace), rapid iteration loops, pricing for casual users.

Pricing (current, per claude.com/pricing):

  • Pro: $17/month (annual) or $20/month (monthly) — includes Claude Code
  • Max 5x / Max 20x: from $100/month
  • Team Standard: $20/seat/month (annual) or $25/month
  • Team Premium: $100/seat/month (annual) or $125/month
  • Enterprise: from $20/seat plus usage-based API costs

API rates: Sonnet 5 at $2/$10 per million input/output tokens (made permanent in mid-August, the scheduled hike to $3/$15 was cancelled), Opus 5 at $5/$25, and Fable 5 — Anthropic’s top-of-stack tier — at $10/$50.

Updated May 30, 2026: Claude Opus 4.8 is now the default model in Claude Code (v2.1.154, shipped May 28) — high-effort mode on by default, lean system prompt to preserve more context window for code. Dynamic Workflows available from within sessions. Auto mode now works on Bedrock, Vertex, and Azure Foundry (v2.1.158). Plugin system overhauled in v2.1.152–158: disallowed-tools front matter for enterprise sandboxing, zero-friction .claude/skills autoload, claude plugin init scaffolding, MessageDisplay hook.

Updated August 29, 2026: Claude Opus 5 shipped July 24 as “near-Fable-5 coding intelligence at half the price,” and it has held up under independent scrutiny since — vals.ai’s own leaderboard now shows it scoring 97.0% on SWE-bench Verified, genuine third-party corroboration rather than a vendor-reported number (its SWE-bench Pro figure remains unconfirmed on any independent leaderboard, a distinction worth keeping straight). Fable 5, launched earlier in June, remains Anthropic’s top-of-stack tier for the hardest reasoning and agentic workloads at 2x Opus 5’s price. On the release-cadence side, Claude Code v2.1.251 (Aug 28) finalized Restricted Mode (--restricted strips exec/WebFetch tools and refuses bypassPermissions outright, ignoring project settings files entirely so a compromised CLAUDE.md can’t re-enable what it disables) and — worth flagging directly rather than glossing over — fixed five separate permission and sandbox bugs in one release: a symlink-swap bypass of Read/Write/Edit permission checks, a plugin-marketplace path-traversal bug, a settings misconfiguration that could enable raw API-body logging, a Workflow-tool scope leak, and a Grep/Glob deny-rule bypass through symlinks. Shipping five hardening fixes in a single dot release isn’t a headline feature, but it’s the kind of unglamorous security velocity that matters more than a keynote demo if you’re actually running this thing unattended.

Code with Claude SF — May 6, 2026: Anthropic’s developer event shipped three notable updates for Claude Code users. First, Anthropic signed a compute deal with SpaceX’s Colossus 1 data center (300MW, 220,000+ NVIDIA GPUs), unlocking enough capacity to double the five-hour rate limits across Pro, Max, Team, and Enterprise plans — and eliminate the peak-hour reduction for Pro and Max accounts. Second, Claude Code Code Review moved to general availability: multi-agent reviewers post directly to GitHub PRs, priced at $15–25 per PR and billed separately from your Claude Code subscription. Third, Claude Managed Agents received three public beta features: Dreaming (scheduled overnight memory curation; Harvey saw 6× task completion improvement), Outcomes (rubric-based success grader with webhook notification), and Multiagent Orchestration (coordinator + up to 20 specialist agents working in parallel on a shared filesystem).


Windsurf → Devin Desktop: The Parallel Agent IDE
#

Correction as of this August 29 update: this section describes a product that no longer goes by the name “Windsurf.” Cognition rebranded Windsurf to Devin Desktop back on June 2, 2026, via an over-the-air update — existing accounts, plans, extensions, and keybindings carried over automatically, and legacy Cascade access was shut off entirely on July 1, replaced by Devin Local, a Rust rewrite roughly 30% more token-efficient than Cascade. This article should have reflected that rename weeks ago; it didn’t, which is its own small lesson in how fast product identity can shift underneath a comparison piece. Everything below describes the product now called Devin Desktop.

Windsurf/Devin Desktop is the most interesting tool to watch in 2026 for one reason: Wave 13 shipped parallel multi-agent sessions, and it changes the mental model of what an IDE can be.

The headline feature: you can run five Cascade agents simultaneously, each working on a separate branch via Git worktrees, monitored through side-by-side panes. While Claude Code does one thing deeply, Windsurf does several things in parallel. It’s a different kind of autonomy — breadth over depth.

Cognition AI acquired Windsurf in December 2025 for ~$250M and has been integrating it with Devin’s autonomous capabilities. Post-acquisition, Windsurf now supports GPT-5.4 and adjustable reasoning effort levels alongside its own models, giving it unusual model flexibility. User count has crossed 1 million.

The identity question is real: Windsurf is an IDE built by a company famous for an autonomous agent (Devin). The tension between IDE-centric Windsurf users and Devin’s fully autonomous model has produced a product that tries to serve both audiences — with mixed results. Arena Mode (two agents, side-by-side, hidden model identities, vote-driven leaderboards) is a genuinely clever feature for comparing models in your own workflow.

What Windsurf does well: parallel agentic workflows, multi-agent task distribution, model flexibility, Arena Mode for model comparison.

Where it falls short: post-acquisition identity crisis; IDE-centric ceiling limits true autonomy; enterprise features less mature than Copilot’s.

Pricing (as Devin Desktop, current):

  • Core: $20/month (pay-as-you-go beyond included usage, extra ACUs at $2.25 each)
  • Team: $500/month (250 ACUs included at $2.00/ACU, unlimited concurrent sessions vs. Core’s 10-session cap)
  • Enterprise: custom

(1 ACU ≈ 15 minutes of autonomous agent work — a different metering unit than any other tool on this list, worth converting to your own usage pattern before comparing sticker prices directly.)

Updated August 29, 2026: The Devin integration promised for H2 2026 arrived as the rename itself — Devin Local is now the primary local agent, and the product is marketed as a single Devin-branded surface rather than “Windsurf with a Devin option bolted on.” That’s a real simplification of the identity-crisis problem this article flagged in May. What hasn’t changed: every agent, Devin-branded or not, still runs through a live Devin Desktop instance. The architectural ceiling moved with the name.


Grok Build: xAI Enters the Race
#

xAI launched Grok Build on May 14, 2026 — the first coding agent from Elon Musk’s AI company, and the newest terminal-native entrant in a field where Claude Code has set the standard.

Grok Build is a CLI agent, not an IDE plugin. That’s the right architectural call — xAI is making the same bet Anthropic made: the terminal is the right home for a serious coding agent. The similarities end there.

Key features:

  • Eight parallel sub-agents: Grok Build spawns up to eight concurrent agents, each running a plan/search/build workflow. Complex tasks get subdivided and attacked simultaneously.
  • Arena Mode: The headline feature — an automated evaluation layer that scores and ranks all agent outputs before you review them. Confirmed in code traces since February. Not yet live in the early beta.
  • Local-first privacy: Zero codebase data transmitted to xAI servers during a session. Air-gap compatible. This is a meaningful differentiator for regulated industries that don’t have an enterprise Anthropic contract with Bedrock Mantle.
  • Plan Mode: Full execution plan presented for your approval before any file is touched. Good trust-building for an early beta; the question is whether it remains mandatory.
  • grok-code-fast-1: 256K context window, 70.8% SWE-bench Verified, $0.20/$1.50 per million tokens via API.

Pricing: SuperGrok Heavy at $300/month, introductory rate $99/month for the first six months.

What Grok Build does well: local-first privacy for sensitive codebases, parallel agent architecture, low API token pricing.

Where it falls short: 70.8% SWE-bench Verified trails Claude Opus 4.7 (87.6%) by 17 points. No MCP ecosystem. No CLAUDE.md equivalent for project-level instructions. No cloud execution or scheduling. Arena Mode — the flagship feature — isn’t live. $300/month steady-state is at the top of the individual developer price range without ecosystem depth to justify it against Claude Code Max 20x at $200/month.

Updated May 30, 2026 — Grok 4.3 + Grok Skills: xAI shipped Grok 4.3 on May 25 with a meaningful strategy pivot: away from benchmark competition toward cost+productivity. 40% price cut (SuperGrok Heavy from $300 → $180/month), 1 million token context window, 16-Agent Heavy mode for the most complex tasks. The bigger feature is Grok Skills — persistent, named expertise domains that accumulate context across sessions. Describe your codebase once (“our microservices use gRPC, domain events follow CQRS, tests use pytest with factory_boy”) and the skill persists in all future sessions. Think team-level CLAUDE.md but cross-session and per-domain rather than per-project. Full Grok Build analysis here.

Updated August 29, 2026: xAI retired grok-code-fast-1 on May 15 and replaced it with Grok Build 0.1 ($1.00/M input, $2.00/M output, 256K context) as the dedicated coding-model line. The current flagship is Grok 4.6 (~August 12), priced around $2.00/M input and $6.00/M output for its sub-200K context tier, alongside cheaper Grok 4.3 and Grok 4.1 Fast tiers. Arena Mode still hasn’t shipped — more than three months after this article first flagged it as “confirmed in code traces but not live,” it remains roadmap-only. And the independent-verification gap has only widened: Scale AI’s public SWE-bench Pro leaderboard, checked directly as of late August, lists no entry at all for Grok 4.5 or Grok 4.6 — the top scores there belong to Muse Spark 1.1, GPT-5.4, and Claude models. xAI’s self-reported numbers for its newest models remain uncorroborated by any independent benchmark this blog has been able to verify. Structurally, xAI is now the same company as SpaceX (the two merged into “SpaceXAI” earlier this year), which makes Grok Build’s fortunes increasingly tied to SpaceX’s broader coding-tools strategy — including, as of this week, SpaceX’s newly-closed ownership of Cursor and Cursor’s abrupt loss of OpenAI model access.


The Decision Framework
#

Stop asking “which tool is best?” Start asking “which tool fits my workflow?”

If you…Use…
Want AI in your existing editor with minimal switching costGitHub Copilot
Work on large codebases and want multi-file contextCursor
Have complex, multi-step tasks you want fully autonomousClaude Code
Want to parallelize work across multiple agents simultaneouslyWindsurf
Need GitHub-native autonomous PRs from issuesGitHub Copilot (Coding Agent)
Are a power user hitting rate limits regularlyClaude Code Max 20x
Work with proprietary code and need zero data transmissionGrok Build (local-first)
Want to evaluate multiple agent outputs before picking oneGrok Build (when Arena Mode ships)

JetBrains survey data (January 2026) shows experienced developers using multiple tools concurrently. These tools are not mutually exclusive. Copilot handles inline completions while Claude Code tackles the gnarly refactor. Cursor manages daily coding while Windsurf runs a parallel batch of bug fixes in the background.


Where the Market Is Going
#

The tools are converging on autonomy, but from different directions. Copilot is adding agents to an extension — and billing for them starting tomorrow. Cursor is adding autonomy to an IDE — and its Cursor 3.5 Automations are the most IDE-native version of event-driven agents yet. Claude Code is the autonomous agent — now with Dynamic Workflows orchestrating hundreds of subagents per session. Windsurf is multiplying the agent. Grok Build is adding persistent domain expertise via Grok Skills.

The competitive picture as of August 29, 2026:

  • Anthropic shipped Opus 5 and Fable 5, holds independently-verified SWE-bench Verified leadership (97.0%, vals.ai), made Sonnet 5’s aggressive pricing permanent, and keeps shipping unglamorous security hardening (five fixes in v2.1.251 alone). No third-party model dependency, no acquisition drama, no billing revolt. The compounding is still the story.
  • OpenAI is still sitting on a confidential S-1, but its most consequential move this week wasn’t a model release — it was picking a fight with a customer. Cutting off Cursor’s model access over who owns Cursor’s parent company is the kind of decision that makes every multi-model tool’s customers nervous, not just Cursor’s.
  • GitHub/Microsoft is three months into usage-based billing with no sign of the backlash cooling, reportedly pausing new paid sign-ups in early August, while still shipping real features (Slack integration, Agent Plugins GA) that mostly play catch-up to things Anthropic already shipped.
  • Cursor, now a SpaceX subsidiary, launched its own git-hosting platform (Origin) in the same month it lost its OpenAI model access entirely — a vivid demonstration of the IDE-wrapper business model’s structural fragility. The IDE-bound ceiling hasn’t changed either.
  • Cognition resolved Windsurf’s identity crisis by picking an identity: Devin Desktop, one brand, Devin Local as the primary agent. Cleaner positioning, same architectural ceiling.
  • xAI, now structurally part of SpaceX, has a coding model line (Grok Build 0.1, Grok 4.6) that still has zero independent SWE-bench Pro verification months after this article first flagged the gap.

Cursor and Copilot are valuable tools for daily editing tasks. But if you’re making a long-term bet on where software development is going — and that bet is on autonomous agents writing most of the code — then the only tool built around that premise from the ground up, by the same company that builds the model underneath it, is Claude Code. Everything else is either an IDE with an agent bolted on, a billing model that penalizes the most autonomous use cases, a reseller exposed to other labs’ corporate politics, or a new entrant still closing the capability gap.

For practitioners today: use Claude Code for anything requiring genuine autonomy, complex reasoning, or codebase-scale operations. Use Copilot or your preferred IDE for flow-state editing work. If you’re leaning on Cursor for multi-model access, watch the November 12 OpenAI cutoff date closely — and ask what happens to your workflow if the next lab decides the same thing.


Sources:

Related