AI & Machine Learning
·By Seedwire Editorial·

Cursor's Real Fight Isn't With Copilot. It's With Its Own Suppliers.

Cursor's Real Fight Isn't With Copilot. It's With Its Own Suppliers.

Cursor, the AI-powered code editor built by Anysphere, is pushing deeper into autonomous coding agents. The move looks like a natural evolution for a company that has become the darling of the developer tools world, reportedly crossing $300 million in annualized recurring revenue faster than almost any enterprise software company in history. But beneath the surface of this growth story lies a structural vulnerability that most analysis has missed entirely: Cursor is building its moat on land owned by the companies most motivated to destroy it.

The real story here is not whether Cursor's agent is good. It probably is. The real story is whether any application-layer AI coding tool can survive when its model providers are shipping competing products with zero marginal distribution cost. This is the most dangerous game in enterprise software, and Cursor is playing it without controlling a single piece of the underlying infrastructure.

How We Got Here: The Three Waves of AI Coding

The AI coding tool market has moved through three distinct phases in under four years, each one compressing the timeline of the last.

Wave one was autocomplete. GitHub Copilot launched in June 2021 as a glorified tab-completion engine, and it worked. By early 2023, GitHub reported over 1.3 million paid subscribers. The value proposition was simple: type less, ship faster. Every competitor in this era, from Tabnine to Amazon CodeWhisperer, competed on the same axis of inline suggestion quality.

Wave two was chat-in-editor. Cursor entered here in early 2023, forking VS Code and embedding multi-model chat directly into the editing experience. The insight was that developers did not want to context-switch between ChatGPT and their IDE. They wanted the AI to see their codebase, understand their intent, and operate within the same environment where code gets written. By late 2023, Cursor had separated itself from the pack by shipping features like codebase-wide context, multi-file editing, and a composer mode that could plan and execute changes across an entire project.

Wave three is agents. This is where we are now. The shift from chat to agent is not incremental. It is a category redefinition. An agent does not wait for you to ask a question. It takes a goal, decomposes it into tasks, writes code, runs tests, fixes failures, and loops until the job is done. Cursor's Background Agent, which entered preview in early 2025, runs in a cloud sandbox and can execute multi-step coding tasks asynchronously. OpenAI's Codex agent, announced in April 2025, does something strikingly similar. Anthropic's Claude Code, launched as a CLI tool and now integrated into multiple IDEs, takes the same autonomous approach but leans into terminal-native workflows.

Each wave has shortened the window in which a startup can establish defensibility before the platform vendors arrive with their own version. Copilot took two years to face serious competition. Cursor's chat advantage lasted roughly 18 months. The agent window might be measured in quarters.

The Supplier Problem: Building on Quicksand

Here is the structural issue that should keep Anysphere's leadership up at night. Cursor does not train its own frontier models. It routes requests to OpenAI, Anthropic, and Google, wrapping their raw capabilities in a superior user experience. This is a legitimate strategy. It is also the exact strategy that has historically gotten application-layer companies killed in platform transitions.

Consider the precedent. In the early smartphone era, dozens of flashlight apps made real money on the App Store. Then Apple added a flashlight toggle to the control center. Game over. The apps added no value that the platform could not trivially replicate once it decided to care. The question for Cursor is whether its value-add is more like a flashlight or more like Figma, a tool so deeply embedded in workflows that the platform vendor cannot easily replicate it even with infinite resources.

Right now, the answer is uncomfortably ambiguous. Cursor's advantages fall into three buckets: UX polish, context engineering, and speed of iteration. The UX is genuinely excellent. The way Cursor handles multi-file diffs, inline suggestions, and composer workflows is best-in-class. Context engineering, the art of feeding the right code snippets and project metadata to the model, is where much of the real intellectual property lives. Speed of iteration matters because Cursor ships features weekly while Microsoft and Google move on quarterly cycles.

But none of these are permanent moats. OpenAI has hired aggressively from top product companies and is pouring resources into Codex. Anthropic's Claude Code has demonstrated that a CLI-first approach can bypass the IDE layer entirely, appealing to the senior engineers who are often the internal champions for tool adoption. Google is bundling Gemini into everything from Android Studio to Cloud Workstations. Each of these companies can offer their coding tools at a loss, subsidized by API revenue, cloud margins, or the strategic value of developer lock-in.

The most dangerous scenario for Cursor is not that a single competitor builds a better product. It is that model providers begin offering preferential access, lower latency, or exclusive capabilities to their own first-party tools. OpenAI could give Codex early access to new model versions. Anthropic could optimize Claude's system prompt and context window specifically for Claude Code. Google could offer Gemini at zero cost inside its Cloud IDE. Cursor would be left paying retail for the same intelligence its competitors get at wholesale.

What Cursor Actually Has: The Context Moat

Despite the structural risk, dismissing Cursor would be a mistake. The company has one asset that is genuinely difficult to replicate: millions of hours of developer interaction data paired with codebase context.

Every time a developer accepts or rejects a suggestion, edits a generated diff, or re-prompts after an unsatisfying result, Cursor captures a signal about what good code looks like in context. This data flywheel feeds back into their prompt engineering, context selection algorithms, and increasingly, their own fine-tuned models. Anysphere has begun training custom models, including a fast autocomplete model that runs locally and a tab-prediction system tuned on real editing patterns. These are not frontier models, but they do not need to be. They serve a narrow, high-value function where Cursor has a genuine data advantage.

The context engineering layer is where Cursor's real defensibility lives. Knowing which files to include in a prompt, how to chunk a large codebase, when to use retrieval-augmented generation versus brute-force context stuffing, and how to handle multi-repository workspaces. These are hard problems that require thousands of iterations to solve well. GitHub Copilot, despite Microsoft's resources, has consistently lagged Cursor on context quality. Copilot's suggestions often feel generic because they lack the deep project awareness that Cursor's indexing system provides.

The question is whether this context advantage is durable or whether it is a temporary lead in a race where the platform vendors will eventually catch up by throwing compute and data at the problem. History suggests context advantages erode. But they erode slowly enough that a fast-moving company can convert them into something stickier, like workflow integration, team collaboration features, or enterprise compliance tooling that makes switching costly for organizations rather than individuals.

The Landscape Reshuffles: Who Wins, Who Loses

The shift to agents restructures the competitive landscape in ways that are not obvious from the product announcements.

GitHub Copilot loses relative position. Microsoft has been slow to ship agent capabilities, and Copilot's architecture, tightly coupled to the GitHub ecosystem and optimized for inline completion, is not well suited for the autonomous, multi-step workflows that agents require. Copilot Workspace, announced in late 2024, was an attempt to move in this direction, but adoption has been tepid. The irony is that Microsoft has the best distribution of any player through VS Code's 35+ million monthly active users, but distribution advantage means less when the product lags on capability.

Anthropic gains strategic leverage. Claude Code's CLI-first approach is quietly brilliant positioning. By not building an IDE, Anthropic avoids competing directly with Cursor or Copilot while still capturing the highest-value segment of the market: senior developers and engineering leaders who work in terminals. These users influence tool purchasing decisions and often pull their preferred tools into their organizations. Claude Code also serves as a forcing function for Claude model improvements, since autonomous coding is one of the most demanding evaluations of model capability.

OpenAI plays the vertical integration card. Codex represents OpenAI's first serious attempt to own the full stack from model to application in a specific vertical. If Codex succeeds, expect OpenAI to replicate the playbook in other verticals: design, data analysis, legal research. This is the nightmare scenario for every company that built a wrapper on OpenAI's API.

JetBrains and the traditional IDE vendors face a fork in the road. They can either build their own AI agent capabilities, which requires model partnerships and massive R&D investment, or they can become platforms that host multiple AI agents, taking a marketplace approach similar to what they have done with plugins. The marketplace strategy is more likely to succeed but fundamentally changes their business model from selling software to facilitating AI access.

What Builders Should Do Now

If you are a founder building developer tools, the Cursor story contains a clear lesson: application-layer value capture in AI is real but fragile. The playbook that works today has three elements.

First, go vertical and deep. Horizontal AI coding assistants will converge on capability as models improve. The sustainable businesses will be the ones that solve specific, painful problems for specific types of developers. AI for embedded systems, for compliance-heavy industries, for legacy codebase migration. These niches are too small for OpenAI or Anthropic to prioritize but large enough to build meaningful businesses.

Second, own your inference. Depending entirely on third-party APIs for your core product is an existential risk. This does not mean training a frontier model from scratch. It means investing in fine-tuned models for specific tasks, building efficient inference pipelines, and negotiating contractual protections against model access being throttled or pricing being changed adversarially. Cursor's move toward custom models is the right instinct, even if the models themselves are modest.

Third, build for teams, not individuals. Individual developers switch tools easily. Teams do not. Enterprise features like access controls, audit logging, compliance certifications, and shared context across team members create the kind of organizational lock-in that survives product capability gaps. Cursor has been moving in this direction with its Business plan, but the transition from developer-beloved individual tool to enterprise-sold team platform is one of the hardest pivots in software.

Where This Goes: Three Predictions

First, Cursor will be acquired within 18 months. The company's growth rate makes it an irresistible target, and the structural vulnerabilities make independence increasingly risky. The most likely acquirers are Databricks, which wants a developer surface to complement its data platform, or a cloud provider looking to leapfrog GitHub Copilot. A dark horse candidate is Apple, which has conspicuously underinvested in AI developer tooling despite owning Xcode and a massive developer ecosystem.

Second, the coding agent market will consolidate around two or three platforms by the end of 2027. The winner will not be determined by model quality alone. It will be determined by who controls the full loop: code generation, testing, deployment, and monitoring. This favors companies that own cloud infrastructure, which means the long-term winners are likely to be the hyperscalers, not the model providers or the IDE vendors.

Third, the agent era will split the developer population in two. Senior engineers will use agents as force multipliers, directing autonomous systems while focusing on architecture, code review, and system design. Junior engineers will face a compressed learning curve where the traditional path of learning through writing boilerplate code is partially eliminated. Companies that figure out how to train junior developers in an agent-augmented world will have a significant talent advantage. Companies that assume agents replace junior headcount will discover, painfully, that they have created a missing generation of engineering leadership.

Cursor has built something genuinely impressive. The product is excellent, the growth is real, and the team ships with a velocity that embarrasses companies ten times its size. But the AI coding agent market is entering its most brutal phase, where the rules of competition are set by the model providers who also happen to be the competitors. Cursor's next twelve months will answer a question that matters far beyond coding tools: can an application-layer company build a durable business on top of AI platforms, or will the platform always win?

Cursor AI
AI coding agent
OpenAI Codex
Claude Code
GitHub Copilot
Anysphere
AI developer tools
coding assistant
Seedwire Newsletter

Stay ahead of the curve

Get the most important tech stories delivered to your inbox. No spam, unsubscribe anytime.