Writing · Tag

Articles tagged "ai-coding-tools".

3 articles on this topic.

Articles tagged "ai-coding-tools"

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

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

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

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

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

How AI coding tools actually edit code: 6 truths from 4,000+ hours of building software: cover image
← All articles