firehose> #llmops

I Gave Claude Code a Permanent Memory

TL;DR

A 7-minute walkthrough (Taoufik) that rebuilds — a fourth independent time in this vault — the Karpathy-style second brain: two folders, raw/ (the inbox you write into) and wiki/ (the brain, where Claude Code links pages together), plus an index and log. Nothing here is new to the graph at the layout level; its value is as corroboration and in two mechanisms it makes concrete. First, ingestion is staged behind operator approval — a "watch" skill drops a report.md into raw/, dedups against the wiki ("already documented, doesn't duplicate"), and refuses to write to the brain until the operator says "ingest it now" (watch → report → approve → ingest → verify). Second, writes are wrapped in deterministic Python hooks: a session-start hook loads who-you-are, and a pre-write "brain-lint" hook checks the store is healthy enough to add to and flags orphan pages before anything lands. The opening frame crosses out "the bigger the better?" — a bigger graph is worse if it is mostly noise the agent can't use. The rest (typed templates per capture kind, /sweep to batch-process the inbox, a Dataview dashboard, Obsidian + Templater + Dataview as the stack, a "grill me" profile-setup skill) restates cluster claims.

Concepts introduced

Held, not dropped (touched, no concept page yet):

Key claims

Why this corroborates the second-brain cluster

This is the highest-frequency signal in the video, so it sets graph_relation. Taoufik's build is the fourth independent instance in this vault of the same store — raw/+wiki/+index+log, credited to Karpathy, with a "grill me" interview skill for extraction — after Nate Herk, Austin Marchese, and the Fable-5 LLM-wiki gist (see AI Second Brain). Convergence from four unrelated creators on the same layout, origin story, and extraction move is itself the finding: this is a stable pattern, not one author's idiosyncrasy. Because it corroborates, no concept is duplicated — the claims are appended to AI Second Brain with Taoufik as the new source.

Two threads are more than corroboration and are recorded as such. It builds on the cluster by making the approval-staged ingest pipeline (watch → report → approve → ingest → verify) and the deterministic write-hook delivery explicit — new best-practice detail on AI Second Brain and Agent Rituals. And it is novel in exactly one place: the brain-lint health gate, spun out as Knowledge-Graph Lint — a structural gate (keep the graph connected; no orphans) distinct from Validation-Gated Update's content-score gate and Input & Output Guardrails' model-I/O gate. That node lands squarely on firehose's own orphan-check discipline.

Illustrated walkthrough


Linked from