What is prompt engineering?	A series of techniques used to write or edit a prompt to aid Claude in understanding the request and desired response.
What is prompt evaluation?	The process of automated testing a prompt to obtain an objective metric of its effectiveness.
What is the primary goal of both prompt engineering and prompt evaluation?	To ensure the prompt yields the best possible output from Claude.
What are the three paths available after writing a prompt?	1) Test once/twice and use; 2) Test with custom inputs and tweak; 3) Run through an evaluation pipeline.
What are the two common "traps" engineers fall into when writing prompts?	Testing the prompt only once or twice, or tweaking it only for a few custom inputs.
What is the highly recommended approach after writing a prompt?	Running it through an evaluation pipeline to get an objective score.
