Hacker News new | ask | show | jobs
Show HN: Understand Anything – Graphs that teach > graphs that impress (github.com)
1 points by lum1104 62 days ago
2 comments

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.
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
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.