Structure Beats Magic ← All writing

For knowledge workers

An AI-Ready Vault

Everything built into a vault to serve a human — self-describing folders, explicit links, per-type schemas — turns out to be exactly what makes it legible to a machine. You do not build an AI-ready vault; you build a well-structured one.

By Jaco van der Laan · 2026-07-19
An AI-Ready Vault
Magic drifts away — luck, hope — and a structured flow takes its place, opening a clear path forward. A scene-hero sample (ADR-075 tier 3).

Everything built into this vault to serve a human — self-describing folders, explicit links, per-type schemas, a structured data layer — turns out to be exactly what AI tools need to work with it well. Structure that is good for people, for navigation, for search, and for analysis is repeatedly also good for machines. You build well, and AI-readiness falls out.

But AI-readiness has two distinct halves that are worth separating, because they come from different places — and one hard constraint the rest of the vault already enforces.

Two halves: readable, and reasonable

Readable — navigation and understanding. An AI agent working over the vault benefits from the same things a person does: [[Folder Note|folder notes]] that say what a folder is, concepts that act as a kapstok, [[wikilinks]] that make the knowledge network explicit, frontmatter that makes each file self-describing. A well-structured markdown vault is legible to a model in a way a pile of PDFs or a proprietary database never is — it's plain text, explicitly linked, self-describing. The structure made for human readers serves the agent for free. (This was the point of the very first folder-note idea: one artefact serving the human eye and the machine agent in the same breath.)

Reasonable — grounding and inference. This is the deeper half, and it's where [[Knowledge Management vs Knowledge Engineering|knowledge engineering]] earns its place. An AI asked to analyse your receipts or query your books can either wade through loose markdown (slow, imprecise, context-expensive) or run a [[DuckDB Analysis Layer|DuckDB query]] against the structured sidecar data (fast, exact, compact). The second wins, and concretely so: "what did I spend on category X in Q2" becomes a precise query with an exact answer, not a hallucination-prone summary. The frontmatter schemas don't just make the vault readable — they make it reasonable, something an AI can draw reliable conclusions from rather than guess about. Readability is KM; reasonability is KE. Both together are what "AI-ready" actually means.

Why the structure keeps paying off twice

Self-describing structure, explicit relationships, and separated concerns make a system legible to any careful reader — the human eye and the machine agent alike. You never had to choose between building for people and building for AI, because the same properties serve both. Grounding an AI in exact, structured data is the same act as making your own analysis reliable; navigable-for-you is navigable-for-the-agent. The work compounds instead of splitting.

This is also why the [[One Foundation, Three Destinations|company-brains]] offering is more than search. A knowledge base an AI can reason over — not just retrieve from — needs exactly what this vault has: structure, schemas, explicit relationships. Good knowledge engineering produces AI-readiness as a byproduct.

The one hard constraint: the AI-access gate

The moment an AI tool reads the vault, the question that has governed every layer today returns: which AI, and where does it run? This is the same [[Gates|gate]] question as Notion and the mobile vault — what may leave, and where is the boundary.

A locally-run model (on the home-lab, or a local LLM) reads even sensitive sidecars without anything leaving the house — consistent with the whole architecture. A cloud AI reading the entire vault ships receipts, finances, health notes to a server outside your control. So AI access respects the same boundary as everything else: the publish/private (and now audience/tier) frontmatter flags are the gate. Local AI may see everything; external AI sees only what the gate clears. The vault's existing privacy machinery extends to AI access unchanged — a new consumer, the same door.

This closes the loop with the vault's founding principle: keep the readable copy local, let only cleared or encrypted material travel. An AI-ready vault is not one that hands everything to a model — it's one structured well enough that a model can reason over it, and gated well enough that you decide which model gets to.

Structure + Data + AI + Rules + Skills → Systems

← More writing Work with Jaco →