A coding agent isn't autocomplete: it's a program that reads your repository, edits files, runs commands, and commits on its own. As of August 2026 the three most used are Claude Code, OpenAI Codex, and Cursor. If you want a real free tier, Codex is the only one of the three that has one. If you want open source, none of the three is. Below: all eleven compared, with prices verified today, licenses checked in the actual repository, and a verdict for each. Last verified: August 25, 2026. Every price and license on this page was checked between August 11 and 25 on each product's official site. This space changes weekly, so if you find a comparison whose verification date is more than two months old, distrust the table. Including ours. What exactly is an AI coding agent? It's a program that works on your project with some autonomy: it reads the files, decides what to change, writes the code, runs the tests, and retries when something fails. The difference from a classic assistant is the verb. An assistant suggests ; an agent acts . That difference carries a consequence worth understanding before you install anything: a coding agent runs with your permissions. It can delete files, push, burn tokens, and break things. Every tool here has some approval mechanism, but none of them excuses you from reviewing what it did. And there's a second distinction almost no comparison makes, which is why this list mixes things that look incomparable: not all of these are agents . Some are the agent; others are the house the agent lives in. What types of coding agents exist? | Category | What it does | Tools | | | | | | Terminal agent (CLI) | It is the agent. Runs in your terminal, on your repo | Claude Code, OpenAI Codex, Gemini CLI | | IDE agent | The agent lives inside a graphical editor | Cursor | | Orchestrator | Doesn't write code: manages sessions of the agents above | Xirp | | Agent workspace | Shared workspace where agents are teammates | Buzz, Cloudflare OS | | Personal agent | General purpose agent that can also touch code | OpenClaw | | Work agent | Doesn't write code: uses your apps for you from its own computer | Grok Bot | | Browser SDK | Not an agent: the library you build one with | Stagehand | Flattening all of these into one "best AI tools" list is the mistake nearly everyone makes, and it's why so many comparisons recommend things that don't compete with each other. An orchestrator doesn't replace an agent: it requires one. That's also why we keep the rest of the tools we've tested — from assistants to automation platforms — in a separate instead of forcing them into this ranking. Comparison table: 11 coding agents in August 2026 | Tool | Type | License | Free tier | Entry price | Models | Platforms | | | | | | | | | | Claude Code | CLI + IDE + desktop | Proprietary | No | $20/mo (Pro) | Anthropic only | macOS, Linux, Windows | | OpenAI Codex | CLI + IDE + cloud | CLI Apache 2.0, service proprietary | Yes | $8/mo (Go) · Plus $20 | OpenAI only | macOS, Linux, Windows | | Cursor | IDE | Proprietary | Yes (limited) | $20/mo (Pro) | Multi provider | macOS, Linux, Windows, web, iPad | | Gemini CLI | CLI | Apache 2.0 | Not anymore | Code Assist license or API key | Gemini only | macOS, Linux, Windows | | Antigravity CLI | CLI | Proprietary | Per Google plan | Bundled with Google AI plans | Multi model | macOS, Linux, Windows | | Xirp | Orchestrator | Proprietary | Yes (beta) | No public price | Whatever it orchestrates | macOS only | | Buzz | Workspace | Open source | Yes | Self hosted | Whatever you connect | Cross platform | | Cloudflare OS | Workspace | Apache 2.0 | Yes | Self hosted | Whatever you connect | Cross platform | | OpenClaw | Personal agent | MIT | Yes | Your tokens + hosting | 50+ providers | macOS, Linux, Windows | | Grok Bot | Work agent | Proprietary | No | $200/mo (Cursor Ultra) | Undisclosed | macOS, Windows, iPhone | | Stagehand | Browser SDK | MIT | Yes (the SDK) | Free + infra + tokens | 5 providers + callback | TS, Python, Go | Two readings of that table, because they're the ones most people skip: The free tier barely exists. Of the three most used coding agents, only Codex has a genuine free tier. Claude Code has never had one. And Gemini CLI had one and lost it: Google cut free access on June 18, 2026. Open source doesn't mean free, and free doesn't mean open. Gemini CLI is Apache 2.0 and you can't use it today without paying. OpenClaw is MIT and free, but the token bill is yours. Claude Code has a public repository with over 141,000 stars and is not open source : that repo doesn't contain the CLI's source code, only the changelog, examples, and the issue tracker. Terminal agents Claude Code Anthropic's agent, born as a CLI and now a single engine across many surfaces: terminal, VS Code and JetBrains extensions, desktop app, web, mobile, Slack, and CI. Pricing. No free tier. Pro $20/mo ($17/mo billed annually), Max 5x $100/mo, Max 20x $200/mo, Team from $20/seat. Pay as you go alternati