AI Glossary
Every essential AI term explained in plain English. Perfect for beginners.
73 terms
A
A/B Testing (for Prompts)
AI SkillsRunning two or more prompt variations against the same AI model to compare output quality. Data-driven prompt optimization that consistently outperforms intuition-based prompting.
Agentic AI
ConceptsAI systems that operate autonomously over extended tasks — planning, executing, and self-correcting without step-by-step human guidance. Unlike chatbots, agentic AI sets sub-goals, uses tools, and adapts its strategy based on intermediate results.
AI Agent
ConceptsAn autonomous AI system that can perceive its environment, make decisions, and take actions to achieve goals — like managing your email, scheduling meetings, or monitoring data.
AI Alignment
SafetyThe research challenge of ensuring AI systems pursue goals that are beneficial to humans. Misaligned AI could technically achieve its objective while causing unintended harm. Alignment research aims to make AI reliably helpful, harmless, and honest.
AI Dubbing
TechnologyAutomated translation and re-voicing of audio/video content into other languages while preserving the original speaker's voice characteristics, timing, and emotional delivery.
AI Orchestration
TechnologyCoordinating multiple AI models, tools, and data sources in a unified pipeline. An orchestration layer manages prompt routing, context passing, error handling, and output aggregation across different AI services.
API (Application Programming Interface)
TechnologyA way for software applications to communicate with each other. AI APIs let developers integrate AI capabilities into their own applications programmatically.
Artificial Intelligence (AI)
FundamentalsThe simulation of human intelligence by computer systems, including learning, reasoning, and self-correction. Modern AI is primarily powered by machine learning and neural networks.
ATS (Applicant Tracking System)
ConceptsSoftware used by employers to filter and rank job applications by scanning resumes for keywords, formatting, and relevance. AI resume builders optimize output to pass ATS screening.
Attention Mechanism
TechnologyA technique that allows AI models to focus on the most relevant parts of input data when generating output. In language models, attention determines which words in a sentence are most important for understanding each other word.
B
Backlink
SEOA link from one website to another. Search engines treat backlinks as votes of confidence — more high-quality backlinks generally mean higher search rankings. Backlink analysis is a core SEO practice.
Benchmark
ConceptsA standardized test or dataset used to evaluate and compare AI model performance. Common benchmarks include MMLU (knowledge), HumanEval (coding), and MT-Bench (conversation). Helps users choose the right model for their needs.
Bias (in AI)
SafetySystematic errors in AI outputs reflecting prejudices in training data. Can manifest as gender stereotyping, racial assumptions, or cultural insensitivity in generated content.
Brand Kit
ConceptsA centralized collection of brand identity elements — logos, color palettes, typography, voice guidelines, and visual style rules — used to ensure consistent AI-generated content matches your brand.
BYOK (Bring Your Own Key)
ConceptsA model where users provide their own API keys for AI services (like OpenAI or Anthropic) instead of using the platform's shared access. Offers more control over usage, billing, and rate limits.
C
Chain-of-Thought (CoT)
AI SkillsA prompting technique that instructs the AI to reason step-by-step before giving a final answer. Dramatically improves accuracy on complex reasoning, math, and logic tasks.
Constitutional AI
SafetyA training approach where AI models are given a set of principles (a 'constitution') and learn to self-critique and revise their outputs to comply with those principles. Reduces reliance on human feedback for safety alignment.
Content Repurposing
ConceptsTransforming a single piece of content into multiple formats: a blog post becomes a Twitter thread, LinkedIn post, email newsletter, and video script. AI makes this nearly instant.
Context Window
FundamentalsThe maximum amount of text (measured in tokens) an AI model can consider at once. Larger context windows allow the model to reference more information in a single conversation.
D
Data Poisoning
SafetyA security attack where malicious data is deliberately introduced into AI training sets to manipulate model behavior. Can cause models to produce biased outputs, bypass safety filters, or leak sensitive information.
Diffusion Model
TechnologyA type of generative AI that creates images by gradually removing noise from a random starting point. Powers tools like Stable Diffusion, DALL-E, and Midjourney. Works by learning the reverse of a noise-adding process.
Distillation
TechnologyA technique where a smaller 'student' model learns to replicate the behavior of a larger 'teacher' model. Produces compact models that retain most of the teacher's capability while being faster, cheaper, and deployable on smaller devices.
Domain Authority
SEOA search engine ranking score (1-100) predicting how likely a website is to rank in search results. Higher authority sites earn more trust from search engines. Built through quality content and backlinks.
E
Embedding
TechnologyA mathematical representation of text (or images) as a vector of numbers that captures meaning. Similar concepts have similar embeddings, enabling semantic search and clustering.
F
Few-Shot Prompting
AI SkillsProviding 2-5 examples of desired input-output pairs in your prompt before asking the AI to perform the task. Significantly improves output quality for specialized tasks.
Fine-Tuning
TechnologyThe process of further training a pre-trained AI model on a specific dataset to improve performance for a particular task or domain.
G
GDPR
SafetyThe European Union's General Data Protection Regulation governing how personal data is collected, stored, and processed. Important when choosing AI tools that handle your data.
Grounding
ConceptsThe process of connecting AI model outputs to verified, real-world information sources. Grounded AI responses cite specific documents, databases, or web sources — reducing hallucinations and increasing factual reliability.
Guardrails
SafetySafety mechanisms built into AI systems to prevent harmful, biased, or off-topic outputs. Includes content filters, topic restrictions, output validation, and behavioral boundaries that keep AI responses within acceptable limits.
H
Hallucination
SafetyWhen an AI model generates information that sounds plausible but is factually incorrect or entirely fabricated. Common with statistics, citations, and historical claims.
I
Inference
TechnologyThe process of running data through a trained AI model to get predictions or outputs. When you send a prompt to ChatGPT or Vincony, the model performs inference to generate a response.
Inference Cost
ConceptsThe computational expense of running a trained AI model to generate outputs. Measured in cost per token or per request. Varies dramatically between models — GPT-4 class models cost 10-50x more per token than smaller models.
K
KV Cache
TechnologyKey-Value cache stores intermediate attention computations during text generation, avoiding redundant recalculation for previously processed tokens. Dramatically speeds up long-form generation and multi-turn conversations.
L
Large Language Model (LLM)
FundamentalsAn AI model trained on vast amounts of text data that can generate, summarize, translate, and analyze human language. Examples include GPT-4, Claude, Gemini, and Llama.
Latent Space
TechnologyThe compressed, abstract representation space where AI models encode data internally. In image generation, manipulating latent space vectors produces smooth transitions between concepts — morphing a cat into a dog, for example.
Long Context
TechnologyThe ability of an AI model to process very large inputs — 100K to 1M+ tokens — in a single request. Enables analyzing entire codebases, books, or document sets at once without chunking or summarization.
LoRA (Low-Rank Adaptation)
TechnologyA lightweight fine-tuning method that adapts large AI models by training only a small number of additional parameters instead of the entire model. Makes custom model training affordable and fast — even on consumer hardware.
M
MCP (Model Context Protocol)
TechnologyA protocol that allows AI models to connect to external tools, APIs, and data sources in real time. Enables AI assistants to take actions like searching databases, running code, or calling APIs during a conversation.
Mixture of Experts (MoE)
TechnologyAn AI architecture where multiple specialized sub-networks (experts) handle different parts of a task. A gating network routes each input to the most relevant experts, achieving high performance with fewer active parameters per query.
Model Routing
TechnologyAutomatically selecting the best AI model for each query based on task type, complexity, cost, and latency requirements. Smart routers analyze your prompt and route it to the optimal model — saving money on simple tasks and ensuring quality on complex ones.
Multi-Modal AI
ConceptsAI models that can process and generate multiple types of content: text, images, audio, and video. Enables tasks like describing images or generating visuals from text.
Multimodal Embedding
TechnologyVector representations that encode multiple data types — text, images, audio — into a shared mathematical space. Enables cross-modal search: find images using text queries, or retrieve documents using audio clips.
N
Natural Language Processing (NLP)
FundamentalsThe branch of AI focused on enabling computers to understand, interpret, and generate human language. Powers chatbots, translation, sentiment analysis, and text summarization.
O
Open-Source vs Closed-Source AI
ConceptsOpen-source AI models (Llama, Mistral) release their weights publicly for anyone to use, modify, and deploy. Closed-source models (GPT-4, Claude) are only accessible through APIs. Open-source offers control and privacy; closed-source often leads in capability.
P
Plagiarism Detection
SafetyAutomated systems that compare text against existing published content to identify similarity. Critical for AI-generated content, which can inadvertently reproduce training data.
Prompt
FundamentalsThe text instruction you give to an AI model to generate a response. Prompt quality directly impacts output quality — better prompts yield dramatically better results.
Prompt Caching
TechnologyA performance optimization that stores and reuses the processed representation of repeated prompt prefixes. Reduces latency and cost when sending similar prompts — especially useful for system prompts and few-shot examples.
Prompt Engineering
AI SkillsThe skill of crafting effective AI prompts to achieve desired outputs. Techniques include role-setting, few-shot examples, chain-of-thought reasoning, and constraint specification.
Q
Quantization
TechnologyA technique that reduces AI model size and speeds up inference by representing model weights with fewer bits (e.g., 4-bit instead of 32-bit). Enables running large models on smaller devices with minimal quality loss.
R
RAG (Retrieval-Augmented Generation)
TechnologyA technique where the AI retrieves relevant information from a knowledge base before generating a response, reducing hallucinations and grounding outputs in real data.
Retrieval-Augmented Fine-Tuning (RAFT)
TechnologyA training technique that combines retrieval-augmented generation with fine-tuning, teaching models to better leverage retrieved context. Produces models that are both knowledgeable and grounded in source documents.
RLHF (Reinforcement Learning from Human Feedback)
TechnologyA training technique where human evaluators rank AI outputs, and the model learns to produce responses humans prefer. Used to align models like ChatGPT with human values, making them more helpful and less harmful.
S
Second Brain
ConceptsA digital knowledge management system where you capture, organize, and retrieve information using AI. Goes beyond note-taking by using semantic search and automatic categorization.
Semantic Search
TechnologySearch technology that understands the meaning and context of a query, not just keyword matches. Finds 'vehicle maintenance tips' when you search for 'car repair advice.'
SERP (Search Engine Results Page)
SEOThe page displayed by a search engine in response to a query. SEO tools analyze SERP features — featured snippets, People Also Ask, knowledge panels — to optimize content for visibility.
SOC 2
SafetyA security compliance framework that verifies an organization's controls for data security, availability, processing integrity, confidentiality, and privacy. Look for SOC 2 compliance in AI tool providers.
Speculative Decoding
TechnologyA speed optimization where a small, fast 'draft' model generates candidate tokens that a larger model then verifies in parallel. Achieves near-large-model quality at small-model speeds — 2-3x faster generation.
Speech-to-Text (STT)
TechnologyAI technology that transcribes spoken audio into written text. Handles accents, background noise, multiple speakers, and technical jargon. Also called Automatic Speech Recognition (ASR).
Structured Output
TechnologyAI model responses formatted in a specific schema like JSON, XML, or tables rather than free-form text. Essential for integrating AI into software pipelines where downstream systems need predictable, parseable data formats.
Synthetic Data
ConceptsArtificially generated data used to train AI models when real data is scarce, expensive, or privacy-sensitive. AI can generate realistic text, images, and tabular data that supplements or replaces real-world datasets.
System Prompt
AI SkillsA special instruction set given to an AI model before the user's message, defining the model's persona, behavior rules, output format, and constraints. The foundation of custom AI assistants and chatbots.
T
Temperature
TechnologyA parameter controlling AI output randomness. Low temperature (0.1-0.3) produces predictable, focused text. High temperature (0.7-1.0) produces creative, varied outputs.
Text-to-Speech (TTS)
TechnologyAI technology that converts written text into natural-sounding spoken audio. Modern TTS engines produce human-like voices with emotion, emphasis, and natural pauses in 50+ languages.
Token
FundamentalsThe basic unit of text that AI models process — roughly 3/4 of a word in English. 'Unbelievable' is 3 tokens. Token limits determine how much text a model can process at once.
Tokenizer
FundamentalsThe component that splits text into tokens (sub-word units) before feeding it to an AI model. Different models use different tokenizers — affecting how they count input length, handle multilingual text, and process code.
Tool Use / Function Calling
TechnologyThe ability of AI models to invoke external tools, APIs, or functions during a conversation. Enables AI to perform real actions — searching the web, querying databases, sending emails, or running calculations — not just generate text.
Toxicity Detection
SafetyAI systems that identify harmful, offensive, or inappropriate content in text. Essential for content safety pipelines in professional and enterprise contexts.
Transformer
TechnologyThe neural network architecture behind modern AI models like GPT and BERT. Uses self-attention mechanisms to process entire sequences in parallel, enabling much faster training than previous architectures. Nearly all large language models are transformer-based.
V
Vision Language Model (VLM)
TechnologyAn AI model that can process both images and text, understanding visual content and answering questions about it. Used for image captioning, visual Q&A, document analysis, and multimodal reasoning tasks.
Voice Cloning
TechnologyAI technology that replicates a specific person's voice from a short audio sample, allowing text-to-speech generation in that voice. Requires proper consent and is used for personalized narration and branding.
Voice Isolation
TechnologyAI technology that separates vocal tracks from background noise, music, or other audio sources. Used to clean up recordings, extract dialogue from noisy environments, or isolate instruments from a mix.
W
Workflow Automation
ConceptsConnecting multiple AI tasks into automated sequences. Example: receive email → classify → draft response → route to team member. Eliminates repetitive manual work.
Z
Zero-Shot Prompting
AI SkillsAsking an AI to perform a task without providing any examples. Relies entirely on the model's pre-trained knowledge. Works well for common tasks.