Pick the H100 workload where spot pricing is genuinely safe to deploy on
Spot H100 capacity is roughly half on-demand price but can be preempted with seconds of notice, so it fits only stateless, latency-tolerant, checkpoint-resumable batch jobs.
Imagine a parking lot that offers half-price spots, but the manager can ask you to leave in two minutes if a full-price customer shows up. If you are running into the store for a quick errand and your car is empty, that deal is fine. If you are mid-surgery in an ambulance parked there, losing the spot is a disaster. Spot GPU pricing works the same way. Cloud providers sell unused H100 capacity at a steep discount with the right to reclaim it at any moment. Batch jobs that can pause and pick up from a saved point handle the eviction gracefully. Live customer traffic does not, because every preempted second is a user staring at a blank screen.
Detailed answer & concept explanation~7 min readEverything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example. Click to expand.
Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example. Click to expand.
Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example.
Everything important, quickly.
4 min: spot economics on H100 + the two conditions for spot-safety + why each wrong option fails + mixed-fleet architectural patterns + batch API monetisation.
Real products, models, and research that use this idea.
- AWS EC2 p5 (H100) spot pricing sits around 50 to 70 percent below on-demand, used widely for overnight training and batch eval at large labs in 2026.
- Lambda Labs and CoreWeave offer interruptible H100 capacity primarily for fine-tuning and dataset labelling workloads with built-in checkpointing.
- Anthropic and OpenAI batch APIs run on heavily discounted internal spot tiers, exposing a 24-hour SLA that hides eviction recovery from callers.
- DeepSeek and Mistral training runs on spot H100 clusters routinely, using frequent checkpoint-and-restart loops to absorb preemptions.
- Production serving fleets at scale (chat, copilots) stay on on-demand or provisioned-throughput; spot only ever appears as a clearly separate batch lane.
What an interviewer would ask next. Try answering before peeking at the approach.
QCould you serve customer traffic on spot at all, given a robust failover layer?
QHow does the batch API product from major LLM vendors relate to spot capacity?
Don't say thisRed flags and common mistakes that signal junior thinking. Click to expand.
Red flags and common mistakes that signal junior thinking. Click to expand.
Treating spot as a generic cost lever and pointing it at customer-facing traffic. The discount is real, but the preemption probability eats the SLO long before the savings show up on the bill.
The night-before-the-interview bullets. Scan these on the way to the call.
Primary sources. Skim if you want the original framing.
Same topic, related formats. Practice these next.