π Quick glossary
- Prompt: the instruction message you give the AI.
- Zero-shot: a prompt with no examples.
- Few-shot: a prompt with 2-3 βinput β outputβ examples to fix tone and format.
- Chain-of-Thought (CoT): having the AI detail its reasoning before the answer.
- Reasoning model: a model that βthinksβ internally before answering (CoT built in).
- Tree-of-Thoughts (ToT): exploring several idea branches, evaluating them, then choosing.
- Graph-of-Thoughts (GoT): combining/merging ideas from different branches (advanced).
- Tags: markers (e.g.
<text>β¦</text>) separating instructions and content. - Portable prompt: a well-structured prompt that works on any assistant without rewriting.
- Multimodal: the ability to process and/or produce several formats (text, image, voice, video).
- Context window (context window): how much text a model can βkeep in mindβ at once. The larger it is, the more documents you can feed it.
- Fast mode / reasoning mode: two variants of the same assistant β one answers fast (standard model), the other βthinksβ before answering (reasoning model).
A training byBaxIA