What are workflows and agents?	Strategies used to handle user tasks that cannot be completed by Claude in a single request.
What is an example of an agent?	Relying on Claude to figure out how to complete a task using provided tools.
When should you use a workflow instead of an agent?	When you have a very precise idea of the task and know the exact series of steps to complete it.
Define a workflow.	A series of calls to Claude meant to solve a specific problem where the exact steps are known ahead of time.
What is the goal of the 3D modeling workflow described?	To build a 3D model from an uploaded image and output a step file.
What are the two main components of an evaluator optimizer workflow?	The producer and the grader.
In the evaluator optimizer, what is the role of the producer?	It generates the output, such as Claude using CADQuery to model a part.
What does the grader do in a workflow?	It looks at the output and decides if it meets the required criteria.
Does identifying a workflow automatically implement it?	No, you must still write the actual code to implement the workflow.
