Blog
Your knowledge base has a new most important reader, and it is not human.
Agents now read documentation more often than people do, and they read differently: every token metered, no ability to ask a colleague. What that means for format, access, and how you write.
For as long as knowledge bases have existed, they have been designed for exactly one kind of reader: a person, scanning with their eyes, navigating with clicks. Every decision followed from that assumption. Then, quietly, the assumption broke. If your team uses AI agents for anything real, the most frequent reader of your documentation today is probably not a human. It is an agent, pulling your runbook into its context window before touching a deploy, reading the spec before writing the code, checking the wiki before answering a customer. This post is about what that shift actually demands from the way you keep knowledge, and why most knowledge bases fail the new reader badly.
Humans skim, infer, and forgive. Agents read every token you give them, pay for each one, and cannot ask the person at the next desk what the document really meant. The new reader is more literal, more thorough, and far more expensive per page.
The economics: every read has a meter on it
Human reading is free at the margin. Machine reading is not: everything an agent reads passes through a context window as tokens, and tokens cost money, latency, and, most scarce of all, room. An agent with a fixed context budget that spends most of it ingesting one bloated document has little left for the actual task.
This is where format stops being an aesthetic choice. A scanned PDF of a policy document might need OCR or image processing just to become text, dragging layout debris and page furniture along with it. The same content as a structured note is just the content: headings, lists, tables, prose. In our internal benchmarks, the same content as a .notex or Markdown file uses a fraction of the AI context of a PDF, up to roughly 50x smaller. That is not an optimization on the margin; it is the difference between an agent that reads one document per task and an agent that reads your whole handbook and still has room to think. If you want to feel the numbers on your own documents, our AI context calculator does the arithmetic in your browser.
Structure compounds the saving. A document with real headings lets an agent fetch the one section it needs instead of the whole file. Consistent titles make search results trustworthy. Notes that are kilobytes, not megabytes, mean retrieval stays cheap enough to do often.
Access: agents should get keys, not passwords
The second demand is about trust. The naive way to give an agent your knowledge base is to hand it your login, which means every agent can read everything and change anything, indistinguishably from you. Nobody who has watched an agent misunderstand an instruction wants that arrangement.
The right shape is the one infrastructure teams already use for services: scoped credentials. In NoteX, agents authenticate with their own API keys, and each key carries exactly the permissions you chose: read-only or read/write, optionally scoped to specific pages and their subpages, optionally expiring, with usage logged per key. A research agent gets read-only access to the wiki. A meeting-notes agent gets write access to one section and nothing else. When an experiment ends, you revoke one key and nothing else changes.
Scoping in practice at Atlas Labs
The Atlas Labs team runs three agents against their workspace. The support drafting agent holds a read-only key scoped to the Team Wiki. The sprint agent holds a read/write key scoped to Meeting Notes: Sprint 14 and its siblings, so it can append action items but cannot touch the Runbook: Deploys page. The migration script from last quarter held a key with an expiry date, which is why nobody had to remember to clean it up.
MCP: the USB port of knowledge tools
The third demand is a connection standard. Until recently, wiring an AI tool to a knowledge tool meant a bespoke integration for every pair, built and maintained by whoever cared most. The Model Context Protocol changed the shape of the problem: a knowledge base exposes one MCP server, and every MCP-capable client, Claude, Cursor, or anything else that speaks the protocol, can plug in. One port, many devices, like USB did for hardware.
NoteX ships that port. The MCP server exposes ten tools covering the operations an agent actually needs: search the workspace, read pages, create and update them, append content, move things to trash. Underneath it sits a Notion-style REST API, so anything you have built against Notion's API will feel immediately familiar. The full surface is documented on the API and MCP page, and on desktop the relationship runs both directions: agents like Claude Code work inside NoteX as native add-ons, editing notes as files, while NoteX works inside your agents through MCP. Teams building serious agent workflows on this are the subject of our AI teams use case.
What this changes about writing
None of this requires writing for robots in some stilted register. Agents are good at prose. What they cannot do is recover structure you never gave them, or knowledge you never wrote down. The habits that help the new reader are mostly the ones that always helped the careful human reader: one topic per note, honest titles, real headings instead of bold text pretending to be headings, tables for tabular things, and the tribal knowledge actually captured instead of living in someone's head. The difference is that the cost of ignoring these habits used to be a colleague's wasted afternoon. Now it is measured in tokens, on every single read, forever.
Is your knowledge AI-ready? A checklist
Score your current knowledge base honestly:
- Text, not pictures of text. Can an agent get your documents as structured text (Markdown, JSON, HTML), or is your knowledge trapped in scanned PDFs and screenshots?
- Addressable pieces. Can a tool fetch one page, or one section, without downloading an entire export?
- Real structure. Do documents use actual headings, lists, and tables that survive conversion, or visual formatting that dissolves into flat text?
- Scoped credentials. Can you give an agent read-only access to part of the workspace, or is the only option a human login with full rights?
- Revocation and expiry. When an agent is retired, can you kill its access in one step? Can keys expire on their own?
- An audit trail. Can you see what each agent read and wrote, per credential?
- A standard port. Does your knowledge base speak MCP or a documented API, or does every new tool need a custom integration?
- Exit intact. If you leave the platform, does the structure leave with you, or only a flattened export?
Most wikis built in the last decade fail at least half of these, through no fault of the people who filled them; the requirements changed after the writing was done. The good news is that the fixes are the same moves that make knowledge better for humans too. Your notes became AI context whether or not you planned it. The only question is whether they are good context.
Frequently asked questions
Why do PDFs cost so much more AI context than notes?
A PDF often has to be processed as images or OCR output, and it drags layout artifacts, headers, and page furniture into the context window. Structured text is just the content. In our internal benchmarks the same content as a .notex or Markdown file uses up to roughly 50x less context than a PDF.
How should an AI agent authenticate to a knowledge base?
With its own scoped credential, never a shared human login. NoteX issues per-agent API keys that can be read-only or read/write, scoped to specific pages, set to expire, and revoked individually, with usage logged per key.
What does MCP add over a normal REST API?
A standard plug. The REST API is for code you write; MCP is how off-the-shelf AI clients such as Claude or Cursor connect without custom integration work. NoteX ships both: a Notion-style REST API and an MCP server with ten tools for searching, reading, and editing your workspace.
Your notes deserve a better engine.
A Notion-style block editor on the engine behind the world's most popular code editor. Notes stay files you own, extensions add what you need, and AI plugs in natively. Free to start, on web and desktop.
Free to start · Your files, your disk · Windows desktop & web