Subtitle : How to give Claude, Cursor, and Ollama a crystal-clear map of your codebase using AST analysis, 100% locally and privately. Introduction : We’ve all been there: you open up an AI coding agent like Claude or a local Ollama instance, drop in a code file, and ask for a refactor. The LLM hallucinates a dependency that doesn’t exist or forgets the architecture boundaries of your project. To fix it, you end up copy-pasting half your codebase, burning through thousands of API contex...