Knowledge Graphs Podcast Summaries
Knowledge Graphs on Yedapo: 2 summarized podcast and YouTube episodes. Each includes key takeaways, core concepts and notable quotes with timestamps.

Claude Code + Graphify = Insane Agentic OS
Jack Roberts
Jun 8, 2026
Graphify solves the inefficiency of LLM coding by generating a structural knowledge graph of your projects. This map allows Claude to query dependencies and architecture without exhaustive re-reading, significantly reducing token consumption, lowering costs, and increasing coding accuracy.
Key insight: Instead of forcing an LLM to skim or read an entire repository for every prompt, Graphify creates a persistent 'God Node' map that allows the agent to navigate codebase relationships like a GPS.
Graphify Solves Claude's Biggest Limitation (Finally)
Eric Tech
May 18, 2026
Graphify converts complex codebases into structured knowledge graphs, allowing AI agents to query documentation and code with significantly higher accuracy and lower latency. By indexing files into a graph structure, you drastically reduce the token consumption required for context-heavy AI development tasks.
Key insight: By using a knowledge graph rather than raw file scanning, users can achieve a 27x reduction in token usage for code-based LLM queries.