Update from Sync Service

This commit is contained in:
FNS Service
2026-04-26 08:25:36 +08:00
parent 6b93607baf
commit 4f22a7ea71
2 changed files with 120 additions and 0 deletions

View File

@@ -0,0 +1,46 @@
---
created: 2026-04-26
type: concept
tags: [AI, 知识管理, 方法论]
---
# LLM 知识库模式
> 让 LLM 持续读取、整理、更新笔记,形成自我演进的知识库
## 核心要点
- 源自 Andrej Karpathy 的个人知识管理模式
- 知识像利息一样**复利增长**
- 零手动归档AI 自动打理
## 核心机制
| 机制 | 说明 |
|------|------|
| 概念提取 | 从资料中识别核心概念 |
| 交叉引用 | 自动发现概念间的关联 |
| 热缓存 | 每次会话更新近期上下文 |
| 健康检查 | 定期检查孤儿页、死链 |
## 三层结构
```
概念层(抽象知识) ← 实体层(具体事物) ← 来源层(原始资料)
```
## 相关概念
- [[第二大脑]]
- [[Obsidian]]
- [[RAG]]
- [[知识图谱]]
## 来源
- Karpathy Gist: https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f
- claude-obsidian: https://github.com/AgriciDaniel/claude-obsidian
---
*种子页,等待更多内容来关联*