section 12 · status: live · 5 entries · updated 2026-08-29
AI Infrastructure & MLOps
Models get the headlines; infrastructure decides what ships. Why GPUs won and memory rules, how one network trains on ten thousand chips, the per-token economics of serving, and the operational discipline — classic MLOps and the new LLMOps layer — that keeps any of it trustworthy.
live · continuous batching — requests join mid-flight, the GPU never waits
- The hardware layermatrix multiplies, memory walls, and very expensive plumbing
- Training at scaleone loss curve, ten thousand chips, months of not crashing
- Serving & inferencethe meter runs per token — engineer accordingly
- The ML lifecyclethe model is 5% of the system; this is the other 95%
- LLMOpsprompts are config, evals are CI, tokens are COGS