Trending
Condition-based maintenance in practice Why Actuvi Is Growing So Quickly Compared to Other Digital Health Startups Instagram now lets users add tagged posts to their profile grid Android can now transfer passwords between apps Adobe beats revenue estimates but weak outlook hits shares DeepSeek launches V4.1-Flash with 1M-token context Anthropic report says AI model solved CAPTCHAs to upload malware Reduce LLM latency with prefix-aware routing on Amazon SageMaker Inference DISA launches tender for $21.6bn JWCC contracts Amazon Quick is now generally available on desktop Restoring the Human Connection with AI-Enhanced EHR Workflows Model-agnostic PII detection with LLMs Nostrum’s data center in Badajoz gets the green light for electrical connection HelmGuard Raises $7.3M Seed Round | Forus Raises $150M at a $3B Valuation Telling AI to design is hard

The cooling loop can’t keep up

The engineering mismatch at the center of this article is deceptively simple to state: modern AI accelerators change their power draw in milliseconds, while the liquid cooling systems designed to serve them respond in minutes. Between those two timescales lies an interval — largely unmonitored in current deployments — during which thermal energy accumulates at the chip junction faster than the cooling circuit can remove it..

For traditional data center workloads, this gap was inconsequential. Server power levels changed gradually, and the thermal inertia of a well-designed liquid cooling loop was sufficient to absorb any transition without consequence. In AI training and inference environments, the gap is no longer inconsequential.

It is a quantifiable reliability risk — and one that is almost entirely absent from current operational monitoring, reliability calculations, and facility risk frameworks.. AI accelerators and the power step problem. The thermal density of AI compute infrastructure has increased at a rate that few cooling engineers anticipated when contemporary CDU control architectures were standardized.

The highest-performing liquid-cooled AI accelerators currently in volume production deployment dissipate 700 to 1,000W per device under sustained compute load. Rack-scale AI compute systems — where multiple accelerators are integrated with high-bandwidth interconnects in a purpose-built liquid-cooled chassis — sustain rack-level power draws in excess of 100kW.

These figures represent a fundamental change in the thermal load that facility infrastructure must manage.. More significant than the peak power figure, however, is the rate at which that power changes. AI training workloads — particularly large language model training using data-parallel or tensor-parallel compute distribution — impose rapid power transitions at job boundaries.

When a training job initializes, all accelerators in a compute cluster transition from low-power standby to full compute load within tens of milliseconds. Modern AI accelerator firmware is designed to execute this transition as rapidly as possible in order to minimize time-to-compute: power management modes that governed the ramp rate on earlier-generation hardware have been progressively eliminated in favor of near-instantaneous transitions..

The result is a step function in power demand, not a ramp. Inference workloads present a different but similarly demanding profile: query bursts produce stochastic power spikes reaching 60 to 80 percent of peak TDP within 30 to 50 milliseconds as the accelerator transitions between prefill and decode processing phases.

Table 1 presents the key power transient parameters of current AI accelerator platform classes alongside CDU response characteristics.. Table 1: AI Accelerator Platform Power Transient Characteristics vs. CDU Thermal Response – Ajay Sekar.

Anatomy of a CDU control response. A coolant distribution unit is a closed-loop feedback control system. It monitors a set of process variables — primarily supply coolant temperature, return coolant temperature, differential pressure, and volumetric flow rate — and adjusts pump speed and control valve position to maintain defined setpoints.

In the large majority of deployed systems, this is implemented via proportional-integral-derivative (PID) control, with controller parameters tuned during commissioning to achieve stable operation under expected steady-state load conditions.. The physics of PID control in a hydronic thermal system introduces inherent response lag at every stage of the control chain.

This is not a consequence of poor design; it is a property of the physical system the controller is acting upon. Figure 1 traces the full sequence of events from an initial GPU power surge to the point at which the CDU delivers corrected supply-temperature coolant to the cold plate..

The durations shown in Figure 1 are derived from first-principles engineering analysis. Propagation delay through the secondary loop (15 to 45 seconds) is calculated from loop geometry: with secondary loop volumes of 10 to 25 liters per rack row and design flow velocities of 0.2 to 0.5 meters per second, fluid transit time falls within this range.

Sensor thermal response time (three to eight seconds) reflects published specification data for PT100 resistance thermometers in standard industrial pocket-mount configurations. Controller polling intervals (one to five seconds) represent the scan cycle range documented by industrial CDU controller manufacturers for PLC-based systems.

Valve actuator response times (five to 30 seconds) are drawn from published electric ball valve actuator specifications for the pipe diameters used in CDU primary loop installations. Heat exchanger equilibration times (15 to 60 seconds) are derived from thermal mass calculations based on plate heat exchanger water content of 10 to 40 liters at representative operating flow rates.. – Ajay Sekar.

Thermal debt window: Quantifying the risk. The thermal debt window — the interval between GPU power surge and CDU corrective response — is not merely an operational inconvenience. It carries reliability consequences that operate across two distinct timescales..

In the immediate term, junction temperatures on accelerators operating near their thermal design limit will exceed the steady-state baseline during the debt window. For a rack-scale AI compute system operating at 95 percent of peak TDP with a supply coolant temperature of 35°C, a CDU response lag of 60 seconds can permit the junction temperature to rise 10 to 20°C above its steady-state operating point — estimated from standard thermal resistance analysis using Rₜₕ,j₋c ≈ 0.015–0.025°C/W for direct-liquid-cooled accelerator packages (a range consistent with vendor-published chip thermal design specifications) combined with a coolant temperature excursion of five–12°C at the cold plate inlet during the lag window, applied via ΔTjunction = Rₜₕ,j₋c × Q + ΔTcoolant..

For accelerators tuned to operate near the firmware-level throttle threshold — a configuration common in deployments optimizing maximum utilization per watt of cooling energy — this exceedance triggers frequency capping and a measurable reduction in computing throughput. The throttling event is logged.

It is rarely investigated. Operators observe a brief dip in compute utilization metrics and attribute it to job scheduler overhead or inter-node communication latency. The thermal root cause typically goes undiagnosed..

In the medium term, the cumulative effect of repeated thermal cycling across thousands of training job launches accelerates mechanical fatigue within the accelerator package. The temperature differential between chip substrate and cold plate surface during a transient event produces differential thermal expansion.

Repeated cycling of this differential — even within published specification limits — progressively accumulates solder joint fatigue, underfill delamination at the package edge, and interposer stress in multi-die accelerator architectures. Failures are cumulative and non-obvious: a device that ceases to function after 18 months of operation in a liquid-cooled AI deployment may be exhibiting the accumulated mechanical damage of tens of thousands of thermal cycles, rather than a latent manufacturing defect..

The visibility gap in current operational practice. Current operational monitoring platforms for liquid-cooled AI deployments are configured, almost universally, around steady-state thermal parameters. DCIM systems report supply and return coolant temperatures as rolling averages — typically over one-to-five-minute windows.

Differential pressure and flow rates are monitored at similar cadences. These parameters serve their intended purpose well: they confirm that the cooling system is maintaining adequate performance under normal sustained operation.. What they do not reveal is thermal behavior on the timescale of seconds to minutes.

A DCIM platform reporting supply coolant temperature within ±0.5°C of setpoint is providing an accurate picture of steady-state performance — and no picture at all of what occurs during the first 90 seconds of a GPU cluster power transition.. The thermal signal exists in the data.

Modern AI accelerators expose junction temperature telemetry through the baseboard management controller at sub-second polling intervals. An accelerator operating at 35°C in steady state and reaching 52°C during a 75-second transient will register that excursion in BMC logs — if that data is being collected and correlated against CDU response timestamps.

In most deployed systems, that correlation is not being made. Accelerator-side telemetry and CDU-side control logs exist in separate systems, managed by separate operational teams, and are rarely examined together.. The result is a structural visibility gap: the precise interval during which thermal reliability risk is highest is the interval that current monitoring architectures are least equipped to observe.

Table 3 maps this gap across the key monitoring dimensions relevant to transient thermal behavior.. – Ajay Sekar. Making thermal lag visible in operations. Closing the visibility gap does not require new instrumentation.

The data needed to identify and characterise thermal lag effects is already present in deployed AI liquid-cooled facilities; the gap lies in how it is integrated and what questions are being asked of it.. Several operational signals already available in deployed systems offer a practical route to improved transient thermal visibility..

Rate-of-change of CDU return temperature. The derivative of return temperature with respect to time (dT/dt) provides a leading indicator of transient thermal loading that the temperature value alone does not. A return temperature rising at 0.5°C per second represents a qualitatively different thermal event from the same absolute temperature reached gradually over five minutes.

CDU PLC controllers that log return temperature at their native polling rate already contain this information; extracting and visualising it as a rate-of-change signal requires software configuration, not hardware changes.. GPU junction temperature at sub-second resolution. Modern AI accelerator BMC interfaces support junction temperature polling at intervals of 500 milliseconds or less.

Configuring operational monitoring platforms to ingest this data at native resolution — rather than as periodic health-check snapshots — provides direct visibility of transient temperature excursions at the device level. The associated data volume is manageable on current time-series monitoring platforms..

GPU power-to-junction temperature correlation. If GPU power draw and junction temperature are logged together with matched timestamps, the effective thermal response of the cooling circuit can be characterised for a given deployment. Divergence from the expected steady-state thermal resistance relationship — where junction temperature rises above what steady-state conditions would predict — identifies a transient lag condition in post-processing analysis, without requiring any new instrumentation..

Throttle event density relative to job launch timing. Firmware-level frequency capping events that cluster in the first 60 to 90 seconds of training job launches are a circumstantial indicator of thermal lag. Analysing the temporal distribution of throttle events relative to job start timestamps provides a low-cost initial diagnostic screen for whether lag-driven thermal stress is occurring in a given deployment, using data that is already collected in standard compute monitoring pipelines..

Technical approaches to closing the loop. The thermal lag problem is addressable through a combination of control architecture improvements, operational discipline, and targeted testing. The following approaches are technically available today and represent practical paths to improved thermal reliability in AI liquid-cooled deployments..

Feedforward control augmentation. Rather than relying solely on measured return temperature to trigger corrective action, a feedforward-augmented CDU system ingests GPU power telemetry directly — via the baseboard management controller or the accelerator’s power management interface — and pre-emptively adjusts pump speed and valve position before the thermal load arrives at the heat exchanger.

End-to-end latency from GPU power sensor to CDU actuator can be reduced to under two seconds in a well-implemented feedforward architecture, collapsing the thermal debt window from 60 to 120 seconds to under 10 seconds. This capability is increasingly available as a software option in current-generation CDU control systems and is a feature worth specifying explicitly in procurement documentation for AI deployments..

Thermal headroom buffering. Targeting supply coolant temperatures 5 to 8°C below the maximum allowable setpoint creates a thermal buffer that absorbs the first 30 to 60 seconds of a transient event without allowing junction temperatures to approach the throttle threshold. The primary cooling energy penalty of maintaining this buffer is typically three to eight percent of chiller plant energy — a figure grounded in the thermodynamic relationship between supply temperature setpoint and vapour-compression cycle coefficient of performance (COP) — while the reliability benefit, measured as a reduction in thermal cycling events across tens of thousands of GPU operating hours, is disproportionately larger.

At the rack power densities of current-generation AI deployments, this is a favourable exchange.. Step-load transient testing at commissioning. A step-load thermal transient test — in which an IT load bank or GPU cluster transitions from a low-power state to near-peak TDP in under 500 milliseconds — directly characterises CDU transient response in a way that steady-state acceptance tests cannot.

Operators incorporating such a test into their commissioning programme obtain a measured characterisation of how the CDU responds to the kind of power step that AI training job launches produce in normal operation. The test records CDU actuator response timing, supply coolant temperature trajectory, and GPU junction temperature simultaneously at sub-second resolution.

The resulting data provides a baseline against which future performance can be compared and an objective measure of whether any subsequent changes to CDU firmware, control tuning, or secondary loop configuration have altered transient response behaviour.. Sub-second telemetry integration.

Identifying transient thermal events requires GPU junction temperature data to be collected at the resolution at which those events occur — sub-second, not sub-minute. Enabling sub-second BMC polling on deployed accelerators and routing that data into the facility-side monitoring environment creates the visibility needed to detect, log, and correlate thermal transient events against CDU response timing in near real time..

Looking ahead. AI liquid cooling is, broadly speaking, a technology success. The cooling infrastructure industry has demonstrated substantial engineering capability in scaling liquid cooling to power densities that would have been impractical with air cooling, and the deployment rate continues to accelerate..

What is less settled is the reliability and monitoring discipline surrounding those systems. CDU control architectures designed for the gradual, predictable thermal profiles of HPC and traditional enterprise compute are being operated against AI workloads that produce power transitions orders of magnitude faster than the control loop can follow.

The thermal debt that accumulates in the gap between those timescales is real and measurable — and currently absent from the monitoring frameworks of most deployed AI facilities.. The data to address this gap already exists within the infrastructure. The engineering interventions that would close it are available from current-generation CDU vendors and monitoring platforms.

What remains is the operational recognition that CDU thermal response — and its relationship to AI workload power dynamics — is a system-level reliability variable that deserves the same rigorous attention already given to power quality, cooling capacity, and network redundancy in the design and operation of AI data centre infrastructure.. More in Cooling.

06 Aug 2026. More in AI & Analytics. 12 Jun 2026.

11 Aug 2026

 

Join the conversation

Your email address will not be published. Required fields are marked *