Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LLM Wiki

A template for a personal knowledge base that an LLM agent builds and maintains for you. This is my take on Andrej Karpathy's LLM wiki idea.

  • The repository is a persistent, cross-referenced wiki that compounds over time.
  • You curate the sources and ask the questions.
  • The agent does the writing, linking, and housekeeping.

Everything is plain markdown in a git repo. No database, no vector store, no server.

Getting started

git clone <this repo> my-wiki
cd my-wiki
rm -rf .git && git init

Then open the repo with an agent (Claude Code, or any agent that reads CLAUDE.md — symlink it to AGENTS.md if yours expects that name) and start feeding it things:

> ingest https://dn760108.eu.archive.org/0/items/Simplesabotage/Simplesabotage.pdf
> bookmark https://github.com/lachaloupe/cli
> record that @fil recommends the movie Planes, Trains and Automobiles
> add lunch next Friday

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors