AI & prompting, explained in plain English
The words you meet everywhere — prompt, system prompt, token, context window, RAG, agent, hallucination — defined in one clear paragraph each, with a real example and what to do about it. Read the ones you need; then go use them in the Studio or a course.
What's the difference between a prompt and a system prompt?
A prompt is any text you give the model for one request. A system prompt is the standing instruction set — identity, rules, style — applied to every message in a conversation or product. Most people only ever write prompts; developers and power users write system prompts too.
Which prompting techniques actually matter?
Five cover most of the value: give the model a role, give it real context and material, show examples of the output you want (few-shot), ask it to reason step by step on hard problems (chain-of-thought), and have it critique and improve its own draft (self-critique).
Do I need to understand tokens and context windows?
Only two facts: everything you paste counts against a limit, and shorter answers are faster and cheaper. Knowing that explains why a giant pasted document can make a model miss your instruction at the top.
Learn it by doing it
36 short courses drill one technique at a time — 5 are free. Or skip the theory: write a brief in the Studio and watch it become a real prompt.