Become a sponsor to James Ross
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?
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.
If you want to support continued work on these systems, papers, tools, and releases, please consider sponsoring me.