I've spent nearly two decades building systems. Custom AAA videogame engines and tools, application frontends and backends, MMORPG clients and servers, data platforms, DevOps pipelines, high-throughput event systems, and infrastructure for distributed systems that had to survive reality. After years of debugging race conditions, chasing nondeterminism, and watching mutable state systems lie under pressure, I started asking a more fundamental question.
In the summer of 2025, I started exploring this question seriously and began writing the AIΩN Foundations Series as a way to formalize and document my research. I started by asking what happens if we model computation using a graph that rewrites itself, recursively? and then let the rest unfold naturally. Eight papers later, I conclude my research by reaching an entirely unexpected, but nevertheless beautiful discovery: there is no graph, there is no runtime, and there is no system — there is only witnessed causal history, and everything we call a "system" is an observer-relative reading of it.
A sequence of eight papers deriving what happens when you stop storing state and start storing history. From recursive provenance to a protocol for distributed causal computation.
- If we store history locally, we get deterministic replay as a substrate property. (Papers I–II)
- If we compress that history, we get computational holography — the ability to recover any state from a compact boundary. (Paper III)
- If we define how an observer looks at it, we get observer geometry and the ability to navigate all possible machines. (Papers IV–V)
- If we treat that history as sovereign, we arrive at an ethics of replay: provenance is interior life in executable form. (Paper VI)
- If we unify the mechanics, we find a single, scale-invariant WARP optic that handles execution, merging, and transport identically. (Paper VII)
The conclusion: if history is the only reality, then no runtime is ontologically prior. The "operating system" dissolves. In its place emerges Continuum — a protocol to join. (Paper VIII — in progress)
The AIΩN Foundations Series concludes by introducing a protocol-shaped causal medium. Continuum emerges when every participant speaks witnessed admission. These projects make it executable:
What happens if we build a runtime for the optic? You get Echo — a high-performance simulation engine where every tick is a witnessed admission. Deterministic, replayable, forkable.
What happens if we host history on Git? You get git-warp — distributed collaboration without a central database, where worldlines interoperate by sharing the same admission ontology. No servers. Just Git.
What happens if we compile intent into law? You get Wesley — a schema compiler that takes authored GraphQL SDL and produces runtime-checkable code for every participant. The application boundary is the sovereign system of record.
What happens if we debug the derivation instead of the state? You get WARP TTD — a time-travel debugger that works across any participant in the medium. If it speaks the protocol, it can be debugged here.
Git is the most battle-tested software on Earth. It's also quietly a primitive WARP graph.
I run a GitHub organization called git-stunts, where I publish projects that treat Git plumbing as a foundation for unconventional systems: databases, content graphs, event buses, coordination protocols.
These are stunts, not hacks: deliberate and grounded in how Git really works. The ability to deconstruct a system to its primitives is one of the most valuable skills in an engineer's toolkit. Often, the most elegant solutions come from looking at the tools we use every day and asking "What else can this thing do?"
| Part | Title | Status | Stunt | Lesson |
|---|---|---|---|---|
| I | Git as CMS | In Review | commit-tree as a DB-less API |
Protocols reduce ops |
| II | Git as KV Store | Planned | KV using OIDs + notes | CAP tradeoffs in the real world |
| III | Git as Bus | Planned | post-receive hooks for pub/sub |
Eventing under constraints |
| IV | Git FUSE | Planned | Virtual filesystem via OIDs | Lazy hydration + virtualization |
| V | Agent-Native Git | Planned | RAG + decisions via history | Verifiable memory for LLM work |
| VI | Git as Zero-Trust Gateway | Planned | AST validation in hooks | Shift-left security at the transport |
Follow along for some hot git 🔥 (and occasional self-inflicted pain).
- git-cas — Git, freebased: pure CAS that'll knock your SHAs off. LFS hates this repo!





