The AI Jargon Glossary You Actually Need: From AGI to Diffusion, Explained Plainly
Words like 'LLM', 'RAG' and 'chain of thought' fly around every AI conversation. Here is what they actually mean, in plain English, with no background required.

Key points
- AGI, or artificial general intelligence, has no single agreed definition, even among the labs racing to build it.
- OpenAI defines AGI as systems that "outperform humans at most economically valuable work", while Google DeepMind sets the bar at matching human capability across most cognitive tasks.
- AI agents, software tools that carry out multi-step tasks on your behalf, are reshaping how developers build products in 2025.
- Techniques such as chain-of-thought reasoning and distillation are now standard building blocks inside most commercial AI products.
- Understanding a handful of these terms makes it far easier to judge AI headlines, product claims and policy debates on their merits.
Every week brings a new batch of terms that smart people feel embarrassed to admit they do not know. TechCrunch AI published a living glossary to help; below is our own plain-English guide to the ones that matter most right now.
What do all these AI terms actually mean?
Most AI jargon names a specific technique or goal. Once you know what problem each term is solving, the word usually sticks.
AGI (artificial general intelligence) is the idea of an AI that can do most things a person can do, at least as well. OpenAI's founding charter describes it as "highly autonomous systems that outperform humans at most economically valuable work." Google DeepMind frames it as AI that matches human ability across most thinking tasks. Neither lab agrees with the other, and neither has built it yet.
An AI agent is software that carries out a sequence of tasks on your behalf, without you doing each step manually. Think: booking a flight, filing an expense report, writing and testing a piece of code, all in one go. It is different from a chatbot, which just answers questions. The infrastructure to make agents truly reliable is still being built.
API endpoints are, in plain terms, hidden buttons inside software that other programs can press. A developer building an app might press the button on a mapping service to get directions, or on a payment provider to charge a card. As AI agents grow more capable, they can find and press these buttons on their own, which is powerful and occasionally surprising.
Chain-of-thought reasoning means asking an AI model to show its working, the way a maths teacher asks a student to write out every step rather than just circling an answer. Breaking a problem into smaller pieces produces more accurate results, especially for logic and coding tasks. It takes longer, but the answer is more likely to be right.
A coding agent is an AI agent built specifically for software development. It does not just suggest code for a human to paste in. It writes, runs, checks and fixes code on its own, cycling through trial and error the way a developer does. A human should still review the output.
Compute is shorthand for the raw processing power that AI models need, both to learn and to run. The hardware doing that work includes GPUs (specialised chips built for heavy number-crunching), CPUs (the general-purpose chips inside most computers) and TPUs (chips Google designed specifically for AI workloads).
Deep learning is a method of building AI where the system is structured in many layers, loosely inspired by the way neurons connect in a human brain. Each layer spots patterns in data, and the whole system learns by correcting its own mistakes over millions of examples. It needs a lot of data and a lot of compute, which is why it is expensive.
Diffusion is the technique behind most AI image and music generators. The system learns to destroy an image by adding random noise until nothing recognisable remains, then learns to reverse that process. Once it can reverse the noise, it can generate new images from scratch.
Distillation is how labs compress a large, expensive AI model into a smaller, cheaper one. A big "teacher" model answers thousands of questions; a smaller "student" model studies those answers and learns to copy the teacher's behaviour. The result is a faster, lighter model that keeps most of the quality. Using a competitor's model as the teacher almost always breaks that company's terms of service.
Fine-tuning means taking a general-purpose AI model and training it further on a specific subject, such as medical records, legal contracts or customer-service transcripts, so it performs better in that narrow area. Many AI startups build their products this way rather than training a model from scratch.
What should ordinary people take from all this?
You do not need to build with these tools to benefit from understanding them. If a product claims to use an "AI agent" to manage your finances, you now know that means software acting on your behalf, often without asking permission at each step. That is worth knowing before you hand over access.
When a news story mentions that a lab has "fine-tuned" a model on health data, you can now picture what that process actually involved. And when someone says a company distilled a rival's model, you know that likely violated a contract.
The terms keep coming. The underlying ideas, though, come back to the same few questions: what data did this learn from, what is it doing on its own, and who checked the work?
Common questions
Is AGI actually close?
No lab has built AGI, and experts disagree on what crossing that line would even look like. The definitions from OpenAI, Google DeepMind and independent researchers all differ in meaningful ways, so treat any claim of imminent AGI with healthy scepticism.
Are AI agents safe to use for personal tasks?
Agents are still maturing. They are most reliable for contained tasks with clear goals and easy-to-check results, such as drafting a document or writing a code snippet. For anything involving money, sensitive data or irreversible actions, review every step before it goes through.
Do I need to understand these terms to use AI tools?
Not to get started. But knowing what an agent, a fine-tuned model or an API endpoint actually does helps you ask better questions, spot marketing exaggeration and make smarter choices about which tools to trust.



