Files
llm_wiki/wiki/Andrej Karpathy.md
T
hehaiguang1123 a6f05ab2d5 Phase 0-2: Schema cleanup, typed relations, event-driven automation
- Phase 0: AGENTS.md cleanup (dedup quotes, renumber sections, merge qmd)
- Phase 1: typed relations (manage-relations.py, graph-search.py, check-staleness.py, detect-conflicts.py)
- Phase 2: frontmatter validator, weekly lint, knowledge promotion, git hooks
- Fix .gitignore to track tools/ and .githooks/
- Fix git remote URL (remove plaintext token)
- New wiki pages: 504 pages, 34 raw sources
2026-07-01 08:05:43 +08:00

118 lines
4.3 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.
---
categories:
- "[[LLM Wiki]]"
- "[[People]]"
tags:
- wiki
- people
- ai
- ai/coding
created: 2026-04-07
source:
- "[[llm-wiki]]"
- "[[刚刚,Karpathy 开源个人 LLM Wiki]]"
- "[[Karpathy知识库「LLM Wiki」火爆了,全网围观讨论]]"
type: entity
aliases:
- Karpathy
- Andrej
---
# Andrej Karpathy
AI 研究者、教育者,[[LLM Wiki]] 模式的提出者。
## 身份
| 属性 | 值 |
|------|-----|
| 领域 | 人工智能、深度学习 |
| 知名身份 | OpenAI 联合创始人、前特斯拉 AI 总监 |
| 在线 | [@karpathy](https://x.com/karpathy) |
| GitHub | [karpathy](https://github.com/karpathy) |
## 主要贡献
- **nanoGPT** — 最简化的 GPT 训练框架,用于教育
- **LLM Wiki** — 提出 LLM 增量构建持久知识库的模式
- **Vibe Coding** — 2025 年 2 月造词,意为完全"跟着感觉走"让 AI 写代码
- **Agentic Engineering** — 2025 年底提出,用 AI Agent 写代码但加上人类监督和审查
- **AI 教育** — YouTube 频道以清晰讲解复杂 AI 概念著称
- **特斯拉 Autopilot** — 领导自动驾驶 AI 团队
## 思想进化时间线
```mermaid
graph LR
A["Vibe Coding<br/>2025.02"] --> B["Agentic Engineering<br/>2025 年底"]
B --> C["LLM Knowledge Bases<br/>2026.04"]
style A fill:#fbb,stroke:#333
style B fill:#bfb,stroke:#333
style C fill:#bbf,stroke:#333
```
| 阶段 | 时间 | 核心思想 | LLM 操控对象 |
|------|------|----------|-------------|
| **Vibe Coding** | 2025.02 | 跟着感觉走,AI 写代码人不看 | 代码 |
| **Agentic Engineering** | 2025 年底 | AI Agent 写代码,人类监督审查 | 代码(有监督) |
| **LLM Wiki** | 2026.04 | LLM 操控知识本身,而非代码 | 知识(Markdown + 图片) |
==Markdown 正在成为 AI 时代的编程语言。== 不管是 CLAUDE.md、program.md,还是被编译成 Wiki 的 raw/ 目录,人和 AI 之间的接口就是纯文本。
## LLM Wiki 帖子影响力
Karpathy 的 LLM Knowledge Bases 帖子发布数据:
| 指标 | 值 |
|------|-----|
| 点赞数 | 4.3 万(3 天内) |
| 浏览量 | 1200 万 |
| 发布后 2 天 | Gist 开源发布 |
| 发布后 2 天 | [[Farzapedia]] 诞生 |
### 社区广泛讨论
2026 年 4 月 5 日,[[机器之心]]等科技媒体对 LLM Wiki 爆火现象进行了报道,引发全网围观和讨论:
- Karpathy 自己也自夸:"哇,我这条推文真的火爆了!"
- 社区普遍认为这不只是一个 AI 工具,而是一种 **meta-framework(元框架)**
- Idea File 范式在 Agent 时代受到认可:只分享想法,不分享代码
- 被视为**自我增强的知识系统形态**和**具备产品潜力的雏形**
**关键转折**2025 年 2 月的「Vibe Coding」→ 2025 年底的「Agentic Engineering」→ 2026 年初的「LLM Wiki」,Karpathy 的思想从"跟着感觉写代码"进化到"用 Agent 写代码但有人类监督",最终到"让 LLM 编译和维护知识"。
## 与本 Wiki 相关
- 提出了 [[LLM Wiki]] 的核心思想
- 原始来源:[LLM Wiki Gist](https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f)
- 他描述的工作方式:LLM Agent 在一侧,[[Obsidian]] 在另一侧,实时浏览更新结果
- 他目前的做法:手动一份一份添加资料,全程在线参与
## 核心观点
> "Obsidian is the IDE; the LLM is the programmer; the wiki is the codebase."
> "这种个性化方式把控制权完全交到你手上。数据是你的,格式是通用的,内容是可检查的。用哪个 AI 随你,让 AI 公司们卷起来吧。"
他主张人类负责策展来源、引导分析、提出好问题,LLM 负责总结、交叉引用、归档等所有"簿记"工作。
## 新造词
- **Vibe Coding** — 跟着感觉写代码(2025.02)
- **Prompt Request** — 未来的 PR 应该叫 Prompt Request,因为 Agent 能自己实现大多数想法(Peter Steinberger 提出,Karpathy 赞同)
## 来源
---
## 关键人物
| 页面 | 身份 | 来源 |
|------|------|------|
| [[Andrej Karpathy]] | AI研究者、LLM Wiki模式提出者 | [[llm-wiki]] |
- [[llm-wiki]] — Karpathy Gist 原文
- [[刚刚,Karpathy 开源个人 LLM Wiki]] — J0hn 的中文解读文章
- [[Karpathy知识库「LLM Wiki」火爆了,全网围观讨论]] — 机器之心对爆火现象的报道