Research
Cursor Enterprise Results: NVIDIA, Salesforce, Stripe
Cursor reports more than 50,000 enterprises using it, about 64% of the Fortune 500, and an agent writing over 100 million lines of enterprise code a day. NVIDIA's CEO calls it his favorite enterprise AI service; Salesforce reports roughly 2x quality and velocity gains. These are customer- or Cursor-reported figures.
On this page
How widely is Cursor used in the enterprise?
Cursor's customers page reports adoption at large scale across the enterprise. The four headline numbers below all come from Cursor's own published material, so read them as vendor-reported reach rather than independently audited counts.
- Enterprises using Cursor
- More than 50,000.
- Share of the Fortune 500
- About 64%.
- Head-to-head preference
- 93% of engineers choose Cursor in comparisons.
- Enterprise code written daily
- Cursor's agent writes 100M+ lines per day.
All four figures are reported by Cursor on its customers page.
The 93% preference and the 100-million-lines-a-day figure are the kind of claims worth flagging as Cursor-reported when you put them in front of a buyer. They are real published statements, not measurements you can reproduce from the outside.
This is covered hands-on in Teams and Enterprise Admin — 6 short modules, free to read.
What does NVIDIA say about Cursor?
NVIDIA CEO Jensen Huang has named Cursor directly in public remarks. Cursor cites him on its customers page; the quote below is attributed to him.
My favorite enterprise AI service is Cursor.
Per the same remarks, every one of NVIDIA's roughly 40,000 engineers is now assisted by AI, with productivity up "incredibly." NVIDIA runs Cursor inside its own guardrails: it uses hooks and other enterprise controls to keep development activity within its compliance boundaries.
A named CEO endorsement is durable: the person said it, on the record. The "productivity up incredibly" claim is sentiment, not a measured percentage. Quote the endorsement; don't convert the adjective into a number you can't defend.
What results did Salesforce see?
Salesforce reports broad adoption and roughly 2x gains in both code quality and velocity. Cursor's case study puts more than 90% of Salesforce engineers on the tool, across about 20,000 developers and a monorepo near 30 GB.
- Engineers using Cursor
- More than 90%.
- Developer base
- About 20,000.
- Monorepo size
- Around 30 GB.
- Reported gains
- Roughly 2x code quality and 2x velocity.
Customer-reported figures from Cursor's Salesforce case study.
Cursor credits its codebase indexing with making one of the world's largest monorepos workable for agents. A ~30 GB tree is where indexing quality stops being a nicety and starts gating whether the tool is usable at all.
AI is transforming how software is written and designed... a huge improvement in the quality of products.
What about Stripe?
Stripe's story is reliability-first. The team operates against a stated target of 99.99999% uptime, so any tool that touches the codebase has to clear a high bar before it earns trust. Cursor reports that it reduced setup and debug time and helped Stripe reach a five-year high in developer sentiment.
- Reliability bar: a stated target of 99.99999% uptime sets the context for everything else.
- Less setup and debug time: reported reductions in the slow parts of the loop.
- Developer sentiment: a reported five-year high.
- Faster prototyping: prototypes in hours rather than days.
Stripe also reports a second-order effect: Cursor "opened up new skill sets." Front-end engineers started contributing to back-end work, and an iOS engineer began exploring another part of the stack. That mobility is harder to measure than a velocity number, but it is the kind of change teams notice in who can pick up which ticket.
One more Stripe data point comes from the other direction. Cursor's own finance team built a deep IC+ processing-cost analysis with an agent and shipped it to Stripe to confirm the findings. Stripe's reaction is the kind of validation that travels.
They actually said this was the most detailed cost optimization analysis they'd ever seen, and they couldn't believe that it was actually produced by a tool.
The analysis also surfaced real categories where Cursor itself should have been optimizing better to save money. Read it as an internal-team result with external sign-off, not an audited Stripe metric.
How much does Cursor build its own software with agents?
Cursor reports that about 40% of its own merged PRs are created end-to-end by cloud agents: opened, iterated and landed without a human writing the code by hand. This is Cursor reporting on Cursor, so read it as a vendor dogfooding claim.
The inflection was Cloud Agent Artifacts. Cursor reports that the merged-PR share from cloud agents roughly tripled after that shipped. By about March, Cursor says roughly 99% of its generated code came from cloud or IDE AI agents rather than being typed by hand.
As BugbotCursor's automated PR reviewer that posts inline findings and can push fix commits from isolated VMs. Press Enter for the full definition. surfaces more findings, engineers resolve a higher share of them, not a lower one. The usual fear is that more automated comments means more noise and more dismissals. Cursor reports the opposite, because Bugbot focuses on severe, user-impacting issues, so a rising volume tracks with rising signal, and people act on it.
What do non-engineering teams build with Cursor?
The enterprise story is not only about shipping product code faster. Sales engineers, product managers, finance and go-to-market teams are using Cursor to build the tools they need instead of filing a ticket and waiting on an engineer. These are smaller, less audited results than the NVIDIA or Salesforce numbers, but they show a second adoption pattern worth understanding.
Interactive widget. Tab through its controls; the result updates in the panel below as you change them.
AI-as-analyst answers one question and moves on. AI-as-builder turns the same prompt into a durable internal tool the whole team reuses. The results below are mostly the second mode.
Airtable: from no-code demos to bespoke coded ones
At Airtable, sales engineers built customer demos in a no-code app builder with about a dozen preset components, plus "interface extensions" that let them write code. That is where Cursor came in. Once every Airtable SE had a license, demos went from pre-baked templates to fully bespoke builds writing TypeScript into the demo environment: financial reporting, dashboarding, and use cases the preset components could not reach.
The before/after is the point. A custom demo used to mean pinging an engineer and waiting a week or two. Cursor let SEs who could vibe-code fold bespoke demos into their normal cadence, so far more calls could include a custom build.
Cursor became the bridge between this no-code world that most of our SEs lived in, and then what customers would actually envision when they asked for a custom demo.
ChatGTM: an internal app nobody set out to build
Cursor's own go-to-market team had the universal prospecting problem: a rep spends two to three hours researching one account across five tabs: CRM, call recordings, usage dashboards, LinkedIn, enrichment. George, a self-described non-engineer on the team, did not start by trying to build an app. He solved one problem at a time inside Cursor.
We actually didn't start by trying to build an app. We started by just solving one small problem at a time, right inside Cursor.
- 1Describe in plain English what data exists and where it lives. The agent writes the SQL to consolidate it; reps eyeball the output ("these numbers look too low" / "looks good") and iterate.
- 2Describe the scoring logic in natural language: seniority, usage recency, when the lead came in. The agent writes a Python scoring file, tested against experienced reps' gut and the weights tuned.
- 3Encode outreach guidelines, not rigid templates, so the agent researches each account and drafts a contextual message.
Demand snowballed from there (pull contacts, decide who to reach, draft messaging, build an account plan, prep a renewal), so they wrapped the same tools every rep was using into an internal app called ChatGTM. Built in a number of weeks. It is a Cursor-uses-Cursor result that sits alongside the engineering dogfooding above.
Prototyping with "baby Cursor"
Cursor's design team built what they call "baby Cursor": a fully standalone instance of Cursor, simpler on the backend but full-featured in the UX, used purely to iterate on prototypes and try new interaction patterns. The pattern is general: build a lightweight standalone clone of your product so you can express an idea as a working prototype instead of a PRDProduct Requirements Document. The spec describing what to build, for whom and why, before implementation starts. Increasingly the artifact you hand an AI agent as the source of truth for a feature. Press Enter for the full definition..
Consumer-facing customers including Duolingo have done the same thing: stand up a stripped-down clone of the real product to prototype against. When a prototype is cheap to build, it replaces the document as the way teams agree on what to build.
How should you read these numbers?
Most figures on this page are customer-reported or Cursor-reported. That does not make them false. It means the burden of context is on you: before any of this goes into a deal deck, sort the durable, third-party-verifiable facts from the perishable ones.
Interactive diagram. Tab through its regions; each focused region shows its detail in the panel below.
Durable facts survive a quarter and can be checked outside Cursor's marketing: a named CEO quote, a SOC 2 report, a product capability. Perishable facts are point-in-time vendor figures (the 40% PR share, the 100M lines/day) that drift and need re-checking before you cite them.
- Claim
- 50,000+ enterprises; ~64% of Fortune 500
- Reported by
- Cursor
- Read it as
- Perishable reach figure. Re-check the date.
- Claim
- Jensen Huang's "favorite enterprise AI service"
- Reported by
- NVIDIA CEO, public
- Read it as
- Durable: a named, on-record quote.
- Claim
- Salesforce ~2x quality and velocity
- Reported by
- Salesforce / Cursor
- Read it as
- Customer-reported outcome, not audited.
- Claim
- ~40% of Cursor's merged PRs from cloud agents
- Reported by
- Cursor (dogfooding)
- Read it as
- Perishable: tied to a moment in time.
| Claim | Reported by | Read it as |
|---|---|---|
| 50,000+ enterprises; ~64% of Fortune 500 | Cursor | Perishable reach figure. Re-check the date. |
| Jensen Huang's "favorite enterprise AI service" | NVIDIA CEO, public | Durable: a named, on-record quote. |
| Salesforce ~2x quality and velocity | Salesforce / Cursor | Customer-reported outcome, not audited. |
| ~40% of Cursor's merged PRs from cloud agents | Cursor (dogfooding) | Perishable: tied to a moment in time. |
A quick sort before you quote anything in a sales or planning conversation.
Frequently asked questions
Are these Cursor enterprise results independently verified?
Mostly no. The adoption counts, the ~2x Salesforce gains and the ~40% cloud-agent PR share are customer-reported or Cursor-reported. Named public statements, like NVIDIA CEO Jensen Huang calling Cursor his favorite enterprise AI service, are on the record and durable. Treat measured percentages as point-in-time vendor figures and re-check the source date before quoting.
How many enterprises use Cursor?
Cursor reports more than 50,000 enterprises, including about 64% of the Fortune 500, and says its agent writes more than 100 million lines of enterprise code per day. These figures come from Cursor's customers page and are vendor-reported.
What did Salesforce report from using Cursor?
Salesforce reports more than 90% of its engineers on Cursor across roughly 20,000 developers and a ~30 GB monorepo, with about 2x gains in both code quality and velocity. Cursor credits its codebase indexing with making one of the world's largest monorepos workable for agents.
Does Cursor use its own agents to build Cursor?
Yes. Cursor reports that about 40% of its merged PRs are created end-to-end by cloud agents, a share that roughly tripled after Cloud Agent Artifacts shipped. By about March, Cursor says roughly 99% of its generated code came from cloud or IDE AI agents.
Sources & last verified
Cursor ships frequently. Last updated June 25, 2026.