AI Glossary
Every AI term you'll meet โ explained without jargon.
- Large Language Model (LLM)A neural network trained on massive text data that can read, reason and generate language.
- Retrieval-Augmented Generation (RAG)A pattern that grounds an LLM in your own documents by retrieving relevant passages at query time.
- EmbeddingsNumeric vector representations of text, images or audio that capture semantic meaning.
- Fine-tuningContinuing to train a base model on your own examples so it adopts a style or skill.
- Prompt EngineeringThe craft of writing instructions that consistently produce the output you want from an LLM.
- AI AgentsSystems where an LLM plans a goal, calls tools, observes results and iterates until done.
- Vector DatabaseA database optimized for storing and searching embeddings by similarity.
- Context WindowThe maximum number of tokens an LLM can read and remember in one request.
- TokensThe chunks of text (usually sub-words) that LLMs read and bill on.
- Multimodal AIModels that understand and generate across text, images, audio and video.
- Chain of ThoughtPrompting technique where the model reasons step-by-step before answering.
- Reasoning ModelsLLMs that spend extra compute thinking before they answer.
- Diffusion ModelsGenerative models that create images by iteratively denoising random noise.
- Fine-tuning vs RAGTwo ways to teach an LLM about new information.
- HallucinationWhen an LLM confidently produces false information.
- Mixture of Experts (MoE)An architecture that routes each token to a small subset of specialized expert networks.
- Open WeightsModels whose weights are downloadable and runnable locally.
- Open Source AIAI tools whose source code is openly available under a permissive license.
- Semantic SearchSearch that ranks results by meaning instead of keyword overlap.
- Tool UseWhen an LLM calls external functions or APIs to take action in the real world.
