I love it when the nay-hater brigade gets awful quiet. Six months ago throughput without frontier LLMs at any reasonable price was literally impossible. But boy howdy how things have changed. Rich Sutton said it best on a recent Training Data podcast, "I'm not weird; everyone else is."
Pit DeepSeek 0731 running NVFP4 on two Dell Pro Max DGX Sparks (~$10,000usd) against the same model running four RTX Pro 6000s (~$40,000usd). Though the big rig runs about seven times faster, on graded output the two little boxes tie it and even get ahead in a couple of places. Let that sink in! What a time to be alive, as the kids on Tik Tok never say.
Disclaimer: Out of the box the Sparks decode 10 to 15 tokens a second. With out-of-tree vLLM patches and fused mixture-of-experts kernels written for the SM120 hardware, a pair of Sparks can hold a 67-token-a-second mean decode, 84 @ peak (even past 100,000 tokens of context) and over 200/second across six parallel streams in aggregate. 256GB of memory between the two boxes, a million tokens of context per stream, and around a million and a half shared is a heck of a sight better than "not bad."
Frontier rates clock $25 per million tokens. Dual Sparks spit a million tokens every 20 to 25 minutes, which at heavy utilization pays for that machine in a matter of singular weeks. The model card puts DeepSeek 0731 in the neighborhood of Opus 4.6 at an order of magnitude less cost. The lag between the giant cloud model and what runs in your own building used to be measured in years, now shrunken to mere months at the end of summer 2026. Holy cow, Batman.
Remember kids, math kernels aren't math. The same weights at the same seed and same settings will produce a different token a few thousand tokens deep, depending on whether they run on SM120 Blackwell, a Hopper GH200, or a GB200. Floating-point addition still monitors what order the operands arrive in and the kernels don't promise an order. Word to the wise: a single flipped bit in a config-writing workflow can pick the wrong network interface.
Memory prices continue to go vertical; the 128GB of DRAM that cost $500 when the original DeepSeek first ran at home is out of reach today. I'm jazzed about this horizontal growth from open source - it couldn't've happened at a better time so late in summer 2026.