Writing · Tag
Articles tagged "aider".
3 articles on this topic.
Articles tagged "aider"
·10 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.
·8 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.
·12 min read · vibe-coding , cursor , claude-code
How AI coding tools actually edit code: 6 truths from 4,000+ hours of building software
After 4,000+ hours of building software, the last stretch with Cursor, Claude Code, Aider, and Lovable, here is how AI coding tools actually edit code under the hood.