What is Generative AI?
Generative AI creates new content โ text, images, code, audio โ by learning statistical patterns from large amounts of training data. LLMs like GPT-4, Claude, and Gemini are the most widely used form today.
Key Concepts
| Concept | Plain-English Meaning |
|---|---|
| Token | The basic unit of text an LLM processes โ roughly 3โ4 characters per token |
| Context Window | Maximum tokens the model can "see" at once (e.g., 128k for Claude 3.5) |
| Temperature | Controls randomness โ 0 = deterministic, 1+ = creative/random |
| Hallucination | When the model generates plausible-sounding but incorrect facts |
| Foundation Model | A large pre-trained model that can be adapted to many tasks |
| In-Context Learning | Guiding the model with examples in the prompt โ no retraining needed |