Skip to content

AI Infrastructure Index

AI serving performance is a pipeline property. Model quality may dominate product value, but storage, network, host memory, accelerator memory, runtime scheduling, and cache policy determine whether the system can serve reliably.

LayerCore questionOperate it
GPU memoryWhat competes for accelerator capacity?GPU Memory Planner
KV cacheHow do live tokens trade compute for memory?KV baseline CLI
RAG storageWhat is the source, chunk, vector, index, and replica footprint?RAG Storage Sizer
AI data pathWhich stage limits training or inference movement?AI Data Path Lab
NVMe queuesDoes concurrency expose performance or create delay?NVMe Queue Lab
resident weights
+ KV cache for aggregate live tokens
+ activation peaks
+ kernel / collective / graph workspace
+ allocator reserve and fragmentation
= required per-rank memory
  1. Establish the exact workload: model revision, precision, prompt/output distribution, concurrency, and latency target.
  2. Measure cold load, prefill, decode, and sustained traffic separately.
  3. Inspect every rank and every data-path stage instead of relying on aggregate capacity.
  4. Change one constraint at a time and verify throughput, latency, quality, and failure behavior.