Lesson 1 of 6 · Stop prompting on vibes
Why a prompt that worked stops working
From The Prompting Playbook: Debug a Production Prompt: An interactive walkthrough of "The Prompting Playbook", a public breakout talk at the Code with Claude conference by Margot van Laar, Applied AI Engineer at Anthropic in London. Follow her live debugging of a messy customer-support prompt for a fictional telco: why a prompt that worked breaks on a new model, how to build an eval suite of control, edge and capability-boundary cases, how to strip pasted-website cruft and an untrue persona, how XML tags separate role from policy from tone, and how an output contract plus a stop sequence pin down the response — then isolate a single failing case and find the conflicting instruction behind it. Source: Margot van Laar, "The Prompting Playbook", Code with Claude.
Why a prompt that worked stops working
- Source: “The Prompting Playbook” · Code with Claude
- Talk by: Margot van Laar, Anthropic (London)
- Format: Interactive — predict, sort, decide
How the prompt got into this state
- No clear owner
- Every concern in one place
- Patches for old models
- Then you migrate
Predict: what do you need to know first?
Predict
Quick check
Topics: prompt-engineering, evals, llm, production, claude, anthropic, debugging, interactive