Tag: Agent Patterns
All the articles with the tag "Agent Patterns".
-
Autonomous Agent Frameworks
A deep dive into why every agent framework converges on similar patterns, and how to choose the right one.
-
Autonomy Is Substrate Discipline
Why all working autonomous agents look the same: the three universal moves that make any agent autonomous.
-
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.
-
The Capability Primitive
Decomposing monolithic applications into self-registering functions for better composition and cost economics.
-
The Three-Layer AI Agent Architecture
How to separate agent state from LLM logic and API metering to build intelligent, financially observable agents.
-
Prime: Persistent Org-Level AI Agents on Cloudflare
A control plane architecture for autonomous multi-repo organizations — built on Cloudflare Agents SDK, Durable Objects, and GitHub as long-term memory.
-
Never Fail Twice: The Escalation Ladder That Learns
The right architecture treats failure as fuel — successful fixes become permanent skills, making the system progressively more capable.
-
The Autonomous Entity Pattern
Every complex domain is a hierarchy of entities. Each entity needs a persistent agent with memory, decision-making, and the ability to delegate work.