Lesson 1
Agents are workflows with autonomy
Testing must consider not just final text but intermediate plans, tool calls, retries and side effects.
Test plans, tool selection, loops, permissions, side effects and recovery when AI can perform multi-step actions.
Learning outcomes
Guided lessons
Lesson 1
Testing must consider not just final text but intermediate plans, tool calls, retries and side effects.
Lesson 2
A correct answer produced through the wrong or overly privileged tool can still be an unsafe result.
Lesson 3
Agents need bounded attempts and recovery behaviour to avoid runaway cost or repeated side effects.
Lesson 4
Test whether the agent refuses actions outside the user, workspace or role permissions.
Lesson 5
Measure task success, safety, tool correctness, cost, latency and human intervention rate together.
Hands-on practice
Do not just tick these mentally. Write the query, create the test matrix, refactor the code, or document the decision. Practical evidence is the point.