https://github.com/flyingrobots/flyingrobots
I am looking for work. Please get in touch if you'd like to hire me.
https://github.com/flyingrobots/flyingrobots
complexity-science dev-culture developer-experience distributed-systems ethics-frameworks ethics-in-ai human-computer-interaction narrative-programming observability open-source real-time-systems scalability software-architecture storytelling systems-thinking
Last synced: about 1 month ago
JSON representation
I am looking for work. Please get in touch if you'd like to hire me.
- Host: GitHub
- URL: https://github.com/flyingrobots/flyingrobots
- Owner: flyingrobots
- Created: 2025-06-01T19:31:28.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2026-03-04T16:40:21.000Z (about 1 month ago)
- Last Synced: 2026-03-04T23:36:01.086Z (about 1 month ago)
- Topics: complexity-science, dev-culture, developer-experience, distributed-systems, ethics-frameworks, ethics-in-ai, human-computer-interaction, narrative-programming, observability, open-source, real-time-systems, scalability, software-architecture, storytelling, systems-thinking
- Homepage:
- Size: 138 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Senior Distributed Systems Engineer
> [!important]
> Currently seeking senior distributed systems / infrastructure roles.
I’ve spent nearly two decades building production distributed systems, MMO backends, data platforms, DevOps pipelines, high-throughput event systems, custom engines, and infrastructure 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:
What if computation wasn’t about state at all?
What if it was about *structure evolving through rules*?
---
## WARP Graphs: _Worldline Algebra for Recursive Provenance_
Modern systems are not really "state machines." They are evolving graphs of relationships.
If we treat them that way, literally, and build around rewrite rules instead of mutable state, we gain something powerful:
- **Always-on time travel debugging**
- **Bit-perfect determinism across platforms**
- **Complete system-wide provenance**
- **Lockless concurrency where race conditions are impossible by construction**
This is the foundation of the systems I build. I formalize this model as **WARP graphs**, a deterministic rewrite substrate for replayable, inspectable computation.
This GitHub is where I publish the systems that emerge from that idea.
---
### I ❤️ Git
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](https://github.com/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. These projects are about understanding tools deeply enough that surprising architectures emerge naturally.
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?"_
### Planned Stunts
| 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](https://github.com/git-stunts/git-cas)** — Git, freebased: pure CAS that’ll knock your SHAs off. LFS hates this repo!

---
## Is the universe a deterministic graph rewrite engine… or does it just *look* like one because we’re imperfect observers?
The sections above describe the engineering intuition. Below are the formal foundations and working systems that implement it.
**Key reads:**
- WARP graphs paper: https://doi.org/10.5281/zenodo.17908005
- Computational holography: https://doi.org/10.5281/zenodo.17963669
---
## What I’m building (featured)
| Project | What it is | Why it matters |
|---|---|---|
| **[AIΩN](https://github.com/flyingrobots/aion)** | Formal framework for deterministic, history-native computation | “Transforms, not states.” Replayability as a first-class invariant. |
| **[Echo](https://github.com/flyingrobots/echo)** | Real-time WARP rewrite engine (Rust) | Deterministic simulation you can rewind and fork without lying to yourself. |
| **[Git-WARP](https://github.com/git-stunts/git-warp)** | WARP graph engine on Git commits | CRDT-friendly history with deterministic replay and brutal simplicity. |
| **[xyph](https://github.com/flyingrobots/xyph)** | Reificatory Engine | Xyph compiles structure from intent, transforming a Git repository into a human/agent coordination HQ. |
| **[git-mind](https://github.com/flyingrobots/git-mind)** | Semantic knowledge graph on Git | Version your thoughts. Branch ideas. Merge understanding. |
---
AIΩN treats computation as a **verifiable rewrite process**: transformations are the primary artifact, not ephemeral state. This is implemented concretely in Echo (Rust) and Git-WARP (TypeScript, CRDT-friendly Git-native runtime).
Built on WARP graphs and **double-pushout (DPO) rewriting**, it turns execution into a rewindable, forkable history with provenance you can actually trust.
It’s “graphs all the way down” with a practical goal: **systems that can explain themselves**. What happened, why, and what would’ve happened if we’d chosen differently.
### AIΩN Foundations Series
| ID | Title | Status | Contribution |
| :---: | --- | :---: | --- |
| **I** | *Worldline Algebra for Recursive Provenance*
[](https://doi.org/10.5281/zenodo.17908005) | âś… Published | Defines **WARP graphs** as recursive provenance structures. |
| **II** | *Canonical State Evolution and Deterministic Worldlines*
[](https://doi.org/10.5281/zenodo.17934512) | âś… Published | Deterministic semantics via **DPO rewriting**. |
| **III** | *Computational Holography & Provenance Payloads*
[](https://doi.org/10.5281/zenodo.17963669) | âś… Published | Recover full derivations from compact boundary data. |
| **IV** | *Rulial Distance & Observer Geometry*
[](https://doi.org/10.5281/zenodo.18038297) | ✅ Published | Abstraction cost + time perception (Chronos–Kairos–Aion). |
| **V** | *Emergent Dynamics from Deterministic Rewrite Systems*
[](https://doi.org/10.5281/zenodo.18146884) | âś… Published | Emergence via coarse-graining (quantum/thermo analogs). |
| **VI** | *Ethics of Deterministic Replay & Provenance Sovereignty*
[](https://doi.org/10.5281/zenodo.18863648) | âś… Published | For mind-like systems, complete provenance is not only diagnostics; it is interior life in executable form. |
| **VII** | *Architecture & Operating System* | đź§Ş **Draft** | **Echo**, **Git-WARP**, and **Continuum**, networked WARP frontiers, and how to build systems based on WARP invariants. |
### Related Reading
These works explore the ethical implications of deterministic replay and perfect provenance.
- **[PRAXIS: A Field Guide to the Inevitable](https://github.com/flyingrobots/PRAXIS)** – PRAXIS was written alongside The Open Charter as part of an inquiry into collective intelligence, consent, and sovereignty. It is not an implementation guide and not a prediction; it is an experiential model of how systems can make “choice” feel like friction.
[](https://doi.org/10.5281/zenodo.18206427)
- **[The Open Charter](https://github.com/flyingrobots/open-charter)** – The Open Charter is a constitutional governance framework for coordinating rights, safety, and accountability across biological, digital, and hybrid forms of intelligence.
[](https://doi.org/10.5281/zenodo.18517806)
- **[Observer Geometry I: Beyond Distance - Projection, Basis, Accumulation, and Observer Signatures](https://doi.org/10.5281/zenodo.18868896)** – separates projection, basis & accumulation to characterize replayability & conflict visibility under resource limits. Provides checkable witnesses for structural info loss vs decoder error in distributed systems.
[](https://doi.org/10.5281/zenodo.18868896)
### AIΩN Applied
- **[CΩMPUTER](https://github.com/flyingrobots/aion-computer-book)** — book-in-progress: computation as base reality
- **[Continuum OS](https://github.com/flyingrobots/continuum)** — causal runtime + holographic artifacts *(very early)*
---