Initial commit: LLM Wiki with raw and wiki folders only

This commit is contained in:
2026-04-07 21:10:43 +08:00
commit 80bc593b36
25 changed files with 2996 additions and 0 deletions

63
wiki/Memex.md Normal file
View File

@@ -0,0 +1,63 @@
---
categories:
- "[[LLM Wiki]]"
tags:
- wiki
- memex
- history
- knowledge-management
created: 2026-04-07
source: "[[llm-wiki]]"
type: concept
aliases:
- Memory Index
- 存储扩展器
---
# Memex
> **Memex**Memory Index是 [[Vannevar Bush]] 在 1945 年提出的个人知识存储系统构想,被视为 [[LLM Wiki]] 的思想源头。
## 概念
Memex 是一种设想中的设备,个人可以存储所有书籍、记录和通信,并且以极高的速度和灵活性进行检索。关键特征:
- **个人化** — 私有的、主动策划的知识存储
- **关联性** — 文档间的**关联线索**associative trails与文档本身同样有价值
- **可扩展** — 超越人类记忆容量的知识存储
## 与现代系统的对比
| 维度 | Memex (1945) | 万维网 | LLM Wiki |
|------|-------------|--------|----------|
| **所有权** | 个人私有 | 公开分散 | 个人私有 |
| **策划方式** | 主动策划 | 被动浏览 | 主动策划 + LLM 自动化 |
| **关联** | 手动建立关联线索 | 超链接 | 自动交叉引用 + wikilinks |
| **维护** | ❌ 未解决 | 社区维护 | ✅ LLM 自动维护 |
| **积累性** | ✅ 持续积累 | ❌ 信息过载 | ✅ 持续复合增长 |
## 核心洞察
Bush 的愿景比万维网更接近 [[LLM Wiki]] 的模式:
1. ==私有、主动策划== — 不是被动浏览公开信息
2. ==关联与文档同等重要== — 不仅是存储,更是连接
3. ==个人化的知识路径== — 每个人构建自己的认知地图
Bush 未能解决的问题是**谁来做维护**。[[知识库维护自动化|LLM 提供了答案]]。
## 原文引用
> "The human mind … operates by association. With one item in its grasp, it snaps instantly to the next that is suggested by the association of thoughts, in accordance with some intricate web of trails carried by the cells of the brain."
> — [[Vannevar Bush]], "As We May Think" (1945)
## 相关概念
- [[LLM Wiki]] — Memex 思想的现代实现
- [[知识库维护自动化]] — 解决了 Memex 的维护问题
- [[Obsidian]] — 当代最接近 Memex 理念的工具
## 来源
- [[llm-wiki]] — Karpathy 引用
- "As We May Think", Atlantic Monthly, 1945