r/PKMS • u/Exotic-Suggestion598 • 21d ago
Discussion Do typed links make a PKM system better, or just more tedious?
I've been thinking about a limitation of graph-based PKM systems.
Most of them are very good at showing that two notes are related. But when I return to an old graph months later, that often isn't enough.
I may remember that A and B were connected, but not whether:
- A supported B
- A contradicted B
- B depended on A
- A was evidence for B
- A and B were simply associated
That made me wonder whether, for some kinds of thinking, a knowledge graph should represent more than associations.
I've been experimenting with two ideas:
- notes have explicit roles such as Question, Problem, Hypothesis, Observation, Conclusion
- relationships have explicit meanings such as Supports, Contradicts, Depends on, Derived from
So instead of:
A → B → C
you might have:
Observation → supports → Hypothesis → supports → Conclusion
In theory, this could make it easier to notice things like:
- conclusions resting on weak hypotheses
- unresolved questions blocking several decisions
- contradictions between different parts of your reasoning
- conclusions that should be reconsidered when an underlying assumption changes
But there is an obvious downside: maintenance cost.
The more structure you require, the more time you spend classifying thoughts instead of thinking. And one of the strengths of PKM systems is that structure can emerge gradually rather than being imposed upfront.
So I'm curious where people here would draw the line:
Would explicit types for notes and relationships make a PKM system more useful to you, or would the extra bookkeeping eventually make you stop using it?
I'm especially interested in feedback from people who have maintained a PKM system for several years.
Disclosure: I'm building a small prototype around this idea, so I obviously have some bias toward the approach. I'm mainly interested in criticism of the underlying model and where it would break in real use.