Writing · Tag
Articles tagged "aider".
3 articles on this topic.
Articles tagged "aider"
·8 min read · aider , pagerank , tree-sitter
How Aider's repomap uses PageRank and tree-sitter to rank your codebase
Aider parses your repo with tree-sitter, builds a symbol graph, and runs PageRank to pick which files the LLM should see. Here is how it works.
·7 min read · cursor , fast-apply , diffs
Why AI coding tools rewrite full files instead of using diffs
Cursor fast apply, Morph, and Aider all converge: full-file rewrites beat diffs under 400 lines. Three reasons rooted in how language models work.
·10 min read · vibe-coding , cursor , claude-code
How AI coding tools edit code: 6 things from shipping software with real users
What's actually happening when your AI coding tool rewrites a whole file, misses a diff, or loads files you never mentioned.