- Keep context aligned: Create dedicated workspaces for threads like
code-review,refactor, andnew-feature. - Run long jobs in the background: Kick off a slow, high-accuracy model for a deep investigation or refactor.
- Streams resume after restarts or intermittent connection issues.
- Mux shows an indicator when the model finishes.
- Alternative answers: Use Best of N when you want several independent answers to the same ask.
- Split one task across lanes: Use variants when the same prompt template should run across labels like GitHub issues, commit windows, or review lanes such as
frontend,backend,tests, anddocs. - Tangent management: Fork or create a new workspace for side quests so the main thread stays focused.