2018 · decoder-only
LiveGPT (124M)
Token → embedding → twelve residual blocks → logits. The shape stays [batch, tokens, 768] the whole way up.
Learning · hand-inked notes
Architecture, drawn the way you study it.
Hand-inked digital notes for the models that matter — one page per shape, blue for explanation, red for what to remember. Built to grow into a shelf of a hundred.
Attention, language models, and the stack that runs them
2018 · decoder-only
LiveToken → embedding → twelve residual blocks → logits. The shape stays [batch, tokens, 768] the whole way up.
2017 · Attention Is All You Need
ComingThe 2017 blueprint: QKV attention, residuals, and the feed-forward that widens then shrinks.
2018 · encoder-only
ComingSame transformer block, different job: fill the blanks from both sides.
2023 · open decoder
ComingWhat changed after GPT-2: norm placement, activation, and how position is woven into Q/K.
Convolutions, residuals, and how images become features
2015 · residual learning
ComingThe + that changed everything: identity shortcuts through bottleneck blocks.
2015 · biomedical → generative
ComingContract, expand, and stitch fine detail back in — the backbone of many diffusion UNets.
Noise in, structure out — generation as a reverse process
2020 · denoising diffusion
ComingTrain a net to undo a little noise. Sample by starting from pure noise and stepping back.
The shapes that taught us how deep learning works
2013 · latent generative
ComingLatent mean and variance, reparameterisation trick, and the ELBO intuition in one page.
What happens after the forward pass leaves the notebook
serving · decode path
ComingPrefill vs decode, what gets cached, and how batching changes the memory story.