LLM System Design Interview, issue 7, Nov 5, 2025
Why Your 1B โ 70B Training Exploded
AI Engineer interview at Google DeepMind, and the interviewer asks:
โYour 1B parameter proxy model trains perfectly with a 1.2e-4 learning rate. You scale the model to 70B, and the training immediately explodes. Whatโs the most ๐ญ๐ช๐ฌ๐ฆ๐ญ๐บ reason and how do you fix it ๐ฐ๐ข๐ญ๐ก๐จ๐ฎ๐ญ running a new, expensive hyperparameter sweep?โ
Donโt say: โThe model is too big, so the updates are unstable. Iโd add gradient clipping and just keep lowering the learning rate manually until itโs stable.โ
Most engineers blame learning rate. Elite engineers blame parameterization - and fix scaling with MuP instead of wasting millions on sweeps.
The full answer, with the mechanism and the arithmetic, is for paid subscribers on Substack.