Your AI Won't Get Bored Maintaining the Wiki. Or Verify It.
Ricardo Argüello — June 15, 2026
CEO & Founder
General summary
Google published the Open Knowledge Format, an open Markdown standard for models and agents to consume a company's internal knowledge. The promise, in Andrej Karpathy's framing, is that agents don't get bored maintaining the documentation humans always abandon. The real promise has a hole: a format standardizes the structure of knowledge, not its truth, and an agent that propagates a wrong belief replicates it faster and more consistently across the whole base.
- OKF is Markdown files with YAML frontmatter in version control. No central registry, no SDK. If you can cat a file you can read it. If you can clone a repo you can deploy it.
- The strong argument is maintenance: human wikis die of boredom, agents don't get tired of updating cross-references across fifteen files at once.
- The hole almost nobody names: the agent updates files to match what it currently believes, and if that belief is wrong, the format propagates the error faster and more uniformly.
- The moat isn't the format, which is open and copyable. It's who curates the knowledge, who verifies it, and who decides what's true before the agent replicates it.
Imagine you hire an assistant who never gets tired of organizing your files. They update every folder, link every document, never complain. The problem isn't their energy. It's that if someone told them a wrong fact, they'll copy it neatly into the two hundred related documents, no hesitation. Speed without verification doesn't organize the archive. It multiplies the error.
AI-generated summary
Andrej Karpathy had called it: the real value of a model-maintained wiki is that models don’t get bored. This week Google formalized it with the Open Knowledge Format, and the reaction was immediate. Charly Wargnier, ex-Streamlit, wrote on LinkedIn that it could end up replacing Notion or traditional wikis for developer teams.
He’s probably right operationally. And still, the format isn’t the part that matters.
The thesis up front: a knowledge standard standardizes structure, not truth. The moat was never the format, which is open and anyone can copy. It’s who curates the knowledge and who verifies it before an agent replicates it across the whole base. That’s the part no specification solves, and it’s exactly where Socio Tecnológico works.
What OKF is, without the noise
The Open Knowledge Format is deliberately simple. A folder of Markdown files with YAML frontmatter, kept in version control next to the code. A small set of agreed conventions so wikis written by different teams can be consumed by each other without translation.
No compression scheme. No central registry. No SDK. If you can cat a file, you can read it. If you can clone a repo, you can deploy it. Anyone who has used Obsidian, Notion, or any of the model-wiki patterns that emerged over the past year recognizes the shape instantly.
The argument in its favor is real and worth stating well. Human wikis don’t die for lack of a tool, they die of boredom. Someone stops updating a cross-reference, then another, and in six months the documentation lies. An agent doesn’t get tired of touching fifteen files in one pass to keep them coherent. On pure consistency, it beats any human team. That part is true.
The hole almost nobody named
Under the enthusiasm, the sharpest comments that same week pointed at one thing. An agent doesn’t update the documentation to match reality. It updates it to match what the agent believes at that moment.
And if that belief is wrong, the format doesn’t notice. It propagates it. Faster and more uniformly than any distracted human.
There’s the uncomfortable inversion. Humans abandoned wiki upkeep partly out of tedium, yes. But also partly because judging what is still true is hard, and that judgment doesn’t disappear because the writer is tireless. A standard for writing context doesn’t solve the harder problem, which is verifying it. It moves it downstream and, worse, makes it invisible: when everything is neatly structured and linked, it looks trustworthy even when nobody confirmed it’s true.
There’s a second, more technical hole. OKF promises entity relationships through cross-links, no graph database required. It works while you read one hop at a time. The moment you ask a multi-hop question, what depends on X that also touches Y, you’re back to one of two options: load the whole corpus into context or rebuild the index you said you didn’t need. The structure lives in the files. The ability to query it does not.
Curated knowledge is the asset, not the format
This connects to something I already argued about CRMs. In the post on the CRM as infrastructure the point was that value moved from the system of record to the reasoning layer that lives on top. The same thing happens here with knowledge. The format is the cheap, commoditized part. The expensive part is curation: deciding what enters, verifying it’s true, holding the judgment of what’s authoritative when two sources contradict.
An agent reading a flawless OKF full of unverified claims is no more trustworthy than a confident intern. It’s faster, which is not the same as better. The difference between an agent that helps and one that repeats errors with confidence isn’t in how it stores the text. It’s in who decided that text was true before letting it in.
That’s why the real problem isn’t format, it’s ownership. Who owns the knowledge base that feeds your agents? Who verifies it? Who designs the human checkpoint where a claim goes from “the agent believes it” to “the company confirmed it”? If the answer is nobody, OKF didn’t hand you an advantage. It handed you a more efficient way to propagate whatever your agents happened to assume. The cross-document speed that thrills Karpathy is also the speed of cross-document error.
What IQ Source does about it
Socio Tecnológico treats curated context as what it is: the asset that defines the quality of any agent you build. We don’t sell a format, formats are free. We own the role that decides what knowledge enters the base, verifies it before the agent propagates it, and designs where a human confirms before a claim replicates across two hundred related files.
The prior discovery, in AI Maestro, includes mapping where the knowledge your processes assume as true actually comes from. Often that knowledge lives in the heads of three people and a Slack channel, not in any document. Adopting OKF before that mapping is neatly organizing a base nobody confirmed. Order of operations matters: first you define who owns the truth, then you pick the format to store it.
Run a test with your team this week. Take the most-repeated claim in your internal documentation, the one everyone cites without thinking, and ask who last verified it and when. If nobody knows, you don’t have a format problem. You have a shared belief your next agent is about to treat as a fact. OKF will copy it faster. Verifying it is still your job.
Define who owns the truth before you pick the formatFrequently Asked Questions
The Open Knowledge Format (OKF) is an open, vendor-neutral standard Google formalized to represent a company's internal knowledge as a folder of Markdown files with YAML frontmatter. Its goal is to let AI models and agents consume that curated context interoperably, with no central registry and no proprietary SDK, living alongside the code in version control.
Because a format standardizes how knowledge is structured, not whether it's true. An agent maintaining the documentation updates it to match what it believes at that moment. If that belief is wrong, the format doesn't catch it: it replicates the error quickly and consistently across the base. Verification is still human work, separate from the format.
In consistency, yes. As Andrej Karpathy noted, models don't get bored updating cross-references and can touch many files in a single pass, exactly where human wikis fail through neglect. But consistency isn't judgment. Keeping documentation current doesn't solve the harder problem, which is judging what is still true.
IQ Source treats curated context as the asset that defines an agent's quality, not as a formatting detail. Socio Tecnológico owns the role that decides what knowledge enters the base, verifies it before the agent propagates it, and designs the human checkpoints. The format is copyable. Verified curation is what separates a useful agent from one that repeats errors with confidence.
Related Articles
The Untrainable Ground: Owning the AI Benchmark
Anything on a public leaderboard gets trained against. The only AI advantage that doesn't expire is the definition of good that lives exclusively inside your company.
The Meeting You Didn't Record Is Gone as AI Context
David Haber at a16z: every unrecorded meeting is AI context you'll never recover. The companies recording everything are building a corpus no competitor can access.