The AI coding tools landscape has exploded. Every week there's a new agent, a new editor, a new "Copilot killer." Here are the 10 tools I actually find useful in my daily work.

1. Cursor — Best All-Round Editor

Cursor has become my primary editor. Its agent mode understands your entire codebase and makes multi-file changes from a single prompt.

Best for: Daily coding, refactoring

Price: $20/mo

Alternative: VS Code + Copilot (cheaper but less capable)

2. Claude Code — Best Terminal Agent

Claude Code is a CLI-first agent that excels at complex reasoning tasks. It asks clarifying questions, plans before acting, and handles massive context windows.

Best for: Complex refactoring, architecture decisions

Price: $20/mo

Alternative: Claude in Cursor (good but less thorough)

3. GitHub Copilot — Best Inline Completions

Copilot's inline suggestions remain the fastest in class. It predicts what you're about to type before you finish the line.

Best for: Speed, boilerplate code

Price: $10/mo

Alternative: Continue.dev (open source, free)

4. Hermes Agent — Best Self-Hosted AI Agent

Hermes is an open-source AI agent designed to run on your own infrastructure. It connects to 50+ tools, runs cron jobs, and manages tasks autonomously.

Best for: Automation, personal AI assistant

Price: Free (open source)

Learn more: hermes-agent.nousresearch.com

5. Firecrawl — Best Web Data for AI

Firecrawl converts web pages into clean markdown that AI models can consume. Its keyless mode requires no signup.

Best for: Web scraping for AI pipelines

Price: Free tier available, $19/mo for pro

6. Windsurf — Best AI-Native IDE

Windsurf is a newer entrant that integrates AI deeply into the IDE experience. Its cascade mode shows the AI's reasoning process in real-time.

Best for: Learning AI-assisted development

Price: $15/mo

7. Docker + AI Stack — Best Deployment Pattern

Not a single tool, but the combination of Docker Compose + pgvector + Redis + vLLM is the standard stack for self-hosting AI services.

Best for: Production AI deployments

Price: Free

8. OpenRouter — Best Multi-Model API

OpenRouter provides a unified API for 200+ models. One API key gives you access to every major provider.

Best for: Testing different models

Price: Pay per use, typically 2-3x provider cost

9. Cloudflare Workers AI — Best Edge AI

Run lightweight AI inference at Cloudflare's edge nodes. Great for classification, moderation, and simple generation tasks.

Best for: Low-latency AI at the edge

Price: Free tier generous

10. n8n — Best AI Workflow Automation

n8n connects AI tools with 400+ integrations. Visually build workflows that chain AI calls with APIs, databases, and notifications.

Best for: Automation pipelines

Price: Free self-hosted, $20/mo cloud

The Honest List

Here's what I actually use day-to-day:

  • **Editing:** Cursor (primary) + Copilot (inline completions)
  • **Complex tasks:** Claude Code via terminal
  • **Automation:** Hermes Agent (running 24/7)
  • **Deployment:** Docker Compose + Cloudflare Pages
  • **Data:** Firecrawl + custom scripts

The rest I use depending on the task. The key is having a toolkit, not a single tool. Different problems need different tools.