What is the primary difference between Anthropic's Haiku and Sonnet models?	Haiku is used for fast, smaller requests, while Sonnet offers greater intelligence.
Name three parameters used to direct and control Claude's response when accessing it via the API.	Temperature, stop sequences, and message pre-filling.
Why is prompt evaluation considered the most important practice for effective prompting?	It ensures prompts work reliably when deployed in production, not just during initial testing.
What is the fundamental technique of prompt engineering discussed in the course?	Being clear and directly telling Claude what is expected of it.
How does tool use benefit Claude?	It dramatically expands the capabilities of Claude.
According to the transcript, what generally provides better results and higher accuracy: agents or workflows?	Workflows.
What is Agentic RAG?	A variation of RAG (Retrieval-Augmented Generation) that involves agents.
What is the purpose of tool evaluation?	To ensure that tool descriptions are helping Claude in the way that was expected.
