Summary

Josh Kale describes Andrej Karpathy’s concept of “brain cloning” via LLM: dump all your reading material into a folder, have an LLM compile it into a living wiki with articles, links, and a master index — with no manual curation. The system then self-audits for contradictions and gaps. Karpathy demonstrated this with 100 articles and 400,000 words on a single topic.

Karpathy 提出「大腦上傳」的可行版本:將所有閱讀資料匯入資料夾,讓 LLM 自動整理成有連結的知識庫。這個過程不需手動分類,模型充當全職圖書館員,並持續自我審查。文章的最後提到一個動人的想法:未來子女可以繼承父母的思維地圖。

Key Points

  • Collect everything without organizing — raw material only
  • LLM compiles into a wiki: articles, wikilinks, master index
  • System runs health checks: finds contradictions, fills gaps, suggests new questions
  • Karpathy’s example: 100 articles, 400k words, zero human writing
  • Framing: “lossy approximate brain upload” that’s achievable today

Insights

The genuinely interesting move here is treating the LLM not as a question-answerer but as a librarian that operates on YOUR corpus rather than its training data. This reframes personal knowledge management: instead of curating inputs, you curate outputs. The “inherited mind map” implication is underexplored — it suggests LLM-as-legacy rather than LLM-as-tool.

Connections

Raw Excerpt

“Decades of dreaming about brain uploads as science fiction and it turns out we just needed markdown files and an LLM that never forgets.”