---
id: "concept-gather-vs-focus"
type: "concept"
source_timestamps: ["00:06:23", "00:07:23"]
tags: ["workflow-design", "efficiency"]
related: ["concept-context-sprawl", "framework-clean-conversation"]
definition: "A workflow strategy that separates messy, broad information gathering into one set of interactions, and clean, narrow execution into a fresh, separate context window."
sources: ["s45-claude-limit-chatgpt-habit"]
sourceVaultSlug: "s45-claude-limit-chatgpt-habit"
originDay: 45
---
# Gather vs. Focus Modes

## Definition
A two-mode workflow paradigm that separates **divergent research** from **convergent execution** to prevent [[concept-context-sprawl]] and optimize token spend.

## Gather Mode
Goal: exploration. The user runs **multiple separate threads** with cheaper, faster models — examples cited: Claude Haiku, [[entity-perplexity-d45]] — to:
- Ingest documents
- Run web searches
- Summarize different facets of a topic

These conversations are deliberately messy and evolving. The critical discipline: **once the question is answered, stop**, and extract a clean synthesized summary. Do not let Gather drift into execution.

## Focus Mode
Goal: execution. The user opens a **brand-new, empty chat session** — often with a more capable, more expensive model (e.g., Claude Opus). The freshly opened context contains *only*:
- The clean synthesized summary from Gather
- The exact execution instructions for the task at hand

Because the window is uncluttered, the model dedicates 100% of its attention to the task without being distracted by Gather's messy history.

## Why Mixing Them Burns Tokens
Mixing Gather and Focus inside a single chat is identified as a primary cause of [[concept-token-burning]]. The execution model ends up paying to re-process every dead-end and tangent from the research phase.

## Where It Lives in the Vault
- This is the conceptual engine behind [[framework-clean-conversation]] (steps 2–5).
- It motivates [[action-start-fresh-chats]] and [[action-use-perplexity]].
- It is the workflow expression of the broader principle in [[concept-smart-tokens]] — spend on reasoning, not on re-ingesting cruft.
