Tag: multi-agent
All the articles with the tag "multi-agent".
-
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.
-
From One Agent to Many
Adding a second agent is not a linear productivity upgrade. Work decomposition, review capacity, shared state, and cost all become coordination problems rather than prompting problems.