Full-Time
Hybrid human-AI coding productivity tool
No salary listed
San Francisco, CA, USA + 1 more
More locations: New York, NY, USA
In Person
See people who can refer or advise you
Anysphere develops software tools that integrate artificial intelligence into the programming process to increase developer productivity. Its primary product is Cursor, an AI-first code editor that allows users to generate large code changes with minimal effort and receive instant answers to technical questions about their codebase. Unlike traditional editors that treat AI as a secondary plugin, Anysphere builds its system from the ground up to create a hybrid human-AI workflow supported by a team of elite researchers and open-source contributors. The company's goal is to create a coding environment where writing bugs is nearly impossible and software iteration is effortless.
Company Size
1,001-5,000
Company Stage
Late Stage VC
Total Funding
$5.4B
Headquarters
San Francisco, California
Founded
2022
See people who can refer or advise you
Help us improve and share your feedback! Did you find this helpful?
SpaceXAI and Cursor announced Wednesday the collaborative release of Grok 4.5, a new model designed to work within Cursor. The companies began working together in April and announced the $60 billion acquisition less than a month ago. Musk launched xAI's data centre in record time after getting a late start in the large language model space. He had nearly reached the frontier by last year but later realised he needed a platform for agentic AI purposes. Whilst OpenAI has Codex, Anthropic has Cowork, and Google has Antigravity, SpaceX acquired Cursor to fill this gap. With SpaceXAI likely merging with Tesla, questions remain about whether Musk can maintain his rapid development pace across all projects.
Dun & Bradstreet has launched a Risk Analytics plugin for Cursor, integrating its D&B Commercial Graph into the AI developer platform. The plugin enables developers to build AI systems with verified business data for compliance, procurement, and other critical workflows. The integration provides access to business identity verification, continuous monitoring, and risk intelligence directly within Cursor's coding environment. Developers can leverage the D-U-N-S Number business identifier to automate KYC/KYB monitoring and create auditable compliance agents. According to D&B, the plugin can scale review capacity by up to 20 times whilst reducing unsupported outputs. The tool aims to address a common development challenge: wiring multiple data sources and building audit trails for trustworthy AI agents. The plugin is now available in the Cursor Marketplace. Dun & Bradstreet plans to release additional Commercial Graph plugins for finance and sales workflows in the coming weeks.
SpaceXAI has launched a new artificial intelligence model developed with AI coding startup Cursor, designed to excel at finance, legal, and coding tasks. The move represents Elon Musk's company's effort to compete with rivals including Anthropic and OpenAI. The partnership aims to enhance the capabilities of SpaceXAI's Grok AI model in specialised professional domains. By collaborating with Cursor, known for its AI coding tools, SpaceXAI seeks to expand its presence in the competitive AI market. The announcement comes as major tech companies intensify their race to develop more sophisticated AI models for business applications.
Varonis Systems has announced support for Cursor, an AI-native coding tool, through its Atlas platform. The integration provides runtime enforcement, threat detection, and session forensics for Cursor's AI agents, which can access sensitive data including source code, credentials, and API keys. Atlas monitors and controls agent activity across the development lifecycle, offering capabilities including blocking risky actions, reconstructing session activity, and detecting unauthorised coding agent usage. The platform supports multiple agentic IDEs, including Claude Code, GitHub Copilot, and VS Code. "The agents may change, but the security requirements don't," said Ron Bennatan, VP of AI and Data Security Strategy at Varonis. The integration builds on Varonis' expanding agentic AI security offerings, including recent Claude Compliance API support.
Cursor's first own model ends IDE neutrality for good. SpaceXAI and Cursor are shipping their first co-built model this week, closing the loop between IDE, frontier model, and training data under one owner. SpaceXAI and Cursor are preparing to ship their first jointly-developed model as soon as July 9, built on a 1.5-trillion-parameter V9 foundation and trained on Cursor's Colossus supercomputer cluster. The editor that routed requests to Claude, GPT-4, and other frontier models interchangeably no longer has a structural reason to stay neutral. That change has direct consequences for how engineering teams think about review. What is actually shipping. The Information reported on July 7 that SpaceXAI and Cursor plan to launch the model as early as Wednesday, citing an internal memo. Reuters could not independently verify the report, and Cursor declined to comment. The launch was pushed back earlier this week so engineers could improve efficiency. What is confirmed in public signals: the model sits on a 1.5T-parameter V9 foundation, approximately 3x larger than xAI's existing v8-small at roughly 0.5T parameters. Cursor's team contributed supplemental training data through SFT and RL, not pre-training, which matters for how far the coding gains generalize. Elon Musk described early private beta results at SpaceX and Tesla as "performing close to or beyond Opus." That is an internal impression from June 28, not a published benchmark. Internal testing compares the model to Claude Opus 4.8 and GPT 5.5. No SWE-bench score, no GPQA figure, no context window size has been officially disclosed. The neutrality that is gone. Cursor was, until recently, the last major model-neutral coding harness at scale. Engineers chose their own backbone: Claude, GPT-4, whatever the task called for. That posture made Cursor useful across teams with different model preferences and made it a reasonable choice for organizations that wanted to avoid betting on a single frontier lab. SpaceX agreed to acquire Cursor's parent company Anysphere for approximately $60 billion in an all-stock deal in June, the largest venture-backed startup acquisition on record. Since then, Cursor's Privacy Mode has been updated to permit user code to flow into model training. The data flywheel is now structurally on. Every coding session potentially improves the SpaceXAI model, which deepens the case for using Cursor, which generates more sessions. An editor that was a neutral surface is now a proprietary data asset. This is not a policy complaint. It is a governance fact that changes the procurement calculus for any team that approved Cursor under the assumption of neutrality. Three things that change for engineering teams. Model selection inside Cursor is no longer a developer preference. It is a decision about which company trains on the code your engineers write. Security teams at regulated companies, defense contractors, and startups with sensitive IP now face the same scrutiny question they apply to cloud vendors: where does the data go, and what contractual protections exist. Second, code produced by a first-party model carries different review risks than code produced by Claude or GPT. When the IDE vendor also controls the model, feedback loops are tighter and blind spots correlate more tightly across sessions. A pattern the model gets wrong will get wrong in the same direction, repeatedly, across all engineers using the same tool. That correlation is not visible in standard PR review. Third, most engineering teams do not capture which model produced which code. That metadata gap matters more now than it did when the answer was always "one of a few neutral third-party models." Provenance is a real review-metadata question starting this week, and the tooling most teams run does not answer it. What the supplemental training distinction means for review. The Cursor data was layered in during supplemental training, not blended into pre-training. Per the technical analysis in the kie.ai breakdown, that means the model's coding-benchmark gains will be strongest on tasks resembling actual Cursor workflows: multi-file edits, diff-oriented reasoning, agentic loops. Gains generalize less to out-of-distribution reasoning. For review pipelines, the practical implication is that the model may be specifically good at producing code that passes surface-level automated checks while carrying subtler structural problems that only emerge across files or over time. That is exactly the failure mode that per-file or per-function review misses. Correlated blind spots across a team using the same IDE and the same first-party model demand review that reads the full codebase, not individual PRs. Hyrax reads every file in a repository and runs six agent domains in parallel: security, code quality, reliability, API and data, ops, and UX. The 13-step verification process runs on every proposed fix in an isolated worktree before a PR is submitted for human merge. That architecture does not change based on which model wrote the code under review. It is model-agnostic by design, which matters more now that IDE vendors are not. Teams switching from a neutral Cursor to a Cursor running a first-party SpaceXAI model should not assume their existing review process absorbs the change automatically. The correlated failure patterns that come from a single-vendor coding stack require review that can see across the whole codebase and flag when similar problems appear in many files at once, not just the latest PR. Capturing model provenance as review metadata is a tractable starting point. Closing the gap between what the IDE produces and what the review process can see is the harder, more important work. For teams thinking through the broader tooling decision, the pilot framework for evaluating Cursor, Copilot, and Claude Code covers measurements that do not depend on vendor-supplied acceptance rates, which is increasingly relevant when the vendor also controls the model.