1 pointby lum11046 hours ago2 comments
  • lum11045 hours 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.
  • paolatauru4 hours 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
    • lum11044 hours 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.