PulseAugur
EN
LIVE 13:49:27

Karpathy proposes LLM memory via persistent wiki

Andrej Karpathy proposed a new approach to LLM memory, moving beyond large context windows and standard RAG. His concept involves an LLM incrementally building and maintaining a persistent, structured wiki of markdown files. This wiki acts as an associative knowledge store, with the LLM updating and cross-referencing information as new sources are processed, effectively compiling knowledge rather than just retrieving it. A tool called kb-wiki has been developed to implement this pattern, running locally and providing agents with commands to search, add, and update the wiki, enabling persistent memory without cloud reliance. AI

IMPACT Enables LLMs to build persistent, cumulative knowledge stores, moving beyond limitations of context windows and basic retrieval.

RANK_REASON The cluster describes a new research concept for LLM memory management proposed by Andrej Karpathy, along with a tool implementing it. [lever_c_demoted from research: ic=1 ai=1.0]

Read on dev.to — LLM tag →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

Karpathy proposes LLM memory via persistent wiki

COVERAGE [1]

  1. dev.to — LLM tag TIER_1 English(EN) · Artem M ·

    Your LLM Forgets Everything. Give It a Wiki!

    <p>Every new chat with your LLM starts the same way. Hi, here's the context. Here's the stack. Here's what we tried last week. Here's the constraint nobody wrote down. By the time the model is caught up, you've burned ten minutes paying for ground you already covered.</p> <p>Then…