IDE plugins
Add AI into your existing editor
GitHub Copilot, JetBrains AI, Continue
AI-first IDEs
Editor built around AI from the ground up
Cursor, Windsurf
Agent / CLI tools
Multi-step tasks, read repos, work outside the editor
Claude Code, Codex
Chat assistants
General-purpose AI, great at code
ChatGPT, Claude.ai
Browser builders
Spin up full apps in the browser
v0, Lovable, Bolt
Pick 1–2 tools that fit your stack.
Learn them deeply.
You do not need all of them.
Type: IDE plugin
VS Code, JetBrains, Neovim
Strengths
Best when:
Project rules: .github/copilot-instructions.md
Keep in mind:
Less suited for large multi-file refactors (but improving)
Type: AI-first IDE (VS Code fork)
Strengths
Best when:
Project rules: .cursorrules
Keep in mind:
Invest time in project configuration for best results
Type: Autonomous coding agent (CLI)
Strengths
Best when:
Project rules: CLAUDE.md, AGENTS.md
Keep in mind:
Best paired with an IDE, not as your only tool
Type: AI-first IDE (Codeium)
Strengths
Best when:
Keep in mind:
Feature set evolves quickly — expect to experiment
Type: General-purpose chat assistant
Strengths
Best when:
Keep in mind:
Not tied to your IDE — pair it with a coding tool for day-to-day work
v0 (Vercel)
Design-to-code for React / Next.js
Instant browser preview → one-click export
Best for: beautiful frontends fast
Bolt
Browser-based full-stack generation
Best for: quick proof-of-concepts
Lovable
Chat-to-app full-stack builder
Describe your vision → working app
Best for: MVPs and internal tools
All three are great for prototyping — export to a real repo when you need production-grade control.
Continue — Open-source AI extension
Codex — Open-source CLI agent (OpenAI)
JetBrains AI — Native JetBrains AI layer
| Tool | Type | Excels At | Pricing |
|---|---|---|---|
| GitHub Copilot | IDE plugin | Daily coding, VS Code / JetBrains | Free / $10–19/mo |
| Cursor | AI-first IDE | Full-stack work, large refactors | Free / $20/mo |
| Claude Code | Autonomous agent | Big projects, analysis, architecture | Claude Pro $20/mo |
| Windsurf | AI editor | Fast completions, agent workflows | Free / $15/mo |
| ChatGPT | Chat assistant | Learning, design, exploration | Free / $20/mo |
| v0 / Lovable | Browser builder | Prototypes, MVPs, design-to-code | Free / $20/mo |
| Continue | Open-source plugin | BYO models, privacy, flexibility | Free |
| JetBrains AI | JetBrains-native | JVM / enterprise teams | $10/mo |
| Task | Recommended |
|---|---|
| Quick inline completions while typing | Copilot, Cursor, Windsurf |
| Multi-file refactor across many files | Cursor (Agent), Claude Code |
| Understanding a large unfamiliar codebase | Claude Code, ChatGPT |
| Debugging a tricky bug | Claude Code, Cursor, Copilot Chat |
| Learning a new framework | ChatGPT, Claude.ai |
| Building a UI prototype fast | v0, Lovable |
| Writing tests for existing code | Cursor, Claude Code, Copilot |
| Need full control / privacy | Continue, Codex (self-hosted) |
Stay in my current editor?
→ IDE plugin: Copilot, Continue, JetBrains AI
Full-stack or multi-file work?
→ AI-first IDE: Cursor, Windsurf
Large codebase analysis / architecture?
→ Agent: Claude Code, Codex
Fast prototype or UI?
→ Browser builder: v0, Lovable
No tool replaces human judgment
on design, security, and correctness.
.cursorrules, CLAUDE.md) for consistent results