TL;DR. Cursor is an AI-first code editor built as a fork of Visual Studio Code, developed by Anysphere, Inc. in San Francisco. It combines autocomplete, multi-file editing, codebase search, and autonomous agents for software developers. Founded in 2022 by four MIT graduates, it serves individual developers and enterprise engineering teams.
Anysphere, Inc. (doing business as Cursor) is an American AI software company headquartered in San Francisco, California. It develops Cursor, an AI-first coding agent and integrated development environment (IDE) built as a fork of Visual Studio Code. Cursor allows software developers to write, edit, review, and refactor code using natural-language instructions, with deep AI integration across autocomplete, multi-file editing, codebase search, terminal access, and autonomous agentic task execution.
Anysphere was incorporated in 2022 by four friends who met as students at the Massachusetts Institute of Technology (MIT): Michael Truell (CEO), Sualeh Asif (CPO), Aman Sanger, and Arvid Lunnemark. All four were under 30 at the time of the company's rise to prominence and are alumni of the Forbes 30 Under 30 list. The team initially attempted to build AI tools for computer-aided design (CAD) software used by mechanical engineers, but pivoted after recognising their deeper expertise lay in software engineering. They reoriented toward building what Truell described as a "Google Docs for programmers." Cursor's public product launched in March 2023, positioned as a VS Code-compatible editor with AI embedded into every interaction. In October 2025, co-founder Arvid Lunnemark departed the company to found Integrous Research, a safety-focused AI research lab.
Cursor is a VS Code fork with AI woven natively into the editing experience. Key capabilities include:
AI autocomplete and inline code generation
Multi-file editing agents that can autonomously carry out programming tasks from natural-language prompts
Codebase-wide search and understanding
Native terminal access
Bugbot, a code-review tool integrated with GitHub pull requests (launched July 2025)
Cursor 2.0 (released October 2025), added parallel agent support using git worktrees or remote machines
Support for models from OpenAI, Anthropic, Google, and xAI, alongside Cursor's own in-house models
Team and enterprise plans with SSO, usage analytics, model controls, and compliance features
By June 2025, Cursor was used by over half of the Fortune 500, including Nvidia, Uber, Adobe, Shopify, and PayPal.
| Round | Date | Amount | Valuation | Lead Investor(s) |
|---|---|---|---|---|
| Seed | Oct 2023 | $8 M | OpenAI Startup Fund | |
| Series A | Aug 2024 | $60 M | $400 M | |
| Series B | Dec 2024 | $105 M | $2.6 B | Thrive Capital |
| Series C | Jun 2025 | $900 M | $9.9 B | Thrive Capital |
| Series D | Nov 2025 | $2.3 B | $29.3 B | Accel, Coatue |
Total raised (through Series D): ~$3.38 billion. Notable investors across rounds include Thrive Capital, Andreessen Horowitz (a16z), Accel, Coatue Management, DST Global, Nvidia, and Google. Angel investors in the seed round included former GitHub CEO Nat Friedman and Dropbox co-founder Arash Ferdowsi. Bloomberg called Anysphere "the fastest growing startup ever" following the Series C announcement, citing ARR growth from $1 million in 2023 to $100 million in roughly 12 months.
Crossed $100 M ARR in January 2025
Surpassed $500 M ARR by June 2025 (Series C announcement)
Crossed $1 B ARR by November 2025 (Series D announcement)
Surpassed $3 B ARR by May 2026 (per Bloomberg)
~300 employees as of November 2025
Served millions of developers and 50,000+ enterprise teams
Michael Truell, Co-founder & CEO
Sualeh Asif, Co-founder & CPO
Aman Sanger, Co-founder
Jordan Topoleski, COO
Website: cursor.com
Blog: cursor.com/blog
Documentation: docs.cursor.com
Cursor competes in the fast-growing AI developer tools market against GitHub Copilot, OpenAI Codex, Anthropic Claude Code, and Windsurf (acquired by Cognition). OpenAI reportedly explored acquiring Anysphere before ultimately pursuing Windsurf instead. As of mid-2026, SpaceX announced a pending acquisition of Anysphere for $60 billion in an all-stock deal, with the company to be placed under Elon Musk's xAI subsidiary; the transaction is expected to close in Q3 2026.
Cursor is an AI-native code editor built on a VS Code fork, developed by Anysphere, Inc. Rather than bolting AI onto an existing IDE as an extension, Cursor redesigns the entire development environment around AI-first workflows, from inline completions to fully autonomous background agents. Its core value proposition is an "autonomy slider": developers can work with light AI assistance (Tab completions), targeted edits (inline commands), or full agentic autonomy, all within a single familiar interface.
Cursor's proprietary Tab completion model predicts and suggests the next edit, including multi-line changes and "cursor jumps" (predictions of where the developer will want to move next in a file). In January 2025, Cursor shipped an updated Cursor Tab model improving both edit suggestions and cursor-jump accuracy. Tab operates within the currently active file and is unlimited on all paid plans.
The flagship feature. Agent mode lets Cursor plan and execute multi-step engineering tasks autonomously: searching across the codebase, editing multiple files, running terminal commands, browsing the web for documentation, and generating a plan before execution. For complex tasks, Cursor asks clarifying questions, builds a plan, and executes it in the background. Checkpoints allow rollback to any prior snapshot.
A targeted, instruction-driven edit mode for surgical changes within a file or selection. Faster than Agent for single-location rewrites or additions.
Cursor's Composer provides a diff-centric view of sweeping changes across multiple files. Cursor 2.0 (released October 2025) rebuilt the editor around Composer, supporting multiple parallel agents using git worktrees or remote machines, and adding a redesigned interface for managing agents and their plans.
Cloud-hosted, sandboxed agents that work independently of the local machine. Background Agents can read GitHub issues, open branches, make commits, and draft pull requests without tying up the developer's local environment. They can be triggered from GitHub, Slack, Linear, JetBrains IDEs, and more.
Launched in July 2025, Bugbot integrates with GitHub (and GitLab) pull requests to perform automated AI code review, surfacing bugs, security issues, and code quality problems inline before a human reviewer sees the PR. It supports an autofix flow via Cloud Agent. Available on paid plans; agentic code reviews with Bugbot are included in Teams plans.
A custom embedding model indexes the entire codebase locally, giving agents best-in-class recall across large repositories. Subagents run in parallel to explore the codebase, each using the most suitable model for the task.
Cursor ships a full MCP GUI, supporting both stdio and SSE transports, allowing connections to external tools and data sources such as GitHub, Figma, and custom internal systems. A per-project .cursor/mcp.json and a global ~/.cursor/mcp.json are both supported. A community MCP marketplace simplifies third-party server installation.
Structured project- or team-level instructions to Cursor, defined in .cursor/rules/*.mdc files (markdown with YAML frontmatter). Rules can be conditional, file-scoped, or always-applied, and are version-controlled alongside the codebase.
A visual editor (introduced in 2025) lets developers drag-and-drop elements in a rendered web app and use "point and prompt" interactions to describe UI changes.
Skills add domain knowledge for specialized prompts; community-built plugins extend Cursor with new capabilities; hooks allow automation triggers around agent actions. All are available on Individual paid plans and above.
Cursor is model-agnostic and supports a broad roster of frontier models alongside its own proprietary models:
Cursor-proprietary: Composer-1 (multi-file edit specialist), Sonic (low-latency Tab completions)
Anthropic: Claude Sonnet and Opus families
OpenAI: GPT-4 series, GPT-4o
Google: Gemini 2.5 Pro
xAI: Grok
Meta / Others: DeepSeek
In Auto mode, Cursor's router selects the best model for each task and runs unlimited on all paid plans. Manually selecting a specific frontier model draws from the plan's credit pool.
| Surface | Details |
|---|---|
| Desktop | macOS (11+, Apple Silicon & Intel), Windows 10/11, Linux (Ubuntu 20.04+, Fedora 38+, Debian 11+, AppImage) |
| JetBrains Plugin | IntelliJ IDEA, PyCharm, WebStorm, GoLand, RubyMine, PhpStorm 2024.2+ (GA 2026), replicates Tab, Inline Edit, Chat, and Composer |
| CLI | Headless @cursor/cli (Node.js 18+) for CI/CD pipelines and scripted bulk edits; shares rules, MCP servers, and account credits with the desktop app |
| Mobile | iOS and Android apps for chat with Background Agent and surfacing cloud-agent results |
| Cloud / Web | Background and Cloud Agents run entirely server-side |
Version control: GitHub, GitLab, Azure DevOps, Bitbucket
Issue trackers / project tools: Linear, Jira
Communication: Slack (mention @Cursor in any channel to trigger an agent), Microsoft Teams
CI/CD: GitHub Actions (via Cursor CLI)
Design tools: Figma (via MCP)
IDEs: JetBrains suite, Xcode (via integrations/deeplinks)
Cursor moved from request-cap billing to a credit-based model in June 2025. Each paid plan includes a monthly credit pool equal to the plan price; Auto mode is unlimited and does not draw from credits.
| Plan | Price | Credit Pool | Key Inclusions |
|---|---|---|---|
| Hobby | Free | None | Limited Tab completions, limited Agent requests, 1-week Pro trial for new accounts |
| Pro | $20 / mo (≈$16 billed annually) | $20 / mo | Unlimited Tab, extended Agent limits, frontier model access, MCPs, Skills, Hooks, Cloud Agents, Bugbot (usage-based) |
| Pro+ | $60 / mo (≈$48 billed annually) | $60 / mo (3× Pro) | Everything in Pro, 3× usage on all models |
| Ultra | $200 / mo (≈$160 billed annually) | $400 / mo (20× Pro) | Everything in Pro+, 20× usage, priority access to new features |
| Teams | $40 / user / mo (≈$32 billed annually) | Pro-equivalent per seat | Centralized billing, team marketplace, Bugbot code reviews, usage analytics, SAML/OIDC SSO, team-wide privacy mode |
| Enterprise | Custom (annual) | Pooled usage | SCIM, audit logs, model/MCP/repo access controls, invoice/PO billing, AI code tracking API, priority support |
Annual billing saves approximately 20% across all paid plans. On-demand usage beyond the credit pool is billed in arrears at API rates with no markup penalty. Teams plan includes a $0.25 per million token Cursor Token Rate on top of model API pricing for non-Auto agent requests.
January 2025, New Cursor Tab model shipped, improving edit suggestions and cursor-jump predictions
June 2025, Pricing overhauled from request-cap to credit-based billing
July 2025, Bugbot launched for GitHub PR code review
October 2025, Cursor 2.0 released, introducing parallel multi-agent support via git worktrees and remote machines, and a redesigned agent-centric interface
2026, JetBrains plugin reaches GA; iOS/Android mobile apps launched; Cursor CLI reaches stable on macOS, Linux, and Windows; MCP marketplace added
Cursor (developed by Anysphere) has built a substantive security and compliance posture, particularly for enterprise customers. Its official security page, Trust Center, and enterprise documentation serve as the primary references.
Cursor holds a SOC 2 Type II attestation, with the full report available on request via its Trust Center at trust.cursor.com. The company conducts at-least-annual penetration testing by reputable third parties; an executive summary of the latest report is also available through the Trust Center. Cursor is GDPR and CCPA compliant, as documented on the enterprise page. HIPAA is notably absent, Cursor does not currently sign Business Associate Agreements (BAAs), making it unsuitable for workloads involving protected health information (PHI).
Cursor's central privacy mechanism is Privacy Mode, available to all users (Free, Pro, and Business) and enforceable org-wide by team or enterprise admins:
Privacy Mode ON: Cursor will not train on customer data. Cursor maintains Zero Data Retention (ZDR) agreements with all model providers, meaning AI providers do not store or train on user data. Risk-classifier runs (for abuse detection) are an exception, flagged prompts may be temporarily stored per provider retention policies.
Privacy Mode OFF: Cursor may store and use codebase data, prompts, editor actions, and code snippets to improve AI features and train models. Some inference providers (Baseten, Together AI, Fireworks) may temporarily cache model inputs/outputs for inference performance, deleted after use.
Additional data handling details:
Codebase indexing uploads code in small chunks to compute embeddings; plaintext code is discarded after the request. Embeddings and file metadata (hashes, filenames) may be stored.
File contents are temporarily cached on Cursor servers to reduce latency, encrypted with unique client-generated keys that only exist server-side for the duration of a request; never permanently stored or used for training when Privacy Mode is enabled.
Prompts are retained for 30 days for safety monitoring only, not model training.
Even when users supply their own API key, requests are still routed through Cursor's backend for final prompt construction.
Cursor employs AES-256 encryption at rest and TLS 1.2+ encryption in transit for all data. Customer-managed encryption keys (CMEK) are also documented as an enterprise option.
Cursor's Business/Enterprise tier provides a robust suite of administrative controls:
| Feature | Detail |
|---|---|
| SSO | SAML-based Single Sign-On integration |
| SCIM | Automated user provisioning, updates, and de-provisioning |
| Audit Logs | Logs privacy setting changes, team rule management, and custom command activity; agent responses are not logged |
| Model Controls | Admins can restrict model access via allowlists/blocklists |
| Privacy Mode Enforcement | Org-wide enforcement of Privacy Mode |
| IP Allowlisting | Corporate proxy/network configuration support |
| MDM Deployment | Supported for managed device rollouts |
| .cursorignore Policies | Admins can enforce file/directory exclusions from AI context |
| AI Code Tracking API | Tracks how AI features are used across the organization |
Infrastructure access follows the principle of least privilege; multi-factor authentication (MFA) is enforced internally.
Cursor publishes a full subprocessors list on its Trust Center; each subprocessor undergoes vendor risk management review and is re-reviewed annually.
Cursor does not use or maintain any infrastructure in China, and does not use Chinese-headquartered companies as subprocessors.
The company uses its own AI tooling (BugBot, Cloud Agent automations) to help secure its own codebase.
Cursor operates a responsible disclosure program. Security vulnerabilities should be reported to security-reports@cursor.com. The company acknowledges reports within 5 business days and communicates critical incidents via email to affected users.
No publicly documented data breaches or major security incidents were identified as of mid-2026.
Cursor's review footprint is concentrated in developer communities rather than traditional enterprise software review platforms, reflecting its product-led, developer-first growth model.
| Platform | Score | Review Count |
|---|---|---|
| G2 | 4.5-4.8 / 5 | ~81-180+ reviews |
| Gartner Peer Insights | Positive (qualitative) | Limited |
| Trustpilot | 1.7 / 5 | ~203 reviews |
| Product Hunt | Positive | Active community |
The sharp divergence between G2 (4.5-4.8/5) and Trustpilot (1.7/5) is telling: the G2 pool skews toward daily professional users who self-select into structured reviews, while Trustpilot captures a disproportionate share of billing complaints triggered by Cursor's June 2025 pricing change (shift from 500 fixed fast requests to usage-based credits). On G2, 100% of the 15 sampled reviewers said they would recommend Cursor. The tool lacks the extensive verified-purchaser review volume of mature enterprise platforms like Salesforce or GitHub Copilot.
Cursor's growth trajectory is among the fastest ever recorded for a developer SaaS product:
~40,000 customers reported at Series A (August 2024)
1 million users reached within ~16 months of launch; Bloomberg reported this milestone in April 2025
>1 million daily active users (DAU) reported in 2025 (Bloomberg)
360,000+ paying customers by early 2025
50,000+ businesses using Cursor as of early 2026 (company disclosure)
>500M ARR disclosed at Series C (June 2025); $1B ARR disclosed at Series D (November 2025); $2B+ ARR reported by Bloomberg/TechCrunch (February 2026)
64% of Fortune 500 companies use Cursor (company claim, 2026 enterprise page)
>100 million lines of enterprise code written daily on Cursor (company claim)
In JetBrains' January 2026 AI Pulse survey, 69% of developers had heard of Cursor and 18% used it at work
Growth was achieved almost entirely through organic, word-of-mouth adoption, a product-led model where individual developers brought the tool into their teams.
1. Multi-file editing and codebase awareness The Composer/Agent mode is consistently cited as Cursor's defining differentiator. Users describe autonomous multi-file refactoring as "transformative," with the AI understanding full project context rather than just the open file. One widely cited Reddit comment: "Update all components using old Button API and it diffs every file perfectly."
2. Seamless VS Code migration Developers praise the near-zero switching cost from VS Code. The familiar interface, extension compatibility, and keybindings reduce onboarding friction significantly.
3. Measurable productivity gains Cursor's own productivity study (published on cursor.com/blog/productivity) reports 39% more pull requests merged when teams use Agent Mode. Enterprise case studies include:
Upwork: adoption jumped from ~20% (Copilot) to "nearly 100%" post-Cursor; PR volume up 25%, average PR size up 100%, net code shipped up 50%, with 70% of devs saving ≥1 hr/week.
Brex: 70% of engineers actively use Cursor; 45% of all code changes originate from the platform.
Rippling: seats jumped from 150 to 500 within weeks, covering ~60% of the engineering org.
4. Model flexibility Users appreciate being able to switch between Claude, GPT, Gemini, and local models within the same project depending on task requirements.
5. Diff-view and rollback The PR-like diff interface for agent edits and the ability to roll back agent changes are frequently praised as features that preserve developer control while benefiting from automation.
1. Unpredictable billing / "usage anxiety" The June 2025 shift to usage-based credits is the single largest complaint driver. Real monthly bills commonly reach $40-50 (up to 120-150% over the advertised $20/mo base) due to per-request overages once the 500 fast-request allocation is exhausted. This is the primary source of negative Trustpilot reviews and drove a surge of Reddit discussion.
2. Rate limits frustrating power users Pro plan users (~500 monthly fast requests) report hitting caps mid-month during heavy Composer/Agent sessions, forcing a fallback to slower or free-tier models.
3. Stability regressions on major releases The Cursor 2.1 release (November 2025) was widely reported to have corrupted chat histories and worktrees, making the IDE "unusable for days" for some users. Persistent file-saving failures on new hardware were also reported in December 2025.
4. IDE lock-in Developers using JetBrains IDEs, Vim, Neovim, or Emacs cite significant friction: the VS Code fork architecture means Cursor cannot be used as a plugin in existing setups, and keybinding conflicts are common.
5. Security and privacy concerns Enterprise buyers and privacy-conscious developers raise concerns about: (a) code being used to train models when Privacy Mode is OFF (the default setting); (b) mandatory telemetry on company subscriptions that transmits commit data and cannot be disabled; and (c) documented CVEs (CVE-2025-54135, CVE-2025-54136) for Remote Code Execution vulnerabilities via malicious repositories.
6. Context drift and AI reliability On long sessions or large repositories, users report context drifting, the AI modifying unrelated files without permission, and occasional hallucinated explanations of changes made, requiring careful review of all agent output.
"My favorite enterprise AI service is Cursor. Every one of our engineers, some 40,000, are now assisted by AI and our productivity has gone up incredibly." , Jensen Huang, President & CEO, NVIDIA
"It was night and day from one batch to another, adoption went from single digits to over 80%. It just spread like wildfire, all the best builders were using Cursor." , Diana Hu, General Partner, Y Combinator
"The best LLM applications have an autonomy slider: you control how much independence to give the AI. In Cursor, you can do Tab completion, Cmd+K for targeted edits, or you can let it rip with the full autonomy agentic version." , Andrej Karpathy, CEO, Eureka Labs
Cost unpredictability at the Pro tier deters budget-conscious developers and small teams
VS Code-only architecture excludes JetBrains, Vim, and Emacs users without a full workflow change
Enterprise security reviews are slowed by mandatory telemetry, default-off privacy mode, and absence of standalone DPAs for non-enterprise customers
Learning curve for Agent/Composer mode, users note the tool requires deliberate prompt crafting and review habits to avoid unreliable autonomous edits
Performance on large codebases (100k+ files) is flagged by enterprise users as a limitation
Cursor (operated by Anysphere, Inc.) monetizes through a freemium, tiered subscription model targeting individual developers and enterprise engineering teams. The model combines flat monthly fees with a usage-based credit system introduced in June 2025, where premium AI model consumption is billed against a monthly credit pool rather than a fixed request count.
Cursor's current pricing structure (as of mid-2026) spans six tiers across individual and team categories:
| Plan | Price | Key Inclusions |
|---|---|---|
| Hobby | Free | Limited Agent requests, limited Tab completions; no credit card required |
| Pro | $20 / month | Extended Agent limits, access to frontier models, MCPs/skills/hooks, cloud agents, $20 monthly credit pool |
| Pro+ | $60 / month | ~3× the usage credits of Pro, otherwise same features |
| Ultra | $200 / month | ~20× the usage of Pro; for heavy individual users |
| Teams | $40 / user / month | All Pro features plus centralized billing, team marketplace, agentic code reviews (Bugbot), usage analytics, SAML/OIDC SSO, team-wide privacy mode |
| Enterprise | Custom (contact sales) | All Teams features plus pooled usage, invoice/PO billing, SCIM seat management, repository/model/MCP access controls, audit logs, priority support |
Annual billing saves approximately 20% across all paid plans.
Prior to June 2025, the Pro plan offered a simple 500 "fast requests" per month. Cursor replaced this with a credit-pool model where the $20 monthly fee translates into $20 of AI model usage credits. Costs vary by model complexity, context window size, and agent task depth. Unlimited usage of Cursor's own "Auto" model is still included; premium third-party models (e.g., Claude Opus, GPT-5) draw down the credit pool. This shift drew significant user backlash and a public apology from Cursor in July 2025 for unclear communication.
The Hobby plan is permanently free with no credit card required. It provides limited (not unlimited) Agent requests and Tab completions, serving as a trial and developer-acquisition funnel.
Enterprise pricing is custom and sold via direct sales contact. It adds compliance-grade controls (audit logs, SCIM, access controls), infrastructure features (pooled usage, invoice billing), and dedicated support. As of mid-2026, large corporate buyers account for approximately 60% of Cursor's revenue, and nearly 70% of the Fortune 500 is represented in its customer base, including NVIDIA, Uber, Adobe, Salesforce, and PwC.
Anysphere has raised a total of approximately $3.4 billion across the following rounds:
| Round | Date | Amount | Post-Money Valuation | Lead Investors |
|---|---|---|---|---|
| Pre-seed | Apr 2022 | $400K | ~$4M | Neo, Alameda, Heroic |
| Seed | Oct 2023 | $8M | ~$50M implied | OpenAI Startup Fund |
| Series A | Aug 2024 | $60M | $400M | Andreessen Horowitz, Thrive Capital |
| Series B | Dec 2024 | $105M | $2.6B | Thrive Capital, a16z |
| Series C | Jun 2025 | $900M | $9.9B | Thrive Capital, Accel, a16z, DST |
| Series D | Nov 13, 2025 | $2.3B | $29.3B | Accel, Coatue, Thrive, a16z, DST, NVIDIA, Google |
Notable angels include Stripe co-founder Patrick Collison, former GitHub CEO Nat Friedman, and Dropbox co-founder Arash Ferdowsi.
In April 2026, xAI announced a deal giving it the right to acquire Cursor for $60 billion. On June 16, 2026, SpaceX announced it was exercising this purchase right in an all-stock deal to acquire Anysphere, expected to close in Q3 2026.
Cursor's ARR growth is among the fastest ever recorded for a B2B SaaS company:
| Date | ARR |
|---|---|
| Dec 2023 | $1M |
| Oct 2024 | $48M |
| Jan 2025 | $100M |
| Jun 2025 | $500M+ |
| Nov 2025 | $1B+ |
| May 2026 | ~$3-4B (estimated) |
Sacra estimates Cursor reached $4B in annualized revenue by May 2026, up from $1.2B at end of 2025. Bloomberg reported $3B ARR as of early 2026. The company was reportedly forecasting more than $6B in annualized revenue run rate by end of 2026.
As of November 2025, Cursor had over 1 million total users and approximately 360,000 paying customers, reflecting a ~36% freemium-to-paid conversion rate, far above the typical 2-5% for SaaS products. Cursor reached $100M ARR with effectively zero marketing spend, driven entirely by product-led growth.
Employees: ~300 as of November 2025
Revenue per employee: ~$3.3M+ ARR at the $1B ARR milestone
Gross margin: Reached slight gross-margin profitability as of April 2026, driven by proprietary Composer model usage and cheaper model routing; enterprise accounts are gross-margin positive while individual accounts remain loss-making
IPO plans: CEO Michael Truell stated in November 2025 the company has no plans to go public in the near term
The AI coding assistant market was valued at approximately $4.9B in 2024 and is projected to reach $30B by 2032 (CAGR ~27%). Cursor competes with GitHub Copilot (3M+ paid users), Anthropic's Claude Code ($500M+ run-rate as of September 2025), and Windsurf ($82M ARR when acquired by Cognition in July 2025).
Cursor (Anysphere, Inc.) was co-founded in 2022 by four MIT classmates, all of whom were in their early twenties at founding. The team dropped out before completing their degrees, initially attempted a pivot in mechanical-engineering AI, then pivoted to building the AI-native code editor they wanted for themselves. As of mid-2026, the three remaining co-founders continue to lead the company alongside a COO hired in 2024 to manage hypergrowth operations.
| Name | Title | Background |
|---|---|---|
| Michael Truell | Co-Founder & CEO | MIT Computer Science (class of 2022, dropped out). Created Halite, a competitive programming game, in high school. Interned at drug-discovery startup Octant (computational chemistry) and Google (news-recommendation ML). Selected as a Neo Scholar by early Facebook investor Ali Partovi. Forbes 30 Under 30. |
| Sualeh Asif | Co-Founder & CPO (Chief Product Officer) | MIT Computer Science (class of 2022, dropped out). Originally from Karachi, Pakistan (Nixor College). Represented Pakistan at the International Mathematical Olympiad 2016-2018, winning a bronze medal. Forbes 30 Under 30. |
| Aman Sanger | Co-Founder | MIT Computer Science & Mathematics (class of 2022, dropped out). Indian-American. Also selected as a Neo Scholar. Forbes 30 Under 30. |
| Jordan Topoleski | COO (Chief Operating Officer) | Harvard University graduate. Previously co-founded Arkive, a consumer fintech / alternative-assets startup. Joined Anysphere in 2024 to lead operations during rapid scaling. |
| Name | Former Role | Departure |
|---|---|---|
| Arvid Lunnemark | Co-Founder & CTO | From Sweden; former math olympiad champion. Interned at quantitative-trading firm Jane Street and Stripe prior to co-founding Anysphere. Left Cursor in October 2025 to found Integrous Research, an AI safety-focused research lab. Forbes 30 Under 30. |
The October 2023 $8 million seed round, led by the OpenAI Startup Fund, brought in a roster of influential angel investors who serve informally as early credibility signals:
Nat Friedman, Former CEO of GitHub
Arash Ferdowsi, Co-founder of Dropbox
Patrick Collison, Co-founder of Stripe
Daniel Gross, Lachy Groom, Guillermo Rauch, Prominent Silicon Valley technologists
Later institutional rounds added Andreessen Horowitz (a16z), Thrive Capital, Accel, Coatue Management, Index Ventures, DST Global, Google, and Nvidia as investors.
Anysphere employs approximately ~300 people (as of 2025). The company is headquartered in San Francisco, CA. Glassdoor reviews and press coverage describe the culture as "elite but low-ego," with founders, including CEO Michael Truell, remaining hands-on engineers who write production code daily. A notable recruiting practice is sourcing hires directly from Cursor's Discord community: many current employees were active power-users before joining the company. All four original founders are Forbes 30 Under 30 alumni and were billionaires (at estimated ~4.5% stakes each) following the November 2025 Series D at a $29.3 billion valuation.
Cursor's initial traction came from individual developers and small engineering teams, but the tool has since expanded into a dominant enterprise platform. Today it serves a spectrum from solo developers building side projects to the largest engineering organizations in the world.
Enterprise (dominant and growing): Enterprise customers now account for approximately 60% of Cursor's revenue, a dramatic shift from the individual-developer base that drove early adoption. Cursor's enterprise page reports that 64% of Fortune 500 companies use the product, with 50,000+ businesses having deployed it. Sacra estimates that nearly 70% of the Fortune 1000 is represented in the customer base, including NVIDIA, Uber, Adobe, Salesforce, and PwC. Enterprise deals are offered under a custom-priced plan with SSO, SCIM provisioning, centralized security controls, audit logs, and zero data-retention guarantees.
Mid-market engineering teams: The Teams plan ($40/user/month) serves engineering organizations in the hundreds-of-engineers range. Customer evidence includes Rippling growing from 150 to 500+ engineers in weeks, Brex reporting 70%+ of engineers active on the platform, and Upwork scaling from ~20% Copilot adoption to "nearly 100%" with Cursor.
Individual professional developers: Pro ($20/month) and Ultra ($200/month) tiers target individual contributors who want unlimited AI completions and premium model access. Cursor reported over 360,000 paying individual users out of 1 million+ total users by early 2025. In the JetBrains January 2026 AI Pulse survey, 18% of developers reported using Cursor at work, and in the State of AI 2025 survey, 33% said they had used it.
Software engineers (all levels): The core user. Cursor's autocomplete, chat, and agent modes reduce time spent on boilerplate, debugging, and repetitive refactoring. In head-to-head evaluations, Cursor reports 93% of engineers select it as their preferred AI coding tool.
Engineering leaders (CTOs, VPs, Principal Engineers): Responsible for evaluating and rolling out AI tooling organization-wide. Cursor's enterprise dashboard, usage analytics, and productivity metrics (e.g., PR volume, code acceptance rates) speak directly to this persona. Testimonials come from CTOs at Fox, Rippling, Brex, and Coinbase.
Full-stack and platform engineers: Benefit most from Cursor's codebase-aware context window, multi-file editing, and autonomous agent workflows on large, complex repositories built by thousands of developers.
New hires and junior developers: Cursor's codebase indexing and natural-language Q&A accelerate ramp-up time; Opsera data cites 30% faster onboarding for new hires.
Product managers and non-engineers (emerging): Cursor's web app and Slack bot allow PMs to initiate background coding agents without opening the IDE, reflecting an emerging use case beyond the traditional developer persona.
AI-accelerated code authoring: Inline Tab autocomplete predicts and implements the next logical edit, often spanning multiple files, based on full codebase context. Upwork reported a 25% increase in PR volume and 100% increase in average PR size, netting approximately 50% more code shipped overall.
Codebase exploration and onboarding: Developers @-mention files, folders, or git history to ask the AI questions about implementation details, architecture, or historical decisions. Coinbase reported that single engineers can now refactor or build entire new codebases "in days instead of months."
Automated debugging and refactoring: Cursor flags errors, explains root causes, and proposes fixes across the codebase. Brex attributes 45% of all code changes to Cursor; engineering teams broadly report 20-25% time savings on debugging and refactoring tasks.
Multi-step autonomous agent workflows: Agent mode and Automations (always-on agents triggered by Slack, GitHub, Linear, PagerDuty, or a schedule) let teams delegate full tasks, PR creation, incident triage, Jira ticket creation, weekly status reports, to AI. Cursor's Bugbot reviews more than 2 million pull requests per month across enterprise customers including Rippling, Discord, Samsara, Airtable, and Sierra AI.
Legacy code modernization and large-scale migrations: Cursor reduces the cost of tackling tech debt. PayPal's Head of Developer Platforms noted Cursor accelerated timelines "from four sprints to one," and Trimble's CPO cited "significant output lift" rolling out to over 800 engineers for refactoring legacy systems.
Cursor's documented enterprise customers span a broad range of verticals:
| Vertical | Example Customers |
|---|---|
| Fintech & payments | Stripe, Coinbase, Brex, PayPal, OnePay |
| Enterprise SaaS | Salesforce, Rippling, monday.com, Airtable |
| E-commerce & marketplaces | eBay, Mercado Libre, Upwork |
| Infrastructure & cloud | Sentry, Datadog, Samsara, Trimble |
| Financial services & trading | Optiver |
| Media & entertainment | Fox |
| AI-native companies | OpenAI, Perplexity, Decagon, Sierra AI |
| Semiconductor & hardware | NVIDIA (all ~40,000 engineers on the platform) |
Cursor's product-led motion means it works across the size spectrum, but the fastest-growing segment and highest revenue concentration is in mid-to-large enterprises with 200-40,000 engineers. These organizations benefit most from Cursor's centralized admin controls, codebase-level context, and autonomous agent workflows. However, the free and Pro tiers maintain a strong floor of solo developers and startup teams who feed the top of the funnel and eventually grow into enterprise contracts.
Cursor is used globally with no stated geographic restriction. Named customer evidence spans North America (Stripe, Coinbase, NVIDIA, PayPal), Latin America (Mercado Libre), Europe (Optiver, JetBrains integration), and Asia-Pacific, reflecting worldwide engineering team adoption.
Primary Category: AI Coding
Categories: AI Coding, AI DevOps
Tags: ai code editor, ide, vscode fork, code generation, agentic coding, autocomplete, multi-file editing, natural language coding, github integration, enterprise, mcp, developer tools
Cursor (Anysphere) has emerged as the defining product of the AI-native IDE category and, by several measures, the fastest-growing B2B software company in history. Founded in 2022 by four MIT students, it scaled from ~$1M ARR in 2023 to $100M ARR (January 2025), $500M ARR (June 2025), $1B ARR (November 2025), $2B ARR (February 2026), and $3B+ ARR (May 2026), a trajectory that surpasses Slack, Zoom, and Snowflake at equivalent stages. As of mid-2026, Cursor is pending a $60 billion all-stock acquisition by SpaceX (via its xAI subsidiary), announced June 16, 2026, expected to close in Q3 2026.
In the competitive landscape of paid AI coding assistants, Cursor holds an estimated 18-24% market share by revenue (survey estimates vary), trailing GitHub Copilot's ~42% share by user count but commanding a substantially higher revenue-per-user and dominating the enterprise value segment. The AI coding assistant market overall is growing at ~24-25% CAGR, expected to reach $47B by 2034 from $5.5B in 2024.
Revenue velocity: Zero to $2B ARR in ~three years, reportedly the fastest in B2B software history, with revenue doubling in just three months (Nov 2025 → Feb 2026).
Enterprise penetration: Per the official Cursor enterprise page, 64% of Fortune 500 companies use Cursor, with 50,000+ enterprises deployed globally. Named customers include NVIDIA, Stripe, Coinbase, PayPal, Shopify, Uber, Adobe, Salesforce, and Rippling.
High-profile endorsements: NVIDIA CEO Jensen Huang called Cursor his "favorite enterprise AI service," noting all ~40,000 NVIDIA engineers use AI assistance. Stripe CEO Patrick Collison and Coinbase CEO Brian Armstrong have publicly credited Cursor with transforming their engineering workflows.
Demonstrated productivity impact: A University of Chicago study (Suproteem Sarkar) across tens of thousands of Cursor users found a 39% increase in merged pull requests after Cursor's Agent became the default mode, with no significant change in PR revert rates. In head-to-head evaluations cited on the official enterprise page, 93% of engineers select Cursor as their preferred AI coding tool.
Product-led growth flywheel: Growth has been almost entirely organic/word-of-mouth, with individual developer adoption pulling in team and enterprise licenses, a classic bottom-up SaaS motion with compounding retention.
Funding trajectory: $8M seed (Oct 2023, OpenAI Startup Fund) → $60M Series A ($400M valuation, Aug 2024) → $105M Series B ($2.5B valuation, Dec 2024) → $900M Series C ($9.9B valuation, Jun 2025, led by Thrive Capital) → $2.3B Series D ($29.3B valuation, Nov 2025, led by Accel/Coatue with NVIDIA and Google participating).
Profitability progress: As of April 2026, Cursor reached slight gross-margin profitability, driven by its proprietary Composer model (launched Nov 2025) and optimized model routing.
LLM dependency on competitors: Cursor's most capable features rely heavily on Anthropic (Claude) and OpenAI models, both of which compete directly via Claude Code and OpenAI Codex. This structural dependency creates both cost risk and a strategic vulnerability.
Low switching costs: Because Cursor and its rivals (Windsurf, Claude Code) rely on similar underlying foundation models and VS Code architecture, user switching costs remain relatively low; developer loyalty is workflow-habit-based rather than deeply technical.
SpaceX/xAI acquisition uncertainty: The pending $60B acquisition introduces integration risk and potential brand/trust concerns for enterprise customers wary of Elon Musk-affiliated entities, particularly given xAI's documented controversies around content moderation.
Intensifying competition: Claude Code (Anthropic) grew from 3% to 18% developer workplace adoption between April and January 2026. GitHub Copilot benefits from deep VS Code and GitHub integration. OpenAI's Codex, Google's Gemini Code Assist, and JetBrains' own AI offerings continue to press from multiple directions.
Valuation compression risk: At $60B implied valuation (~15-20x forward ARR), any slowdown in the current hyper-growth trajectory could expose significant multiple compression, especially if large-model providers commoditize core coding assistant functionality.
Unit economics at the individual tier: Per Sacra, individual developer accounts remain gross-margin negative; the business currently depends on enterprise accounts (≈60% of revenue) to reach profitability.
| Dimension | Cursor's Position |
|---|---|
| Product architecture | Purpose-built AI-native IDE (not a plugin), enabling deeper codebase context and tighter agent integration than overlay tools |
| Proprietary models | Composer model (4× faster than comparable frontier models at launch); reduces third-party LLM costs and data exposure |
| Enterprise data flywheel | 50,000+ enterprise deployments generate proprietary usage signals that improve model fine-tuning for coding tasks |
| Developer trust / NPS | 93% win rate in head-to-head evaluations (official claim); organic, peer-driven adoption creates genuine brand loyalty |
| Ecosystem expansion | JetBrains ACP partnership, pending Graphite acquisition (code review), Automations, and SDK extend Cursor beyond the IDE into the full SDLC |
| Strategic compute access | xAI/Colossus compute partnership secures training infrastructure for next-generation proprietary models |
| Tool | Estimated Market Share | Revenue (ARR) | Key Strength | Key Weakness vs. Cursor |
|---|---|---|---|---|
| GitHub Copilot (Microsoft) | ~42% by users | Not disclosed (20M+ all-time users) | Deep VS Code/GitHub integration; Microsoft enterprise trust | Plugin architecture; less capable agent mode; slower iteration |
| Claude Code (Anthropic) | ~18-24% (fast-growing) | Part of Anthropic's $500M+ run rate | Terminal-native; preferred by experienced developers for agentic tasks | No GUI IDE; limited enterprise manageability |
| Windsurf (Cognition, ex-Codeium) | Smaller share | ~$82M ARR (Jul 2025) | Strong autocomplete; Gartner Magic Quadrant recognition | Significantly smaller scale; acquired in mid-2025, integration uncertainty |
Cursor delivers the strongest ROI for:
Engineering-led startups and scale-ups (10-500 engineers) where developer velocity is a direct competitive advantage and teams are adopting AI-first workflows from the ground up.
Mid-market and enterprise software companies with complex, multi-file codebases where Cursor's deep codebase indexing and Agent mode outperform simpler autocomplete tools.
Individual professional developers on the Pro plan ($20/month) who write code daily and want the best-in-class AI pair-programming experience without vendor lock-in to a single LLM.
CTOs and engineering leaders evaluating AI ROI: the 39% PR-throughput gain and high developer NPS make the business case straightforward at $40/seat/month for the Business plan.
Cursor is less suited for: developers primarily using JetBrains IDEs (though ACP integration is now in beta), teams with strict data residency requirements not met by current compliance features, or organizations where Microsoft/GitHub Copilot's native VS Code integration is a hard procurement requirement.
Verdict: Category-defining tool. Strong recommend for most professional engineering teams.
Cursor is the most consequential developer tool to emerge in the AI era, having redefined what an IDE can do and compressed the adoption curve from novelty to enterprise standard in under three years. Its revenue trajectory, enterprise penetration, and product-led growth model are genuinely exceptional.
The near-term risk to watch is the SpaceX acquisition (expected to close Q3 2026): while Cursor's team and product roadmap are expected to continue operating independently, enterprise buyers sensitive to Musk-affiliated entities may re-evaluate procurement. The structural risk of competing against its own LLM suppliers (Anthropic's Claude Code in particular) is real and growing.
For the Chiri Atlas audience, practitioners evaluating AI tools for real work, Cursor is the default recommendation in the AI coding assistant category today, with the caveat that teams should monitor post-acquisition integration developments closely. The combination of best-in-class developer experience, measurable productivity gains, and accelerating enterprise adoption makes it the benchmark against which all other AI coding tools are measured.
Chiri Score: 86/100
| Dimension | Score | Rationale |
|---|---|---|
| Enterprise readiness | 84/100 | Adoption by over half the Fortune 500 and 50,000+ enterprise teams, with SSO, SCIM, audit logs, and access controls, though mandatory telemetry, default-off privacy mode, and no HIPAA BAAs slow some enterprise reviews. |
| Security posture | 80/100 | SOC 2 Type II, annual penetration testing, AES-256/TLS 1.2+ encryption, ZDR agreements, and no China infrastructure are strong, but documented RCE CVEs (CVE-2025-54135/54136) and default-off Privacy Mode temper the score. |
| Product depth | 92/100 | Cursor combines Tab autocomplete, inline edits, multi-file Composer, parallel cloud agents, Bugbot code review, MCP support, and broad model flexibility, making it one of the most feature-complete agentic coding environments available. |
| Momentum | 98/100 | ARR grew from ~$1M in 2023 to $3B by May 2026 with a $29.3B valuation reported at Series D, over a million daily active users, and organic word-of-mouth enterprise expansion. |
| Pricing transparency | 62/100 | Published plan prices and credit pools are clear, but the June 2025 shift to usage-based credits drives unpredictable overage bills and 'usage anxiety,' the single largest complaint driver and source of negative reviews. |
Best for:
Professional software engineers who want autonomous multi-file editing and agentic task execution inside a familiar VS Code interface
Enterprise engineering teams needing SSO, SCIM, audit logs, and centralized model/repo controls at scale
Teams migrating from VS Code or GitHub Copilot seeking near-zero switching cost and higher AI adoption
Developers who value model flexibility across Claude, GPT, Gemini, Grok, and proprietary Cursor models
Not for:
Organizations handling protected health information, since Cursor does not sign HIPAA Business Associate Agreements
Budget-constrained individual developers and small teams sensitive to unpredictable usage-based overage billing
Developers committed to JetBrains, Vim, Neovim, or Emacs workflows who cannot adopt a standalone VS Code fork
Teams requiring fully disable-able telemetry, as commit data transmission cannot be turned off on company subscriptions
| Competitor | Chiri verdict | Edge |
|---|---|---|
| GitHub Copilot | Copilot has deeper Microsoft/GitHub distribution and IDE-agnostic reach, but Cursor's purpose-built agentic editor and multi-file Composer deliver stronger autonomous workflows; enterprise case studies (Upwork, Brex) report adoption jumping from Copilot to near-universal Cursor use. | This tool |
| Windsurf | Both are AI-native editors, but Cursor leads decisively on scale, revenue, model breadth, and enterprise penetration; OpenAI reportedly explored Cursor before pursuing Windsurf, which was later acquired by Cognition. | This tool |
| Anthropic Claude Code | Claude Code offers a terminal-native agent tightly coupled to Anthropic models, while Cursor provides a full GUI IDE, model-agnostic routing, and a broader feature surface; preference depends on whether a developer wants CLI minimalism or an integrated editor. | This tool |
| OpenAI Codex | Codex provides strong code generation backed by OpenAI infrastructure, but Cursor's mature editor, parallel agents, codebase indexing, and enterprise controls make it the more complete day-to-day development environment. | This tool |
Yes. Cursor holds a SOC 2 Type II attestation report, available on request through its Trust Center at trust.cursor.com. It also conducts at-least-annual third-party penetration testing and is GDPR and CCPA compliant.
Cursor's Hobby plan is free. Pro costs $20/month (about $16 billed annually), Pro+ is $60/month, and Ultra is $200/month. Teams costs $40/user/month, and Enterprise is custom-priced. Annual billing saves approximately 20%. Each paid plan includes a credit pool equal to its monthly price.
Cursor competes with GitHub Copilot, OpenAI Codex, Anthropic Claude Code, and Windsurf (acquired by Cognition). Cursor differentiates through its full IDE redesign around agentic AI workflows rather than operating as a plugin.
Yes. Cursor was used by over half of the Fortune 500 and more than 50,000 enterprise teams as of November 2025. Its Enterprise plan offers SAML/OIDC SSO, SCIM, audit logs, model and repository access controls, and an AI code tracking API. It does not sign HIPAA BAAs, making it unsuitable for protected health information.
Only when Privacy Mode is off, which is the default. With Privacy Mode on, Cursor does not train on customer data and maintains Zero Data Retention agreements with all model providers. Prompts are retained 30 days for safety monitoring only. Admins can enforce Privacy Mode org-wide.
Cursor is model-agnostic and supports Anthropic Claude, OpenAI GPT, Google Gemini, xAI Grok, and DeepSeek, plus its own proprietary Composer-1 and Sonic models. In Auto mode, Cursor selects the best model per task with unlimited usage that does not draw from the credit pool.
Cursor is available as a desktop app for macOS 11+, Windows 10/11, and Linux; as a JetBrains plugin (GA 2026); as a headless CLI for CI/CD; and as iOS and Android mobile apps. Background and Cloud Agents run server-side.
Cursor crossed $100M ARR in January 2025, $500M by June 2025, $1B by November 2025, and $3B by May 2026 per Bloomberg. ARR grew from roughly $1M in 2023 to $100M in about 12 months, prompting Bloomberg to call Anysphere 'the fastest growing startup ever.'
Reviewed by Chiri Atlas Research Desk (AI Tooling Analyst) on 2026-06-25.