Andrej Karpathy just shared a better way to use LLMs (and it got super viral). let me summarize that for you, with a simplified algorithm of what to do:

He suggests to use llms as a knowledge system.

The workflow is simple:

  • Collect raw sources
    Put articles, papers, repos, datasets, and images into a raw/ folder.

  • Ask the LLM to read each source
    Extract the key facts, entities, concepts, and contradictions in short notes.

  • Write or update wiki pages
    Turn those notes into markdown pages for the source, related entities, and related concepts.