Files
nexus/wiki/concepts/LLM-Wiki.md
2026-04-14 16:02:50 +08:00

33 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "LLM Wiki"
type: concept
tags: [AI, 知识管理, RAG]
sources: [yang-xia-ri-ji-3]
last_updated: 2026-04-14
---
## Definition
AI增量构建和维护持久化Wiki的系统页面之间互相链接知识越积越厚。与RAG模式形成对比。
## RAG vs LLM Wiki
| 维度 | RAG | LLM Wiki |
|------|-----|----------|
| 检索方式 | 每次从零检索 | 增量累积 |
| 知识积累 | 不积累 | 越积越厚 |
| 页面关联 | 无 | 双向链接 |
| 维护方式 | 被动等着被查询 | 主动维护和更新 |
## 核心洞察Karpathy
RAG模式是"每次从零检索"知识不积累而LLM Wiki是让AI增量构建和维护一个持久化的Wiki。
## 在实践中的体现
- AI执行任务过程中顺手维护链接、更新摘要、添加Tag、标记新旧矛盾
- 不需要主动维护文档AI在执行任务过程中顺手更新
- Graph View发现孤岛页面和知识盲区
## Connections
- [[RAG]] ← 对比 → [[LLM-Wiki]]
- [[Obsidian]] ← 工具载体 ← [[LLM-Wiki]]
- [[Karpathy]] ← 提出 ← [[LLM-Wiki]]