Marie Haynes Demonstrates Building an OKF Brain

For practitioners building agent-ready knowledge stores, the Open Knowledge Format (OKF) offers a low-friction way to expose structured, linkable content to agents without bespoke ingestion pipelines. Marie Haynes, in a June 26, 2026 post on MarieHaynes.com and a republished version on Search Engine Journal, documents how she built a personal "OKF brain" composed of markdown files with YAML frontmatter, an index (index.md), and typed pages for concepts, entities, playbooks, references, and systems. The post includes a walkthrough video and sample folder structure and shows how her index file guides agents to relevant areas so they do not RAG across an entire corpus. The writeup also describes automated linking of new content into a graph of concepts, which Haynes says creates a living knowledge graph for SEO and AI work.
Editorial analysis
For teams designing agent-facing knowledge stores, adopting a standardized file format like OKF reduces integration friction and makes local knowledge more useful to off-the-shelf agents. Marie Haynes' walkthrough synthesizes practical details practitioners can reuse: naming conventions, frontmatter patterns, and an index-driven access model that scopes retrieval for agent workflows.
What happened
Marie Haynes, in a June 26, 2026 post on MarieHaynes.com and a republished version on Search Engine Journal, documents building a personal "OKF brain" and publishes a video walkthrough demonstrating the setup. The post shows that every OKF file begins with YAML frontmatter, uses a top-level index.md to enumerate accessible areas, and classifies pages into types such as concepts, entities, playbooks, references, and systems, per the examples in the article.
Editorial analysis - technical context
The post highlights two practical patterns relevant to practitioners. First, using a index.md to narrow an agent's retrieval scope reduces unnecessary RAG computation and focuses context windows. Second, treating each node as a markdown file with typed metadata enables simple graph construction and programmatic linking when new content is ingested. These are general engineering patterns for agentic knowledge bases, not claims about broader OKF governance.
Implementation details from the walkthrough
Haynes shows sample folder structure and a snippet of markdown code for a concept page. She describes that, in her system, ingested items such as blog posts or documentation are connected to existing concepts so the resulting structure resembles a knowledge graph; the article includes screenshots illustrating those connections.
Industry context
Industry observers note that standardized, filesystem-first formats lower the bar for agent experiments because they are human-editable, versionable, and integrate with static-site tooling. Adopting a simple standard also eases sharing knowledge artifacts between tools and teams.
What to watch
For practitioners building agent pipelines, monitor tooling that automates OKF index generation, connectors that translate other knowledge formats into OKF, and community conventions for metadata fields. Also watch for broader OKF adoption signals from major tooling providers and documentation examples that expand metadata vocabularies.
Key Points
- 1OKF-style, file-based knowledge stores let agents access scoped context without custom ingestion, lowering integration effort.
- 2Using a top-level index plus typed markdown nodes effectively creates a living knowledge graph for agent workflows.
- 3Human-editable YAML frontmatter makes metadata interoperable and versionable, speeding iteration for practitioner teams.
Scoring Rationale
A practical, reusable walkthrough of the OKF pattern is useful to engineers building agent-facing knowledge systems, but the story is a single practitioner's implementation rather than a standards update or major tooling release. The article's age (>3 days) reduces immediacy.
Sources
Public references used for this report.
Practice interview problems based on real data
1,625 SQL & Python problems across 15 industry datasets — the exact type of data you work with.
Try 250 free problems

