Words without the fog

Glossary

A short definition to keep moving, and a precise one when you want to go deeper. Jargon has to earn its place.

Artificial intelligence

A family of techniques that let computer systems perform prediction, classification, generation, or decision tasks.

More precise definition

The term covers many different approaches. This project focuses mainly on models whose parameters are adjusted from data.

Related lesson: How does an LLM generate a response?

Token

A text unit associated with a numerical identifier so a model can process it.

More precise definition

A token may be a whole word, part of a word, punctuation, or another unit. It is not always a word.

Related lesson: What is a token?

Temperature

A positive setting that changes how concentrated the token distribution is.

More precise definition

Lower values usually concentrate probability on leading candidates; higher values flatten it. Temperature adds no knowledge.

Related lesson: Why can two answers be different?