Short answer: An AI data centre is a high-density site where power, cooling, fabric, and storage are bent around training and serving models, not a server room with extra GPUs. The chips get the fame; the building decides whether they work. If the images cannot leave, retrofit a small cell; most teams should rent.
Key takeaways:
Chips vs building: Power, cooling, fabric, and storage decide whether the accelerators work.
Places not palaces: Retrofit two racks when data cannot leave; do not buy a campus.
Mean vs median: On eight runs, the median hid restarts; use the 18-hour mean.
Misuse resistance: Do not quote a PUE for two racks in a mixed hall.
Illustrative results: Eight runs are a small map, not a 50% production saving.

Articles you may like to read after this one:
🔗 Is AI reliable? Video and quiz
Explore AI reliability through an engaging video and interactive quiz.
🔗 How to use AI in daily life
Discover practical ways AI can simplify everyday tasks and routines.
🔗 How to use AI at work
Learn practical ways to use AI for smarter workplace productivity.
🔗 Can AI think for itself?
Understand whether artificial intelligence can genuinely think independently or reason.
How it differs from a "normal" data center
Traditional halls optimise for mixed workloads and uptime across lots of little services. You care about redundancy, sure, and about PUE as a concept - extra energy the building burns to deliver a watt of compute. You do not, typically, design every corridor around a rack that behaves like a portable heater farm.
AI sites flip the ratios. Density goes up. The network becomes a fabric the training job cannot limp along without. Storage has to keep checkpoints moving or accelerators sit idle, like racehorses in a traffic jam.
There is a cultural difference, too. Enterprise ops thinks in tickets and change windows. AI ops thinks in job queues and the sick feeling when a node dies late in a long run. I guess you could still call both "data centers" because they are. The label just hides the plumbing.
| Type | What it is built for | Standout hardware | Power / cooling character | Who it suits | Why it exists |
|---|---|---|---|---|---|
| Traditional enterprise data center | Mixed IT: databases, VMs, email, files | CPUs, ordinary servers, familiar storage | Air-led; modest density; PUE as a talking point | Companies running everyday systems | Keep the business apps up |
| AI training cluster | Long, tightly coupled training jobs | Dense accelerator racks; GPU interconnects | High-density; liquid cooling or [rear-door heat exchangers](https://datacenters.lbl.gov/sites/default/files/rdhx-doe-femp.pdf) | Labs and model builders living in job queues | Finish the run without starving the chips |
| AI inference facility | Model serving; real-time and batch answers | Accelerators; load balancers that matter | Still hot, just... less theatrical; latency over brute density | Products that have to answer now | Put the model near the user |
| Hybrid AI hall | Training and serving under one roof; well - sort of | Mixed racks; fenced pools; shared fabric | Two cooling personalities in one plant room;; it gets awkward | Teams that cannot afford two campuses | Capital is finite; life is untidy |
Not a moral ranking. Different machines, same family name.
GPUs, accelerators, and the rack that eats power
Walk a traditional raised floor and the racks look almost polite. Walk an AI row and they look like they want to swallow the building.
The standout hardware is not a clever CPU. It is the accelerator tray: GPUs or other AI chips, packed into servers, then racks, then rows that share a high-bandwidth fabric. GPU interconnects stitch chips into something that can pretend to be one giant accelerator; the cluster fabric does the same trick at row scale. Parallel training only works if those links stay fat and predictable. Lose that and your "cluster" is a pile of expensive workstations sharing a postcode.
Power follows the chips. Not a chunky office PDU. Megawatts of IT load once a hall fills out - I will not invent a number. Density per rack is the plot twist. Fewer racks. Each one a small furnace. The limiting factor is often the substation, not the wishlist of GPUs. You know how it is: procurement wants more accelerators; the utility wants a long conversation and a very large cheque.
One slightly daft metaphor I cannot shake: the rack is a hungry animal. You can breed a faster one. You still have to feed it, and you still have to muck out the heat. Skip either and it becomes a very costly paperweight.
Power, heat, and the cooling problem
Electricity in. Heat out. That is the whole religion.
High-density racks dump heat in a way air was never really asked to handle. You can push air harder - rear-door heat exchangers, hotter aisles, clever containment - and that works up to a point. Then liquid shows up:
-
Coolant loops that make the plant room look like a chemical works
-
Immersion in a few designs, which still startles people who think water and servers should not share a sentence
None of this is glamorous. All of it is the product, because an accelerator that throttles is one you already paid for and cannot fully use.
PUE still matters. It is a ratio, not a personality. Operators chase it because every watt spent on fans and pumps is a watt that did not go to a GPU. I will not quote a "typical" figure; climate and how you draw the boundary move it, and fake precision is worse than none. Water sits in the story too. Some plants sip. Some gulp. Evaporative cooling is efficient until the river or a drought makes it political.
Networking: why the fabric matters as much as the chips
People photograph the GPUs. They should photograph the switches.
Training is a conversation. Thousands of accelerators exchanging gradients, parameters, shards of a model, in tight sync. If the fabric jitters, the whole job waits on the slowest hop. That is why AI halls obsess over high-bandwidth networking, low latency, and topologies that do not fold in half when a link fails. InfiniBand-ish fabrics, Ethernet in the same role, GPU interconnects inside the box, cabling that must be right first time.
Inference is a different conversation. Model serving cares about tail latency - the slow answer, not the average one. Batch vs real-time splits the personality. A training cluster wants fat, collective, all-to-all-ish movement. A serving fleet wants many smaller requests and isolation, without a traffic jam at the load balancer.
The miss, while I am here: people treat the network as plumbing and the chips as the restaurant. In this building the plumbing is the restaurant. Miss that and you buy a kitchen that cannot take a delivery.
Training vs inference: two buildings, sometimes literally
Training is a campaign. You assemble a cluster, feed it data, checkpoint religiously, run for hours or weeks, and pray the fabric stays uneventful. Batch-heavy, bandwidth-hungry, quietly patient - until a failed node takes a bite out of the run. One dead accelerator in a tightly coupled job can stall the whole chorus.
Inference is a shopfront. Models already trained, now answering questions, classifying images, generating text. Latency matters. A slightly older accelerator near the customer can beat a glamorous one a continent away.
So you get a split. Training campuses chase power, land, and density. Inference sites chase latency and presence. Hybrid halls exist too, because capital is not infinite. Well - not always two buildings. Sometimes one hall with a velvet rope and two cooling loops.
This is also where colocation, hyperscale campuses, and on-prem fork. Hyperscalers build at scales that make the rest of us look like we are arranging furniture. Colos sell density by the rack. On-prem still happens when data cannot leave.
Storage throughput, checkpoints, and hungry chips
Nobody puts the parallel file system on the cover of the brochure.
Training data has to arrive fast enough that GPUs are not tapping their feet. Checkpoints have to land so a crash does not throw away a week. Model weights have to load before a serving replica is live. Storage throughput - not just capacity - is the quiet bottleneck. You can spend a fortune on accelerators and starve them with a polite array designed for virtual machines.
The pattern is familiar: a shiny cluster, a job queue, and I/O wait staring back like a rude invoice. Clustering compute without clustering the data path is how you get a very expensive idle. Keep the chips fed or admit you bought a sculpture.
Software, orchestration, and the unglamorous ops layer
Hardware is the celebrity. Schedulers do the work.
An AI data center is useless if jobs cannot find GPUs, if two teams cannot share a cluster without a fistfight, if a failed rank cannot be replaced, if firmware drifts until the fabric fails in slow motion. Orchestration, observability, power capping - the unglamorous ops layer, which is how you know it matters.
I have a soft spot for this layer. Also where a misconfigured NIC impersonates a cooling problem for a full afternoon... you find that out the hard way.
When a node dies mid-run
A node dies. Change windows still collide with training runs that do not care about your calendar. You gang-schedule big jobs, fence off inference pools, write runbooks for failures that look like "the job is slow" until they look like "the job is dead." Redundancy still matters - power, cooling, paths, storage - but the failure mode is less tidy than the old nines-of-uptime slide. Inference: replica, drain the sick node, keep answering. Training wants checkpoints, not optimism.
Location, water, grid, and neighbours
You do not drop one of these next to a cottage for the view.
Grid connection is often the real site-selection process. Land is easy compared with a substation and a utility that has other customers. Water for cooling, if you use it, becomes a neighbour issue as soon as rainfall is rude. Noise. Visual bulk. Heat at a boundary fence. Planning committees discover opinions about "the cloud" the moment it needs a field and a river.
Latency pulls the other way. Inference likes being near users and interconnects. Training can hide in cheaper power markets and cooler climates. The industry talks as if there is one perfect site. There is not. There is a compromise with a press release.
Leftover heat and the uninvited furnace
Brochures love this bit. Pipe the waste warmth into homes, pools, greenhouses; it is a lovely sentence. Sometimes the district loop is genuine. Sometimes the campus is in the wrong place and the heat still goes into the air. I am sceptical of the brochure version; I am not sceptical of the physics.
Who needs one (and who should rent instead)
Most people do not need to own one of these halls.
The blunt list:
-
Hyperscalers, because the product is the fleet
-
Labs, when queue time is the bottleneck, or data cannot leave
-
A bank, hospital group, government, or manufacturer with a secret dataset - on-prem or a private colo cage can be rational, even if it is a faff
Everyone else should rent. Colocation with AI-ready density. A cloud reservation. A managed cluster. You get the accelerators without also becoming a power-plant operator. The romance fades the first time someone asks who is on call for the coolant loop at 3 a.m.
There is a pride thing, I will admit. Owning the cluster feels like owning the means of prediction. Then the electricity invoice arrives, and the pride sits down.
What the building is for
So, What is an AI Data Center? A specialised, high-density campus where accelerators, power, cooling, fabric, and storage are organised around training and serving models - not general-purpose IT with a GPU in the corner. It looks like a warehouse. It behaves like a power station that does maths.
If you remember nothing else: the chips get the fame; the substation, the coolant, and the network decide whether those chips were a good idea. Training and inference can share a roof; they still want different manners. Most organisations should rent. A few should build. Neighbours will notice either way.
The cloud always had a building. These days the building has opinions.
Real-world example: A two-rack training cell when the images cannot leave
Scenario
Tomos is infrastructure lead at Kestrel Precision, a 400-person manufacturer in the West Midlands. They already have a small on-prem hall: ERP, file shares, virtual machines, the mixed neighbourhood this article started with. Air cooling. Ordinary Ethernet. A SAN that is perfectly polite for office disks.
The machine-vision team needs to train an inspection model on factory stills. The stills cannot leave the site. They show a process the company will not put on a cloud disk, even a private one. Procurement's solution is four dual-accelerator servers and a slide titled "our AI data center". The servers go into two existing racks, because there is space, and space felt like the constraint.
It is not. Within a fortnight the GPUs sound busy and then quietly throttle. Jobs crawl when a checkpoint hits the SAN. A node dies at hour eleven and the run is just... gone. Tomos has not failed to buy chips. He has bought a pile of expensive workstations sharing a postcode. The building was still an enterprise hall.
They do not need a campus, a new substation, or a river. They need a small cell that behaves like an AI data center in miniature: power the racks can actually hold, heat that leaves without cooking the chips, a fabric the training job can talk over, storage that can take a checkpoint, and a runbook for when a node dies. Because the images cannot leave, renting a colo cage forty minutes away is not the answer. Retrofitting two racks is.
What the cell needs
-
A measured power budget on that row, from the PDUs, not from the GPU wishlist. If the spare capacity cannot feed the four servers at training load, the conversation stops there and they look at a denser colo, not a miracle
-
Cooling the air was never asked to handle at this density: rear-door heat exchangers if the hall can take them, or a small liquid loop if it can take that instead. If neither, the servers do not go in
-
A dedicated high-bandwidth fabric between the four nodes, not the office Ethernet. If the vendor only has a 10 Gb switch in the catalogue, that is not a cluster
-
Local fast storage for checkpoints and training shards, not the VM SAN
-
A scheduler, a checkpoint interval, and a written restart path. Hardware is the celebrity. This layer is the job
-
A fenced inference box for the factory line, separate from the training chatter, because serving wants tail latency and isolation, not a collective
-
Permission to log power, GPU clocks, throttle events, and job wall-clock. If they cannot inspect those, they will photograph the GPUs and miss the switches
Example instruction
Tomos puts this in the facilities brief, in ordinary language:
Do not call this an AI campus. Build a two-rack training cell in the existing hall for four dual-accelerator servers. The factory images stay on site. Success is: the four nodes complete a 12-epoch inspection-training recipe without thermal throttle, write a checkpoint in minutes not tens of minutes, and resume from that checkpoint when we kill a rank on purpose. Cooling must keep the GPUs at their training clocks. Networking must be a fabric those four boxes share, not a path through the office stack. Storage must feed the chips. If rear-door heat exchangers will not fit, say so and stop. Do not quote a PUE for two racks in a mixed hall. That number would be theatre.
Then he puts this in the training job itself:
Checkpoint every 30 minutes to the local fast pool. If a rank dies, restart from the last complete checkpoint. Do not wait on the SAN. Do not keep training while clocks have dropped from heat. Log it and stop so we can see the stall.
A good hour looks like this: all eight GPUs at training clocks, checkpoint file landed, job still in lockstep. A bad hour looks like this: fans at full shout, clocks down, checkpoint 2% written after ten minutes, and someone in the office saying "the cluster is up". Up is not training.
How to test it
They write the test before the retrofit, which is the whole point of not trusting a demo.
-
The same 12-epoch recipe, same 120,000 inspection stills, eight runs
-
Timing is wall-clock to a finished recipe, including any restart, measured from job submit to last checkpoint of epoch 12
-
A pass on heat: GPU clocks stay at the training target for the run. A throttle event is a fail even if the job eventually finishes
-
A pass on storage: checkpoint write time, median and worst, from the job log
-
A pass on fabric: the job does not sit in collective wait while a rank is healthy. If they cannot see that wait, the instrumentation is not done
-
Two of the eight runs get a rank killed at a fixed step, on purpose, to test the restart path
-
Inference is a separate 200-image test from the factory line to the fenced serving box. Training success does not count as serving success
-
They record rack power from the PDUs in 15-minute samples so nobody has to invent a megawatt
Acceptance for calling the cell "AI-ready": 8 of 8 recipes finish; 0 of 8 show thermal throttle; both killed runs resume; checkpoints stay in minutes. If they miss that, they still have a server room with fancy graphics cards.
Result
Illustrative result, from a made-up eight-run test, not a published Kestrel figure.
Assumptions: four dual-accelerator servers in two racks; one inspection model; 120,000 stills; eight runs of a fixed 12-epoch recipe; wall-clock includes restarts until the recipe finished; throttle means a logged drop off the training clock; checkpoint time is the write, not the wish; rack power is PDU samples, not a campus PUE.
Before the retrofit, GPUs in ordinary air-cooled racks on the office Ethernet and the VM SAN:
-
5 of 8 runs finished on the first attempt. Median wall-clock among those five: 14 hours
-
3 of 8 had to start again after a stall at about hour 11 (two after a node died with a stale checkpoint, one after a checkpoint filled the SAN). Immediate retry, no overnight wait in the clock: 11 hours wasted plus a 14-hour second attempt, or 25 hours to a finished recipe on those three
-
Mean time-to-a-finished-recipe across all eight, restarts included: 18 hours. (Five at 14, three at 25. The median of all eight is still 14, which would hide the restarts. That is why the mean is the baseline here.)
-
Thermal throttle logged on 7 of 8 runs. Median time at reduced clock: 3 hours in a 14-hour attempt
-
Checkpoint write: median 22 minutes
-
Rank-kill was not a test they could pass. They did not have a runbook. The two accidental deaths were the finding
-
Peak IT load on the two racks during training: about 18 kW. The row had the watts. It did not have the cooling or the fabric
After rear-door heat exchangers on those two racks, a dedicated fabric between the four nodes, a small NVMe pool for checkpoints, 30-minute checkpointing, and a restart runbook:
-
8 of 8 finished on the first attempt. Median wall-clock: 9 hours
-
Thermal throttle: 0 of 8
-
Checkpoint write: median 90 seconds. Worst in the set: 3 minutes
-
The two deliberate rank-kills both resumed from the last 30-minute checkpoint. Extra wall-clock on those two runs: about 40 minutes each, diagnosis included, so those two sat near 9 hours 40 minutes. Mean across eight still rounds to 9 hours
-
Peak IT load still about 18 kW. Same chips. Different building behaviour
Across this sample, mean time-to-a-finished-recipe fell from 18 hours to 9 hours, or 9 hours each, 72 hours across eight runs. Finished-first-time went from 5 of 8 to 8 of 8. Throttle went from 7 of 8 to 0 of 8. That last number is the one that says whether they bought accelerators or paperweights. They will not call the time change a 50% saving in production. Eight runs is a small, easy set.
These figures are an example estimate based on the stated test, a small sample, one model, and one mixed hall. They are not a PUE, not a campus megawatt, and not proof that Kestrel should build a training site in a field. Review of the logs sat inside the 9 hours; they did not hide it. The 18 kW figure is a rounded PDU reading, not a utility invoice. They did not convert the 72 hours into a cost, because the factory's blended electricity rate would have made a fake business case.
The serving check was separate and smaller: 200 line images to the fenced box, all on site. That is inference, not training. Mixing the two would have been the hybrid-hall mistake in miniature.
What can go wrong
-
Procurement keeps calling four servers "the AI data center". The label hides the plumbing, and the next purchase is more GPUs for the same sick aisle
-
Rear-door exchangers go in and nobody commissions the water side. The fans still shout. The clocks still drop
-
The fabric is a single switch with no spare path. One failed link and the "cluster" is four workstations again
-
Checkpoints stay on the SAN because the NVMe pool was "phase two". Phase two does not arrive before the next dead node
-
They quote a PUE for two racks in a mixed hall. Climate, boundary, and the rest of the ERP row make that ratio a costume
-
Training and serving share the fabric. A checkpoint flood makes the factory line wait. Tail latency is the product there, not density
-
A node dies and someone treats it as an uptime ticket instead of a checkpoint restart. Enterprise ops and AI ops talk past each other for a full afternoon
-
They could have rented a cage, except the images cannot leave. Forgetting that constraint sends them into a cloud conversation they will have to unwind
Practical takeaway
What is an AI Data Center, in this shape, is not a warehouse and it is not a GPU invoice. It is the cell that lets accelerators finish the run: power they can hold, heat that leaves, a fabric, a checkpoint, and someone on the hook when a rank dies. Kestrel did not need a campus. They needed two racks to stop pretending. Most teams should rent that behaviour. A few, with a secret dataset and a hall that can take the heat, should build a cell and refuse the slide.
FAQ
What is an AI Data Center?
A high-density compute site where power, cooling, networking, and storage are bent around parallel training and model serving, not tidy rows of general-purpose servers. It is designed so huge numbers of accelerators can train and serve models without melting, stalling on the network, or waiting on disk. An ordinary enterprise hall is a mixed neighbourhood. An AI hall is a monoculture whose unit of value is the accelerator, such as GPUs or TPU-style chips. It looks like a warehouse and behaves like a power station that does maths.
How is an AI data center different from a normal data center?
Traditional halls optimise for mixed workloads and uptime across lots of little services. AI sites flip the ratios: density goes up, the network becomes a fabric the training job cannot limp without, and storage has to keep checkpoints moving or accelerators sit idle. Enterprise ops thinks in tickets and change windows. AI ops thinks in job queues and the sick feeling when a node dies late in a long run. You could still call both data centers. The label just hides the plumbing.
Why do AI data centers use so much power?
The standout hardware is not a clever CPU. It is the accelerator tray: GPUs or other AI chips, packed into servers, then racks, then rows that share a high-bandwidth fabric. Density per rack is the plot twist: fewer racks, each one a small furnace. Megawatts of IT load show up once a hall fills out, though inventing a typical figure is not worth it. The limiting factor is often the substation, not the wishlist of GPUs.
How are AI data centers cooled?
High-density racks dump heat in a way air was never really asked to handle. You can push air harder with rear-door heat exchangers, hotter aisles, and clever containment. Then liquid shows up: direct-to-chip cooling, coolant loops, and immersion in a few designs. An accelerator that throttles is one you already paid for and cannot fully use. PUE still matters because every watt spent on fans and pumps is a watt that did not go to a GPU. Water sits in the story too: some plants sip, some gulp.
Why does networking matter as much as the GPUs?
Training is a conversation: thousands of accelerators exchanging gradients, parameters, and shards of a model in tight sync. If the fabric jitters, the whole job waits on the slowest hop. That is why AI halls obsess over high-bandwidth networking, low latency, InfiniBand-ish fabrics or Ethernet in the same role, and topologies that do not fold in half when a link fails. Inference cares about tail latency, many smaller requests, and isolation. In this building the plumbing is the restaurant.
What is an AI Data Center used for: training or inference?
Training is a campaign: assemble a cluster, feed it data, checkpoint religiously, and run for hours or weeks. Inference is a shopfront: models already trained, now answering, with latency that matters. Training campuses chase power, land, and density. Inference sites chase latency and presence. Hybrid halls exist because capital is not infinite, sometimes one hall with two cooling loops. A slightly older accelerator near the customer can beat a glamorous one a continent away.
Why does storage matter in an AI data center?
Training data has to arrive fast enough that GPUs are not tapping their feet. Checkpoints have to land so a crash does not throw away a week. Model weights have to load before a serving replica is live. Storage throughput, not just capacity, is the quiet bottleneck. You can spend a fortune on accelerators and starve them with a polite array designed for virtual machines.
What happens when a node dies mid-run?
One dead accelerator in a tightly coupled training job can stall the whole chorus. Training wants checkpoints, not optimism. Inference drains the sick node, keeps a replica answering, and stays live. Change windows still collide with training runs that do not care about your calendar. Redundancy still matters for power, cooling, paths, and storage, but the failure mode is less tidy than the old nines-of-uptime slide.
What is an AI Data Center's impact on the grid, water, and neighbours?
Grid connection is often the real site-selection process. Land is easy compared with a substation and a utility that has other customers. Water for cooling, if you use it, becomes a neighbour issue as soon as rainfall is rude, along with noise, visual bulk, and heat at a boundary fence. Training can hide in cheaper power markets and cooler climates. Inference likes being near users. There is no one perfect site. There is a compromise with a press release.
Do I need to own an AI data center, or should I rent?
Most people do not need to own one of these halls. Hyperscalers build because the product is the fleet. Labs build when queue time is the bottleneck or data cannot leave. A bank, hospital, government, or manufacturer with a secret dataset can make on-prem or a private colo cage rational. Everyone else should rent: AI-ready colocation, a cloud reservation, or a managed cluster. You get the accelerators without becoming a power-plant operator.
References
-
IEA - www.iea.org
-
LBNL - datacenters.lbl.gov
-
The Green Grid - www.thegreengrid.org
-
LBNL - datacenters.lbl.gov
-
LBNL - datacenters.lbl.gov
-
Uptime Institute - journal.uptimeinstitute.com
-
NVIDIA - developer.nvidia.com
-
NVIDIA - docs.nvidia.com
-
NVIDIA - docs.nvidia.com
-
NVIDIA - docs.nvidia.com
-
Google Cloud - docs.cloud.google.com