Open Knowledge Format — Google Cloud's Vendor-Neutral Spec for LLM-Friendly Knowledge Repositories
Source: How the Open Knowledge Format Can Improve Data Sharing \ Date Published: June 12, 2026 \ Authors: Sam McVeety & Amir Hormati (Google Cloud)
TL;DR
Google Cloud has introduced the Open Knowledge Format (OKF) v0.1 — an open, vendor-neutral specification that formalizes what has become known as the "LLM-wiki" pattern for knowledge management. At its core, OKF is remarkably simple: "Just markdown, just files, just YAML frontmatter." Knowledge is represented as a directory of markdown files where the file path serves as the concept's identity. The format draws inspiration from Andrej Karpathy's widely circulated LLM Wiki pattern. Three design principles guide the spec: (1) minimally opinionated (only a type field is required in frontmatter), (2) producer/consumer independence, and (3) format-before-platform philosophy. Google also ships an Enrichment Agent (auto-drafts OKF from BigQuery), a Static HTML Visualizer, and Sample Bundles (GA4 e-commerce, Stack Overflow, Bitcoin).