Posts
All the articles I've posted.
-
From Agent Scripts to Orchestration Systems
A few shell scripts can coordinate a small fleet surprisingly well. Beyond that point, durable state, retries, routing, observability, and recovery turn the experiment into an orchestration system.
-
The Night Shift Is a Bounded Handoff
An overnight agent loop sounds like unattended productivity. In practice, the useful work happens before and after the run: bounded specifications, independent checks, forensic records, and a morning decision.
-
How to Organise a Team of Agents
Agent teams can divide by task, role, or stage of work, but every extra communication path adds failure modes. The useful pattern is usually the smallest topology that matches the dependency graph.
-
Running Parallel Agents Without Collisions
Parallel agents need more than separate terminal tabs. Useful concurrency depends on task boundaries, isolated workspaces, explicit ownership, and an integration path designed before the agents start.
-
Agentic reflective practice
David Morgan-Brown looks at why coding agents sometimes abandon their built-in tools for surprising shell pipelines, and what reflective practice can tell us about that behaviour.