Posts
All the articles I've posted.
-
Event-Driven Architecture on Cloudflare Queues
How to design queue topologies for multi-service architectures, implement idempotent consumers, and handle fan-out patterns.
-
Worker Analytics — Lightweight Monitoring for Continuous Pipelines
How to build operational monitoring for continuous Cloudflare Workers pipelines that costs essentially nothing.
-
Autonomy Is Substrate Discipline
Why all working autonomous agents look the same: the three universal moves that make any agent autonomous.
-
A Repo Is Context
A project is nothing but context. Git is the right medium for context — content-addressable, versioned, permanent.
-
Two Classes of Agents: Codebase-Native vs Workers-Native
Agent frameworks split cleanly into two classes based on tool access, determining whether they belong in containers or on edge runtimes.
-
Context Is a Harness Artifact
LLMs are stateless. A conversation is a UX fiction. Long-horizon autonomy is a question of harness design, not model capability.
-
Dreaming and the Effect Gate
Why an active-memory substrate needs two execution modes — awake and dream — and a hard gate on effectful pipelines in dream mode.
-
Goal Generation Is Agency
Agency is the capacity to generate goals from ambient state — not the capacity to execute given goals.
-
Memory as Lazy Queries Over the World
In a stateful LLM system, memory is not a mirror of the world — it is a graph of lazy queries that resolve into the world on demand.
-
Thinking Is Substrate Self-Modification
Thinking is not something a model does. It is something a substrate does to itself, using models as workers.