From tokens to agents, the atlas of AI.
LLM, RAG, MCP, embedding, fine-tuning, machine learning… Every concept of modern AI in one place, with deep guides and real-world examples.
Featured terms
The most searched and most misunderstood concepts in modern AI.
Artificial Intelligence
The broad field of building machines that mimic human-like learning, reasoning, and decision-making.
Machine Learning
Letting computers learn patterns from data instead of being explicitly programmed.
LLM
A massive AI model trained on huge text corpora that learns to predict the next token and can hold conversations.
Transformer
The neural-network architecture behind modern LLMs that learns how much each word should attend to every other word.
Embedding
A vector representation that captures the meaning of text, images, or audio.
RAG
Query → document retrieval → LLM context injection → answer generation.
MCP
An open protocol that lets AI applications connect to external data sources and tools in a standardized way.
AI Agent
An autonomous system that uses an LLM as its brain to call tools, plan, and reach a goal step by step.
Prompt
The input text you give an LLM — its quality largely determines the quality of the answer.
Guides
Practical, step-by-step guides that go beyond a single term — built around real-world examples.
-
🧭
Do you need AI, ML, or just an LLM?
How to decide between AI, classical machine learning, and a large language model for a new feature — a decision flow with real scenarios.
Decision AI ML -
🛠️
Build Your Own MCP Server
Write an MCP server from scratch that adds capabilities to your own AI assistant — a local task-manager scenario, TypeScript and Python examples, works with any MCP-compatible host.
MCP Server SDK -
⚡
Claude Skills Guide
Install, explore, and write Claude Code skills — modular instruction packs that change behavior with one slash command.
Claude Code Skills Productivity -
📈
Practical Forecasting Guide
ARIMA, Prophet, LightGBM, or deep learning? A practical guide to choosing the right approach for a forecasting problem.
Forecasting Time Series Practical
Calculators & tools
From token cost to GPU sizing — practical answers to the questions you face when shipping AI.