51How do you define SLOs and error budgets for an ML system, where 'correct' is probabilistic?▼hardGoogleStripeMicrosoft1 replies◆ premiumClassic SRE SLOs assume a request is right or wrong. ML predictions are probabilistic and labels lag, so naive uptime SLOs miss the failures that count. Here is how to set SLOs that actually cover model quality.Open full answer →
68What is goodput for an LLM service, and why is tokens per second a vanity metric?▼hardOpenAIAnthropicNVIDIA◆ premiumRaw tokens per second is gameable: crank the batch size and the dashboard looks great while every request misses its latency target. Goodput is the throughput that actually meets your SLOs, and it is the number you size and autoscale on.Open full answer →
61How do you balance moving fast on new AI capability against keeping the system reliable?▼mediumOpenAIAnthropicStripe◆ premiumMost candidates answer this with a speech about tradeoffs. The ones who get hired describe a mechanism: the teams that ship fastest in AI are not the ones with fewer guardrails, they are the ones whose guardrails make a mistake cheap.Open full answer →