Blog
Notes on reliable event infrastructure.
Product updates, architecture notes, and workflow patterns for teams building on Hooksbase.
Building webhook infrastructure on Cloudflare Workers
We built Hooksbase on Cloudflare Workers. Here is the architecture we ended up with, why Workers fit webhook infrastructure specifically, the constraints worth knowing about up front, and where Workers are the wrong tool.
Durable Objects for per-tenant webhook state
Durable Objects are single-instance actors with strongly-consistent storage — useful when serialization is the actual problem, expensive when it isn't. Here are the three patterns where DOs are clearly the right tool for webhook state, and where reaching for them is over-engineering.
What is agentic AI? Definition, examples, and how it works
Agentic AI is software that decides and acts on its own — without a human prompting every step. Here's a clear definition, how agentic systems work, where they break in production, and what they need to stay reliable.
What is an AI agent? A practical definition for builders
An AI agent is an LLM-driven program that takes goal-directed actions in a loop. Here's a builder-focused definition, the components that make one work, the types you'll see in the wild, and what it takes to keep one reliable.
AI agent platforms compared — and the event layer they all skip
There's no shortage of AI agent platforms. Here's how the major ones differ, where each shines, and the event-infrastructure gap that every team eventually rebuilds — no matter which platform they're on.