What is a key characteristic of prompt evaluation workflows?	There is no single standard methodology set in stone across the industry.
What is the first step in a typical prompt evaluation workflow?	Writing an initial prompt draft.
What is the purpose of the evaluation data set?	To contain a list of possible inputs that will be fed into the prompt.
After creating the evaluation data set, what action is taken?	Feed each prompt/input pair into the LLM (e.g., Claude) to get an actual response.
What component is used to assign a score (e.g., 1-10) to the LLM's response?	A grader, which takes the input and the resulting answer and evaluates its quality.
How is the final objective performance metric determined?	By averaging all the individual scores obtained from the grader.
What is the final, iterative step in the prompt evaluation process?	Modifying the prompt based on the score and repeating the entire pipeline.
