Context Isolation is a design principle where sub-agents start with a “blank” context and only see the information that is explicitly handed over to them by the orchestrator.

Why it matters: This practice avoids context bloat, prevents information leakage between agents, and eliminates dependency interference. It ensures that sub-agents are modular and independently testable.

Connections:

Sources: