Listen: The Open Knowledge Format (OKF)
Google Cloud's Open Knowledge Format is an open, vendor-neutral way to package the context AI systems need, as plain markdown files any model or agent can read.
Transcript
When you build an artificial intelligence system, it is only as good as the context you give it. But in most organizations, that crucial context is scattered across shared drives, wikis, code comments, and the heads of your team.
To solve this, Google Cloud has introduced the Open Knowledge Format, or OKF. It is a new, open standard for packaging the knowledge an AI needs into a portable, vendor-neutral format.
An OKF bundle is incredibly simple. It is just a directory of ordinary markdown files, with one concept per file, like a specific database table or business playbook. Each file starts with a small block of structured data, and concepts connect to each other using standard links, forming a web of relationships. It lives in your version control system right next to your code, meaning the same file is easily readable by a person and instantly parseable by an AI agent.
Because it is just markdown, it does not require any special tools, databases, or cloud accounts. It is a format, not a platform. Ultimately, the Open Knowledge Format makes your domain knowledge portable and machine-readable. It ensures the AI models answering questions about your business can ground themselves in what you actually wrote, rather than having to guess.
