Prompting isn't magic words or politeness tricks — it's you reshaping the probability distribution the model is working from. This episode gives operators a clear mechanical picture of why prompting works, what a well-built prompt looks like, and where prompting hits a hard wall.
AI-generated (NotebookLM) audio overview. Source: HexLocal in-house research — Research - How Prompting Actually Works (AI Foundations, Ep. 4) (Dr. Priya Nair). Primary external sources include Anthropic's prompt-engineering reference, OpenAI's prompt-engineering guide, Wei et al. 2022 and Kojima et al. 2022 (chain-of-thought), and two peer-reviewed studies on prompting politeness.
- Prompting works because your words reshape the model's probability distribution over what comes next — systematic, not magical
- A well-built prompt has six components: role, context, task, format, constraints, and examples
- Specificity beats vagueness because narrowing the prompt narrows the range of likely outputs
- Chain-of-thought ("let's think step by step") was a genuine breakthrough on older models — but today's reasoning models do it automatically, so adding it manually is often redundant or counterproductive
- System prompts and user prompts serve different functions and the distinction matters for how you build with AI
- Prompting cannot fix a knowledge cutoff, cannot eliminate hallucination, and cannot add a capability the model doesn't have — those need a different solution