Sajidahmed Reshmi’s Post

One big problem with AI coding tools today, they repeatedly scan large parts of the codebase for every prompt in which token usage shoots up (cost + latency), context gets bigger and complex, response hallucinates. Came across a neat repo solving this: code-review-graph It builds a structured graph of your code (functions, classes, dependencies), so AI tools can fetch only what’s actually relevant instead of re-reading everything. Result is much lower token usage, Cleaner, focused context Feels like a simple but powerful step towards better context engineering for AI dev workflows. https://lnkd.in/dCwABgN9        https://lnkd.in/duXNQaj2 #AI #LLM #DeveloperTools #OpenSource

To view or add a comment, sign in

Explore content categories