Show HN: Understand Anything – Graphs that teach > graphs that impress
1 points
4 days ago
| 2 comments
| github.com
| HN
lum1104
3 days ago
[-]
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.
reply
paolatauru
3 days 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
reply
lum1104
3 days 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.

reply