Andrej Karpathy on X: "LLM Knowledge Bases Something I'm finding very useful recently: using LLMs to build personal knowledge bases for various topics of research interest. In this way, a large fraction of my recent token throughput is going less into manipulating code, and more into manipulating" /
Quick Answer
Andrej Karpathy discusses utilizing LLMs to create personal knowledge bases by indexing various data sources into a structured.md wiki.
Quick Take
Andrej Karpathy discusses utilizing LLMs to create personal knowledge bases by indexing various data sources into a structured .md wiki. This process involves summarizing content, categorizing concepts, and linking articles, significantly reducing manual data manipulation.
Key Points
- Karpathy indexes articles, papers, and datasets into a raw directory for LLM processing.
- An LLM compiles a wiki with summaries, backlinks, and categorized concepts.
- The Obsidian Web Clipper is used to convert web articles into .md files.
- Images related to articles are downloaded for easy LLM reference.
- The LLM autonomously writes and maintains the wiki data.
Article Excerpt
From source RSS / original summarySo: Data ingest: I index source documents (articles, papers, repos, datasets, images, etc. ) into a raw/ directory, then I use an LLM to incrementally "compile" a wiki, which is just a collection of. md files in a directory structure. The wiki includes summaries of all the data in raw/, backlinks, and then it categorizes data into concepts, writes articles for them, and links them all. To convert web articles into.
md files I like to use the Obsidian Web Clipper extension, and then I also use a hotkey to download all the related images to local so that my LLM can easily reference them. Important to note that the LLM writes and maintains all of the data of the wiki, I rarely touch it directly. TLDR: raw data from a given number of sources is collected, then compiled by an LLM into a. md wiki
Want this in your inbox every morning?
Daily brief at your local 8am — bilingual EN/中文, free.
More from WebSearch (Tavily)
See more →WSJ: OpenAI is considering deep price reductions as competition ...
OpenAI is contemplating significant price cuts in response to competitive pressure from Anthropic, particularly due to the success of Claude Code in developer and coding workflows. This shift could affect pricing strategies in the AI market as companies vie for dominance in coding solutions.