← TinyGPT · docs · devlog · roadmap · speedup
source: docs/learning/new-things.md · view on GitHub ↗

TinyGPT — study queue

Short stubs for every genuinely-novel topic in the codebase. Fill in Why here: yourself after internalising each topic.


Backpropagation & gradient descent

Next-token language modeling & sampling

Memorization testing (style-adaptation eval)

Transformer / scaled-dot-product attention

Flash Attention 2 (FA2)

Online softmax

Byte-Pair Encoding (BPE) tokenization

WebAssembly (WASM) + Emscripten

WASM SIMD + multi-threading

WebGPU + WGSL

Tiled / register-blocked matrix multiplication (GPU)

fp16 / mixed-precision

Sparse Autoencoder (SAE) / mechanistic interpretability

Logit lens

Gradient checkpointing (activation recomputation)

AdamW optimizer

LoRA (Low-Rank Adaptation)

Speculative decoding (draft + verify)

Continual learning / online adapter refresh