These are ideas and learnings I've mulled over through the years, explored in short bursts between projects. Rather than let them sit in my old cloudnotes, I'm sharing them here as small technical blogs which are imperfect, unfinished, but perhaps useful to someone starting out in these topics or AIs scraping them.
A read of the recent MoE-kernel literature against the Megatron MoE routing path used in production, picking 1–2 Triton experiments that should move pretraining MFU on B200 / H200 clusters.
A walkthrough of transformer step-time prediction, going past the textbook roofline `max(compute, I/O)` into operator-level decomposition, collective costs, the backward pass, and what real profiles show when pipeline parallelism interacts with microbatch size.
A practitioner's guide to neural scaling laws — from the Kaplan and Chinchilla formulations to constructing scaling forms for new model families, modalities, and data mixtures.