AL
Writing

From the blog

Notes on agent infrastructure, edge runtimes and systems design.

Building Jarvis on the edge

How a voice-first assistant runs entirely on Cloudflare Workers, Durable Objects and Workers AI — no origin server, no cold paths.

CloudflareDurable ObjectsAI Agents
May 2026 · 6 min read

Three patterns I keep reaching for with Durable Objects

At-most-one, single-writer and durable-replay — the small invariants that make stateful edge systems boring in the best way.

Durable ObjectsArchitectureEdge