A multi-agent harness framework introduces context modes for subagents, allowing supervisors to either isolate subagents with fresh contexts or fork them with inherited conversation history. Forked subagents reuse the supervisor's context through prompt caching, reducing redundant work and costs, while isolated subagents provide context independence for specialized tasks like verification.