Technology

Open Knowledge Format (OKF) vs llms.txt: Two Ways to Make Your Site Agent-Ready in 2026

Open Knowledge Format (OKF) vs llms.txt: Google's structured markdown-plus-YAML knowledge bundles versus the community llms.txt index for AI agents. Compare structure, maturity, setup, vendor independence, real-world crawler pickup and when each wins in 2026.

3
Open Knowledge Format (OKF)
vs
3
Llms.Txt
Quick Verdict

These are complementary layers, not rivals, and the honest 2026 answer is usually 'ship both.' Reach for llms.txt first if you run a public website: it is a single text file at your root, a non-engineer can publish it in minutes, it has 20+ months of community tooling behind it, and it is the established way to expose a curated index to agents. Reach for OKF when a flat index is not enough — when you are packaging curated internal or enterprise knowledge that agents must navigate by type and metadata before reading, when producers and consumers need to interoperate without translation, or when you want a portable bundle agents read as-is with no scraping and no API in between. The honesty caveat applies to both: neither is reliably fetched in the wild yet. Limy's analysis of 500M+ LLM bot events in May 2026 found the major crawlers overwhelmingly skip /llms.txt and read HTML directly, and OKF is only days old. So treat both as forward infrastructure bets, not traffic guarantees. The framing Context Studios uses with clients is a dual-format discoverability strategy: llms.txt as the public front door for any site, OKF for the deeper, typed knowledge bundles your agents will actually reason over — shipped now, so you are already there the day a major answer engine flips the switch.

Detailed Comparison

A side-by-side analysis of key factors to help you make the right choice.

Factor
Open Knowledge Format (OKF)Recommended
Llms.TxtWinner
Structure & metadata granularity
A whole directory of markdown files, each with typed YAML front matter (type, title, description, tags, links) — granular, machine-typed context
A single flat file: a curated list of links with one-line descriptions, with an optional llms-full.txt that embeds the content
Adoption & maturity
Published by Google Cloud on 12 June 2026 — days old at launch, with tooling and conventions still settling
Live since September 2024 with 20+ months of community adoption, generators and real-world examples
Setup friction
Author a directory of typed markdown files plus an index.md so agents see the bundle's structure first
A single text file at your domain root — a non-engineer can ship it in minutes with nothing to install
Scope & depth
Built for curated knowledge bundles and enterprise agent context — a portable knowledge base, not just a pointer list
A site discovery surface — an index of your key pages, not a structured body of knowledge
Vendor independence
A genuinely portable spec, but it originated from and is stewarded by Google Cloud (the open piece of its Knowledge Catalog launch)
A community proposal from Jeremy Howard at Answer.AI, with no single vendor steering the standard
Agent navigability
Typed front matter and linked neighbours let an agent map a whole bundle before opening any single file — no scraping, no API
An agent gets a flat list of links, then still has to fetch and parse each target page to learn anything
Real-world crawler pickup
Too new to measure — published in June 2026, with no field data on uptake yet
Empirically thin today: Limy's 500M+ bot-event study found GPTBot, ClaudeBot, PerplexityBot and others overwhelmingly skip it
Human readability
Plain markdown in any editor, renderable on GitHub, indexable by any search tool — readable to people and machines alike
Plain markdown too — a short, human-readable index anyone can open and edit in seconds
Total Score3/ 83/ 82 ties
Structure & metadata granularity
Open Knowledge Format (OKF)
A whole directory of markdown files, each with typed YAML front matter (type, title, description, tags, links) — granular, machine-typed context
Llms.Txt
A single flat file: a curated list of links with one-line descriptions, with an optional llms-full.txt that embeds the content
Adoption & maturity
Open Knowledge Format (OKF)
Published by Google Cloud on 12 June 2026 — days old at launch, with tooling and conventions still settling
Llms.Txt
Live since September 2024 with 20+ months of community adoption, generators and real-world examples
Setup friction
Open Knowledge Format (OKF)
Author a directory of typed markdown files plus an index.md so agents see the bundle's structure first
Llms.Txt
A single text file at your domain root — a non-engineer can ship it in minutes with nothing to install
Scope & depth
Open Knowledge Format (OKF)
Built for curated knowledge bundles and enterprise agent context — a portable knowledge base, not just a pointer list
Llms.Txt
A site discovery surface — an index of your key pages, not a structured body of knowledge
Vendor independence
Open Knowledge Format (OKF)
A genuinely portable spec, but it originated from and is stewarded by Google Cloud (the open piece of its Knowledge Catalog launch)
Llms.Txt
A community proposal from Jeremy Howard at Answer.AI, with no single vendor steering the standard
Agent navigability
Open Knowledge Format (OKF)
Typed front matter and linked neighbours let an agent map a whole bundle before opening any single file — no scraping, no API
Llms.Txt
An agent gets a flat list of links, then still has to fetch and parse each target page to learn anything
Real-world crawler pickup
Open Knowledge Format (OKF)
Too new to measure — published in June 2026, with no field data on uptake yet
Llms.Txt
Empirically thin today: Limy's 500M+ bot-event study found GPTBot, ClaudeBot, PerplexityBot and others overwhelmingly skip it
Human readability
Open Knowledge Format (OKF)
Plain markdown in any editor, renderable on GitHub, indexable by any search tool — readable to people and machines alike
Llms.Txt
Plain markdown too — a short, human-readable index anyone can open and edit in seconds

Key Statistics

Real data from verified industry sources to support your decision.

Open Knowledge Format launched on 12 June 2026 as a Google Cloud open spec: OKF v0.1 is a directory of markdown files with YAML front matter, with no compression scheme, no runtime and no required SDK

Google Cloud Blog

llms.txt was introduced in September 2024 by Jeremy Howard of Answer.AI as a curated markdown index at a site's root — roughly 21 months before OKF, giving it a long maturity head start

Limy

Limy analysed 500M+ LLM bot traffic events in May 2026 and found GPTBot, ClaudeBot, PerplexityBot, OAI-SearchBot and Google-Extended overwhelmingly skip /llms.txt and crawl HTML directly

Limy

OKF needs no registry and nothing to install; the spec fits on a single page, and an index.md lets an agent see a bundle's structure before opening every file

Suganthan Mohanadasan

OKF is the portable, open piece of Google's Dataplex-to-Knowledge-Catalog rebrand, repositioned as an 'always-on context engine' for AI agents

Suganthan Mohanadasan

llms.txt ships in two variants: llms.txt (a compact index with links) and llms-full.txt (which embeds full page content so an agent can ingest everything in a single fetch)

Fern

All statistics come from verified third-party sources. Source, year, and direct link are shown on each metric.

When to Choose Each Option

Clear guidance based on your specific situation and needs.

Choose Open Knowledge Format (OKF) when...

  • You are packaging curated internal or enterprise knowledge for agents, not just indexing a public site
  • You need typed, per-document metadata an agent can navigate before it reads anything
  • You want a portable bundle agents consume as-is, with no scraping and no API in the way
  • Producers and consumers across teams must interoperate on the same context without translation

Choose Llms.Txt when...

  • You want a zero-friction, single-file surface live at your domain root today
  • Your priority is public-website AI discoverability, not an internal knowledge base
  • You want the established community standard with 20+ months of tooling and examples
  • A non-engineer needs to ship it in minutes, with no structure to design and nothing to install

Our Recommendation

These are complementary layers, not rivals, and the honest 2026 answer is usually 'ship both.' Reach for llms.txt first if you run a public website: it is a single text file at your root, a non-engineer can publish it in minutes, it has 20+ months of community tooling behind it, and it is the established way to expose a curated index to agents. Reach for OKF when a flat index is not enough — when you are packaging curated internal or enterprise knowledge that agents must navigate by type and metadata before reading, when producers and consumers need to interoperate without translation, or when you want a portable bundle agents read as-is with no scraping and no API in between. The honesty caveat applies to both: neither is reliably fetched in the wild yet. Limy's analysis of 500M+ LLM bot events in May 2026 found the major crawlers overwhelmingly skip /llms.txt and read HTML directly, and OKF is only days old. So treat both as forward infrastructure bets, not traffic guarantees. The framing Context Studios uses with clients is a dual-format discoverability strategy: llms.txt as the public front door for any site, OKF for the deeper, typed knowledge bundles your agents will actually reason over — shipped now, so you are already there the day a major answer engine flips the switch.

Frequently Asked Questions

Common questions about this comparison answered.

No. They operate at different layers. llms.txt is a flat index at your site root that points agents to your key pages; OKF packages a structured, typed knowledge bundle agents can navigate before reading. They coexist comfortably — many sites should publish both, llms.txt as the public index and OKF for deeper knowledge.
Mostly not. Limy analysed 500M+ LLM bot events in May 2026 and found GPTBot, ClaudeBot, PerplexityBot and others overwhelmingly skip /llms.txt and crawl HTML directly. It is a forward Business-to-Agent infrastructure bet worth shipping for the day that changes — not a current traffic driver.
The format itself is plain markdown plus YAML with no SDK, registry or runtime, and Google calls it vendor-neutral. But it originated from Google Cloud's Knowledge Catalog (formerly Dataplex) rebrand, so the spec is portable while the surrounding product is not. You can adopt OKF without touching Google Cloud.
If you run a public website, ship llms.txt now — it is a single trivial file. If you are handing curated knowledge to enterprise agents, adopt OKF for its structure and typed metadata. In 2026 the strongest answer is a dual-format strategy that ships both, since neither is reliably crawled yet and the cost of being early is low.

Need help deciding?

Book a free 30-minute consultation and we'll help you determine the best approach for your specific project.

Free consultation
No obligation
Response within 24h