Industry & Policy

AI Data Centers Are Starting to Follow the Grid, Not the User

A new generation of AI infrastructure is being sited less like ordinary cloud capacity and more like power-intensive industry. JLL’s mid-year EMEA data shows hyperscale projects due in 2026–2028 averaging 175 kilometres from major hub cities, compared with 46 kilometres for projects delivered from 2022 through 2025. The reason is not simply cheaper land. Large AI campuses increasingly need to be built where grid capacity, firm electricity, cooling and construction schedules can be secured fast enough.

The current signal

The geography of AI infrastructure is changing

Europe’s traditional data-centre map has been dominated by a small group of large metropolitan markets because cloud services benefit from dense network connectivity, large customer bases, existing carrier infrastructure and mature colocation ecosystems. Frankfurt, London, Amsterdam, Paris and Dublin became the familiar FLAP-D cluster.

That map is not disappearing. It is being supplemented by a second geography built around the needs of AI-scale campuses.

JLL’s EMEA mid-year 2026 report says greenfield projects account for 39% of the 2026–2028 pipeline, compared with 8% of delivered projects, and that hyperscale greenfield sites now average 175 kilometres from a hub city. The same report says the five core European markets have roughly 3.8 GW of live capacity, with another 1.4 GW under construction and 2 GW planned. Capacity is still expanding in established hubs, but the next increment is spreading outward.

This should not be read as “cities no longer matter.” The important distinction is workload. A customer-facing service that must answer in tens of milliseconds still benefits from proximity to users and network exchange points. A multi-week training run can tolerate greater physical distance if the site offers cheaper electricity, faster interconnection and enough land for a very large campus. The infrastructure map is becoming workload-specific.

AI campuses can move farther from users because much of the work is latency-tolerant

A conventional cloud application often has a strong reason to sit near customers. Network round trips are part of the product experience. Database calls, interactive APIs, multiplayer services and web applications all pay for distance in latency.

Large AI training jobs behave differently. A training cluster may communicate intensely inside the campus, but it does not need to be geographically close to the person who will eventually use the model. Once data has been staged and the distributed job is running, the critical network is often the high-bandwidth fabric connecting accelerators inside and between racks, not the public internet path to an end user.

That gives operators more freedom to trade metropolitan proximity for power, space and cooling. A site several hundred kilometres from a major city can still be commercially attractive if it has a fast grid connection, access to transmission, suitable fibre backhaul and enough land for expansion.

The same logic applies to some batch inference. Offline document processing, synthetic-data generation, video rendering, search indexing and internal enterprise workloads can often be shifted in time or location. Interactive inference is less forgiving, which means the industry is unlikely to converge on one universal siting model.

This is also why AIUpdateWatch’s analysis of disaggregated prefill and decode matters beyond accelerator design. Once different phases of inference can be scheduled onto different pools, infrastructure planners gain another degree of freedom: some compute may be centralized where power is abundant while latency-sensitive stages remain closer to users.

Speed to power is becoming a systems constraint, not a facilities detail

AI infrastructure plans are usually described in GPUs, accelerators or model capacity. The project schedule is increasingly governed by something less glamorous: when the site can actually draw electricity.

The International Energy Agency estimates that grid constraints could put around 20% of planned global data-centre capacity at risk of connection delay. It notes that new transmission lines in advanced economies can take four to eight years and that lead times for critical grid components such as transformers and cables have lengthened sharply.

JLL reaches the same problem from the development side. Its 2026 global outlook says the average wait for a grid connection in primary data-centre markets exceeds four years, making “speed to power” a primary site-selection criterion. The result is a market in which a less prestigious location with a credible connection date can be worth more operationally than land beside an established technology hub whose power queue is uncertain.

This changes technology strategy. A company can secure accelerators faster than it can secure a high-voltage connection. It can also refresh server hardware several times during the life of a substation or transmission upgrade. The long pole in the schedule moves outside the server rack.

For AI developers, that means model roadmaps, hardware procurement and energy infrastructure cannot be planned independently. A cluster promised for 2028 is not real capacity merely because the GPUs have been ordered. Power delivery, cooling, permitting and network readiness determine when the silicon becomes usable compute.

The grid connection is becoming part of the compute architecture

The European Commission’s 2026 Strategic Roadmap for Digitalisation and AI in the Energy Sector makes this coupling explicit. It says EU data-centre installed capacity is expected to rise from about 12 GW in 2025 to around 28 GW by 2030 and warns that highly concentrated connection requests can worsen congestion and compete with other forms of electrification.

The Commission’s proposed Cloud and AI Development Act goes further. It would allow some data-centre projects to qualify as strategic when they contribute to grid stability, including through co-located clean generation and storage. Its technical agenda also points toward better cooling, waste-heat recovery, energy management and higher server utilization.

These are policy proposals, not proof that every future European AI campus will operate as a grid asset. They are nevertheless a useful signal about the engineering direction. A data centre is no longer treated as a black box with a power cable attached. Grid operators increasingly care about its load shape, ramp rate, backup generation, storage, location and ability to reduce consumption during constrained periods.

That creates a new interface between the scheduler that manages AI jobs and the software that manages electricity. A cluster scheduler already decides which jobs run on which accelerators. In a grid-aware design, it can also consider electricity price, carbon intensity, local congestion, power caps and service-level commitments.

The National Laboratory of the Rockies describes this as a “chip-to-grid” problem: optimize from algorithms and racks through cooling, campus power systems and the wider electricity network. That framing is important because efficiency gains in one layer can be cancelled by constraints in another.

Flexible compute could turn part of the load problem into a scheduling problem

Electric grids are built around peaks. A large industrial load that can reduce consumption during a stressed hour is easier to integrate than one that must draw its maximum demand continuously.

AI workloads are not uniformly flexible, but some are. A training run can sometimes pause checkpoints, shift non-urgent jobs, reduce accelerator power limits or move work to another region. Batch inference can be delayed within a service window. Backup batteries and on-site generation can also change the net demand seen by the grid.

A June 2026 research paper on power-flexible AI data centres demonstrated several of these ideas on a 130 kW GPU cluster, including rapid load reduction, sustained curtailment and geographically shifting workloads while preserving priority services. That is a research-scale result, not evidence that gigawatt campuses can already provide the same flexibility without economic penalty.

The penalty matters. AI hardware is expensive enough that leaving accelerators idle can destroy the business case for flexibility. The IEA makes this point directly: an AI-focused facility is unusually capital-intensive, so simply curtailing compute can be costly. Flexibility is most attractive when the operator can use spare capacity, reschedule lower-priority work, draw on storage or move jobs rather than abandon productive accelerator time.

This creates an optimization problem with several competing objectives: meet application latency targets, keep expensive hardware utilized, respect thermal limits, avoid electricity peaks and respond to grid constraints. The more AI infrastructure scales, the more valuable software becomes that can solve those objectives together.

Training and inference pull the geography in different directions

The strongest reason not to overgeneralize the current European shift is that AI demand itself is changing.

JLL expects inference to become the dominant AI data-centre workload later in the decade. Inference is not one workload shape. Some of it is latency-sensitive and user-facing; some is asynchronous and can run almost anywhere. A voice assistant, trading application or interactive coding agent may need regional proximity. Overnight video analysis or synthetic-data generation may not.

This suggests a layered geography rather than a wholesale move to remote campuses. Very large training clusters can follow abundant power. Batch inference can follow price and capacity. Interactive inference can remain closer to metropolitan users or network edges.

Model architecture reinforces the split. Mixture-of-experts routing, speculative decoding, KV-cache reuse and disaggregated serving can all change where bottlenecks occur. The relevant unit for infrastructure planning is therefore not “an AI model” but a pipeline of compute stages with different requirements for bandwidth, latency, memory, power and availability.

That pipeline view also explains why a rural training campus can coexist with urban inference capacity. The model weights can move after training. The electricity connection cannot.

Powered land is becoming part of AI compute economics

The value of a data-centre site increasingly depends on more than acreage. A parcel with an executable power path can command a premium because it removes years of schedule risk.

JLL’s EMEA analysis shows powered-land costs varying dramatically across European markets. Those differences reflect more than local real-estate prices. They capture scarcity in grid access, planning certainty, infrastructure maturity and competition for suitable sites.

This connects directly to AIUpdateWatch’s analysis of AI compute as a project-finance asset class. Lenders and infrastructure investors care whether a facility can reach commercial operation on schedule. A signed compute contract is less valuable if the operator cannot energize the building.

Power therefore becomes a credit variable. Interconnection risk can delay revenue, strand equipment and change the return on a project whose hardware depreciates quickly. A location with cheaper land but uncertain transmission can be financially worse than a more expensive site with secured capacity.

Behind-the-meter generation, batteries and private-wire arrangements can reduce dependence on congested networks, but they add capital and operational complexity. They are best understood as access strategies rather than free electricity. Recent research on on-site power for AI facilities similarly finds that grid power remains difficult to beat on complete delivered cost even when alternative technologies solve an interconnection problem.

Moving compute toward power does not remove the hard problems

Secondary locations can solve one constraint while creating others.

Large campuses still need fibre routes, cooling water or alternative cooling systems, skilled operators, physical security, equipment logistics and community acceptance. A remote site can be cheap on a map and expensive once those requirements are included.

Grid abundance is also not the same as low-carbon firm power. Wind and solar can provide low-cost energy, but an AI facility that expects continuous operation needs a strategy for hours when renewable output falls. Storage, transmission, dispatchable generation and workload flexibility determine whether cheap annual energy becomes reliable hourly power.

There are local political limits as well. Data centres compete for electricity, land and sometimes water with households and industry. Several jurisdictions have already tightened connection rules or permitting as AI demand accelerates. The more developers chase the same unconstrained regions, the faster those regions can become constrained too.

Finally, moving too far from users can create a network penalty for interactive services. The best site for model training may be the wrong site for low-latency inference. Operators that treat every AI workload as movable will discover that software latency and physical distance still obey ordinary networking physics.

The durable signal will be whether compute scheduling and grid scheduling begin to merge

The current siting shift is already visible in development pipelines. The more consequential question is whether it changes how AI platforms are operated.

  • Connection contracts: whether new AI campuses increasingly use flexible or non-firm grid agreements instead of waiting for fully firm capacity.
  • Workload migration: whether cloud providers expose scheduling that moves training or batch inference according to regional power constraints.
  • Storage and private power: how often batteries, co-located generation and private-wire systems become part of standard AI-campus design.
  • Utilization versus flexibility: whether operators can support the grid without leaving costly accelerators economically stranded.
  • Training versus inference geography: whether large centralized training campuses are paired with a more distributed regional inference layer.
  • Real project delivery: whether secondary European locations turn announced pipelines into energized capacity faster than the traditional hubs.

The deeper shift is that AI infrastructure planning can no longer stop at accelerators, networking and model throughput. Electricity topology is entering the architecture. The winning location may increasingly be the place where power, fibre, cooling and workload flexibility can be assembled into usable compute first.

Sources

Primary and supporting sources