Question
How do I practice personal knowledge graph?
Quick Answer
Export or list 10-20 of your most important notes and their connections. Format them as simple triples: 'Note A — relationship — Note B.' Feed this mini-graph to an AI assistant with the prompt: 'Based on these connections, what concept is most conspicuously absent — something that would connect.
The most direct way to practice personal knowledge graph is through a focused exercise: Export or list 10-20 of your most important notes and their connections. Format them as simple triples: 'Note A — relationship — Note B.' Feed this mini-graph to an AI assistant with the prompt: 'Based on these connections, what concept is most conspicuously absent — something that would connect at least three existing nodes?' Compare the AI's suggestion to your own intuition about what's missing. The delta between the two reveals what structured context makes visible that your internal sense of your knowledge cannot.
Common pitfall: Dumping raw, unstructured notes into an AI and expecting graph-quality reasoning. If your notes are a flat pile of text with no explicit links, the AI has nothing to traverse. It will do its best with semantic similarity — finding notes that use similar words — but it cannot reason about relationships that were never made explicit. The failure mode is treating AI as a substitute for graph construction rather than as a tool that operates on top of a graph you've already built.
This practice connects to Phase 18 (Knowledge Graphs) — building it as a repeatable habit compounds over time.
Learn more in these lessons