Phuriwaj

AI Coding Stack 2026

Core Idea

Different AI coding tools have distinct sweet spots in 2026. Using the wrong tool for the task wastes money and produces worse results than the right tool used deliberately.

Why This Matters

The AI coding tool landscape fragmented fast. Defaulting to one tool for everything β€” or treating them as interchangeable β€” means paying Opus prices for tasks that Haiku could handle, or using an async delegation tool on work that requires exploratory reasoning. The right match matters.

Key Points β€” Which Tool for What

ToolBest For
Claude CodeSenior-dev tasks: hard refactors, architectural work, codebase-wide reasoning
Codex (GPT-5.5)Async task delegation β€” hand off a bounded task and review cold
CursorDaily-driver IDE: fast completions, inline edits, file-level changes
GitHub CopilotSafest enterprise default; lowest risk profile, broad IDE support
Devin / OpenHands / JulesBounded, well-described tasks only β€” bug sweeps, not exploration

Devin caveat: Averages ~800 LLM turns per task vs Claude Code’s ~30. Use cloud-async agents to parallelize work, not for exploratory or architectural tasks.

MCP in 2026

  • 6,400+ MCP servers in the official registry
  • LangChain, CrewAI, LangGraph, LlamaIndex have all moved MCP to default
  • OpenAI deprecated Assistants API in favour of MCP (sunset mid-2026)
  • Think: β€œUSB-C for AI tools”

Agent Framework Pick Guide

FrameworkUse When
CrewAIWorkflow maps cleanly to distinct roles
LangGraphComplex routing, state management, checkpointing
Claude Agent SDKTool-use-first agents, extended thinking, MCP

Most production systems combine all three.

Personal Stack (BOL / Hermes context)

  • Claude Code β†’ architectural refactors, agentic sub-tasks
  • Hermes β†’ orchestration layer, PKM, daily automation
  • LiteLLM proxy β†’ model routing, cost control, team usage tracking
  • Cursor β†’ daily IDE

Connections

Source

Conversation: β€œLLM-powered news search and summarization sites” β€” 2026-05-23 AI Dev Brief; Releasebot, TECHSY, Simon Willison sources