firehose> #llmops

Team-Forming Constraints

Only two things justify splitting work across multiple agents: the task exceeds what one agent can hold at quality (capacity), or parts of it must be done by different minds because they poison each other (separation of concerns). A multi-agent design that answers neither is not a team — it is just more agents.

That negative claim is the sharp end. The vault already holds that agent count is a design variable (Bounded Fan-Out) and that more agents ≠ better (Agentic Simplicity). This page states the positive criterion those pages leave implicit: there is a short, closed list of reasons to form a team at all, and a proposed roster should have to name which one it answers.

Limit 1 — capacity. A single agent cannot absorb unlimited spend, because everything it reads and does piles into a context window; as the window fills, quality drops (the source notes this holds "even with new techniques like autocompaction"), and the model must eventually delegate or abandon the task. A team is how you spend more tokens than one agent can usefully hold — which is the mechanism the source attributes to Anthropic for why an agent team beat a lone frontier model, and which connects the capacity limit directly to Repeated-Sampling Scaling's token-spend finding. The source flags this limit as the moving one: what a single agent can hold keeps growing, so "it's hard to know what to assign to an agent when agents keep getting smarter."

Limit 2 — separation of concerns. Some work has parts that must be done by different minds not because one mind lacks the skill, but because the parts poison each other. This limit is stable — it predates AI by centuries and has nothing to do with capability:

What agents add to this old trick is genuinely new: you cannot unknow something, but you can start a mind that has never seen it. You have read your own product page a thousand times and will never see it as a stranger does; you can now instantiate a reader who hasn't. The source's framing — "fresh eyes on demand for the first time in history" — is the strongest available argument that Context-Independent Review is durable structure rather than a quirk of current models. Where it pays best: genuine conflicts of interest you want balanced, and anything that needs reviewing twice to be trusted (a contract, a draft, a plan).

The two limits map onto two of Agent-Shape Triage's four questions (size and separation of concerns), which is not a coincidence — the triage test is these constraints made into a pre-flight estimate.

Claims


Linked from