Identify the B200 and GB200 NVL72 in NVIDIA's Blackwell lineup.
B200 is NVIDIA's Blackwell-generation single GPU: 192 GB HBM3e and native FP4 plus FP8 tensor cores.
Think about scaling up a kitchen. A bigger oven (the B200) holds more food, cooks at lower temperatures the older oven could not handle, and finishes faster. But the kitchen still has space limits. A rack-scale system like GB200 NVL72 is more like converting a whole floor into one shared kitchen with 72 connected ovens and one giant pantry everyone can reach. Now you can prepare a banquet that no single oven could have managed alone, because every cook has direct access to every ingredient. For language model serving, the bigger oven is helpful, but the connected-kitchen layout is what makes serving a trillion-parameter mixture of experts or a multi-rack reasoning workload practical without sending data over slow connections.
Detailed answer & concept explanation~6 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.
2 min: B200 single-GPU specs and FP4 path + GB200 NVL72 fabric model + why MoE and long-context workloads need it + cost framing and when it is the wrong fit.
Real products, models, and research that use this idea.
- Anthropic's frontier serving fleet for Claude Opus 4.7 uses GB200 NVL72-class hardware (or hyperscaler equivalents) for the largest reasoning workloads.
- OpenAI's GPT-5.5 serving relies on NVL72-class fabric for routing the largest mixture of experts experts across many GPUs.
- Meta's Llama 4 Maverick (MoE) inference at scale ships on GB200 NVL72 at Meta's own datacenters and at hyperscaler rentals.
- DeepSeek V4's serving stack assumes NVL72-class fabric for its expert routing and long-context reasoning paths.
- vLLM, SGLang, and TensorRT-LLM all added explicit GB200 NVL72 support paths in 2025-2026 because the open-source community needs to target the same hardware as the closed-source frontier.
What an interviewer would ask next. Try answering before peeking at the approach.
QHow does FP4 on B200 change the roofline picture compared to FP8 on H100?
QWhat is the practical difference between NVL72's NVLink fabric and a multi-node H100 cluster connected by InfiniBand?
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 GB200 NVL72 as just 72 separate B200s. The point is the shared NVLink fabric that lets all 72 GPUs address each other's HBM at NVLink speeds, making the rack behave like one giant GPU.
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.