The usual way to give an LLM your documents is to upload them, or to plug in retrieval (RAG). For every question the model hunts down the relevant fragments in the raw sources and pieces together an answer. It works, but nothing builds up. A question that combines five documents gets answered from scratch again next time.
The alternative is a PKM in two layers. The sources sit untouched in a raw layer. Above them lives an indexed layer of summaries, concept notes and cross-references that gets updated with every new source: contradictions flagged, the synthesis revised. Knowledge is compiled once and then kept current. When a question comes in, the LLM reads the index first and then the relevant notes. Up to a few hundred notes that is enough, with no search infrastructure at all.
What turns this into a truly personal AI is the feedback loop. A good answer, whether a comparison, an analysis or a connection you spotted, goes back into the system as a new note. Your own explorations pile up the same way your sources do. The system then holds what you read and what you thought about it, and every next question draws on both.
A PKM built from sources plus atomic notes already has those two layers. The LLM only needs to do the maintenance: indexing, cross-referencing, checking for consistency. Once the system grows large enough, fine-tuning is the next step, so the knowledge lives in the model’s weights instead of its context window.
AIL 2: Human Created, Major AI Augmentation. About AIL
Related
- A Zettelkasten is an intelligent conversation with my past thoughts
- Use your own words to express your own thoughts
- Reserve quality time for reading; only with full attention can you make the shift from ‘reading for information’ to ‘reading for knowledge’
- Use AI to reduce unnecessary difficulties, not to avoid essential effort