Building agentic AI for ERP >

List of AI Coding Tools

A non-exhaustive list of AI-powered coding tools as of 2024–2026. The line between "IDE with AI" and "AI that codes" is blurry; this mixes both.

IDEs and editors with AI

  • Cursor — Editor built on VS Code with native AI chat, completions, and codebase awareness. Strong for agent-style workflows.
  • Windsurf — AI-native IDE with agentic features and context from the repo.
  • GitHub Copilot / Copilot Chat — Inline completion and chat in VS Code, Visual Studio, and JetBrains. Widely adopted.
  • Replit Agent — In-browser IDE with an agent that can edit, run, and debug. Good for quick prototypes and learning.
  • Codeium — Free completion and chat; supports many languages and IDEs.
  • Tabnine — Completion and chat; on-prem and privacy options.

Standalone and agent-style

  • Devin (Cognition) — Autonomous coding agent; can plan, code, and debug in a sandbox. Early access.
  • Bolt (StackBlitz) — AI that builds full-stack apps in the browser with a single prompt.
  • Lovable — Generative app builder; describe an app, get a running product to iterate on.
  • v0 (Vercel) — UI generation from text; React and Tailwind. Fits into a Next.js workflow.
  • Claude Code / Claude for development — Anthropic’s coding-oriented product and API usage patterns.

Supporting tools

  • Sourcegraph Cody — Code search and AI assistance across repos. Enterprise focus.
  • Amazon Q (Developer) — IDE integration and code assistance in AWS ecosystem.

How to choose. Depends on stack (e.g. Next.js → Cursor, v0), budget (free vs. paid), and whether you want deep codebase integration vs. quick prototypes. Try one or two for a few weeks before switching. See Claude Code Setup 101 and Vibe Coding for workflow ideas.