Skip to content
Flows
Tier 4 · Open-source coding agents Coding agents · fetched 2026-07-02

Aider

The benchmark terminal pair-programming agent. Its two signature patterns: a tree-sitter powered repo map that gives the model compressed, ranked codebase context, and diff-based edit formats that make model edits reliable and reviewable.

View source on GitHub

Key takeaways

  • 01

    Repo map: compressed, ranked codebase context beats raw file dumps

  • 02

    Diff-based edits are more reliable than whole-file rewrites

  • 03

    Git-native workflow: every agent change is a commit you can undo

Flows built on this research