A municipal bulk-trash scheduler sends the same prompt twice and receives two different pickup-route cases. What causes this non-deterministic behavior?
Select an answer to reveal the explanation.
Short Explanation
Same prompt, different routes—that is not a broken clipboard; it is probabilistic sampling during inference producing non-deterministic outputs.
Full Explanation
Non-deterministic GenAI behavior means the same input can yield different outputs because inference samples from a probability distribution. Testers should expect variation across runs unless sampling is constrained. Understanding this cause informs later consistency controls such as temperature adjustment.