firehose> #llmops

Context Routing

The level-1 mechanism that makes a file-and-folder AI Second Brain actually retrievable: a top-level instruction file (CLAUDE.md, or AGENTS.md for Codex) used as a router, not just as a system prompt. Alongside "who you are / how you work," it carries "where things live" rulesif you need info about X, look in this folder; for quarter-one priorities, look here — so the agent knows where to go. This matters because an agent will not, and should not, blind-search your whole store: doing so wastes time and tokens, and if it isn't told something lives somewhere, it usually won't find it. Properly routed, you stop re-explaining yourself; the agent "just knows where to look and why." The design test is dual: does the routing make sense to you and to your AI?

Routing also makes the brain tool-agnostic: because it's plain files, you can duplicate CLAUDE.mdAGENTS.md (or reference one from the other) and point both at a shared memory.md, so different harnesses read the same store. And a router can point at live sources in a fallback order (project file → wiki → transcripts → the source system) — a brain that knows where to look and in what order is still a second brain even when the answer lives outside it. There is no single proven-best folder layout; what matters is that routing exists and is legible to both reader and agent.

Claims


Linked from