Live data from Hacker News

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

github.com

1–4 of 4 posts

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

#4

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.