๐ง AI Explainer
Paths, chapters, and simulators: fundamentals and AI agents.
๐ Paths
๐ฎ Simulators
All simulators โHands-on demos: tokenization, embeddings, temperature, RAG, MCP flow, and more.
Tokenization
Type text and see how it breaks into tokens and IDs.
๐งฌEmbeddings & Similarity
Closest-word graph in embedding space.
๐Cosine vs Distance & 3D
Compare cosine similarity vs Euclidean distance; 3D embedding space.
๐Cleaning โ Embedding โ Graph
Pipeline visual: raw text to 2D embedding graph.
๐ก๏ธTemperature & Sampling
See how temperature shapes next-token probabilities.
โ๏ธTraining Data & Weights
How data mix affects output quality.
๐งนNormalization
Before/after text cleaning (lowercase, punctuation).
๐ฐToken Cost
Compare verbose vs concise prompts and token count.
๐RAG Pipeline
Documents โ embeddings โ query โ top-k โ LLM.
๐ฏMental Model
Full stack: text โ normalization โ tokens โ vectors โ search โ generation.
๐ชContext Window
See how a fixed token limit fills up; overflow is cut off.
๐กMCP Flow
Step through how app, LLM, and MCP server interact.
๐งฉAgent Components
Memory, prompting, tools, resources at a glance.