@nash_su: llm_wiki was actually designated by Google as a knowledge standard: OKF v0.1. Of course, I'm referring to Karpathy's llm_wiki methodology, which Google has now drafted as version 0.1 of the Open Knowledge Format standard. My llm_w...

X AI KOLs Timeline News

Summary

Google has drafted Andrej Karpathy's LLM Wiki methodology as the Open Knowledge Format standard OKF v0.1. The project author nash_su plans to make his own llm_wiki project compatible with this standard.

llm_wiki was actually designated by Google as a knowledge standard: OKF v0.1 Of course, I'm referring to Karpathy's llm_wiki methodology, which Google has now drafted as version 0.1 of the Open Knowledge Format standard. It looks like my llm_wiki project needs to be made compatible with this as soon as possible. It has 11k stars now, so I need to step up the updates. Project URL: https://github.com/nashsu/llm_wiki Google OKF standard related documents: https://cloud.google.com/blog/products/data-analytics/how-the-open-knowledge-format-can-improve-data-sharing/…
Original Article
View Cached Full Text

Cached at: 06/14/26, 07:38 AM

A personal knowledge base that builds itself. LLM reads your documents, builds a structured wiki, and keeps it current.

What is this? • Features • Tech Stack • Installation • Credits • License

English | 中文 | 日本語 | 한국어

Similar Articles

@Huanusa: The ceiling of personal knowledge bases has arrived! This GitHub LLM Wiki project has already garnered 2800+ Stars, completely leaving ordinary RAG in the dust! It's not the useless mode of "re-retrieving" every time, but lets AI directly help you incrementally build a truly structured Wiki — compile knowledge once, and it continuously evolves...

X AI KOLs Timeline

LLM Wiki is an open-source desktop application that uses LLM to incrementally build a structured knowledge base, supporting knowledge graphs, community detection, Obsidian integration, and Chrome clipping, aiming to replace traditional RAG approaches.

@KyrieCheungYep: https://x.com/KyrieCheungYep/status/2075045965371949439

X AI KOLs Timeline

The article provides a detailed analysis of the llm-wiki method proposed by Karpathy: using LLM to compile personal raw materials into interlinked wiki pages, where users only need to read and ask questions without manual editing. The author compares the limitations of RAG and provides a 30-minute setup tutorial, emphasizing the key role of schema files in system discipline.