Learning Objectives
- Understand how Cursor's AI-native architecture differs from AI extensions added to traditional editors
- Identify Cursor's key capabilities: Tab completions, Cmd+K, Chat, Agent Mode, and Composer
- Evaluate when to use Cursor versus alternatives like GitHub Copilot, Claude Code, or Windsurf
What Is Cursor?
Cursor is an AI-native code editor built by Anysphere (founded by CEO Michael Truell, valued at $29.3 billion with over $2 billion in annual recurring revenue). Built on the VS Code codebase, Cursor feels familiar to VS Code users — same extensions, keybindings, and settings — but adds deep AI capabilities throughout the editing experience rather than bolting them on as extensions.
Cursor offers multi-model choice across the Claude Opus line, OpenAI's GPT-5 series (scheduled to be withdrawn on November 12, 2026 — see below), Gemini Pro, and others. Its proprietary Composer model line handles multi-file orchestration — the current generation is Composer 2.5, an updated coding model built on Moonshot AI's open-source Kimi K2.5 checkpoint and trained with 25-times more synthetic tasks than Composer 2 plus a new sharded-Muon distributed-training setup. Cursor reports "substantial improvement in intelligence and behavior" on long-running tasks and complex instruction-following. The editor has become the default tool for a significant portion of the developer community — 60% of revenue comes from enterprise customers, and over 90% of Salesforce developers reportedly use it. NVIDIA and Stripe are also among its elite engineering-team customers.
🎯Tip
Get started: Download from cursor.com — imports your VS Code settings, extensions, and keybindings automatically
Ownership & Strategic Context
Cursor is owned by SpaceX. The all-stock purchase, worth roughly $60 billion, closed on August 14, 2026 — the largest acquisition SpaceX has ever made, and the largest price ever paid for a startup. It ran in three steps: SpaceX secured an option to buy Cursor on April 21, 2026, converted that option into a definitive agreement on June 16, and cleared regulatory review in mid-August. Cursor had been valued near $29 billion in its most recent round, so the final price marks a steep premium. Microsoft had reportedly explored buying Cursor earlier in 2026, before SpaceX secured the original option.
Cursor now sits inside SpaceXAI, the division that also holds xAI, which SpaceX absorbed earlier in 2026. That pairs the coding product and its customer base with Colossus, the group's training supercomputer, at 555,000 NVIDIA graphics processors and scaling toward 1 million by late 2026. Cursor framed the compute as the point of the deal, saying the merger gives it access to the largest fleet of graphics processors in the world.
What this means for users today: model choice is now changing. On August 28, 2026 OpenAI notified SpaceX that it intends to wind down the contract supplying its models to Cursor, proposing a shutoff date of November 12, 2026 — the maximum notice its agreement allows. OpenAI said it cannot be confident SpaceX will use the technology within its terms of service, citing Twitter's breach of an OpenAI contract after Musk acquired it and Musk's admission under oath that xAI had violated those same terms, and it pointed to accountability for its upcoming Astra model. The practical effect is that GPT models are scheduled to leave Cursor, leaving the Claude line, Gemini, xAI's coding models such as Grok-Code-Fast-1, and Cursor's own Composer generation. If your team standardized on GPT inside Cursor, that is a migration with a date on it. The strategic shift is larger still: Elon Musk's AI group is now a direct competitor in developer tools against Anthropic and OpenAI, and one of those competitors has chosen to stop supplying it. If your organization has a policy on vendor ownership or on where your code is processed, this is the moment to re-read it.
Pricing
- 2,000 completions
- 50 premium requests/month
- Unlimited completions
- 500 premium requests/month
- Admin controls
- Centralized billing
- SSO
- Enforced privacy mode
All paid plans include access to multiple frontier models. Business adds organization-level management, usage analytics, and zero data retention.
Core Capabilities
Cursor Tab (Inline Completions)
Cursor Tab predicts your next edit — not just the next line, but multi-line changes across your current file. It watches your editing patterns and suggests diffs as you work. Accept with Tab, reject by typing past.
Cmd+K (Inline Editing)
Select code, press Cmd+K, and describe your change in natural language. Cursor rewrites the selection in place. Works for refactoring, adding error handling, converting formats, or any targeted edit.
Chat with @-Mentions
A sidebar chat that understands your full project. Use @file, @folder, @docs, or @codebase to pull specific context into the conversation. Ask questions about your code, generate tests, or plan architecture — the AI reads the referenced files directly.
Agent Mode and Composer
Agent Mode handles complex multi-step tasks autonomously — it reads files, proposes a plan, makes edits across your project, runs terminal commands, and iterates on errors. Composer orchestrates multi-file changes in a dedicated panel where you can review and accept edits file by file. Composer 2.5 — the current generation — is priced at $0.50 per million input tokens and $2.50 per million output, with a fast variant at $3 and $15; first week of release ships with double usage included.
Bugbot and Automations
Bugbot monitors your pull requests and automatically identifies bugs, opening fix PRs. Automations are cloud-based agents that run tasks in the background — triggered by events like PR creation or on a schedule.
Cursor Mobile (iOS)
In June 2026, Cursor released a public-beta iPhone app that lets you start and supervise its autonomous coding agents away from your desk. You can kick off a new agent from your phone or check in on one you launched on the desktop, review its proposed diffs, and steer it as it works. The app reflects Cursor 2.0's core bet — that developers increasingly manage agents rather than type every line themselves. Anthropic's Boris Cherny captured the shift, noting that most of his coding now happens on his phone, something he would have called crazy six months earlier.
Origin (Code Hosting)
On August 17, 2026, Cursor started hosting code. Origin is a code-hosting platform — repositories, browsing, pull requests — that rolled out in early beta to every paid plan, excluding enterprise organizations whose admins opt out. Cursor has partnered with Vercel, Depot and Buildkite for deployment and continuous integration.
The design decision that matters is that Origin does not ask you to migrate. GitHub repositories sit alongside Cursor-hosted ones, and pull-request comments sync in both directions within seconds, so a team can try it on one repository without moving anything. Repositories can be disconnected at any time.
The pitch is consolidation rather than replacement: your code, your pull requests and your agents in one place, so you can ask Cursor questions about code while browsing it. The timing was pointed — GitHub logged 257 outages over the previous year, and one on launch day pushed error rates near 20 percent worldwide.
📝Note
Judge this on where it sits, not on the feature list. Origin at launch does less than GitHub does, and Cursor says the "agent native" parts are still ahead. What makes it worth watching is that a code host owned by SpaceX now sits directly beneath an editor with over 360,000 paying customers — a distribution position no standalone competitor to GitHub has had. The bidirectional sync means the switching cost of trying it is genuinely near zero, which is the part incumbents should find uncomfortable.
Strengths
- VS Code foundation: Familiar interface, existing extensions and keybindings transfer seamlessly
- Multi-model flexibility: Switch between Claude, GPT, Gemini, and Cursor's own models per task
- Deep codebase awareness: @-mentions and codebase indexing give the AI real project context, not just open files
- JetBrains support: ACP (Agent Communication Protocol) brings Cursor's AI to JetBrains IDEs
- Enterprise-ready: Privacy mode, SSO, centralized billing, and zero data retention on Business plan
Limitations & Considerations
- Closed source: The editor itself is proprietary — you depend on SpaceX's continued investment in it, following the August 2026 acquisition
- GPT models are leaving on November 12, 2026: OpenAI is winding down the contract that supplies its models to Cursor, citing an inability to trust SpaceX with its terms of service. Model choice is a headline Cursor feature, and this removes one of the three major families from it — check whether your team's workflows, rules files or evaluation baselines assume a GPT model before that date
- Origin is an early beta: the code-hosting platform launched August 17, 2026 and does less than GitHub today; the bidirectional sync keeps the switching cost low, but do not plan a migration around it yet
- Premium request limits: Free and Pro tiers cap advanced features; heavy agent mode users may hit limits
- VS Code lock-in: Built on VS Code, so developers who prefer JetBrains or Vim natively get a secondary experience
- Subscription required for full power: Free tier is limited; the best capabilities require Pro or Business
Best Use Cases
| Task | Why Cursor |
|---|---|
| Daily coding with AI completions | Tab predictions are context-aware and fast — core developer workflow |
| Multi-file refactoring | Agent Mode and Composer handle cross-file changes with review UI |
| Codebase Q&A | @-mention files and folders to ask questions about unfamiliar code |
| Team standardization | Business plan with centralized settings and privacy controls |
| PR quality | Bugbot catches issues and proposes fixes automatically |
When to choose alternatives:
- Terminal-native autonomous coding → Claude Code (full file system access, MCP, git workflows)
- GitHub-native issue-to-PR automation → GitHub Copilot (async coding agent on Issues)
- Budget-conscious → Windsurf (Pro at $15/month vs Cursor's $20/month)
- No-install browser-based development → Bolt.new or v0 (generate and deploy from a browser)
Getting Started
- Download Cursor from cursor.com — available on macOS, Windows, and Linux
- Import your VS Code settings when prompted (extensions, themes, keybindings)
- Open a project and start typing — Cursor Tab suggestions appear automatically
- Press Cmd+K on a code selection to try inline editing with a natural language prompt
- Open Chat (Cmd+L) and use
@codebaseto ask a question about your entire project - Try Agent Mode for a multi-step task: describe a feature and let Cursor implement it
🎯Tip
Power user tip: Add a .cursorrules file to your project root with coding conventions and architecture notes — Cursor reads it automatically for project-specific context, similar to Claude Code's CLAUDE.md.
Key Takeaways
- Cursor is the leading AI-native IDE — built on VS Code with AI integrated at every level, not added as an afterthought
- Multi-model support lets you choose the best AI for each task, including the proprietary Composer 2.5 model (built on Moonshot's open-source Kimi K2.5 checkpoint) — though OpenAI is withdrawing its GPT models from Cursor on November 12, 2026, narrowing that choice to Claude, Gemini, xAI's coding models and Composer
- Agent Mode and Bugbot enable autonomous coding and PR review within the editor
- SpaceX closed its $60 billion all-stock purchase of Cursor on August 14, 2026 — Cursor is now owned by SpaceX and sits in the SpaceXAI division alongside xAI, so the leading AI IDE belongs to a frontier lab that competes with Anthropic and OpenAI
- Cursor also shipped a public-beta iPhone app for starting and supervising coding agents on the go — a sign of the shift toward developers managing agents rather than typing every line
- Best suited for developers who want a visual IDE experience with deep AI; for terminal-native workflows, pair with or consider Claude Code











