Introduction
A scaled agent system can fail in several predictable ways.
Uncontrolled Context Growth
The session contains too many rules, tools, outputs, and historical messages. Quality declines and compaction removes important detail.
Poor Rule Scoping
A local preference becomes a global rule and damages unrelated work.
Skill Overload
Every workflow is loaded in full even when most skills are irrelevant.
Routing Errors
A weak model receives a task requiring difficult reasoning, or an expensive model receives a simple repetitive task.
Unnecessary Parallelism
Many agents are spawned without a clear benefit, multiplying cost.
Weak Synthesis
Independent agents return useful work, but the parent fails to compare or integrate it.
No Fresh Review
The creator is asked to approve its own work after accumulating a large biased context.
Compaction Dependence
The system assumes automatic compression will preserve every critical detail.
Unclear Completion
Agents continue acting because no definition of done exists.
No Cost Visibility
The architecture is technically successful but economically unsustainable.
Each failure is addressed by one or more of the design patterns in this module.