Tech & AI Terms, Explained
AI vocabulary moved from research papers into the evening news faster than anyone could explain it, and the rest of technology was already jargon. This section covers both: how AI models actually work, from training and inference to context windows and agents, alongside the software and security terms that show up in the same articles, including zero-days, technical debt and APIs. The largest section here, and the fastest growing.
Featured
What are AI Agents?
AI that acts instead of just answering: the plan-do-check loop, and why the loop is also the risk.
What is an AI Hallucination?
Why AI states made-up facts with total confidence, and why you can't hear it happening.
What is a Neural Network?
Math that learns the rules from examples instead of having them written, and why that wins.
All 36 terms
What is an Abstraction Layer?
Simple on top, complexity hidden underneath — and swappable without breaking anything.
What are AI Agents?
AI that acts instead of just answering: the plan-do-check loop, and why the loop is also the risk.
What are AI Benchmarks?
The scores behind every AI launch, what they measure, and why the leader can still disappoint.
What is an AI Hallucination?
Why AI states made-up facts with total confidence, and why you can't hear it happening.
What is an API?
The fixed agreement that lets two programs work together without knowing each other's insides.
What is Backpropagation?
How one final error becomes a precise adjustment for millions of settings — Goal Seek at scale.
What is the Bias-Variance Tradeoff?
Too rigid vs. too impressionable — and why total error is lowest in between.
What is Chain-of-Thought Reasoning?
Why a model that shows its work answers better, and what the thinking costs.
What is a Context Window?
How much text an AI can hold in mind at once — and why long chats forget their start.
What is Edge Computing?
Doing the work on the device instead of a data centre, and the three situations that require it.
What is End-to-End Encryption?
Why nobody in the middle can read the message, and what it still leaves visible.
What is Fine-Tuning?
Training a finished model a little more on your own data, and how that differs from RAG.
What does an Idempotent API mean?
Why ten clicks charge you once — the property that makes retries safe.
What is Inference (in AI)?
The model doing its actual job, and why the cheap half ends up costing the most.
What is a Mixture of Experts (MoE)?
Huge model, a small slice awake per question, and why that keeps frontier models affordable.
What is Model Distillation?
Training one model on another model's answers: to shrink your own, or to catch up to a rival's.
What is a Multimodal Model?
AI that takes images, audio and text together, and what that costs in speed and reliability.
What is a Neural Network?
Math that learns the rules from examples instead of having them written, and why that wins.
Open-Source vs Closed-Source AI Models: What's the Difference?
Who controls the model, who sees your data, and who gets paid per request.
Overfitting vs. Underfitting: What's the Difference?
Memorized the answers vs. never opened the book — and the score gap that exposes both.
What is Prompt Injection?
Hidden orders inside content an AI reads — and why the attacker's text wins.
What is Quantization?
Storing a model's numbers less precisely — half the memory, barely any loss.
What is Retrieval-Augmented Generation (RAG)?
Make the AI answer from your documents — retrieval first, generation second, receipts included.
What is RLHF (Reinforcement Learning from Human Feedback)?
The step that turns a text predictor into an assistant, and what it quietly teaches the model.
What is Stochastic Gradient Descent (SGD)?
Millions of dials, one wrongness score — how models actually learn, tiny step by tiny step.
What is Synthetic Data?
Training data made by machines, why labs increasingly rely on it, and how it goes wrong.
What is Technical Debt?
Shortcuts and aging systems that bill the future — principal, interest, and repayment.
What is Temperature in AI?
The dial between same-answer-every-time and creative gambles — and where products set it.
What is Tokenization?
How AI chops text into chunks before reading — and why some languages cost more.
What is a Transformer (in AI)?
The design behind the T in GPT: every word attends to every other word, all at once.
What are Vector Embeddings?
Meaning turned into coordinates — how machines find what's similar without matching a single word.
What are breadcrumbs on a website?
The small line of links at the top of a page showing the path from the home page down to where you are.
What is an agent harness?
The program wrapped around an AI model that actually runs the tools and repeats the loop.
What is recursive self-improvement?
An AI helps build the next AI, which builds the one after that, better each round.
What is a Zero-Day Vulnerability?
A hole only the attacker knows about, why it costs a fortune, and what actually breaks most systems.
What is a Zero-Knowledge Proof (ZKP)?
Prove something is true without revealing why — the cryptography behind private verification.