Writing · Tag

Articles tagged "ai-coding-tools".

3 articles on this topic.

Articles tagged "ai-coding-tools"

·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.

How Aider's repomap uses PageRank and tree-sitter to rank your codebase: cover image

·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.

Why AI coding tools rewrite full files instead of using diffs: cover image

·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.

How AI coding tools edit code: 6 things from shipping software with real users: cover image
← All articles