← AI Hub

Interactive learning hub

Learn AI concepts by reading and experimenting

This is one of the most hands-on parts of the site: structured concept explainers, guided learning paths, and interactive tools that let people inspect how the ideas actually behave.

Use a path for structure, or browse by difficulty and filter to interactive concepts.

Concepts

18

Coverage across foundations, retrieval systems, and model customization.

Interactive

13

Concepts already include hands-on tools and visual walkthroughs.

Learning paths

3

Curated routes for foundations, RAG systems, and customization work.

Browse Concepts

Explore by difficulty, or filter to interactive concepts and path-relevant topics.

Interactive concepts stay mixed into the main catalog instead of living in a separate grid.

Intermediate

12 concepts · 11 interactive

Retrieval-Augmented Generation (RAG)

2 tools

Learn how RAG lets an LLM answer questions using relevant external documents fetched at query time.

RAG Systems
intermediate 8 min read
Read + try tools

Embeddings & Semantic Search

2 tools

Learn how embeddings turn text into vectors and enable semantic search by finding meaning-based similarity instead of keyword matches.

Foundations RAG Systems
intermediate 9 min read
Read + try tools

Vector Databases & Approximate Nearest Neighbors (ANN)

2 tools

Learn what vector databases store, why nearest-neighbor search must be approximate at scale, and how ANN indexes (like HNSW and IVF) make retrieval fast.

RAG Systems
intermediate 10 min read
Read + try tools

Context Windows & Prompt Budgeting

1 tool

Build a practical mental model for context limits and how to allocate tokens for better cost, speed, and answer quality.

RAG Systems
intermediate 9 min read
Read + try tools

Decoding & Sampling

2 tools

Understand how token selection strategies control output quality, diversity, and consistency.

Foundations
intermediate 9 min read
Read + try tools

How Attention Mechanisms Work

2 tools

Learn how attention helps models decide what matters, from query-key-value math to multi-head behavior in modern transformers.

Foundations
intermediate 12 min read
Read + try tools

Tool Use / Function Calling

1 tool

Understand how models call external code safely and reliably using structured outputs, validation, and execution boundaries.

Customizing Models
intermediate 10 min read
Read + try tools

Transformer Architecture

2 tools

Understand how Transformers use attention to process sequences in parallel and power modern LLMs.

Foundations
intermediate 10 min read
Read + try tools

Chunking & Indexing Strategies for RAG

1 tool

Learn how to split documents into retrievable chunks, attach the right metadata, and index content so RAG retrieves the right context reliably.

RAG Systems
intermediate 11 min read
Read + try tools

Fine-Tuning vs Prompt Engineering

2 tools

Learn when to shape an LLM with prompts versus when to change its behavior with fine-tuning, and the trade-offs of each.

Customizing Models
intermediate 10 min read
Read + try tools

Reranking & Hybrid Retrieval

1 tool

Learn why two-stage retrieval and keyword+vector fusion improve relevance in real-world RAG systems.

RAG Systems
intermediate 10 min read
Read + try tools

PEFT (LoRA) and Fine-Tuning Recipes

Learn why LoRA-style parameter-efficient tuning is the default in practice and how to choose robust fine-tuning recipes.

Customizing Models
intermediate 11 min read
Read concept