<aside>

What Does "Non-Deterministic" Mean in This Context?


Generative AI systems (like ChatGPT, DALL·E, or any large language model) often behave non-deterministically unless explicitly configured otherwise (e.g. by setting a fixed random seed and temperature).

</aside>

<aside>

Why Are Generative AI Systems Non-Deterministic?

<aside>

Sampling-based generation:

<aside>

Temperature parameter:

<aside>

Top-k / Top-p sampling:

</aside>

<aside>

Example

Input →Write a poem about the moon.

Run 1:

The moonlight spills like silver wine, Across the lake so still, divine...

Run 2:

Pale guardian of the silent skies, You rise and fall with ancient sighs...

Same input → Different poetic outputs due to probabilistic token selection.

</aside>

<aside>

<aside>

Pros:

<aside>

Cons:

</aside>

<aside>

Can It Be Made Deterministic?

Yes, by:

But this often reduces creativity and variability.

</aside>

<aside>

Topic Completed!

🌟Great work! You’re one step closer to your goal.

Ready to Move On →

</aside>

<aside>