What is the primary focus of prompt engineering?	Using techniques to help Claude understand the request and desired response when writing or editing a prompt.
How is prompt evaluation defined?	Automated testing of a prompt to obtain an objective metric of its effectiveness.
What is the recommended third path after writing a prompt?	Running the prompt through an evaluation pipeline to get an objective score.
What is the purpose of running a prompt through an evaluation pipeline?	To provide an objective score that indicates how well the prompt is performing.
Why are the first two paths (testing once or tweaking for corner cases) considered "traps"?	They often result in insufficient testing of prompts intended for serious applications.
What is the ultimate goal of iterating on a prompt after evaluation?	To ensure the prompt is performing as well as it possibly can.
What two topics are the focus of the current lesson?	Prompt engineering and prompt evaluation.
