AI Assisted Coding Tools - spinningideas/resources GitHub Wiki

AI Assisted Development

Below are an ever changing list of tools that are AI Assisted Development Tools (ordered roughly by quality with "best" at top)

AI Assisted Development IDE (Installable IDEs)

A curated list of top IDE and CLI tools for AI-assisted software development. Pricing reflects publicly listed individual/pro tiers as of April-2026 and can change; always verify pricing and details on the vendor site.

Cursor

  • Description: AI-first code editor (VS Code fork) with deep agent mode, multi-file edits, codebase indexing, and tab-completion powered by frontier models (Claude, GPT, Gemini). Industry-leading agentic coding experience inside an editor.
  • URL: https://cursor.com
  • Free tier: Yes - Hobby plan with limited slow requests and 2 weeks Pro trial.
  • Paid: Pro ~$20/mo; Business ~$40/user/mo; Ultra ~$200/mo.

GitHub Copilot

  • Description: The original mainstream AI pair programmer. Inline completions, Copilot Chat, agent mode, and PR review across VS Code, JetBrains, Neovim, Visual Studio, and Xcode. Now supports multi-model selection (GPT, Claude, Gemini).
  • URL: https://github.com/features/copilot
  • VS Code integration: First-class. Install the GitHub Copilot and GitHub Copilot Chat extensions, or run code --install-extension GitHub.copilot GitHub.copilot-chat. Sign in with your GitHub account.
  • Free tier: Yes - Copilot Free (limited completions and chat messages/month).
  • Paid: Pro $10/mo; Pro+ $39/mo; Business $19/user/mo; Enterprise $39/user/mo.

Google Antigravity

  • Description: Google's new agent-first development platform (successor to the Windsurf/Gemini Code Assist vision). Provides an agent-centric IDE where Gemini models autonomously plan, edit, run, and verify code across the workspace and browser.
  • URL: https://antigravity.google
  • Free tier: Yes - generous free preview tier with Gemini access during early availability.
  • Paid: Bundled with Google AI / Gemini Code Assist plans (Standard ~$19/user/mo, Enterprise ~$45/user/mo).

Windsurf (formerly Codeium)

  • Description: Agentic IDE (VS Code fork) by the Windsurf team featuring "Cascade" multi-step agent, Supercomplete, and deep context awareness. Now part of Cognition (Devin).
  • URL: https://windsurf.com
  • Free tier: Yes - free plan with limited credits.
  • Paid: Pro $15/mo; Teams $30/user/mo; Enterprise custom.

JetBrains AI Assistant + Junie

  • Description: Native AI integration across all JetBrains IDEs (IntelliJ, PyCharm, WebStorm, Rider, etc.). Junie is the autonomous coding agent that can plan and execute multi-step tasks inside the IDE.
  • URL: https://www.jetbrains.com/ai/
  • Free tier: Yes - AI Free tier with limited credits and local-model support.
  • Paid: AI Pro $10/mo; AI Ultimate $20/mo (bundled with All Products Pack options).

Zed

  • Description: High-performance, multiplayer, Rust-built code editor with first-class AI agent panel, BYO-key support, and inline assistant. Strong for collaborative AI-assisted coding.
  • URL: https://zed.dev
  • Free tier: Yes - free to use; AI features available via BYO API keys or Zed Pro.
  • Paid: Zed Pro $20/mo for hosted model access.

Continue

  • Description: Open-source AI code assistant extension for VS Code and JetBrains. Plug in any model (OpenAI, Anthropic, local Ollama, etc.) with full customization of rules, context providers, and slash commands.
  • URL: https://continue.dev
  • VS Code integration: Native extension. Install Continue from the Marketplace, or run code --install-extension Continue.continue. Configure providers/models in config.yaml.
  • Free tier: Yes - fully free and open source (you pay only for the underlying model API).
  • Paid: Continue Hub Teams/Enterprise plans for shared assistants (custom pricing).

CLI / Terminal Agents

Claude Code

  • Description: Anthropic's official terminal-based agentic coding tool. Runs in your shell, reads/edits files, executes commands, and integrates with VS Code, JetBrains, and GitHub Actions. Excellent for long-horizon agentic work driven by Claude Sonnet/Opus.
  • URL: https://www.anthropic.com/claude-code
  • VS Code integration: CLI-first with a companion extension. Install the CLI via npm install -g @anthropic-ai/claude-code, then install the Claude Code for VS Code extension (or run code --install-extension anthropic.claude-code) for inline diffs and an integrated sidebar.
  • Free tier: No standalone free tier; usage counts against Claude API credits or Claude Pro/Max subscription.
  • Paid: Included with Claude Pro $20/mo or Claude Max $100-$200/mo; pay-as-you-go via Anthropic API.

OpenAI Codex CLI

  • Description: OpenAI's open-source terminal coding agent (rewritten in Rust). Runs locally, executes commands in a sandbox, supports MCP servers, and pairs with the Codex cloud agent and the Codex IDE extension for VS Code/JetBrains/Cursor.
  • URL: https://github.com/openai/codex
  • VS Code integration: Install the OpenAI Codex / ChatGPT extension or run code --install-extension openai.chatgpt. Pairs with the codex CLI installed via npm install -g @openai/codex.
  • Free tier: Tool is free and open source; requires OpenAI API key or ChatGPT plan.
  • Paid: Included with ChatGPT Plus $20/mo, Pro $200/mo, Business $25/user/mo, or pay-per-token via OpenAI API.

OpenCode

  • Description: Open-source, provider-agnostic terminal-native AI coding agent (TUI). Works with Anthropic, OpenAI, Google, local models via Ollama, and many others. Great alternative to Claude Code / Codex CLI for those who want full model choice.
  • URL: https://opencode.ai
  • Free tier: Yes - tool is free and open source; pay only for the underlying model API.
  • VS Code integration: Runs in VS Code's integrated terminal - install the CLI via npm install -g opencode-ai or curl -fsSL https://opencode.ai/install | bash. No dedicated extension; use VS Code's terminal panel alongside the editor.
  • Paid: Optional OpenCode Zen managed inference; otherwise BYO-key.

Gemini CLI

  • Description: Google's open-source terminal AI agent powered by Gemini. Supports tool use, MCP, large 1M-token context, file edits, and shell execution. Strong free quota for individuals via personal Google account.
  • URL: https://github.com/google-gemini/gemini-cli
  • VS Code integration: CLI runs in VS Code's terminal (npm install -g @google/gemini-cli). For a native experience, install the Gemini Code Assist extension or run code --install-extension Google.geminicodeassist.
  • Free tier: Yes - generous free quota (60 requests/min, 1,000/day) with a personal Google account.
  • Paid: Higher limits via Gemini Code Assist Standard ~$19/user/mo or Vertex AI pay-as-you-go.

Specialized / Complementary Tools

Tabnine

  • Description: Enterprise-focused AI coding assistant with strong privacy guarantees, on-prem/air-gapped deployment options, and personalized models trained on private repos. Works in all major IDEs.
  • URL: https://www.tabnine.com
  • VS Code integration: Native extension. Install Tabnine or run code --install-extension TabNine.tabnine-vscode.
  • Free tier: Yes - Basic free plan with short completions.
  • Paid: Dev $9/mo; Enterprise $39/user/mo.

Sourcegraph Cody / Amp

  • Description: Sourcegraph's AI coding assistant (Cody) and new agentic tool (Amp) combine deep codebase search with multi-model AI chat, autocomplete, and agentic task execution across very large repos.
  • URL: https://sourcegraph.com/cody | https://ampcode.com
  • VS Code integration: Native extensions. Install Cody (code --install-extension sourcegraph.cody-ai) and/or Amp (code --install-extension sourcegraph.amp).
  • Free tier: Yes - Cody Free plan with limited autocompletions and chats.
  • Paid: Cody Pro $9/mo; Enterprise Starter $19/user/mo; Amp usage-based pricing.

Cline (VS Code extension)

  • Description: Open-source autonomous coding agent for VS Code that can plan, edit files, run terminal commands, and use the browser. BYO-key model access (Claude, GPT, Gemini, local).
  • URL: https://cline.bot
  • VS Code integration: Built specifically for VS Code. Install Cline or run code --install-extension saoudrizwan.claude-dev. Add your model API key in the extension's settings panel.
  • Free tier: Yes - extension is free; pay only for the underlying model API.
  • Paid: Optional Cline-hosted model routing (usage-based).

Roo Code (VS Code extension)

  • Description: Cline fork that adds multi-agent modes (Architect, Code, Ask, Debug), custom modes, and stronger orchestration. Fully open source.
  • URL: https://roocode.com
  • VS Code integration: Built specifically for VS Code. Install Roo Code or run code --install-extension RooVeterinaryInc.roo-cline. Configure model providers in the side panel.
  • Free tier: Yes - free and open source; BYO model API key.
  • Paid: None.

Replit Agent

  • Description: Replit's in-browser AI agent that builds, runs, and deploys full applications from natural language - ideal for prototyping and learning.
  • URL: https://replit.com
  • VS Code integration: Browser-based; not a native VS Code extension. Replit publishes a Replit extension for SSH connections to Replit workspaces.
  • Free tier: Yes - Starter plan with limited Agent usage.
  • Paid: Core $20/mo (includes monthly Agent credits); Teams $35/user/mo.

Warp (AI Terminal)

  • Description: Modern Rust-built terminal with built-in AI agent, command suggestions, natural-language-to-shell, and workflow automation. Excellent companion to any of the AI coding agents above.
  • URL: https://warp.dev
  • Free tier: Yes - free plan with limited AI requests.
  • Paid: Pro $18/mo; Turbo $50/mo; Teams $22/user/mo.

Quick Comparison

Category Best Free Option Best Paid Pick
Full AI IDE Windsurf Free Cursor Pro ($20/mo)
IDE plugin Continue / Copilot Free GitHub Copilot Pro ($10/mo)
Terminal agent OpenCode / Gemini CLI Claude Code (via Claude Max)
Enterprise/secure Amazon Q Free Tabnine Enterprise / Cody Enterprise
Autonomous delegation - Devin / Antigravity

Notes

  • Most CLI tools (Claude Code, Codex, OpenCode, Gemini CLI, Cline, Roo Code) are BYO-key - the tool itself is free or near-free, and the real cost is your underlying model API usage.
  • For VS Code, multiple extensions can run side-by-side (e.g., Copilot + Cline + Continue) and be switched per task. Use code --list-extensions to see what's already installed.
  • Pricing is listed for individual developers; team and enterprise tiers typically add SSO, audit logging, admin controls, and zero-data-retention guarantees.
  • Always check the latest pricing pages - this space is moving fast and tiers change frequently.

AI Assisted Development (Online Tools)