# Networked Thought
Networked thought is an approach to knowledge management and thinking that emphasizes connections between ideas rather than hierarchical organization. Instead of filing notes into folders and categories, networked thought uses [[Bidirectional Links]] to create a web of interconnected concepts where meaning emerges from relationships. This mirrors how human memory works—through association rather than rigid categorization. The approach gained mainstream attention with [[Roam Research]] (2019) and is central to modern [[Personal Knowledge Management (PKM)]] tools like [[Obsidian]], [[Logseq]], and [[Tana]].
The concept draws from [[Vannevar Bush]]'s [[Memex]] vision (1945), [[Ted Nelson]]'s [[Hypertext]] (1965), and [[Niklas Luhmann]]'s [[Zettelkasten method]]. The key insight is that ideas gain value through their connections—an isolated note is less useful than one linked to related concepts. Networked thought enables serendipitous discovery: following links leads to unexpected connections. Graph visualizations make these networks visible, revealing clusters, hubs, and orphaned notes. Critics argue the approach can lead to over-linking or that the network becomes unmanageable; proponents counter that emergence and exploration are features, not bugs.
## Networked vs Hierarchical
```
┌─────────────────────────────────────────────────────────────┐
│ HIERARCHICAL vs NETWORKED ORGANIZATION │
├─────────────────────────────────────────────────────────────┤
│ │
│ HIERARCHICAL (Folders) NETWORKED (Links) │
│ │
│ Root ○───○ │
│ / \ /│ │\ │
│ A B ○─○───○─○ │
│ / \ / \ │ │\ /│ │ │
│ 1 2 3 4 ○─○─○─○─○ │
│ \ │ │ / │
│ • One location per item ○─○─○ │
│ • Rigid categories │
│ • Top-down organization • Multiple connections │
│ • "Where does this go?" • Emergent structure │
│ • Bottom-up organization │
│ • "What does this relate │
│ to?" │
│ │
└─────────────────────────────────────────────────────────────┘
```
## Key Principles
| Principle | Description |
|-----------|-------------|
| **Link liberally** | Connect ideas whenever related |
| **Atomic notes** | One idea per note for precise linking |
| **Emergence** | Structure emerges from connections |
| **No filing anxiety** | Don't worry about "where" to put notes |
| **Backlinks** | See what links TO a note, not just FROM |
| **Graph exploration** | Navigate by following connections |
## Benefits
| Benefit | Description |
|---------|-------------|
| **Serendipity** | Discover unexpected connections |
| **Flexibility** | Notes belong to multiple contexts |
| **Retrieval** | Multiple paths to find information |
| **Creativity** | Combining ideas generates new ones |
| **Context** | Backlinks show where ideas are used |
| **No orphans** | Unlinked notes are visible problems |
## Historical Lineage
| Concept | Year | Creator | Contribution |
| ----------------------- | ----- | ------------------------ | ---------------------- |
| [[Memex]] | 1945 | [[Vannevar Bush]] | Associative trails |
| [[Hypertext]] | 1965 | [[Ted Nelson]] | Linked documents |
| [[Zettelkasten method]] | 1960s | [[Niklas Luhmann]] | Card-based network |
| [[Wiki]] | 1995 | [[Ward Cunningham]] | Linked pages |
| [[Roam Research]] | 2019 | [[Conor White-Sullivan]] | Modern networked notes |
## Tools for Networked Thought
| Tool | Key Feature |
| ----------------- | -------------------------------- |
| [[Roam Research]] | Block references, daily notes |
| [[Obsidian]] | Local files, graph view, plugins |
| [[Logseq]] | Outliner + network, open source |
| [[Tana]] | Supertags, structured data |
| [[Notion]] | Databases + links |
| ... | ... |
See [[Tools for Thought (TfTs)]]
## Graph View
```
○ Concept A
/│\
/ │ \
○──○──○
/│ │ │\
○ ○ ○ ○ ○
Hub nodes = key concepts
Clusters = topic areas
Orphans = unconnected notes (problems)
```
## Practices
| Practice | Purpose |
|----------|---------|
| **Daily notes** | Capture point, link to permanent notes |
| **Link as you write** | Build network incrementally |
| **Review backlinks** | Discover connections |
| **Refactor** | Split, merge, rename notes |
| **Graph exploration** | Visual network navigation |
| **Progressive summarization** | Layer highlights over time |
## Challenges
| Challenge | Mitigation |
|-----------|------------|
| **Over-linking** | Link meaningfully, not mechanically |
| **Orphaned notes** | Regular review, inbox processing |
| **Network overwhelm** | Local graph views, filters |
| **Tool dependency** | Use portable formats (Markdown) |
| **Entry barrier** | Start small, grow organically |
See [[12 Common Personal Knowledge Management Mistakes and How to Avoid Them (Article)]]
## References
- Bush, V. (1945). "As We May Think"
- Ahrens, S. (2017). *How to Take Smart Notes*
- https://maggieappleton.com/garden-history
## Related
- [[Tools for Thought (TfTs)]]
- [[Obsidian]]
- [[Roam Research]]
- [[Logseq]]
- [[Zettelkasten method]]
- [[Bidirectional Links]]
- [[Block references]]
- [[Personal Knowledge Management (PKM)]]
- [[Memex]]