Settings

Theme

Show HN: Understand Anything – Graphs that teach > graphs that impress

github.com

1 points by lum1104 2 months ago · 3 comments

Reader

lum1104OP 2 months 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.

paolatauru 2 months 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

  • lum1104OP 2 months 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.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection