← Back to course
Claude Code Basics · the habit that keeps you fast
Every message stays in the conversation. The longer it runs, the more the model re-reads — so a giant chat quietly works against you.

Rule of thumb: context is RAM, not storage — keep the working session short.
The right way · don't just wipe it
/clear to start a clean session. Nothing's lost — it's on disk.
The mistake is clearing without saving. Write to disk first — then wipe freely.
Steal this · the checkpoint prompt
Treat context like RAM, not storage.
Write decisions to disk · keep the chat short · clear often.