Same topic, related formats. Practice these next.
Same topic, related formats. Practice these next.
Recipe is the instruction text (wording, examples, role priming, formatting).
Think of a recipe as the page in the cookbook. Mix two cups of flour, beat three eggs, bake at 180. Anyone with the same page should make the same dish, in theory. The kitchen is everything around the page: the fridge, the pantry, the stove, the spice rack, the dishwasher, the prep table, the timer, the trash bin. The same recipe in a kitchen with a broken oven gives you a different dish than the same recipe in a fully stocked professional kitchen. With LLMs, prompt engineering is the recipe page. Context engineering is the kitchen. Two teams can use the same recipe and ship very different products because their kitchens are very different.
Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example. Click to expand.
Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example.
Everything important, quickly.
2 minutes: state the mapping (recipe = instruction text, kitchen = retrieval + memory + tools + summarizer + schema + budget), name at least three kitchen elements, and explain why most production quality is kitchen work.
| Kitchen element | LLM counterpart | Owned by |
|---|---|---|
| Recipe page | System prompt + examples + role priming | Prompt author / domain expert |
| Pantry | Vector store + indexed corpus | Data engineering |
| Shopping list | Retrieval query + top-k policy | Platform engineering |
| Sous chef | Reranker (Cohere, Voyage, BGE) | Platform engineering |
| Leftover system | Conversation summarizer | Platform engineering |
| Plating standard | Output schema (Pydantic + structured outputs) | API engineering |
Real products, models, and research that use this idea.
What an interviewer would ask next. Try answering before peeking at the approach.
Red flags and common mistakes that signal junior thinking. Click to expand.
Treating prompt engineering as the whole job because that is the visible artifact. The kitchen is most of where production quality is decided, and it is invisible to the user.
The night-before-the-interview bullets. Scan these on the way to the call.
Primary sources. Skim if you want the original framing.