Skip to course content
Free generative AI app course

Generative AI Application Development with Python

Module 01 Summary

What this module established

The same prompt produces different correct answers, so design tests, caches and comparisons around variation rather than trying to suppress it. Confine the non-determinism to one step and validate immediately after - everything past that point is ordinary testable software.

Carry forward

Before moving on

Move on when your pipeline has one non-deterministic step, validation immediately after it, and two prohibitions that are now tests.