Files
nexus/wiki/entities/Karpathy.md
2026-05-03 05:42:12 +08:00

24 lines
997 B
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: "Karpathy"
type: entity
tags: [AI, researcher]
sources: [karpathy-最新分享-用-llm-搭建个人知识库-告别-rag-的低效循环, llm-wiki]
last_updated: 2026-04-20
---
## Aliases
- Andrej Karpathy
- @karpathy
## Profile
OpenAI 联合创始人、前特斯拉 Autopilot 视觉团队负责人斯坦福大学深度学习课程CS231n讲师知名 AI 研究者与技术布道者。
## Key Contributions
- 在 GitHub Gist[karpathy/442a6bf555914893e9891c11519de94f](https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f))发布了 **LLM Wiki** 方法论
- 提出用 LLM 增量构建和维护持久化 Wiki替代传统 RAG 的"每次从零开始"模式
- 核心观点:**"AI 不会厌倦,不会忘记更新交叉引用,一次操作可以碰十五个文件,维护成本趋近于零"**
## Role in This Wiki
- [[karpathy-最新分享-用-llm-搭建个人知识库-告别-rag-的低效循环]] — 来源发起者
- [[LLM Wiki]] — 理论提出者