Stuff built

What I'm actively working on, roughly in order of attention.

Aegisora

Zero-trust runtime governance for autonomous AI agents

Aegisora evaluates structured execution intents against signed policy, returns ALLOW, BLOCK, or ESCALATE, and preserves correlated evidence before governed tools and providers cross the execution boundary. Reversible state can use branch, diff, and promotion underneath that boundary.

Open source - active development · TypeScript, Go, Python

watchd

Recoverable state distribution from database change streams

watchd is a cloud-native watch layer for maintaining service-local projections from authoritative stores. It uses change data capture to deliver committed mutations, report source progress, and explicitly request resynchronization when a consumer can no longer recover from its cursor. PostgreSQL is the first source adapter.

Open source - pre-alpha · Go, PostgreSQL