Reference
AI Glossary
The terms that come up when a team stops experimenting with AI and starts depending on it. Written for the people who have to make it work, not for the people selling it.
-
Context window
How much an AI can hold in mind at once; anything outside it is invisible to the model when it answers.
-
Hallucination
When an AI states something false with the same confidence and fluency as when it states something true.
-
RAG (Retrieval-Augmented Generation)
Letting an AI read your documents before it answers, so it works from your facts instead of its guesses.