@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...
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.
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
@wey_gu: Google Cloud 的 Open Knowledge Format 非常棒,标准化了 LLM-Wiki inspired 的分层级、有关系的 textual 知识的结构,我非常喜欢这个标准
Google Cloud introduces the Open Knowledge Format (OKF), an open specification that standardizes the LLM-wiki pattern for representing structured knowledge in markdown with YAML frontmatter, aiming to improve data sharing and interoperability for AI agents.
@Saboo_Shubham_: Google just introduced Open Knowledge Format. An open standard for the context AI agents need based on Karpathy's LLM w…
Google announced the Open Knowledge Format, an open standard based on Karpathy's LLM wiki concept, designed to provide context for AI agents using simple markdown files.
@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...
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.
@AlphaSignalAI: LLM Knowledge Bases Something I'm finding very useful recently: using LLMs to build personal knowledge bases for variou…
Google's Open Knowledge Format (OKF) proposes a portable standard for organizational knowledge to help AI agents retrieve correct context, addressing fragmentation across data catalogs, wikis, and code.
@KyrieCheungYep: https://x.com/KyrieCheungYep/status/2075045965371949439
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.