Skip to content

AI Glossary

93 AI terms explained in plain English. Built for tool users, not PhD researchers.

S

Schema Markup

Technical Infrastructure

Structured data added to web pages that helps search engines understand the content — enabling rich results like star ratings, FAQs, and product info in search listings.

SDK (Software Development Kit)

Technical Infrastructure

A collection of tools, libraries, and documentation that makes it easier for developers to integrate AI services into their applications.

Self-hosting

Technical Infrastructure

Running AI models on your own hardware or private cloud instead of using a provider's API — giving you full control over data, costs, and customization.

Semantic Search

LLM & Language Models

Search that understands meaning and intent rather than just matching keywords — 'affordable places to eat nearby' finds budget restaurants even if they don't use the word 'affordable.'

Sentiment Analysis

Core Concepts

AI that detects the emotional tone of text — identifying whether content is positive, negative, neutral, angry, sarcastic, or other emotions.

Stable Diffusion

Image & Video AI

The leading open-source AI image generation model, created by Stability AI. Unlike Midjourney or DALL-E, it can be run locally on your own computer.

Structured Output

LLM & Language Models

AI responses formatted in machine-readable structures (JSON, tables, lists) rather than free-form text — essential for building reliable AI applications.

Supervised Learning

Core Concepts

A machine learning approach where the model learns from labeled examples — given inputs paired with correct outputs, it learns to predict the right output for new inputs.

System Prompt

LLM & Language Models

Hidden instructions given to an AI model by the application developer that define the AI's behavior, personality, knowledge boundaries, and rules — invisible to the end user.

T

Temperature

LLM & Language Models

A setting that controls how random or creative an AI's responses are. Low temperature = predictable and focused. High temperature = diverse and creative.

Text-to-Image

Image & Video AI

AI technology that generates images from text descriptions — type what you want to see and the AI creates it.

Text-to-Speech (TTS)

Voice & Audio

AI that converts written text into natural-sounding spoken audio — used for voiceovers, audiobooks, accessibility, and content creation.

Text-to-Video

Image & Video AI

AI that generates video clips from text descriptions — one of the most rapidly advancing areas of AI in 2024-2025.

Token

LLM & Language Models

The basic unit of text that AI models process — roughly equivalent to a word or word fragment. AI pricing, context windows, and rate limits are all measured in tokens.

Tokenization

LLM & Language Models

The process of splitting text into tokens — the fundamental preprocessing step before any AI language model can process your input.

Tool Use (Function Calling)

Agents & Automation

The ability of an AI model to invoke external tools and APIs during a conversation — searching the web, running code, querying databases, or calling any programmatic function.

Top-p (Nucleus Sampling)

LLM & Language Models

A generation parameter that controls which tokens the model considers — only tokens within the top probability mass are eligible, filtering out unlikely choices.

Training

Core Concepts

The process of feeding data to an AI model so it learns patterns and builds its capabilities — the foundation of all machine learning.

Training Data

Core Concepts

The data used to train an AI model — its quality, quantity, and composition directly determine the model's capabilities and biases.

Transfer Learning

Core Concepts

Using knowledge a model learned from one task or dataset to improve performance on a different but related task — the principle behind fine-tuning.

Transformer

LLM & Language Models

The neural network architecture behind virtually all modern AI language models — introduced in 2017 by Google and now the foundation of GPT, Claude, Gemini, and Llama.