← Back to list

20 AI Terms Everyone Is Using: Explained in simple words(From Beginner to Advanced)

A beginner-friendly guide to Generative AI, LLMs, RAG, Fine-Tuning, Agents, Embeddings, and more, arranged from casual tech talk to…

Akanksha Ankath · 2026-03-04 17:57 · 0 claps · 3.6 min read
#genai #jargon #ai-engineering #terms #ai-for-beginners
Open on Medium ↗
Wiki topics: LLM · Large Language Models RAG · RAG & Retrieval AGT · AI Agents FT · Fine-tuning & Adaptation AI · AI · General

20 AI Terms Everyone Is Using: Explained in simple words(From Beginner to Advanced)

A beginner-friendly guide to Generative AI, LLMs, RAG, Fine-Tuning, Agents, Embeddings, and more, arranged from casual tech talk to advanced AI engineering concepts.

Unless you’ve been completely offline, you’ve probably heard these AI terms in almost every conversation lately.

“RAG.” “Fine-tuning.” “Context window.” “Agents.” “Reasoning models.”

They’re everywhere.

But here’s the thing, most people casually use them without truly understanding what they mean.

So let’s simplify them. No Jargon.

Generative AI

Generative AI is a branch of Artificial Intelligence where systems can generate new content like text, code, audio, images, or even video.

Unlike traditional AI (which classifies or predicts), generative AI creates.

When ChatGPT writes an essay… When Midjourney creates an image… When Suno generates music…

That’s Generative AI.

LLMs (Large Language Models)

Large Language Models (LLMs) are AI systems trained on massive amounts of text data, often scraped from books, articles, and parts of the internet.

They work like advanced autocomplete. Given your input, they predict the next token (piece of text) over and over until a full response is formed.

Examples include: OpenAI’s GPT models Google DeepMind’s Gemini Meta’s LLaMA Anthropic’s Claude They power writing, summarizing, coding, reasoning, and conversation.

Temperature

Temperature controls randomness in AI responses.

Low temperature (0.1–0.3) → predictable, factual Medium (0.5) → balanced High (0.8–1.0) → creative, unexpected

Customer support bot? Keep it low. Brainstorming startup ideas? Turn it up.

Tokens

AI models don’t read words. They break text into tokens, small chunks that could be: A word Part of a word Or punctuation

On average: 1 token ≈ ¾ of a word (varies by model)

Tokens determine: Pricing Context window limits Input/output length They are the true “currency” of LLMs.

Context Window

The context window is the model’s short-term memory. It’s the maximum number of tokens it can process at once.

If your conversation gets too long and the AI forgets something from earlier, it likely ran out of context space.

Modern models range from: ~128K tokens Up to 2 million tokens (in some advanced systems)

Bigger window = better long conversations and document handling.

Benchmarking

When a company claims their model “beats GPT-4”, how do we verify that?Through benchmarks.

Benchmarks are standardized tests for models: Math problems Coding challenges Logical reasoning Knowledge tasks

They allow objective comparison beyond marketing claims.

Multimodality

Multimodal models can process more than just text.

They understand and generate: Images Audio Video Text

You can send an image and ask what’s inside. Or generate music from a prompt.

That’s multimodal AI.

Open-Source vs Closed Models

Open-source models publish their weights/code publicly. Example: Meta’s LLaMA.

Closed models: GPT (OpenAI), Claude (Anthropic)

Open-source = more control, privacy, flexibility. Closed-source = easier infrastructure, managed APIs.

It’s like restaurant who shares their recipe vs those who keep it as a secret.

Hugging Face

Hugging Face is the GitHub of AI.

It’s where researchers and companies share: Models Datasets Demos

It also provides the Transformers library, making model usage much easier for developers.

If a new open-source model drops… it usually lands here first.

Inference

Inference simply means using a trained model to generate output.

You send a prompt. The model processes it. It generates a response.

That runtime execution? That’s inference.

Latency

Latency is the delay between sending a prompt and receiving a response.

High latency = bad user experience.

In voice assistants, even a 2–3 second delay feels broken.

AI engineering isn’t just about intelligence. It’s also about speed.

Prompt Engineering

Prompt engineering is the art of communicating with AI effectively.

Same model. Different prompts. Completely different output quality.

Two types: User prompts (what you type) System prompts (hidden instructions that control behavior)

Prompting is often 50% of the result.

Embeddings

Embeddings convert text (or images) into numerical vectors.

AI doesn’t understand words. It understands numbers.

In vector space: “King” is close to “Queen” “Apple” is close to “Banana”

Embeddings power: Semantic search Recommendations RAG systems

They encode meaning mathematically.

RAG (Retrieval Augmented Generation)

RAG gives AI access to external data at runtime.

Instead of answering purely from training memory: It searches your documents Retrieves relevant info Adds it to context Generates a grounded response

It’s like switching from a closed-book exam to an open-book exam.

This is how companies build ChatGPT wrappers over private data.

Fine-Tuning

Fine-tuning takes a pre-trained model and trains it further on specialized data.

You’re not rebuilding the brain. You’re specializing it.

Examples: Medical documents → healthcare assistant Company support logs → brand-aligned chatbot

It improves tone, domain expertise, and task performance.

Hallucinations

When an AI confidently generates incorrect information. It’s not lying. It’s pattern predicting without verifying truth.

This is why fact-checking AI outputs is critical especially in legal, medical, and research contexts.

Guardrails

Guardrails are safety filters around AI systems.

They: Block harmful inputs Filter unsafe outputs Prevent system prompt leaks Stop dangerous responses

They keep AI aligned and safe in production.

Evaluations (Evals)

Evaluations measure whether your AI system actually works.

They can be: Human reviews Rule-based checks LLM-as-a-judge scoring

Without evals, you’re shipping blind.

Agents (Memory, Tools, MCP)

Agents are LLMs that can take actions.

They don’t just answer questions.

They: Use tools Access APIs Search the web Run code Send emails

Memory lets them remember across steps. MCP (Model Context Protocol) standardizes tool connections.

Agents are what move AI from chatbots → autonomous systems.

Reasoning Models

Reasoning models think step-by-step before answering.

Instead of immediately predicting tokens, they work through problems internally.

This improves: Math Logic Multi-step planning

Examples include models from OpenAI and DeepSeek focused on advanced reasoning.

These represent the shift from “autocomplete engines” to “thinking systems.”


메타데이터
post_id
58e77e6b4e2c
slug
20-ai-terms-everyone-is-using-explained-in-simple-words-from-beginner-to-advanced-58e77e6b4e2c
url
https://medium.com/@akankshaankath/20-ai-terms-everyone-is-using-explained-in-simple-words-from-beginner-to-advanced-58e77e6b4e2c
canonical_url
https://medium.com/@akankshaankath/20-ai-terms-everyone-is-using-explained-in-simple-words-from-beginner-to-advanced-58e77e6b4e2c
author_url
https://medium.com/@akankshaankath
status
ok
fetched_at
2026-06-24 23:31:39