Cursor has quietly become one of the most successful enterprise software products in recent history. As of March 2026, it has crossed $1 billion in annual recurring revenue, serves over one million daily active developers, and counts more than half the Fortune 500 as customers. Its March 2026 release β which introduced Automations and BugBot Autofix β marks a meaningful shift from AI-assisted coding to always-on autonomous development.
BugBot Autofix: From Reviewer to Fixer
BugBot has been part of Cursor for a while, reviewing pull requests and flagging issues before human reviewers see them. The FebruaryβMarch 2026 update changes what it does with those findings. BugBot Autofix no longer just posts a list of issues β when it finds a problem, it spins up a cloud agent on its own machine, tests a fix, and proposes the solution directly on the pull request.
The numbers are worth paying attention to:
- BugBot now processes over 2 million pull requests per month across Cursor’s customer base
- The resolution rate β bugs flagged by BugBot that developers actually fix before merging β climbed from 52% at launch to over 70% after 40 rounds of iteration
- Over 35% of BugBot Autofix suggestions are merged without modification β the fixes land, they don’t just add to the noise
- Average bugs flagged per PR went from 0.4 to 0.7, while resolved bugs per PR doubled from 0.2 to 0.5
Fortune 500 companies including Rippling, Discord, Samsara, and Airtable are already running BugBot at scale for automated security and logic bug detection before code reaches production.
Automations: Agents That Run Without You
The other major March 2026 release is Cursor Automations β a system that lets you build agents triggered by schedules or external events, running entirely in cloud sandboxes without requiring you to be present in the IDE.
What this looks like in practice:
- A security review agent triggers on every push to main, audits the diff for vulnerabilities, and posts high-risk findings to Slack β without anyone initiating it
- An incident response agent connects to PagerDuty via MCP, fires when an alert comes in, queries server logs automatically, and suggests fixes within minutes of the incident
- A compliance agent runs daily, divides the repository into logical segments, spins up subagents to validate code against a list of invariants, and sends a report if anything drifts
Cursor reports running hundreds of Automations per hour across their own infrastructure, with the Agentic Security Review automation alone catching multiple vulnerabilities and critical bugs before they reached production over its first two months.
Background Agents and Composer 1.5
These launches build on features that shipped between December 2025 and February 2026. Background Agents β cloud-based Ubuntu VMs that clone your repository, work on a branch, and open pull requests autonomously β let developers kick off coding tasks from their phone and come back to finished work. Composer 1.5 arrived with 20x scaled reinforcement learning and a 60% reduction in latency, making multi-file editing significantly faster and more reliable. Model support now includes Claude Opus 4.6, GPT-5.3, and Gemini 3 Pro, giving developers flexibility to route different task types to the best available model.
The Competitive Picture
Cursor’s closest competitors in the AI code editor space β Windsurf and GitHub Copilot β are both shipping fast. Windsurf’s Cascade remains the strongest autonomous multi-file editing experience for individual developers. GitHub Copilot’s deep enterprise integration and VS Code compatibility give it an institutional advantage in large organizations. But on raw feature velocity and adoption numbers, Cursor is currently pulling ahead in ways that are hard to dismiss: $1B ARR in under 18 months from zero is an extraordinary product trajectory.
Conclusion
Cursor’s March 2026 updates signal where professional software development is heading β toward always-on agents that review, fix, and ship code continuously, not just when a developer prompts them. Whether that’s a tool you want to adopt now or watch carefully depends on how much autonomous execution fits your workflow. Browse our full AI coding tools directory to compare Cursor with Windsurf, GitHub Copilot, and Claude Code.