
The Compute–Grid Bargain: Planning AI Infrastructure Responsibly
AI infrastructure planning now connects compute demand with power, water, storage, network capacity, workload flexibility, and local resilience.
Read MoreZharfAI Research
AI Infrastructure Desk

Jukan’s August 29 article, “Where Is Memory Headed?”, starts from a counterintuitive possibility: NVIDIA may lower Rubin Ultra’s HBM stack height or use HBM4 instead of HBM4E. The article argues that this need not destroy HBM’s moat. A shorter stack could improve manufacturing yield, make more accelerators shippable, and match a software stack that increasingly values bandwidth and memory hierarchy over maximum on-package capacity.
That is a useful thesis, but it combines public specifications, supply-chain reporting, private-source claims, and interpretation. They do not carry the same confidence. The practical question for an AI team is not whether an 8-high configuration is “bullish” or “bearish.” It is: what workload fits in the resulting memory envelope, what data movement is added, and what system-level cost buys the required service level?
The durable lesson is that the memory wall is becoming a placement problem as well as a capacity problem. HBM remains the fastest scarce tier, while model architecture, scheduling, networking, LPDDR, CXL memory, and storage determine what must remain there.
Three evidence layers should remain separate:
| Status | Claim | How to use it |
|---|---|---|
| Public product fact | Current Rubin provides up to 288 GB of 12-high HBM4 and 22 TB/s of memory bandwidth | Baseline for capacity and bandwidth, not proof of Rubin Ultra’s final design |
| Industry research | Rubin Ultra is reportedly evaluating 12-high HBM4E, 8-high HBM4E, 12-high HBM4, and 8-high HBM4; the final configuration is undecided | A credible planning scenario, still not a released specification |
| Supplier disclosure | SK hynix has sampled 12-layer, 48 GB HBM4E at up to 16 Gbps per pin | Evidence that the high-speed part exists in sampling, not evidence of qualification, yield, allocation, or Rubin Ultra selection |
| Private-source reporting in Jukan’s article | Memory could reach 70% of the pre-cut bill of materials; named model developers requested 4-high HBM; suppliers resisted; NVIDIA reduced its HBM margin | Treat as unverified reporting until a buyer, NVIDIA, or a supplier corroborates it |
| Analysis | Shorter stacks may yield better and permit more accelerator shipments | Test with actual stack yield, wafer allocation, package capacity, and demand response |
NVIDIA’s Rubin architecture deep dive documents the current GPU, not the rumored Ultra configuration. TrendForce’s August 4 report is the strongest public support for the configuration review: it says the four options are being evaluated, supply should remain tight through 2027, and the final choice has not been made.
That final sentence matters. “NVIDIA is evaluating” cannot be shortened to “NVIDIA has chosen.” Likewise, a supplier sample is not the same as a qualified, high-yield production commitment.
HBM production has several compounding gates. A memory maker needs suitable DRAM dies, speed-qualified known-good dies, a base die, through-silicon-via processing, vertical assembly, packaging, thermal performance, and customer qualification. A taller stack consumes more dies and exposes the finished device to more opportunities for loss.
All else equal, moving from 12 layers to 8 layers uses one-third fewer DRAM layers per stack. Mature stack height can also improve assembly yield. The available dies may therefore produce more saleable stacks, and a fixed HBM allocation may support more GPUs.
But “more HBM packages” and “more HBM bits” are different statements. A simple scenario shows the break point. If capacity per GPU falls from a 12-layer equivalent to an 8-layer equivalent, bits per GPU fall to two-thirds. GPU shipments must then rise by more than 50% for total shipped bits to increase:
total HBM bits = HBM bits per GPU × GPUs shipped
That is ZharfAI scenario analysis, not a forecast. The real result depends on die density, stacks per package, achieved yield, speed binning, package throughput, GPU supply, rack demand, power, networking, and customer budgets. A lower stack can be positive for accelerator availability while still reducing HBM bits per accelerator. It is not automatically positive for every supplier metric.
TrendForce expects HBM bit shipments to grow 50–60% year over year in 2027 and still trail demand. That supports a tight market scenario, but it does not prove that one Rubin Ultra design change increases total memory revenue.
The strongest part of Jukan’s thesis is the distinction between enough capacity and enough bandwidth. These are complements, not substitutes.
Capacity determines whether model weights, active experts, KV cache, activations, runtime workspace, and concurrent sequences fit close to compute. Bandwidth determines how quickly the working set can feed the processors. NVIDIA says Rubin’s decode phase is memory-subsystem bound and presents 288 GB capacity and 22 TB/s bandwidth as separate advantages.
A faster 8-high stack does not cure a capacity miss. If the working set no longer fits, the operator may need more tensor parallelism, smaller batches, fewer concurrent contexts, a quantized model, or offload to a slower tier. Each option can add communication, latency, scheduling complexity, or quality risk.
The inverse is also true. Unused capacity does not compensate for insufficient achieved bandwidth. A model may fit and still leave expensive compute waiting for weights or KV state. The relevant measurement is achieved application throughput under the target context and concurrency—not the label printed on the memory package.
Our inference latency engineering guide explains why time to first token, inter-token latency, throughput, and queueing must be measured separately. An HBM choice can improve one and hurt another.
Software and model architecture can reduce what must live in HBM. Quantization shrinks weights and sometimes cache. Sparse mixture-of-experts systems activate only part of the model for each token. Multi-head Latent Attention compresses KV state; the original DeepSeek-V2 report reports a 93.3% KV-cache reduction relative to its stated comparison system.
Serving architecture also separates phases. NVIDIA Dynamo’s disaggregated-serving documentation describes independent prefill and decode worker pools with KV transfer between them. NVIDIA’s CMX context-memory design places reusable KV cache in a dedicated pod-level tier instead of requiring all context to remain in GPU HBM.
These techniques lower the minimum on-package capacity for some workloads. They do not make capacity free:
The right question is therefore not “Can software replace HBM?” It is “Which bytes can leave HBM without violating quality, latency, concurrency, power, or isolation requirements?”
There is a plausible bull case. Shorter stacks can improve saleable output, unlock more accelerator shipments, and keep HBM factories full. Tight wafer allocation and speed qualification can preserve pricing power. Broader AI memory hierarchies can also expand demand for server DRAM, LPDDR, CXL-attached memory, and high-performance storage.
There is also a real bear case. Fewer bits per accelerator can reduce HBM content faster than unit volume rises. Buyers can push back when memory absorbs too much system value. Model and serving improvements can lower the minimum capacity. Control of the base die, memory controller, package, interconnect, and software may let logic vendors capture more of the integration value.
HBM has changed memory economics, but “less cyclical” is not “non-cyclical.” Contract coverage, customer concentration, capital intensity, qualification schedules, inventory, price elasticity, and competing architectures still matter. Investors should not convert one supply-constrained generation into a permanent margin assumption.
SK hynix’s HBM4E sample announcement is instructive: it emphasizes speed, power efficiency, thermal resistance, stacking, and production expertise together. The competitive unit is already more than DRAM bits.
Jukan’s longer-term conclusion is that memory and logic will combine more deeply. Public roadmaps support the direction, although not the claim that HBM’s replacement is imminent.
HBM4’s wider interface and increasingly capable base die pull logic into the memory package. GPU vendors co-design controllers, interconnects, cache movement, and topology around that package. Memory vendors compete on process, stacking, thermals, base-die capability, and customer integration. The boundary of value is moving from a standardized component toward a co-designed system.
That creates two strategic questions. Who owns the interface and controller decisions? And who captures the telemetry required to optimize memory placement in production? A supplier that sells only qualified bits has less leverage than one that helps determine the architecture. A compute vendor that controls the entire stack can pressure suppliers, but it also assumes more qualification and supply-chain coupling.
The outcome is not predetermined. HBM can remain structurally important while more state moves to other tiers. A successor could use DRAM differently, use NAND-derived high-bandwidth designs, add more on-chip memory, or change the computation itself. Today’s evidence supports convergence and hierarchy—not a dated prediction of HBM’s death.
AI infrastructure buyers should translate the debate into a workload matrix:
| Workload slice | Capacity pressure | Bandwidth pressure | Acceptance evidence |
|---|---|---|---|
| Short interactive chat | model residency, moderate cache | decode latency | p95 time to first token, p95 inter-token latency, quality at chosen precision |
| Long-context agent | weights plus large active KV cache | prefill, decode, KV movement | context concurrency, cache hit rate, transfer time, tail latency |
| High-throughput batch | batch and workspace | sustained achieved bandwidth | tokens/s/GPU, tokens/kWh, queue time, completed work per rack |
| Large MoE training | active experts, optimizer and activation state | collectives and HBM traffic | step time, scaling efficiency, checkpoint time, failure recovery |
| Disaggregated serving | phase-local working sets | fabric and storage paths | handoff failure rate, retransfers, topology locality, end-to-end SLO |
Require results at the intended model, precision, context distribution, batch policy, concurrency, topology, and power cap. Record out-of-memory behavior and offload volume. Price the full rack—including networking, cooling, storage, licenses, and stranded capacity—not only the GPU.
This is the same discipline described in our model routing cost-and-quality guide: a cheaper component is not cheaper if retries, latency, or quality loss move cost elsewhere. The energy-aware computing guide adds the power and carbon boundary that per-chip comparisons omit.
Jukan’s article is most persuasive when it rejects a one-dimensional view of memory. Maximum capacity per GPU is not the only route to useful AI throughput. Yield, pin speed, unit availability, software compression, cache placement, networking, and rack economics can make a shorter HBM stack rational.
Its most bullish conclusions remain scenarios. A lower stack does not by itself prove higher total HBM-bit demand, permanent supplier pricing power, or the end of deep memory cycles. The reported bill-of-materials and buyer-negotiation figures need corroboration. Rubin Ultra’s final HBM specification remains undecided in the strongest public report reviewed here.
For AI builders, the actionable conclusion is narrower and stronger: define the minimum fast-memory working set, measure every byte moved below HBM, and buy the system that meets the workload SLO at the lowest complete cost. The memory wall is no longer only about how much HBM sits beside a GPU. It is about who decides what earns the right to stay there.

AI infrastructure planning now connects compute demand with power, water, storage, network capacity, workload flexibility, and local resilience.
Read More
Modern AI systems increasingly route each task to the right model, balancing quality, latency, privacy, and cost instead of using one model for everything.
Read MoreHow artificial intelligence is pushing beyond Moore's Law, automating chip layout design, and accelerating the production of the advanced microchips powering the digital age.
Read MoreIf this note maps to a real system in your organisation, start with the services page or a shipped case study.