EN
Back to the archive

The archive · Developer & Business Tools · Product decision · 2023–2026

Aider bets git-native terminals beat chat for AI coding; HN front page, 46k stars

Inktomi co-founder Paul Gauthier's open-source terminal pair programmer made LLMs edit git repos directly and became the standard others benchmarked against.

Aider

The betThat AI coding belongs in the terminal, editing your git repo directly — every change an auto-committed diff — instead of copy-pasting between a chat window and an IDE.Live

What the business is

Open-source command-line tool that pairs a developer with an LLM to edit code in a git repository, auto-committing each change and supporting almost any model, including local ones.

How it started

Paul Gauthier, founding CTO of Inktomi and later CTO of Groupon, started Aider in spring 2023 after experimenting with GPT-4's codebase understanding using ctags-based repository maps. He released it as an open-source command-line tool in May 2023; the first Show HN posts drew almost no traction.

What happened

Through 2023–24 Aider added repository maps, tree-sitter linting, voice input, browser and IDE watch modes, and its polyglot code-editing benchmark became a standard reference — 'Claude 3 beats GPT-4 on Aider's benchmark' hit the HN front page in March 2024, and the tool itself drew 432 points and 156 comments in April 2024. By mid-2024 Aider wrote roughly 70% of its own new code and reached state-of-the-art results on SWE-bench Lite.

How it ended up

Still running as a free, open-source, largely solo-built project with ~46k GitHub stars as of June 2026 and no disclosed funding or acquisition. Its terminal-plus-git paradigm was widely copied by later CLI coding agents such as Claude Code, OpenAI's Codex CLI and OpenCode.

Background

Aider is an open-source AI pair programmer that runs in the terminal: you chat with an LLM and it edits files in your local git repository, auto-committing each change with a generated message. Its bet was that the right interface for AI coding is the version-control loop itself — reviewable diffs and git as an undo system — rather than copy-paste from a chat window or a closed IDE plugin.

Paul Gauthier, founding CTO of Inktomi and later CTO of Groupon, started the project in 2023 after experimenting with ctags-based repository maps that gave GPT-4 a better view of large codebases. He released the tool in May 2023; the first Show HN post drew almost no attention. Traction came as the tool matured: its polyglot code-editing benchmark became a standard, 'Claude 3 beats GPT-4 on Aider's benchmark' reached the HN front page in March 2024, and the tool itself drew 432 points and 156 comments there in April 2024.

By mid-2024 Aider was writing about 70% of the new code in its own releases, reached state-of-the-art results on SWE-bench Lite, and had added voice input, IDE watch mode, browser UI, linting and local-model support. It stayed free and model-agnostic, working with almost any LLM including fully local ones, and Simon Willison described it as 'an impressive open source local coding chat assistant.'

As of June 2026 the repository had 45,945 stars with no funding or acquisition — a largely solo-built project that set a paradigm. Later CLI coding agents, including Claude Code, OpenAI's Codex CLI and OpenCode, all adopted the terminal-plus-git interaction Aider pioneered.

What has to be true

  • Gauthier knew the bottleneck was codebase context and edit reliability, so Aider invested in repository maps, tree-sitter linting, and diff-based edit formats instead of chasing fancier models.
  • Git-native design made AI edits safe: auto-committed diffs turned the repo into an undo system and audit log, removing the trust barrier to letting an LLM touch real code.
  • Model agnosticism and local-model support let Aider ride every model release — Claude 3, DeepSeek, o1, Qwen — while its benchmark made it the reference point for 'can this model edit code?'
  • The open benchmark flywheel compounded: every new model vendor published Aider scores, giving the tool free, constant visibility in exactly the terminal-developer community it needed.

What can be applied

An interface bet can outlast a model bet: Aider built no models, yet its git-native workflow became the pattern later CLI agents copied — the durable win was the edit-and-commit loop, not the AI.

Aftermath

As of September 2026 Aider remains free open-source software developed primarily by Paul Gauthier, with the repository at roughly 46,000 stars and no disclosed funding or acquisition; the project continues adding features and benchmark updates through 2026. Its 'AI pair programming in your terminal' framing became a category: the terminal-based, git-native coding agent is now the default pattern for Claude Code, OpenAI Codex CLI, OpenCode and Gemini CLI, and Aider's polyglot benchmark remains a widely cited measure of model code-editing skill.

Sources

spotted an error? The archive wants to know.

Your turn

You just read one. Describe what you are building, and see who is betting on the same thing.

Free account · 3 free questions · no card

Related cases