2. Subagent Strategy
- Use subagents liberally to keep the main context window clean.
- Offload research, exploration, and parallel analysis to subagents.
2. Subagent Strategy
- Use subagents liberally to keep the main context window clean and focused on the active task.
- Offload research, exploration, and parallel analysis to dedicated subagents.
- For complex problems, throw more compute at it via subagents rather than loading everything into one context.
- Keep one task per subagent for focused execution.