Show HN: A Karpathy-style LLM wiki your agents maintain (Markdown and Git)
4.5(10,000 reseñas)
Gratis
Lanzado en 2026
Sobre
I shipped a wiki layer for AI agents that uses markdown + git as the source of truth, with a bleve (BM25) + SQLite index on top. No vector or graph db yet.<p>It runs locally in ~/.wuphf/wiki/ and you can git clone it out if you want to take your knowledge with you.<p>The shape is the one Karpathy has been circling for a while: an LLM-native knowledge substrate that agents both read from and write into, so context compounds across sessions rather than getting re-pasted every mornin
Puntos positivos
- +Uso de markdown + git como fonte de verdade
- +Índice com bleve (BM25) + SQLite
- +Compatibilidade com LLM-native
Puntos negativos
- −Não há suporte a banco de dados de vetores ou gráficos