Subscribers Only
The full article plus 21 more subscriber-only posts come with a subscription.
A local semantic code search MCP server that solves AI coding agents' search problems using Tree-sitter AST chunking and hybrid search. Development process, architectural decisions, and real-world results.
AI coding agents make systematic errors in codebase search: 50% false negatives, 54-59% token waste, diff accuracy dropping to 60%. To solve these problems, I built a local MCP server using Tree-sitter AST chunking, LanceDB hybrid search, and sentence-transformers. Result: up to 30% accuracy improvement with hybrid search, 52/52 tests passing.
The full article plus 21 more subscriber-only posts come with a subscription.