Graphs that teach > graphs that impress. Turn any code, or knowledge base (Karpathy LLM wiki), into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.
paolatauru•1d ago
tried something similar with codebase qa tools. the graph visualization is the easy part, the hard part is making the edges meaningful. curious how you decide what connects to what
lum1104•1d ago
I use tree sitter for the codes part. Then after the code knowledge graph generation, using the graph I build the business knowledge graph.
In this case, the business knowledge graph build agent can know how each code interact with each others.
lum1104•1d ago