AI Literacy
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.
The most common mistake in early AI use is treating the prompt like a search query. It is not. A prompt is a context — and the difference between an unusable answer and a brilliant one is usually a few sentences of framing that most people skip.
Attention is the whole game
Modern language models do not “look up” answers. They allocate attention across the words you give them and predict what should come next. Every word in your prompt is a vote for what the model should weight more heavily — and silence on a topic is a vote for the model’s prior, which is the average of the internet.
[Migration in progress — full article body to be brought across from the original Notion source. The original includes a worked example with attention diagrams that should be preserved.]
The four lever moves
- Role. Tell the model who it should be writing as.
- Constraints. Tell the model what not to do, not just what to do.
- Audience. Tell the model who is going to read this and why.
- Examples. Show, don’t tell. One worked example beats a paragraph of instructions.
Keep reading
AI Literacy • 2 Oct 2025 • EN
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.
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 • 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.