Lecture 4.2
Determinism is what makes an outcome auditable: the same artifact and the same facts must produce the same outcome on any conforming runtime, today and years from now.
Learning objectives
After this lesson, the reader should understand:
Concept framework
Determinism requirements
Case study
A language model applied the same policy to the same case twice and produced different outcomes. Where is the failure?
Not in the model — models are probabilistic by construction. The failure is architectural: the authority was carried inside the model instead of inside an artifact the model calls. When the artifact evaluates and the model only assists with fact extraction and presentation, the outcome becomes reproducible while the model remains useful for the parts that do not require determinism.
Discussion questions
Exercise
Audit one automated decision path for non-determinism.
Research notes