Anysphere Secures 60 Million Dollars as Cursor Editor Clarifies Acquisition Rumors
Anysphere, the startup behind the popular AI-native Cursor code editor, raised $60 million in Series A funding led by Andreessen Horowitz. Amid viral rumors of an acquisition by Elon Musk's xAI, the company remains strictly independent. The speculation arose from developers integrating xAI's new Grok API directly into Cursor as a custom model.
Impact: Medium
Why it matters
Developers can confidently use Cursor knowing it remains an independent, VC-backed platform compatible with multiple LLM APIs.
TL;DR
- 01Anysphere raised $60M, keeping Cursor fully independent from single-model providers.
- 02Rumors of an xAI acquisition are false, originating purely from Grok API integrations.
- 03Cursor supports custom API endpoints, allowing developers to plug in Grok-2 or Grok-3 beta.
Key facts
- Series A Funding
- $60M
- Company Valuation
- $400M
- Lead Investors
- Andreessen Horowitz, Thrive Capital
- Custom LLM Support
- Grok-2, Grok-3, Claude, GPT-4o
Independent Scaling vs. Corporate Acquisition
Anysphere, the creator of the Cursor code editor, has secured $60 million in Series A funding at a $400 million valuation. Prominent venture firms Andreessen Horowitz and Thrive Capital led the round, with participation from the OpenAI Startup Fund. This massive injection of capital reinforces Cursor's trajectory as an independent ecosystem, refuting viral claims that Elon Musk's xAI is acquiring the company.
The Source of the Grok Speculation
The rumor mill intensified after xAI launched its public API. Developers quickly realized they could configure Grok-2 and Grok-3 beta as custom LLM providers inside Cursor using standard API endpoints. Because several high-profile xAI researchers publicly shared their Cursor workflows, online communities conflated technical integration with corporate ownership. Anysphere continues to operate autonomously, maintaining its custom fork of VS Code.
Market Pressure on GitHub Copilot
Cursor's highly optimized UX and context-aware agentic capabilities have triggered rapid adoption at elite AI organizations, including OpenAI and Midjourney. This bottom-up adoption has forced Microsoft and GitHub to accelerate updates to Copilot. By staying independent, Cursor avoids vendor lock-in, enabling engineers to swap between Claude 3.5 Sonnet, GPT-4o, and Grok dynamically.
Try it in 2 minutes
{
"model": "grok-2",
"base_url": "https://api.x.ai/v1",
"api_key": "your_xai_api_key"
}json
✓ When to use
- When you want a cutting-edge, independent AI code editor that supports multiple LLMs including Claude, OpenAI, and Grok.
- When you need deep codebase context indexing without vendor lock-in.
✕ When NOT to use
- If your organization strictly bans custom forks of VS Code due to security compliance.
- If you rely solely on offline, local-only LLM capabilities without any external API access.
What to do today
- Verify your custom model settings in Cursor if you want to test Grok models.
- Avoid spreading unsubstantiated acquisition rumors in developer channels.
Sources