Skip to main content
📚 AI Concepts Glossary

Learn AI Fundamentals

Interactive lessons, flashcards, and quizzes on the core concepts behind every AI tool — RAG, embeddings, transformers, hallucination, and more.

10 topics·40 flashcards·30 quiz questions

What is RAG (Retrieval-Augmented Generation)?

Intermediate
AI Architecture

RAG combines a language model with a retrieval system, letting the AI search a knowledge base before answering — reducing hallucinations and keeping responses up to date.

4 flashcards·3 quiz questions

LLM Tokenization Explained

Beginner
AI Fundamentals

Tokens are the atomic units LLMs process — not words, but subword pieces. Understanding tokens helps you write better prompts and manage API costs.

4 flashcards·3 quiz questions

Fine-tuning vs Prompting — Which Should You Use?

Intermediate
AI Techniques

Prompting is fast and free; fine-tuning permanently adjusts model behavior. Knowing when to choose each saves you thousands of dollars and weeks of work.

4 flashcards·3 quiz questions

AI Agent Architecture — How Autonomous AI Works

Intermediate
AI Architecture

AI agents combine LLMs with tools, memory, and planning loops to complete multi-step tasks autonomously. Understanding the architecture helps you choose the right agentic product.

4 flashcards·3 quiz questions

What are Embeddings? (Vector Representations)

Intermediate
AI Fundamentals

Embeddings convert text, images, or audio into lists of numbers that capture semantic meaning. They power semantic search, recommendations, and RAG systems.

4 flashcards·3 quiz questions

Transformer Architecture Basics

Advanced
AI Architecture

Transformers are the neural network architecture behind every modern LLM. Self-attention lets the model weigh how relevant each word is to every other word — enabling long-range understanding.

4 flashcards·3 quiz questions

Context Window Explained — What LLMs Can "Remember"

Beginner
AI Fundamentals

The context window is the total amount of text an LLM can see at once — both your input and its output. Understanding it helps you avoid "forgetting" issues and use AI tools more effectively.

4 flashcards·3 quiz questions

What is Multimodal AI?

Beginner
AI Fundamentals

Multimodal AI processes multiple types of input — text, images, audio, and video — in a single model. GPT-4o and Gemini 1.5 Pro are leading examples.

4 flashcards·3 quiz questions

AI Hallucination — Why LLMs Make Things Up

Beginner
AI Fundamentals

AI hallucination is when a language model generates plausible-sounding but factually incorrect information. Understanding why it happens helps you use AI tools more safely.

4 flashcards·3 quiz questions

What is Function Calling / Tool Use in LLMs?

Intermediate
AI Architecture

Function calling lets LLMs trigger external actions — searching the web, running code, querying databases — by outputting structured JSON that your application executes.

4 flashcards·3 quiz questions

Ready to go deeper?

Explore our in-depth AI tool reviews and comparisons.

Read the Blog →