The four tiers of AI dev tooling
Modern tools fall on a spectrum from least to most autonomous:
- Inline completion (GitHub Copilot, Cursor Tab) โ suggests the next few lines as you type. You stay in control of every keystroke.
- Chat panels (Cursor Chat, ChatGPT, Claude.ai) โ you ask, the model answers, you copy-paste.
- In-editor agents (Cursor Composer, Cline, Windsurf) โ the model edits multiple files in your editor; you review and accept.
- Terminal/coding agents (Claude Code, Aider, Codex CLI) โ the model can also run commands, install deps, run tests, and iterate.
More autonomy means more leverage but more review burden. The right tier depends on the task, not preference.
