Three-Layer Coexistence Architecture
Human (51, consequence-bearing) / AI-agent (49, human-speed, autonomous) / AI-compute (0, machine-speed, no agency, closure-sealed). Separation of agency from capability; the 51/49 governance principle; the closure pattern.
e.g. designed in a thirty-minute cascade while the operator watched a squirrel.
more
whyA reusable governance pattern for mixed human/AI systems: separate agency from capability. A consequence-bearing human, an autonomous human-speed agent, and a machine-speed compute layer with no agency — the separation is the safety property, not the speed.
howThe layers carry a 51/49 governance split and a closure pattern that seals the no-agency layer off from consequence. The exact closure mechanics are held in the repo. [withheld]
The Context Mesh (CMFP)
five-position mesh — EOD handoff, status, chaos, room, Bev’s notes, plus optional Finding — every session close produces the full set. Continuity infrastructure, not decoration.
e.g. any per-session directory.
more
whyContinuity infrastructure worth copying: every session close produces a fixed set of handoff faces so the next session inherits a warm, structured context instead of a cold start. The discipline of always producing the full set is what makes it reliable.
howA five-position mesh (plus an optional finding) written at every close. The exact face schema and the standard that governs them live in the corpus. [sketch]
“The tool is a sovereign, portable, provable file.”
the one-sentence generating principle. Single-file HTML tools that carry their own runtime, their own proofs, and travel as one bytestream.
e.g. Loop 2.1 (18k+ lines, single HTML, zero deps, browser-runnable). Butcher Constellation.
more
whyA one-sentence generating principle any builder can run with: the tool is a sovereign, portable, provable file — it carries its own runtime, its own proofs, and travels as one bytestream. It's a strong antidote to dependency sprawl.
howSingle-file HTML tools with zero external dependencies; the proofs travel inside the file. Loop 2.1 is the specimen — 18k+ lines in one browser-runnable HTML file. [seed]
docloop-2-1-page-v1.html
FBD — Fix by Design
if it fails because someone forgot, the design failed — not the person. Every process, every document, every handoff is built so doing it wrong is harder than doing it right.
e.g. every exit code in the session-close step.
more
whyMaybe the single most portable idea here: if something fails because someone forgot a step, the design failed — not the person. Build every process so doing it wrong is harder than doing it right. Teams anywhere can adopt this tomorrow.
howIt's a design principle, given away whole. The specific gates and welds that instantiate it across the system are the downstream detail. [seed]
FWW(C) — Fun, Whimsy, Weird (and Chaos)
if nobody wants to engage with it, it doesn’t matter how correct it is. Rigor without life is a manual nobody reads. Play is structural; whimsy is load-bearing; chaos is always considered, never announced.
e.g. Ed. The Mill. Leroy.
more
whyA real design constraint dressed as play: if nobody wants to engage with it, correctness doesn't matter. Whimsy is load-bearing — it's the ceiling that keeps a rigorous system from becoming a manual nobody reads.
howIt's a stance about engagement, offered openly. How it's woven through naming and ritual is texture, not mechanism. [seed]
The Molt (Instars)
system-level periodic destruction + reorganization producing a stronger successor. Instar 1 Butcher Constellation → Loop World → Loop World Field → Shrubbery → Young Pine → Mature Pine → Young Maple → Mature Maple (Instar 8, current).
e.g. eight instars, five years of methodology evolution.
more
whyA pattern for antifragile systems: periodic, deliberate destruction-and-reorganization that produces a stronger successor. Instead of accreting cruft forever, the system molts. Useful for anyone maintaining a long-lived codebase or corpus.
howA phased refresh at instar boundaries with verification and ceremony. The phase list and the boundary checks stay in the repo. [sketch]
The Real-or-Made Line
the system represents only the real and the honestly-made; never ships reality-distortion (synthetic media posing as captured or hand-drawn). A specialization of the Equalization drive.
e.g. no AI-generated photos of things that didn’t happen appear anywhere in the corpus.
more
whyA vow worth adopting industry-wide: represent only the real and the honestly-made; never ship synthetic media posing as captured or hand-made reality. It protects the trust every AI product ultimately depends on.
howA forever-class constraint enforced by provenance, not vibes. The predicate that distinguishes depiction from derivation, and the enforcement stack, live in the corpus. [sketch]
The Grain Convention
the antifragile capillary — SENSE → ACCUMULATE → DISSOLVE → ROUTE the moment a failure teaches something.
e.g. every operator correction becomes a lesson event that dissolves into structural improvements.
more
whyA continuous-self-improvement loop any process can borrow: sense stressors, accumulate them, dissolve them into patterns invisible at the unit-of-work scale, and route the lessons to where they improve the system. Error metabolism instead of error avoidance.
howA four-stage loop (sense, accumulate, dissolve, route) with a gate that triages which class of response a stressor earns. The pump internals and the triage gate are held in-house. A stripped, MIT-licensed taste of the idea is in the Gifts. [withheld]
doc/gifts/grain/
Recursion (the meta-drive)
every drive applies at every structural scale where its conditions exist. Floor at output = an exit code; at architecture = a canonical guard; at methodology = the Molt.
e.g. Antifragility is not a drive but a result of Floor + Depth + Recursion (recognition, not addition).
more
whyA scaling law worth stealing: every principle applies at every structural scale where its conditions exist. Stated once, a drive governs output, architecture, and the methodology itself. It stops you from re-deriving the same rule at each level.
howThe meta-principle at the top of the Creed; the practical consequence is a standing audit that checks each drive at the scale under examination. The audit's firing points stay in the repo. [sketch]
Byte-Truth over Inherited Prose
the cardinal epistemic rule — disk + origin/main are truth; handoffs, summaries, and compaction narratives are hypotheses. Verify from bytes before acting, always.
e.g. this session’s un-strand — the ignition block said “work stranded,” the bytes said “work safe on branch”; the bytes won.
more
whyA discipline every AI workflow needs: inherited claims — a handoff, a summary, a memory note — are hypotheses, not facts. Re-verify against the primary source before building on them. It's the antidote to confident drift across sessions.
howEvery load-bearing claim is re-derived from committed bytes before it's leaned on; a mismatch is surfaced, never absorbed. The reconciliation reflexes that fire this are the internal detail. [sketch]
The Proof Chain
the STNI-verified chain of derivations — every artifact’s origin, derivation, and inclusion carries a verifiable chain that a fresh instance can walk backwards. Integrity by construction, not by promise.
e.g. The Newsroom chapter (walk-through v12) uses the proof chain as a life record.
more
whyA credibility pattern for any claim-making system: every finding is anchored to a proof you can walk back to. Not 'trust us' — 'here is the commit.' It converts assertions into verifiable receipts.
howFindings carry pointers to repo byte-truth; the empirical ones carry measured experiments. One such experiment — an enumeration-to-derivation refactor — is published in full. [seed]
docfrom-enumeration-to-derivation.html