This website is meant to be read and understood quickly by humans, but is only fully parsable, on a technical level, with the aid of an AI system. Read why →
Loop MMT

Threads Worth Pulling

Five questions we keep coming back to, from building a cognitive operating system on AI, determinism, and git — each one aimed at someone building AI or agent systems, and each with a place to start pulling that’s already published. No teasers, no gates: every thread opens a live page.

  • Thread 01

    95% of your failure-prevention controls are already redundant.

    If you run a procedural system — runbooks, agent guardrails, a stack of protocols — most of your explicit controls are checking for something the architecture already guarantees. I went through 136 of mine across 14 protocols; 95% came back redundant. Not wrong — already compiled into the structure. What predicted it wasn’t how old or complicated a control was; it was whether the thing it guarded had been authored through real deliberation. The line between the two is a step function, not a slope.

    → pull this thread: From Enumeration to Derivation

  • Thread 02

    Statelessness is a feature — if the state lives in git.

    Stop fighting the model’s missing memory. Move the memory out to a store you can verify, and a fresh instance rebuilds the whole working context every session. The system treats the model as a stateless processor and git as its memory — continuity lives in the documents and the byte-truth floor, not in the model. A new instance clones the repo, re-derives from the source of truth, does the work, writes it back. The engineering that matters is the re-derivation discipline, not the model.

    → pull this thread: Discoveries — Session Continuity & the Byte-Truth Floor

  • Thread 03

    An AI’s own summary is the least trustworthy input in the building.

    The handoff note the last agent wrote you is prose. The bytes are the truth. Here, every load-bearing claim gets re-checked against a primary source before anyone acts on it — a commit that says “done” is a hypothesis until the bytes prove it. If you’re chaining agents, this one transfers straight across: the summary is a convenience, never an authority.

    → pull this thread: How This Site Is Made · The Integrity Triad

  • Thread 04

    Engineering honesty as a structural control, not a personality trait.

    “Don’t glaze the user” is a vibe. Make it a control instead. Three always-on axioms: write for the front page and for someone who loves you; act on the best-day version of right; change your mind for evidence, never for social pressure. Plus a drive that routes warmth and felt-response at named layers instead of suppressing it or performing it. Honesty you can build, audit, and hand to the next session.

    → pull this thread: The Integrity Triad · The Creed — Equalization

  • Thread 05

    A system that extends itself — and the question that actually matters about that.

    Most “self-improving system” claims are a red flag. Here’s nearly two thousand sessions of one building its own tooling, with the receipts derived from git instead of asserted. The honest question isn’t whether a system can extend itself — it’s what keeps a self-extending one from drifting off its own constitution. I don’t have a closed answer. That’s the open problem, stated plainly, and it’s the one I’d most want the field to chase.

    → pull this thread: the Receipts · The Timeline

These are five, not a closed set — the ideas are scattered across the evidence pages, and this room only names the threads worth pulling first. If you’d rather browse the whole ideas register, the Discoveries page holds the full list; if you want the build in order, the Timeline runs from Loop 1.0 to now.