01 · Generation
Token generation loop
Follow a response one token and one model pass at a time.
Open demo →02 · GenerationTemperature
Reshape a probability distribution from focused to exploratory.
Open demo →03 · RepresentationEmbedding space
Explore semantic neighborhoods and vector arithmetic.
Open demo →04 · ArchitectureAttention map
Compare how different heads connect tokens.
Open demo →05 · InputTokenizer playground
Split text into model-readable pieces, IDs, and bytes.
Open demo →06 · GenerationTop-k & top-p
Watch candidate filtering change the next-token pool.
Open demo →07 · InferenceKV cache
See cached attention state reduce repeated computation.
Open demo →08 · ArchitectureTransformer block
Step a token through attention, normalization, and the MLP.
Open demo →09 · SystemsRAG pipeline
Retrieve evidence, build context, and ground an answer.
Open demo →10 · ArchitectureExpert routing
Route each token through a sparse mixture of experts.
Open demo →11 · OptimizationQuantization
Trade numerical precision for memory and speed.
Open demo →12 · TrainingFine-tuning
Watch loss fall as task behavior changes over epochs.
Open demo →