Cursor at $9 billion and the coding-tool land grab
An editor fork raises at a valuation that only makes sense if you believe the IDE is the control point.
Anysphere, which makes Cursor, raised at a reported $9 billion valuation this month. The product is a fork of VS Code with AI features. That sentence undersells it, and it also explains why the valuation is contested.
what they actually built#
Cursor's technical differentiation is real and it is mostly not the model.
Codebase indexing that works. Semantic search over the whole repository, kept fresh, so the model gets relevant context without you selecting files. This is harder than it sounds at repository scale and it is where a lot of competitors are visibly worse.
Fast apply. A specialized model that takes a proposed edit and applies it to the existing file correctly. Sounds trivial. Is not. Getting a large model to reproduce an entire file with one changed function is slow and error-prone; a small model trained specifically on edit application is fast and reliable.
Tab completion that predicts your next action, including where you are about to move the cursor, not just what you are about to type.
All three are inference-layer engineering rather than model training, and all three are the kind of thing that is unglamorous to build and immediately obvious in daily use.
the bear case#
Cursor is a fork of VS Code, and VS Code is made by the company that owns GitHub Copilot, GitHub, and a large share of the developer's toolchain. Microsoft has been shipping the same features, more slowly, with better distribution and a bundled price.
Cursor also pays for inference on models it does not own, from vendors who are themselves building competing products. That is a structurally uncomfortable position: your primary cost is paid to your competitor, and your gross margin depends on their pricing decisions.
And the switching cost is approximately zero. It is an editor. Your settings sync in five minutes.
the bull case#
Distribution in developer tools is earned by being better, not by being bundled — which is why VS Code beat Atom, why Git beat SVN, and why every attempt to push a mandated IDE on a team has failed. Cursor is currently better at the specific thing developers do all day, and developers are unusually willing to switch tools and unusually vocal when they do.
The valuation implies the IDE becomes the control point for AI-assisted development — the place where context lives, where policy is enforced, where every model call routes through. If that is true, whoever owns it has a durable position regardless of which model wins.
my read#
The category is real and enormous. The specific defensibility is unclear. And the whole category has a structural problem that nobody has solved: as models get better at long-horizon delegated work, the editor becomes less central, because you are not editing. You are reviewing.
The product that wins the next phase might not be an editor at all. It might be whatever tool makes reviewing twelve agent-generated pull requests tolerable, and that looks a lot more like a code review interface than an IDE.
Nobody has built a good version of that yet. That is where I would be looking.
— Dom, June 23, 2025