Skip to content
Chad Brown
Chad Brown
  • A Subagent’s Blast Radius Is a Design Decision

    Every time an agent delegates a task, it creates a second actor with its own context, its own tools, and its own capacity to do the wrong thing. How much of the system that second actor can see, touch, and break is its blast radius, and the mistake most people make is treating that radius as a side effect of the task…

    Read More A Subagent’s Blast Radius Is a Design DecisionContinue

  • A Coordinator That Executes Stops Coordinating

    The defining mistake in multi-agent design is building an orchestrator that does work. It feels natural: the orchestrator is the smartest, most context-rich component in the system, so why not let it handle the hard parts itself and delegate only the scraps? Because the moment the coordinating agent starts executing, it stops being able to coordinate well. Its context fills with the…

    Read More A Coordinator That Executes Stops CoordinatingContinue

  • LinkedIn