What are the primary differences between the Anthropic models Haiku and Sonnet?	Haiku is used for fast, smaller requests, while Sonnet offers greater intelligence.
Name three parameters that can be used to direct Claude's response when accessing it via API.	Temperature, stop sequences, and message prefilling.
Why is prompt evaluation considered the most important practice for a learner to implement?	It ensures that prompts work effectively in production, not just during initial testing.
What is a fundamental technique for prompt engineering?	Being clear and directly telling Claude what is expected of it.
How does tool use impact the capabilities of Claude?	It dramatically expands the capabilities of Claude.
When comparing workflows and agents, which approach is generally recommended for better results and higher accuracy?	Workflows.
What is Agentic RAG?	A variation of RAG that involves agents.
What is the purpose of tool evaluation?	To ensure that tool descriptions are helping Claude in the way that is expected.
