Archives
All the articles I've archived.
-
celld: Durable Objects, Unbundled
Updated: at 11:00 AMcelld, a new open-source project from Deno, reimplements Cloudflare's Durable Objects model on infrastructure you own — and it's a good lens for asking what should actually own an AI agent's state.
-
Why Agents Make Good Actors
Published: at 11:00 AMAI agents are stateful, long-running, and mostly idle. That's not a quirk — it's a specification. The actor model was built for exactly this shape of work.
-
Designing environments for RL
Updated: at 11:00 AMMost RL writing is about algorithms. In practice, environment design — the state, action, and reward decisions that sit between your system and the algorithm — is where projects succeed or fail. This is the part that almost never gets covered.
-
An introduction to reinforcement learning
Updated: at 11:00 AMThe orientation for working engineers before the rest of the series goes into algorithm internals. What RL is, the vocabulary, the Bellman idea, when to reach for it, and a map of the five posts.
-
Inside the Bellman loop: how value actually propagates
Published: at 07:00 PMBellman equations are usually introduced recursively, and the recursion misleads programmers. The runtime is closer to iterative graph relaxation — value sweeping backward through a state graph until it stops moving.
-
Inside Microsoft Agent Framework Harness Providers
Published: at 11:00 AMAn LLM in a loop is not enough for production work. This post breaks down the six problems every agent harness must solve — working memory, shared file access, plan/execute modes, task tracking, parallel sub-agents, and tool approval — and how the Microsoft Agents Framework implements them.
-
Securing MCP Pipelines with Agent Governance
Updated: at 11:00 AMHow to secure Model Context Protocol (MCP) tool usage in sequential agent workflows using Supply Chain Validation and Least-Privilege Sandboxing.
-
Securing Agent-to-Agent (A2A) Handoffs with the Agent Mesh
Published: at 03:00 PMHow to secure distributed multi-agent architectures using Zero-Trust Identity, IATP encryption, and Dynamic Trust Scoring in the Agent Governance Toolkit.
-
Hardening AI Workflows with the Agent Governance Framework
Updated: at 11:00 AMHow to use the Microsoft Agent Framework (MAF) and Agent Governance Toolkit to build secure, governed, and Human-in-the-Loop AI workflows.
-
Inside the ReAct loop: how agents actually iterate
Updated: at 11:00 AMWhat actually happens inside one iteration of the ReAct loop — why the model is stateless, how the transcript grows, when the loop exits, and why the harness around the model is where the engineering value lives.
-
The Protocol Layer: Watching the Theory Play Out in Real Time
Published: at 11:00 AMGoogle's developer guide to AI agent protocols is framed as a tutorial. Read it through a Coasean lens and it's something more interesting — live evidence that the transaction costs making firms necessary are being eliminated, layer by layer, in the open.
-
The Firm in 2026
Published: at 10:00 AMReturning to Coase's original question — why do firms exist? — with fifteen posts of new machinery. The answer has not changed. The composition of the costs has.
-
The Agentic Ecosystem
Published: at 10:00 AMThe shift from hierarchy to protocol-governed agent coordination is not theoretical. Over fifty companies are engineering it now. Here is what the early evidence tells us.
-
Value Stream Mapping
Published: at 07:00 AMProtocols define how participants interact. Value streams define why. By mapping the flow of outcomes rather than the structure of teams, we align architecture, organisation, and network around the same thing: how value is actually produced.
-
The Physics of Flow
Published: at 10:00 AMQueuing theory reveals the hidden physics governing how work flows through organisations. Every boundary is a queue. High utilisation destroys responsiveness. And AI agents change the service rate — but not the dynamics.
-
The Protocol Layer
Published: at 10:00 AMHow networked firms coordinate work through protocols instead of hierarchy.
-
The Geometry of Networks
Published: at 12:00 PMNot all networks scale the same way. The geometry of a network — broadcast, connection, or group-forming — determines how its value grows, and which institutions it produces.
-
Metcalfe's Law, Conway's Law, and the Networked Firm
Published: at 10:00 AMMetcalfe's Law governs the value of the external network, while Conway's Law governs the structure of the organization that builds and operates it.
-
The Hybrid Topology
Published: at 10:00 AMWe are witnessing the collapse of the corporate Tree into the Hybrid Mesh. As intelligence becomes infrastructure, the distance between strategy and execution shrinks to a single, high-density hop.
-
Knowledge Diffusion and Network Density
Published: at 10:00 AMFirms do not only coordinate production. They concentrate knowledge. Innovation has historically depended on short-distance diffusion through dense networks.
-
Agentic Labour: When Work Becomes Executable
Published: at 06:30 PMSoftware first reduced coordination costs. Now autonomous agents begin to execute parts of labor itself. This changes the structure of work without eliminating it.
-
The Platform as Proto-Firm
Published: at 08:15 PMPlatforms are not the disappearance of the corporation. They are a reconfiguration of how coordination occurs within a corporate shell.
-
The Boundary of the Firm in a Digital Age
Published: at 06:30 PMIf firms exist because coordination is costly, what happens when coordination becomes cheaper again? The boundary of the firm is not fixed.
-
The Innovator's Dilemma
Published: at 08:15 PMWhen coordination costs shift, firm boundaries should adjust. But mature corporations are optimised for a cost structure that no longer holds — and their own incentives prevent adaptation.
-
When Corporations Became Too Big
Published: at 07:15 PMThe managerial corporation solved coordination at scale. But hierarchy has structural limits — and the same mechanisms that enabled growth eventually constrained it.
-
The Rise of the Managerial Corporation
Published: at 06:30 PMCorporations did not just reduce transaction costs. In the 20th century, they became the dominant institution for organising production, concentrating capital, and coordinating labour at scale.
-
Why Corporations Exist: A Coasean Foundation
Published: at 10:00 AMCorporations did not emerge by accident. They are coordination machines. In 2026, as transaction costs fall, we revisit why they exist — and what might be changing.
-
Metrics Are Projection
Published: at 10:00 AMMetrics don't measure reality — they project it. As systems become more autonomous, projection design matters more than model intelligence.
-
Agent Experimentation and Innovation at the Edge
Published: at 10:00 AMExecution, collaboration, and ecosystems: three edges where agent innovation is actually happening — and what it means for building durable, human-centered systems.
-
From Process Managers to Stable Agent Workflows
Published: at 10:00 AMAgent workflows feel new, but the stability problems they face are not. Here's how decades of integration architecture apply to building production agent systems.
-
Keeping State Consistent: Database Transactions in LangGraph Workflows
Published: at 06:00 PMThree patterns for keeping LangGraph workflow state and database state synchronized - idempotent tasks, read-before-write synchronization, and the transactional outbox pattern.
-
An Intuitive Journey Through Statistics & Hypothesis Testing
Published: at 10:00 AMAn Intuitive Journey Through Statistics & Hypothesis Testing in a coffee shop
-
Maths-as-Code for Machine Learning
Published: at 12:00 AMTranslate the maths you see in ML papers into code you can write. A compact cheat sheet mapping notation → intuition → Python/NumPy (and JS).
-
Agents, Routing, Patterns, and Actors
Published: at 11:00 AMBuilding Agent Networks that Don't Collapse Under Their Own Cleverness
-
Agents Are Still Just Software
Published: at 11:00 AMAgents Are Just Software Why the Next Wave of AI Is Really a Distributed-Systems Story.