Artificial Intelligence

Deterministic Output

When an AI model produces the same output every time for the same input. Achieved by setting temperature to 0 and using fixed random seeds.

Why It Matters

Deterministic outputs are essential for reproducibility, testing, and applications where consistency matters more than creativity.

Example

Setting temperature=0 so that asking 'What is 2+2?' always returns 'The answer is 4.' with identical phrasing every time.

Think of it like...

Like a vending machine — the same selection always gives you the same product, no surprises.

Related Terms