As you know, when Claude Code's context length is filled, it stops responding and spends a LOT of time compressing the context down. It can take upwards of 15 minutes at times.
To reduce the amount of times this happens, use sub-agents. That's literally all you do. Just tell claude:
```shell
use sub-agents where appropriate
```
and it'll handle the rest.
### What it does
It spins off smaller Claude threads for individual tasks that don't need the full context and return only what the main thread needs to know, keeping the main thread's context small while still accomplishing the work.
Increase Claude Code's Context Length
By Mike
106 views
0