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.

All 51 terms

What is an Abstraction Layer?

Simple on top, complexity hidden underneath — and swappable without breaking anything.

😎 Slang inside

What are AI Agents?

AI that acts instead of just answering: the plan-do-check loop, and why the loop is also the risk.

😎 Slang inside

What are AI Benchmarks?

The scores behind every AI launch, what they measure, and why the leader can still disappoint.

😎 Slang inside

What is an AI Hallucination?

Why AI states made-up facts with total confidence, and why you can't hear it happening.

😎 Slang inside

What is an API?

The fixed agreement that lets two programs work together without knowing each other's insides.

😎 Slang inside

What is Backpropagation?

How one final error becomes a precise adjustment for millions of settings — Goal Seek at scale.

😎 Slang inside

What is the Bias-Variance Tradeoff?

Too rigid vs. too impressionable — and why total error is lowest in between.

😎 Slang inside

What is Chain-of-Thought Reasoning?

Why a model that shows its work answers better, and what the thinking costs.

😎 Slang inside

What is a Context Window?

How much text an AI can hold in mind at once — and why long chats forget their start.

😎 Slang inside

What is Edge Computing?

Doing the work on the device instead of a data centre, and the three situations that require it.

😎 Slang inside

What is End-to-End Encryption?

Why nobody in the middle can read the message, and what it still leaves visible.

😎 Slang inside

What is Fine-Tuning?

Training a finished model a little more on your own data, and how that differs from RAG.

😎 Slang inside

What does an Idempotent API mean?

Why ten clicks charge you once — the property that makes retries safe.

😎 Slang inside

What is Inference (in AI)?

The model doing its actual job, and why the cheap half ends up costing the most.

😎 Slang inside

Machine learning vs AI: what's the difference?

AI is the goal. Machine learning is the method that took over. The words are not interchangeable.

😎 Slang inside

What is a Mixture of Experts (MoE)?

Huge model, a small slice awake per question, and why that keeps frontier models affordable.

😎 Slang inside

What is Model Distillation?

Training one model on another model's answers: to shrink your own, or to catch up to a rival's.

😎 Slang inside

What is a Multimodal Model?

AI that takes images, audio and text together, and what that costs in speed and reliability.

😎 Slang inside

What is a Neural Network?

Math that learns the rules from examples instead of having them written, and why that wins.

😎 Slang inside

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.

😎 Slang inside

Overfitting vs. Underfitting: What's the Difference?

Memorized the answers vs. never opened the book — and the score gap that exposes both.

😎 Slang inside

What is Prompt Injection?

Hidden orders inside content an AI reads — and why the attacker's text wins.

😎 Slang inside

What is Quantization?

Storing a model's numbers less precisely — half the memory, barely any loss.

😎 Slang inside

What is Retrieval-Augmented Generation (RAG)?

Make the AI answer from your documents — retrieval first, generation second, receipts included.

😎 Slang inside

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.

😎 Slang inside

What is Stochastic Gradient Descent (SGD)?

Millions of dials, one wrongness score — how models actually learn, tiny step by tiny step.

😎 Slang inside

What is Synthetic Data?

Training data made by machines, why labs increasingly rely on it, and how it goes wrong.

😎 Slang inside

What is Technical Debt?

Shortcuts and aging systems that bill the future — principal, interest, and repayment.

😎 Slang inside

What is Temperature in AI?

The dial between same-answer-every-time and creative gambles — and where products set it.

😎 Slang inside

What is Tokenization?

How AI chops text into chunks before reading — and why some languages cost more.

😎 Slang inside

What is a Transformer (in AI)?

The design behind the T in GPT: every word attends to every other word, all at once.

😎 Slang inside

What are Vector Embeddings?

Meaning turned into coordinates — how machines find what's similar without matching a single word.

😎 Slang inside

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.

😎 Slang inside

What is a GPU (graphics processing unit)?

The chip that does thousands of calculations at once. Built for graphics, now the engine of AI.

😎 Slang inside

What is a knowledge cutoff?

The date a model stopped learning. It limits what the model knows, not what it can be told.

😎 Slang inside

What is a large language model (LLM)?

A program that predicts what text comes next, then taught separately to answer rather than ramble.

😎 Slang inside

What is a system prompt?

The hidden instructions a chatbot reads before your conversation starts. Every reply is shaped by them.

😎 Slang inside

What is a VPN (virtual private network)?

A service that encrypts your internet traffic and sends it out through its own server, so others see less of you.

😎 Slang inside

What is AGI (artificial general intelligence)?

The hypothetical AI that could handle anything a person can. It does not exist yet, and there is no agreed test for it.

😎 Slang inside

What is an agent harness?

The program wrapped around an AI model that actually runs the tools and repeats the loop.

😎 Slang inside

What is cloud computing?

Renting computers over the internet instead of owning them. Most of the apps you use live there.

😎 Slang inside

What is context engineering?

Deciding everything a model sees before it answers, rather than how the question is worded.

😎 Slang inside

What is recursive self-improvement?

An AI helps build the next AI, which builds the one after that, better each round.

😎 Slang inside

What is training (in AI)?

The process that builds a model by example. Chatting with it afterwards changes nothing.

😎 Slang inside

What is a Zero-Day Vulnerability?

A hole only the attacker knows about, why it costs a fortune, and what actually breaks most systems.

😎 Slang inside

What is a Zero-Knowledge Proof (ZKP)?

Prove something is true without revealing why — the cryptography behind private verification.

😎 Slang inside

What is an API key?

The string that tells a service which account is calling, and which one to bill. Not a password.

😎 Slang inside

What is a cache?

Copies kept close so the slow trip isn't made twice. Why it makes things fast, and why clearing it fixes things.

😎 Slang inside

What is latency?

The wait between asking and the answer starting to arrive. Not the same as slow internet, and more capacity won't fix it.

😎 Slang inside

What are scaling laws?

The pattern behind the AI race: bigger models get better on a curve you can forecast, and each step costs ten times the last.

😎 Slang inside

What is AI alignment?

Getting AI to pursue what we meant, not the letter of what we said. Why that gap exists and why it widens as systems get capable.

😎 Slang inside