Aider
Paul Gauthier · ai coding agents · Source: data snapshot · data as of 2026-09-16
Open-source terminal pair programmer that writes git commits for you — bring any model, including local ones.
ToolScore breakdown — why 84/100
10 criteria × 10 points. Low pillars are visible on purpose — that's the point of a score you can audit. Methodology →
✅ What it does well
- ▸Truly model-agnostic: swap providers per task, lock in nothing
- ▸Git-native: every AI edit is an automatic, revertible commit
- ▸Runs 100% offline with Ollama — zero data leaves your machine
- ▸Repository map keeps context small without AST tooling overhead
- ▸Benchmark-driven development: Aider is the tool behind the canonical LLM coding leaderboards
⚠️ Where it costs you
- ▸Terminal-first workflow — not for IDE-only people
- ▸You manage your own API keys and spend; no fixed monthly bill
- ▸Multi-file refactors need more hand-holding than the 2nd-gen agents
Hidden traps — the stuff the pricing page doesn't say
Aider will happily commit plausible-but-wrong code on a small model. Pin a strong model for anything touching tests, or run /undo before it compounds.
No subscription cap means a runaway refactor loop on an expensive model can burn $10+ in minutes. Set a provider-side spend limit on day one.
Know the limits before you pay: read the traps above, then decide with eyes open.
Visit official site →Affiliate link where available — never affects the score.
- official Aider — official site & docs (pricing snapshot, unverified) unverified
- official GitHub repo (license, activity) unverified
- community r/ChatGPTCoding community reports on token spend unverified
Data as of 2026-09-16. Prices and limits change monthly — report anything stale. How we verify: methodology.
Closest alternatives
Open-source, 2nd-gen terminal agent — provider-agnostic with AST-aware context and native prompt cac
Google's open-source terminal agent with the most generous free tier in the category and a 1M-token
The open-source IDE assistant layer — autocomplete, chat, and agents over any model you point it at.
Aider review
In-depth analysis · last updated 2026-09-16
The value benchmark for AI coding agents
Aider is the tool we measure every other coding agent against when the question is value per dollar. It's free, open-source (Apache-2.0), and deliberately provider-agnostic: plug in an OpenAI, Anthropic, Google or OpenRouter key — or go fully local with Ollama — and you pay raw token prices instead of a markup subscription.
The real cost math
A heavy coding day with Aider on a mid-tier model typically burns $1–4 in tokens. The same volume of work on a $20/month subscription plan frequently hits its usage ceiling. Over a month of near-daily use, the BYOK route through a cheaper model lands at $10–20 total, versus $20–100 for subscriptions with hard caps. With a local model the marginal cost is effectively zero — the trade is setup effort and lower peak quality.
What it does unusually well
Aider's identity is git-native: every AI edit lands as an automatic commit with a sensible message, so nothing the model does is ever lost or irreversible. Its repository map gives it a compressed view of your codebase without stuffing whole files into context — not as surgical as the AST-based readers of 2nd-gen agents, but far cheaper than the wall-of-text approach. Aider is also the project behind the most-quoted LLM coding benchmarks, which tells you the author thinks about measurement the way we do.
Where it shows its age
It's a terminal tool with a configuration surface (model pickers, edit formats, cache settings) that assumes you read the docs. Multi-file refactors take more steering than in Claude Code-class agents, and there is no vendor to email when something breaks — community support only.
Verdict
If you want the lowest cost per unit of working software and you're comfortable in a terminal, Aider is the strongest value in this hub — 84/100. Pair it with a spend limit on your provider dashboard and a strong model for anything critical.