AI Lab
Every concept becomes a usable tool. Build, get curious, learn, improve, repeat.
Work through the tools in order — each page has a playground above and a Learn section below with docs and diagrams.
Tokenizer Explorer
How text becomes token IDs — the first step in every LLM.
Matrix Playground
The linear algebra underneath neural networks.
Embedding Explorer
How meaning becomes vectors you can compare and search.
Attention Visualizer
How tokens decide which other tokens to focus on.
Transformer Builder
How attention and feed-forward layers stack into a model.
GGUF Inspector
What's inside a real model file on disk.
Paste text, inspect tokens, BPE merges, and vocabulary lookups.
Visualize matrix operations that power neural networks.
See how text becomes vectors and how similarity works.
Watch attention weights connect tokens in a sequence.
Assemble transformer blocks and trace the data flow.
Peek inside quantized model files for local inference.