firehose> #llmops

AI Second Brain

A personal knowledge store an agent can read — in the simplest and most durable form, just markdown files and folders, organized so that both you and your agent can find things again. The definition is deliberately unglamorous: it is not a product or a vector database, it is plain files, which is exactly why it is tool-agnostic — the same store works across Claude Code, Codex, and other agent harnesses because "it's just files and folders." The single test of whether you have one is retrieval: can your agent find it again, and could you? If the answer is no, the fix is usually Context Routing (the agent was never told where to look), not more machinery. A recurring, easily-misattributed truth: the bottleneck is normally getting knowledge out of your head into the system, not the system's retrieval — before blaming the AI, check whether your files actually hold the nuance your brain does.

How sophisticated the store needs to be is a separate axis, captured by Retrieval Maturity Levels; how you should shape what you store is Query-Shaped Storage; what you should let in is Evergreen vs Volatile Context. A second brain is the routing intelligence over your knowledge, not merely the ingested copy of it.

Claims


Linked from