Engineering Blog

Inference scaling — written by people who've broken it

Technical writing on GPU fleet ops, traffic shape analysis, latency SLOs, and the practical engineering of ML inference at scale.

Architecture

Latency SLOs should drive scaling, not CPU thresholds

Most autoscalers watch CPU and memory. But inference endpoints care about p99 latency. We explain why CPU-driven scaling always lags, and how SLO-driven scaling closes the gap.

Alex Petrov