--- title: "Designing the AI Data Center Floor" description: "Model primitives, data-center primitives, and the engineering that stacks them into a frontier AI system." doc_version: "1.1" last_updated: "2026-05-01" canonical: "https://modiqo.ai/blog/ai-factory-two-puddles.txt" --- # Designing the AI Data Center Floor A frontier AI data center is built from two puddles of Lego on a wooden table: **model primitives** on the left (attention, MoE, KV cache, sequence parallelism) and **data-center primitives** on the right (racks of GPUs, NVLink inside the rack, slower fabric between racks, HBM, power and cooling). Neither puddle is the system. The system is the *stacking* — the engineering that decides which model brick lands on which hardware brick, in which order, so that the slow cables between racks are never the bottleneck and the fast memory inside each GPU is never wasted. Three moves do most of the work: place the math where the bandwidth already is, hide the slow links behind overlap, and shape the workload so the expensive memory stays full. Every API price you see is a quiet announcement of how a lab stacked their two puddles. The lesson: model capability and data-center capability are no longer separate disciplines. The frontier is *co-design* — and once you can see the two puddles and how they stack, every model release and price change suddenly clicks into place. — rote™ blog · modiqo