68 lines
1.8 KiB
Markdown
68 lines
1.8 KiB
Markdown
---
|
||
categories:
|
||
- "[[LLM Wiki]]"
|
||
- "[[People]]"
|
||
tags:
|
||
- wiki
|
||
- people
|
||
- history
|
||
- knowledge-management
|
||
created: 2026-04-07
|
||
source: "[[llm-wiki]]"
|
||
type: entity
|
||
aliases:
|
||
- Bush
|
||
- Vannevar
|
||
---
|
||
|
||
# Vannevar Bush
|
||
|
||
美国工程师、发明家、科学管理者,[[Memex]] 概念的提出者。
|
||
|
||
## 身份
|
||
|
||
| 属性 | 值 |
|
||
|------|-----|
|
||
| 生卒 | 1890 – 1974 |
|
||
| 领域 | 工程学、信息科学 |
|
||
| 知名身份 | 美国科学研究与发展局局长 |
|
||
| 代表作 | "As We May Think" (1945) |
|
||
|
||
## 核心贡献
|
||
|
||
### Memex(1945)
|
||
|
||
在 *The Atlantic Monthly* 发表的 "As We May Think" 一文中,Bush 提出了 **Memex** 的构想:
|
||
|
||
- 个人化的知识存储设备
|
||
- 以关联(association)而非索引(indexing)为核心组织方式
|
||
- 文档间的"关联线索"(associative trails)与文档本身同样重要
|
||
|
||
这个构想被视为超文本和个人知识管理的思想源头。
|
||
|
||
## 与本 Wiki 的关联
|
||
|
||
[[Andrej Karpathy]] 在提出 [[LLM Wiki]] 时,明确将其与 Bush 的 Memex 进行对比:
|
||
|
||
> "The idea is related in spirit to Vannevar Bush's Memex (1945) — a personal, curated knowledge store with associative trails between documents."
|
||
|
||
Bush 解决了 ==what==(个人知识管理的愿景),但没有解决 ==who==(谁来做维护)。[[知识库维护自动化|LLM 回答了这个问题]]。
|
||
|
||
## 思想谱系
|
||
|
||
```mermaid
|
||
graph LR
|
||
Bush["Vannevar Bush<br/>Memex (1945)"] --> Engelbart["Douglas Engelbart<br/>NLS (1968)"]
|
||
Bush --> Nelson["Ted Nelson<br/>超文本 (1963)"]
|
||
Nelson --> Web["万维网 (1989)"]
|
||
Bush -.->|精神传承| Wiki["LLM Wiki (2026)"]
|
||
|
||
style Bush fill:#fbb,stroke:#333
|
||
style Wiki fill:#bbf,stroke:#333
|
||
```
|
||
|
||
## 来源
|
||
|
||
- [[llm-wiki]] — Karpathy 引用
|
||
- "As We May Think", *The Atlantic Monthly*, July 1945
|