graphlens: turn any repo into one typed graph — across Python, TypeScript, Go and Rust Every code-intelligence tool I've ever used falls into one of two traps. The first is the grep-and-read loop : you (or your AI agent) search for a name, open ten files, read around the matches, follow an import, search again. It works, but it's slow, it burns tokens, and it has no idea that the process_order you found in services.py is the same process_order that gets called from api.py — versus the unrelated