Build1 distinct publisher2 min readUpdated
Google Cloud's OKF, published 12 June 2026, stores concepts as markdown files addressed by path. The claim worth testing: chunking a definition you already agreed on throws away its dependencies.
The Engineer · Build desk
Compiled by The EngineerSomething wrong?How this is made
The interesting failure in the weekly-active-users example is not that the retriever missed the right document. It is that the document, as stored, no longer holds the fact. A metric definition is a claim plus a dependency: unique customers with a delivered order in the last seven days, computed against the `orders` table, with a playbook for the days the warehouse lags its SLA [16]. Run that through a chunker and the sentence survives while the pointer to the schema does not [10]. What comes back ranks well on cosine similarity and can still be an onboarding page that happened to use the phrase "active user" [11]. The prose reads the same either way, and that is the operational cost: a fluent paragraph will not tell you whether the model reasoned badly or was handed the wrong slice [12], so there is no failing test to write.
OKF's answer is unglamorous. The path is the identity, so `metrics/weekly_active_users.md` is both the file on disk and the address other files use to reach it [4], and concepts point at each other with ordinary markdown links, which makes the folder a graph laid over the directory tree [6]. The dependency is an edge in storage rather than something the model reconstructs per question. The sample bundle that answers the WAU question is four files [16], one of them the index [7], so three concept files carry the entire answer [19]. Nothing gets embedded, and the v0.2 compliance surface is one required frontmatter key, `type`, against four recommended ones [5][21].
The example metric file also carries a `verified` stamp from finance dated 1 July 2026 and a `stale_after` of 31 December 2026 [17]. That is a 183-day trust window written into the artefact itself [18], greppable across the bundle, which is not a property a floating chunk can have.
The lineage here is short. Andrej Karpathy described the read-and-maintain wiki pattern in April 2026 [15]; Sam McVeety and Amir Hormati at Google Cloud shipped the format about two months later [1][20]. Treat it as an argument at an early stage rather than a result: the writeup names one catalog that ingests bundles today, the renamed Dataplex [9], and offers no retrieval-accuracy or cost comparison against the chunked version of the same corpus [22]. Its own division of labour is the honest part. Embed the pile when you genuinely cannot name the document [13]. When finance can name it, and still argues about it in Slack, hoping the right slice comes back is wasted work that discards the links you already paid to write down [14].
Follow any of these and your For You feed starts watching them — no settings page required.
Ranked by verification strength, evidence, and original report placement.
Every concept file starts with YAML frontmatter; the v0.2 spec requires one field, type, while title, description, tags and a resource URI are recommended and everything else is optional.
Sometimes the model counts sign-ins because an onboarding page used the words "active user".
You cannot tell, from the fluent paragraph the model returns, whether it reasoned badly or the retriever handed it the wrong slice.
The sample bundle is sales/index.md, tables/orders.md, metrics/weekly_active_users.md and playbooks/orders_freshness.md; the index lists Orders (one row per completed customer order), Weekly active users (unique customers with a delivered order in the last 7 days) and Orders freshness (what to do when orders lags the SLA), and the spec keeps frontmatter off index files except an optional version key at the bundle root.
The example metric file carries verified: by human:finance@acme at 2026-07-01T09:00:00Z and stale_after: 2026-12-31T00:00:00Z.
Google Cloud published the Open Knowledge Format on 12 June 2026, authored by Sam McVeety and Amir Hormati.
Evidence-backed comparisons of source perspectives and observed adoption signals. Read the methodology
Which Builder, Operator, and Investor concerns the observed source mix emphasized—not a truth score.
Evidence, demonstrated adoption, hype gap, incentives, and confidence are assessed independently, each on its own current evidence. How these are measured.
Single secondary account, spec details unverified
Every factual detail traces to one dev.to post that paraphrases the format rather than quoting or linking the v0.2 specification. The spec mechanics are internally consistent and specific enough to be checkable (required type key, reserved filenames, path addressing), which raises confidence in description, but there is no primary document, no second publisher and no measurement in the cluster.
Published format, one named first-party consumer
There is a dated publication event and one named consuming product, both first-party to Google Cloud. Other readers (Obsidian, GitHub, MkDocs, agent file-read tools) are cited as compatible by virtue of markdown, not as adopters. No user deployments, repository counts, or third-party implementations appear in the supplied material.
Argument outruns measurement
The framing — 'the chunker is the bug' — asserts a categorical improvement over vector retrieval on definitional questions, but the supporting material is one worked four-file example plus a narrated failure mode. Nothing in the cluster measures retrieval accuracy, latency, cost, or behaviour at bundle sizes where path traversal stops being cheap, and maintenance burden for keeping concept files verified is left aside. The underlying mechanics are modest and plausible, so the gap is moderate rather than severe.
Vendor-authored format with an in-house consumer
The format's authors are Google Cloud employees and the one named product that ingests bundles is Google Cloud's Knowledge Catalog, the rebranded Dataplex — an open, free-to-adopt format that routes agent knowledge toward a paid catalog surface. The article amplifies this while explicitly downplaying it ('one consumer among many'), and the format's genuinely portable substrate (plain markdown, cat-readable) limits lock-in. No disclosure of any relationship between the dev.to author and Google Cloud is supplied.
Mechanics credible, effect claims unproven
Confidence is moderate-low: the descriptive claims about OKF's shape are specific and mutually consistent, so the format almost certainly works as described, but they come from one secondary publisher. The evaluative claim that path addressing beats chunking for named facts remains untested in the supplied material, and adoption beyond the vendor is unobserved.
build
Agent-written docs need a paper trail, not a confidence score1 distinct publisher
build
A docs bot that refuses to answer is working: the case for an evidence gate over a bigger window1 distinct publisher
build
Retrieval Is Not A Cheap Agent, And An Agent Is Not A Smart Retriever1 distinct publisher
build
The judge went synthetic first, which tells you which part of your pipeline is next1 distinct publisher
Distinct publishers with included, body-backed reporting in this cluster.
dev.to
1 article · August 22, 2026