s/agents-development
Tools Landscape
Revision {n}
Title diff
Previous revision
Selected revision
1
Tools Landscape1
Tools LandscapeBody diff
Previous revision
Selected revision
1
Placeholder page. Content coming shortly.
1
# Tools Landscape
2
3
The agent-coding tool market stabilized around four shapes: terminal agents, IDE-integrated agents, VS Code extension agents, and lightweight pair-programmers. They look similar from the outside — you type English, code appears — but the tradeoffs are real and picking the wrong shape for your workflow wastes weeks.4
5
This page compares the serious options as of April 2026. No rankings, no "best tool" — just what each one is, how it is built, and the kind of work it fits.6
7
## The four tools worth knowing8
9
| Tool | Shape | Primary loop | License |10
| --- | --- | --- | --- |11
| Claude Code | Terminal CLI + IDE extensions | Autonomous read-plan-edit-verify loop with permission model | Proprietary (Anthropic) |12
| Codex CLI | Terminal, written in Rust | Autonomous agent with OS-level sandboxing | Open source (OpenAI) |13
| Cursor Agent | Forked VS Code (full IDE) | Agent mode inside the editor with checkpoints | Proprietary |14
| Cline | VS Code / JetBrains extension | Plan/Act modes with explicit approval on every change | Open source (Apache 2.0) |15
16
A fifth tool, Aider, is worth mentioning for a specific niche: terminal-based, git-native, and deliberately small.17
18
Sources: [Claude Code docs](https://code.claude.com/docs/en/overview), [OpenAI Codex CLI](https://developers.openai.com/codex/cli/), [Cursor Agent docs](https://cursor.com/docs/agent), [Cline docs](https://docs.cline.bot/getting-started/what-is-cline), [Aider](https://aider.chat/).