§04 · Failure Modes

Smart zone

Also called Dumb zone · Smart zone / dumb zone

The early stretch of a session where the agent is at its sharpest; past it, the same model gets sloppier and forgetful.

The smart zone is the part of a session where the agent does its best work: context is small and relevant, instructions are fresh, and the model can hold the whole task in view. Everyone who uses coding agents has felt the other side of it, the dumb zone, where a session that has run for hours starts making mistakes it would never have made in its first ten minutes. The model did not change. The context did, and attention degradation did the rest.

Where the line falls depends on the model and on what is in the window, and it is fuzzy rather than sharp, but it usually arrives well before the context window is full. Plenty of free window is no guarantee; quality can be gone long before capacity is. The signs are behavioural: repeated corrections, drifting from the plan, confident claims about files it read a long time ago.

Treat the zone as the resource you are spending, not the token count. Start a task in a fresh session so it lands in the sharp part; when a job clearly exceeds one session's good stretch, break it at a natural seam and hand off with a written plan. The tempting shortcut, adding a second job to a session because it 'already has the context', is exactly what pushes the second job into the dumb zone.

In the tools
  • Claude Code/clear between tasks is the cheapest way to stay in the smart zone; /compact with a focus note keeps a long task inside it.
  • CodexCloud tasks start each job in a fresh container and session, which keeps every task in its own smart zone by construction.
In conversation

Is there a point where I should just stop and start a new session?

When it starts needing the same correction twice. That's the dumb zone. You'll get more from a fresh session than from a fifth explanation.

Related terms
Learn it in the school
Words are the easy part

Course 01 puts every one of these terms to work: you install Claude Code, run the loop, and ship a real project — permission modes, compaction, hooks and all.

Start Course 01 →