Things I built while learning. For each one: why I started it, how it works, and what building it taught me.
A Kubernetes-native runtime for long-running, data-heavy AI agents
A Kubernetes-native agent runtime — a warm pool cuts cold starts from tens of seconds to the low hundreds of milliseconds, PVC-backed workspaces outlive the pods that use them, a pull-based queue removes scheduling contention, and runtime isolation contains untrusted generated code.
Keep reading →