Inference OptimizationLLM ArchitectureQuantization14 min read
Self-Hosting a Frontier Open MoE: The Real GPU Bill for a 1.6-2.8T Open-Weight Model
Self-hosting a frontier open MoE like DeepSeek V4 or Kimi K3 means holding all 1.6-2.8T parameters in VRAM, not the active count. The real GPU bill and when the API wins.
personRoei Z·JUL 26, 2026
Inference OptimizationQuantization18 min read
KV-Cache Engineering: The Memory Wall of LLM Serving
The KV cache is the real bottleneck in LLM serving: 70-90% of GPU memory at long context. PagedAttention, prefix caching, MLA, and quantization explained.
personRoei Z·JUL 9, 2026
QuantizationInference Optimization19 min read
Quantization Deep Dive: FP8 Training, FP4, and the Outlier Problem
A technical guide to LLM quantization: FP8 training, NVFP4 and MXFP4, W4A4 inference, the outlier problem, and where low-bit precision quietly breaks accuracy.
personRoei Z·JUN 15, 2026