AI Literacy
When should you start a new AI chat, and when should you continue?
The context window is a finite resource. Knowing when to reset and when to carry on is one of the highest-leverage skills in AI literacy.
A small, practical question that hides a big design decision. Every long conversation with an AI assistant is a balance between context (helpful) and clutter (degrading). This article gives a working rule of thumb.
The hidden cost of a long chat
Every message you send is processed against the entire prior conversation. That’s a feature — it’s what lets the model remember your style, your project, your earlier instructions. It’s also a tax: the more tokens behind the scrollbar, the more attention the model has to spread across them, and the more likely it is to surface a stale detail at the wrong moment.
[Migration in progress — full article body to be brought across from the original Notion source.]
A working rule
- Stay when the new turn depends on what was said three or four exchanges ago.
- Reset when the new turn is a different task wearing the same hat.
- Branch (a new chat seeded with a one-paragraph summary) when you want to keep momentum without the baggage.
Keep reading
AI Literacy • 18 Sept 2025 • EN
How to spot a hallucination before it spots you
Five practical tells that an AI answer is fabricated, written for non-technical readers who want to trust their tools without being burned by them.
AI Literacy • 4 Sept 2025 • EN
Why the way you write your prompt changes everything
A non-technical deep-dive into attention, context, and why the same model gives radically different answers to almost-identical questions.
AI Literacy • 12 Aug 2025 • EN
Not all languages are equal for AI
Tokenization is not neutral. French costs more tokens than English for the same idea, and that has direct consequences for cost, latency, and quality.