Cursor is an AI-native code editor developed by Anysphere, Inc., a San Francisco company founded in 2022. Built as a fork of VS Code, it ships with deep AI integration that goes well beyond autocomplete: its Agent mode can interpret a natural-language task, plan a multi-file implementation, write and run code, and iterate on failures — all without step-by-step user supervision.
The editor supports a wide roster of frontier models (Claude Opus 4, GPT-4o, o3, Gemini 2.5 Pro) alongside Cursor's own Composer family, now at version 2.5 (May 2026), which is purpose-trained for long-running coding tasks using reinforcement learning with textual feedback. Anysphere's technical ambition is significant: a proprietary model exceeding 1.5 trillion parameters is reportedly in training on xAI's Colossus supercomputers.
In late 2025 Anysphere acquired Graphite and launched Origin, an AI-native code review platform designed for agent-driven workflows rather than human pull requests. In June 2026, SpaceX announced an all-stock acquisition of Anysphere, pending close in Q3 2026.
The main friction point is economics: Cursor's June 2025 credit-based billing switch effectively halved the number of usable frontier requests on the Pro plan, and heavy users regularly hit limits. At $200/month for Ultra, the product is meaningfully more expensive than GitHub Copilot — a gap justified for teams using Agent mode heavily, but hard to defend for casual users.
Key Benefits
- Autonomous Agent Mode: Cursor's agent can handle complete feature implementation tasks — planning, coding, testing, debugging — with minimal human checkpoints.
- Best-in-Class Model Access: Pick from Claude, GPT, Gemini, or Composer 2.5 within a single session; no need to maintain separate tool subscriptions for model diversity.
- Zero-Migration VS Code Compatibility: Existing VS Code users keep their extensions, keybindings, and settings — adoption friction is minimal.
- Codebase Context at Scale: Semantic indexing lets the AI reason across large, multi-file projects rather than just the open file.
- Composer 2.5 for Long Tasks: Cursor's proprietary model is specifically optimized for sustained, multi-step coding sessions where generic LLMs tend to drift.
Use Cases
- Feature Development — Describe a feature in plain English; Agent mode scaffolds files, writes logic, wires dependencies, and runs tests across the codebase.
- Refactoring and Modernization — Migrate legacy codebases, update dependencies, or enforce new patterns across hundreds of files with supervised agent runs.
- Rapid Prototyping — Spin up functional proof-of-concept apps from a prompt, iterating with AI assistance at each step without switching between tools.
- Code Review Prep — Use the Origin platform (Teams/Enterprise) to run AI-native reviews before human review, surfacing issues agents introduced in prior sessions.