Google’s answer to AI agents fumbling around for context: put markdown files in a folder. The Open Knowledge Format is a simple spec for giving AI systems internal knowledge. (Sam McVeety, Google Cloud Blog)
- Google has published the Open Knowledge Format (OKF), a vendor-neutral spec for packaging internal organizational knowledge like table schemas, metric definitions, and runbooks as plain markdown files with YAML frontmatter.
- The goal is to give AI agents the context they need without locking that knowledge behind proprietary catalogs or SDKs, a problem every agent builder currently solves from scratch.
- OKF v0.1 is deliberately minimal, requiring only a single "type" field per document, and Google is publishing reference implementations alongside the spec on GitHub.