Cursor and the Emerging AI Dev Tools Landscape
One of my senior developers started using Cursor a few weeks ago and has not stopped talking about it. For those unfamiliar, Cursor is an AI-native code editor built on VS Code that integrates AI assistance directly into the editing workflow rather than treating it as a sidebar feature.
I am paying attention to tools like Cursor not because I personally write code, but because tool choices directly impact team productivity, and that is squarely in my domain.
How I Evaluate AI Dev Tools
Productivity impact vs. disruption cost. Any new tool has a learning curve. Cursor's advantage is that it builds on VS Code, so the transition cost is lower than adopting something entirely new. For GitHub Copilot, teams were already in VS Code, so adoption was near-frictionless. Tools that require a complete workflow change need to show proportionally larger gains.
Security and compliance. Enterprise clients care about where their code goes. Every AI dev tool sends code to an external model for processing. I need to understand what data leaves the environment, whether there are enterprise plans with data retention guarantees, and whether the tool meets our client's security requirements.
Consistency across the team. When half the team uses one tool and half uses another, you get inconsistent patterns and review friction. I prefer to standardize, even if that means not adopting the theoretically best tool in favor of one the whole team can use.
The Landscape Right Now
GitHub Copilot is the safe enterprise choice with broad adoption. Claude 3.5 Sonnet is the strongest model for complex code generation — I have seen developers use it through the API and through tools like Cursor. GPT-4o remains solid for general-purpose tasks.
My Advice for PMs
Do not ignore the tooling conversation. The teams that figure out AI-assisted development workflows in 2024 will have a meaningful efficiency advantage going into 2025. Your role is to facilitate evaluation, manage the security conversation, and ensure adoption is deliberate rather than ad-hoc.
←Back to all posts