Energy & UtilitiesAI Implementation & Best Practices
AI grid and layout optimisation in energy and utilities: from one-off studies to a continuously optimised network
AI grid and layout optimisation is the pairing of machine-learning models with physics-based solvers to decide how an electricity network is configured and where assets are placed — optimal power flow, feeder reconfiguration, substation and renewable-plant layout, storage siting, hosting capacity — with results delivered into the GIS, ADMS and SCADA systems utilities already operate.

Key takeaways
- AI grid and layout optimisation splits into two problem families — operating the network you already have (optimal power flow, feeder reconfiguration, Volt/VAR) and designing what you build next (substation siting, storage placement, wind and solar plant layout) — and both are solved by the same solver-plus-ML pattern.
- Machine learning does not replace the physics solver — it screens, warm-starts and accelerates it. Surrogates triage millions of candidate configurations; the AC power-flow engine certifies the shortlist. A recommendation that skips certification must never become a switching order.
- The implementation ladder runs Study-level → Pilot → Operationalised → Fleet-wide → Continuous. Most utilities sit at Pilot, where optimisation results live in engineering studies and slide decks rather than in the ADMS.
- Network model quality caps everything: an optimiser is only as good as the GIS/CIM model it runs on, and connectivity or phase errors in that model are the most common reason a technically excellent switching plan cannot be trusted.
- The prize is quantified: the IEA estimates up to 175 GW of transmission capacity could be unlocked by AI-enabled tools such as dynamic line rating without building a single new line, and reports AI-based fault detection cutting outage durations by 30–50%.
Abbreviations used on this page
- ADMS
- Advanced distribution management system
- SCADA
- Supervisory control and data acquisition
- GIS
- Geographic information system (the network asset map)
- OPF
- Optimal power flow
- DER
- Distributed energy resource (rooftop PV, batteries, EV chargers)
- AMI
- Advanced metering infrastructure (smart meters)
- CIM
- Common Information Model (IEC 61970/61968 network data standard)
- VVO
- Volt/VAR optimisation
- DLR
- Dynamic line rating
- EMS
- Energy management system (the transmission control room)
- FLISR
- Fault location, isolation and service restoration
- SAIDI
- System Average Interruption Duration Index
Free · 8 questions · ~3 minutes
Score your grid optimisation capability
Eight questions, one at a time, about three minutes. Answer them and we build your personalised report — your stage on the implementation ladder, your score on each of the four dimensions, and the specific blocker between you and the next stage — and send it to your inbox. Your result doubles as the baseline for your first optimisation pilot.
0 of 8 answered
Pick an option to continue
Report ready
Your personalised report is ready
Tell us where to send it. Your stage appears on screen straight away, and the full report — dimension scores, how you compare with utilities of similar network shape, and the 90-day plan for your weakest dimension — arrives in your inbox.
Your result
Your full report is on its way to your inbox.
Stage 1 · Study-level
Optimisation exists as one-off engineering studies — planning tools, consultants and spreadsheets — with no repeatable path from network data to a decision.
Your next movePick one substation cluster and build the data path end to end — GIS export, model validation against SCADA/AMI telemetry, a power flow that matches reality. Not a platform.
Stage 2 · Pilot
A solver-plus-ML pilot demonstrably beats current practice on a bounded slice of the network, but its output reaches operations as a report or dashboard.
Your next moveDeliver recommendations as draft switching plans or study candidates inside the ADMS or planning tool operators already use — with an engineer approving every one.
Stage 3 · Operationalised
Optimisation runs on a schedule against a maintained network model, and its recommendations arrive as draft plans in the tools operators already use, with monitoring and a named owner.
Your next moveExtract the shared layer — one network-model pipeline, one power-flow certification harness, one monitoring stack — so the next use case is configuration rather than a project.
Stage 4 · Fleet-wide
A shared, versioned network model and optimisation platform serve multiple decisions across the whole service territory, with value measured against holdout feeders.
Your next moveDefine the operating envelope — confidence, consequence and network-state bounds — under which specific low-risk action classes execute without approval, with the audit trail that makes it defensible.
Stage 5 · Continuous
Enumerated low-risk actions execute closed-loop inside a versioned operating envelope, while engineers manage policy and exceptions rather than individual decisions.
Your next moveTreat the operating envelope as a versioned, reviewable artefact with the same rigour as protection settings, and monitor escalation rate as its early-warning signal.
0 / 24
Network data & GIS quality
— / 6
Solver & model integration
— / 6
Operational integration
— / 6
Value measurement
— / 6
Your score maps to a stage on the implementation ladder. The dimension breakdown matters more than the total: the lowest dimension is what actually caps your capability — a fleet-wide solver estate on a stage-1 network model is still a stage-1 programme — and it is where the next quarter's investment belongs. Your lowest-scoring dimension is —, and that is where the next investment belongs.
Your score maps to a stage on the implementation ladder. The dimension breakdown matters more than the total: the lowest dimension is what actually caps your capability — a fleet-wide solver estate on a stage-1 network model is still a stage-1 programme — and it is where the next quarter's investment belongs.Your four dimensions score evenly, so there is no single weak link to attack — follow the stage’s next move above rather than picking a dimension.
Want this benchmarked against comparable utilities?
We will walk your planning and operations leads through the dimension scores, compare them against operators of similar network shape and DER growth, and leave you with a costed 90-day plan for the weakest dimension. No obligation, and you keep the plan either way.
How the score maps to a stage
- 0–5 — Stage 1, Study-level. Optimisation exists as one-off engineering studies — planning tools, consultants and spreadsheets — with no repeatable path from network data to a decision.
- 6–11 — Stage 2, Pilot. A solver-plus-ML pilot demonstrably beats current practice on a bounded slice of the network, but its output reaches operations as a report or dashboard.
- 12–16 — Stage 3, Operationalised. Optimisation runs on a schedule against a maintained network model, and its recommendations arrive as draft plans in the tools operators already use, with monitoring and a named owner.
- 17–21 — Stage 4, Fleet-wide. A shared, versioned network model and optimisation platform serve multiple decisions across the whole service territory, with value measured against holdout feeders.
- 22–24 — Stage 5, Continuous. Enumerated low-risk actions execute closed-loop inside a versioned operating envelope, while engineers manage policy and exceptions rather than individual decisions.
What AI grid and layout optimisation is — and how the solver + ML pattern works
A definition, the two problem families, and the pipeline that turns a network model into a certified switching plan or siting decision.
AI grid and layout optimisation is the use of machine learning alongside physics-based solvers to answer two families of question a utility faces constantly: how should the network we already have be configured — optimal power flow, feeder reconfiguration, Volt/VAR settings, dynamic line ratings — and where should the assets we are about to build go: substations, storage, wind turbines within a farm, solar blocks and the cables between them. Both families reduce to constrained optimisation over the same object, the network model, which is why they belong to one implementation programme rather than two.
The division of labour is strict. Classical solvers — AC power flow, mixed-integer programmes, interior-point OPF — remain the source of truth, because they respect the physics and the limits. Machine learning makes them usable at operational scale: surrogate models approximate power-flow outcomes thousands of times faster than the full solver, so millions of candidate configurations or layouts can be screened; learned warm starts cut solve times on the cases that matter; reinforcement-learning agents propose topology actions a human would not have enumerated (the approach explored in RTE's Learning to Run a Power Network challenge (opens in a new tab)). Methods such as DeepOPF (opens in a new tab) report order-of-magnitude speedups on security-constrained OPF with small optimality gaps — but in every serious deployment the shortlist those methods produce is re-certified by the full physics engine before anything reaches an operator.
Value released against time on the implementation ladder
The curve is not linear. Value stays near flat through the study and pilot stages — where most utilities are — and inflects when recommendations start reaching the ADMS and planning workflow as draft plans someone approves. Programmes that count studies produced rather than configurations enacted report activity without results.
Network value released by stage
- Stage 1 · Study-level — 26% of operators. Optimisation exists as one-off engineering studies — planning tools, consultants and spreadsheets — with no repeatable path from network data to a decision.
- Stage 2 · Pilot — 37% of operators. A solver-plus-ML pilot demonstrably beats current practice on a bounded slice of the network, but its output reaches operations as a report or dashboard.
- Stage 3 · Operationalised — 23% of operators. Optimisation runs on a schedule against a maintained network model, and its recommendations arrive as draft plans in the tools operators already use, with monitoring and a named owner.
- Stage 4 · Fleet-wide — 11% of operators. A shared, versioned network model and optimisation platform serve multiple decisions across the whole service territory, with value measured against holdout feeders.
- Stage 5 · Continuous — 3% of operators. Enumerated low-risk actions execute closed-loop inside a versioned operating envelope, while engineers manage policy and exceptions rather than individual decisions.
Curve shape: logistic, plotted from the stage data above. Distribution: Consistent with IEA analysis of AI in grid operations.
The solver + ML optimisation pipeline, end to end
The pipeline that makes optimisation operational. The top lane assembles a validated network model; the middle lane screens with ML and certifies with physics; the bottom lane is where most programmes fail — delivery into the switching and planning workflow with an engineer in the loop and a tested reversion.
- Data & feeds
- AI / model
- System-of-record action
- Human in the loop
- Where value leaks
The process, in words
- The network-model lane assembles the one object everything depends on: the GIS/CIM asset model, reconciled against SCADA and AMI telemetry until a power flow on the model reproduces what the instruments actually measure, with the DER register folded in. Corrections are written back into the GIS, not kept in study files.
- The optimisation lane runs the two-speed engine: ML surrogates screen the combinatorial space — millions of switch states, siting grids or turbine layouts — in seconds, and the full AC power flow certifies the surviving shortlist against thermal limits, voltage bands and protection flags. Only certified candidates continue.
- The operations lane is where value is realised or lost: certified recommendations arrive as draft switching plans or ranked siting candidates inside the ADMS and planning tools, an engineer approves or amends every one, the previous configuration stays one switch away, and model-mismatch monitoring pages a named owner when the map and the network drift apart.
Step-by-step insights
- The GIS/CIM model — the asset the whole programme stands on
- Every optimisation answer inherits the map's errors. Distribution GIS models routinely carry connectivity mistakes, unrecorded switch states and unknown phase assignments — harmless for asset accounting, fatal for optimisation, because a reconfiguration plan that assumes the wrong normally-open point is a plan for a different network. The unglamorous first investment is validation and write-back: fix the model where studies find it wrong, and make the fix permanent in the GIS rather than in a study file that dies with the study.
- Telemetry reconciliation — the test that makes the model trustworthy
- The acceptance test for a network model is simple to state: run a power flow on it under a measured operating state and compare the computed flows and voltages with what SCADA and AMI actually recorded. Small residuals mean the map is usable; large or drifting residuals localise exactly where it is wrong — a mis-recorded conductor size, a phase swap, a switch whose real state differs from the record. AMI voltage correlation is the cheap trick of the decade here: smart-meter voltage profiles cluster by phase, so phase-identification errors can be found statistically without sending a crew.
- ML screening — why the surrogate exists
- Feeder reconfiguration across a few dozen switches, a substation siting grid, or turbine positions on a hilly site all share a shape: a combinatorial space far too large to evaluate with a full power flow or wake simulation per candidate. The surrogate — a network model-conditioned regressor, a graph neural network, or a learned wake approximation — evaluates candidates thousands of times faster with known, bounded error, which converts an intractable search into an afternoon's compute. Its job is recall, not final judgement: it must not discard good candidates, and it must never be the last word.
- Physics certification — the non-negotiable gate
- Every candidate that could become a switching order or an investment decision is re-run through the full physics: AC power flow under the relevant operating states, thermal and voltage limit checks, radiality verification for distribution reconfiguration, and flags for anything with protection implications — because moving a normally-open point changes fault paths, and a configuration that is optimal for losses can be inoperable for protection. The certification harness, not the ML, is what an operations engineer is being asked to trust, and it is why they can.
- Delivery and approval — the lane that decides everything
- A certified recommendation still has to become an enacted change, and that path runs through people with other priorities. Delivering results as draft switching plans inside the ADMS — or ranked, pre-checked candidates inside the planning tool — removes the voluntary step that kills dashboards: the default action becomes the informed one. The approval log this produces is not overhead; it is the dataset from which any future closed-loop bounds will be derived, one action class at a time.
- Mismatch monitoring — the alarm on the map itself
- Networks change constantly — new connections, reconductoring, switch operations — and the model must change with them. Monitoring power-flow residuals against live telemetry turns model decay into an alarm rather than a quarterly surprise: when residuals on a feeder drift, the map and the network have diverged, and every optimisation result on that feeder is quarantined until the divergence is explained. This is the control that lets the rest of the pipeline run on a schedule without an engineer re-validating the world by hand each time.
The five stages in detail
For each stage: what it looks like on the ground, the diagnostic signals a reviewer can check in an afternoon, the anti-pattern that traps utilities there, and what leaving costs.
Each stage below is written for a practitioner rather than a buyer. The hallmarks describe observable conditions in a utility's estate, the diagnostic signals are checks you can run against your own systems this week, and the anti-pattern is the specific mistake most often made trying to leave that stage.
Select a stage
Every stage's full detail is in the page source — the selector only changes which panel is visible, so nothing here depends on JavaScript to exist.
Stage 1
Study-level
26% of operators sit here
Optimisation exists as one-off engineering studies — planning tools, consultants and spreadsheets — with no repeatable path from network data to a decision.
Stage 1 is not the absence of optimisation — utilities have run power-flow studies for decades. What is missing is a supply chain for them. Every study begins by rebuilding the world: exporting the network from GIS, patching the connectivity errors the last study also patched, guessing load allocations, and hand-assembling a model that is obsolete before the report is bound. The analysis is often genuinely good; none of it is reusable.
The tell is the network model. Ask where the authoritative model of a feeder lives and a stage-1 utility gives three answers: the GIS says one thing, the planning tool's last study file says another, and the protection engineer keeps a third copy with corrections nobody merged back. Two engineers asked for the losses on the same feeder will produce two defensible, different numbers, because there is no shared model to be right about.
This stage is expensive precisely because it looks cheap. No platform is being paid for, but every interconnection application, every reinforcement decision and every reconfiguration question pays the full model-rebuilding tax — and with DER connection volumes rising, the number of studies demanded per year is growing faster than any planning team.
In practice
The hosting-capacity study that never ends
A distribution utility receives a steady stream of solar and battery interconnection applications. Each one triggers a manual screening study: an engineer exports the feeder from GIS, fixes the same phase and connectivity errors as last time, allocates loads from billing data, and runs a power flow to check voltage rise. The study takes days, the queue grows, and the fixes never make it back into the GIS — so the next application starts from the same broken map.
What it looks like
- Load-flow and reconfiguration studies run per request in planning tools, results delivered as PDFs
- The GIS network model diverges from the as-built network and nobody measures by how much
- Hosting-capacity and interconnection screening is redone manually for every application
- No named owner for optimisation outcomes; each study has a different author
Diagnostic signals you can check this week
- Ask for the losses on one named feeder from two different teams and compare the numbers
- Check whether corrections made during studies are ever written back into the GIS
- Measure elapsed days from interconnection application to screening result, and the trend
- Ask who owns optimisation outcomes. If the answer is a rotating cast of study authors, you are here
Anti-pattern · Buying the digital twin before fixing the map
The instinctive fix is an enterprise digital-twin or ADMS-analytics programme: eighteen months, a platform, a steering committee. It fails for a boring reason — the platform inherits the GIS errors and simply serves the wrong network faster. Validate and repair the model for one substation cluster first, prove a power flow that matches SCADA telemetry, and let the platform's real requirements emerge from use. The map has to be right before anything built on it matters.
What holds you here
There is no validated, current network model to optimise against, so every study starts by rebuilding the network from a map that is partly wrong.
Highest-leverage next move
Pick one substation cluster and build the data path end to end — GIS export, model validation against SCADA/AMI telemetry, a power flow that matches reality. Not a platform.
Cost of leaving
- Effort
- 3–6 months
- Team
- One power-systems engineer, one data engineer, part-time GIS support
- Risk
- Low — model validation is additive; nothing in operations depends on it yet
- To next stage
- 3–6 months
If this is you, the next step is
A 2–3 week engagement: one substation cluster, model vs telemetry, a repair backlog you keep.
Stage 2
Pilot
37% of operators sit here
A solver-plus-ML pilot demonstrably beats current practice on a bounded slice of the network, but its output reaches operations as a report or dashboard.
Stage 2 is the most dangerous stage on the ladder because it looks like success. The optimiser finds feeder configurations that cut modelled losses; the micrositing study adds modelled energy yield; the deck lands well. And the network is operating exactly as it was before, because the recommendation lives in a report and the switching order that would enact it was never drafted, checked against protection settings, or scheduled into a maintenance window.
The structural reason is that a pilot is scoped to answer 'does the optimiser work?' while the organisation's real question is 'will operations act on it?'. Those have different builds. Proving optimality wants a clean, frozen snapshot of the network; earning a switching order wants live model refresh, protection review, a fallback configuration and an operations engineer who trusts the pipeline — none of which improves the objective value, all of which decides whether the objective value ever becomes real losses avoided.
Time at stage 2 is not neutral. Control-room and planning engineers learn that optimisation output is advisory; sponsors learn that AI produces studies rather than megawatt-hours; and the next proposal is funded against that memory. A utility that has sat at stage 2 for three years is usually harder to move than one at stage 1, because the organisational verdict — interesting, not operational — has already been reached.
In practice
The reconfiguration study nobody enacted
A distribution operator ran a reconfiguration optimisation across a 10-feeder cluster: mixed-integer programme, ML screening to keep the search tractable, every candidate certified with a full AC power flow. Modelled losses fell meaningfully, all constraints held. The result shipped as a 40-page study. Eighteen months later the tie and sectionalising switches were in exactly the positions the legacy operating diagram prescribed — no switching order was ever raised, because raising one was nobody's job.
What it looks like
- One optimisation use case — reconfiguration, VVO or siting — proven on backtest against a validated model
- Results ship as a study report or BI dashboard, not as draft switching plans
- Scope is one substation cluster, one wind farm or one planning area
- No switching order, setpoint change or investment decision has yet been executed from the pilot
Diagnostic signals you can check this week
- Count switching orders, setpoint changes or siting decisions executed from the pilot. Usually zero
- Ask who would draft, check and schedule the switching plan if the result were accepted tomorrow
- Check whether the pilot's network model has been refreshed since the study snapshot
- Ask the control room what they think of the pilot. If they have not heard of it, integration was never scoped
Anti-pattern · Chasing the optimality gap instead of the switching order
When a pilot stalls, the reflex is to improve the optimiser — a tighter formulation, a fancier learning architecture, another percent of modelled loss reduction. It rarely moves anything, because the constraint is not solution quality but the absent path from recommendation to enacted change. A merely good configuration that becomes a checked, approved switching plan beats an optimal one in a PDF. Spend the next quarter building the draft-plan workflow into the ADMS or planning tool, then return to the model when you can price an optimality point in real megawatt-hours.
What holds you here
The pilot proves optimality but never earns a route into the switching and planning workflow, so its value depends on someone volunteering to act on a report.
Highest-leverage next move
Deliver recommendations as draft switching plans or study candidates inside the ADMS or planning tool operators already use — with an engineer approving every one.
Cost of leaving
- Effort
- 6–12 months
- Team
- One integration engineer, one optimisation/ML engineer, a named operations owner
- Risk
- Medium — the first machine-drafted switching plan needs protection review and a drilled fallback
- To next stage
- 6–12 months
If this is you, the next step is
The stage 2→3 transition is our most common engagement. Typically 90 days on one substation cluster.
Stage 3
Operationalised
23% of operators sit here
Optimisation runs on a schedule against a maintained network model, and its recommendations arrive as draft plans in the tools operators already use, with monitoring and a named owner.
Stage 3 is the first stage at which the capability survives its founders. The optimisation has a schedule, a destination, an owner and an alarm: the network model refreshes from GIS and telemetry, the solver runs, candidates are certified with a full power flow, and the top plans appear where a planning or operations engineer already works — who approves, edits or rejects each one, with the previous configuration always one switch away. That loop, not the solver, is the production asset.
The character of the work changes here. Stage-2 problems are mathematical; stage-3 problems are operational, and the discipline that solves them looks like site reliability engineering applied to power systems. What is the freshness SLA on the model? What pages whom when power-flow residuals against telemetry drift? What is the tested fallback when a recommended configuration must be reverted mid-shift? Utilities that import these patterns wholesale move faster than those that rediscover them.
The constraint that emerges is bespoke-ness. The reconfiguration pipeline, the VVO study stack and the storage-siting tool were each built as their own thing — three network-model extracts, three validation scripts, three monitoring crons. By the third or fourth optimisation product the team's capacity is absorbed by keeping the existing ones healthy, and velocity falls exactly when the programme's credibility is highest.
In practice
The weekly configuration run
A utility runs feeder reconfiguration weekly across two pilot substation clusters. Sunday night the model refreshes and the optimiser proposes configurations for the coming week; Monday morning a distribution engineer reviews the top three in the ADMS, checks the protection implications flagged by the pipeline, and approves or amends. Roughly one week in four the recommendation is 'no change'. Losses are tracked against a neighbouring holdout cluster that stays on the legacy configuration — and that delta, not the solver's objective value, is what the programme reports upward.
What it looks like
- Scheduled optimisation runs against a refreshed, validated network model
- Recommendations land as draft switching plans or ranked study candidates in the ADMS/planning workflow
- Model mismatch — power-flow results vs SCADA/AMI telemetry — is monitored and alarmed
- A named engineer owns the pipeline's operational behaviour and its rollback
Diagnostic signals you can check this week
- Check whether the network model the optimiser uses refreshes automatically or by hand
- Count distinct model-extract and validation implementations across optimisation use cases
- Ask what fraction of recommendations are approved unchanged, and whether anyone tracks it
- Ask what happens when power-flow results diverge from telemetry. If the answer is 'someone would notice', monitoring is aspirational
Anti-pattern · Scaling by cloning the pilot
The temptation at stage 3 is to replicate the working pilot per region — copy the pipeline, point it at the next cluster, hire another engineer. Each clone forks the network-model extract and the monitoring, so the estate's maintenance burden grows linearly while its consistency decays. The leverage is the opposite move: extract the shared layer — one validated model pipeline, one certification harness, one monitoring stack — so the next cluster is configuration. Do it before the fourth use case, with the team you already have.
What holds you here
Every optimisation product carries its own model extract, validation and monitoring, so the fourth use case costs as much as the first and the team becomes the bottleneck.
Highest-leverage next move
Extract the shared layer — one network-model pipeline, one power-flow certification harness, one monitoring stack — so the next use case is configuration rather than a project.
Cost of leaving
- Effort
- 9–18 months
- Team
- Platform engineer, optimisation engineer, an SRE-style on-call arrangement
- Risk
- Medium — the shared-layer refactor competes with new use-case demand for the same people
- To next stage
- 9–18 months
If this is you, the next step is
We map your existing pipelines and identify what is genuinely shareable.
Stage 4
Fleet-wide
11% of operators sit here
A shared, versioned network model and optimisation platform serve multiple decisions across the whole service territory, with value measured against holdout feeders.
At stage 4 the marginal cost of the next optimisation decision collapses. Because the network model, certification harness, delivery workflow and monitoring are shared, adding a use case — say, storage-siting screening for a new planning area — is mostly specification: which objective, which constraints, which metric, which approver. Utilities at this stage stop talking about 'AI projects' and start maintaining a roadmap of decisions, which is a structurally healthier conversation.
The measurement discipline is what separates stage 4 from a well-run stage 3. Every deployed optimisation has an operational metric a budget holder already tracks — technical losses in MWh, voltage-violation hours, hosting capacity released in MW, curtailment avoided — and where the network allows it, a holdout: comparable feeders left on legacy practice so the delta is attributable rather than asserted. This is unglamorous, and it is what keeps the programme funded through the budget cycle in which someone asks what the optimiser actually did.
The remaining constraint is deliberate: a human still approves every switching plan and every siting decision, so throughput is bounded by engineer capacity. For most decision classes that is the correct resting state — the move to closed-loop execution is a risk-appetite decision about a small, enumerated set of low-consequence actions, not a technical inevitability.
In practice
The three-week use case
A utility with a shared model and platform layer scoped storage-siting screening for congestion relief in one planning region. Agreeing the objective, the constraint set and the holdout design with the planning lead took two weeks; the engineering — a new objective function and a report template on the existing pipeline — took three days. That ratio, specification-heavy and build-light, is the stage-4 signature.
What it looks like
- One versioned network model feeds reconfiguration, VVO, hosting capacity and siting studies alike
- A new optimisation use case ships in weeks — mostly specification, not engineering
- Every deployed use case has a named operational metric and, where feasible, a holdout
- Planning and operations work from the same model, ending the two-map problem
Diagnostic signals you can check this week
- Time from decision agreed to results in production, for the last three optimisation use cases
- Whether one monitoring view covers every deployed optimisation
- Whether any deployed use case has a live holdout, and who reads the delta
- Whether a planning leader, not an engineer, can name what each optimisation is worth
Anti-pattern · Closing the loop because you can
Stage 4 makes closed-loop execution technically easy, which is exactly when it gets extended past the evidence. Approval logs from one action class — capacitor switching, say — get generalised into autonomy thresholds for reconfiguration actions that were never in those logs. The first automated switching mistake then gets every loop opened again, and the programme loses more ground than autonomy ever gained. Each action class re-earns autonomy from its own approval history, or it stays human-approved.
What holds you here
Every action still passes through an engineer, so optimisation throughput is bounded by approval capacity rather than by the platform.
Highest-leverage next move
Define the operating envelope — confidence, consequence and network-state bounds — under which specific low-risk action classes execute without approval, with the audit trail that makes it defensible.
Cost of leaving
- Effort
- 18+ months
- Team
- Platform team, operations product owner, protection engineer, risk partner
- Risk
- Higher — governance, protection coordination and audit evidence become the binding constraints
- To next stage
- 18+ months
If this is you, the next step is
Which action classes should execute unattended, and the evidence to prove each is safe.
Stage 5
Continuous
3% of operators sit here
Enumerated low-risk actions execute closed-loop inside a versioned operating envelope, while engineers manage policy and exceptions rather than individual decisions.
Stage 5 is narrower than the phrase 'self-optimising grid' suggests. It is a specific, enumerated set of actions — Volt/VAR setpoint updates, dynamic-line-rating-informed limits, routine loss-reducing reconfiguration on designated clusters — executing unattended inside a stated envelope, with everything outside that envelope escalating to an engineer. Anything touching protection philosophy, safety clearances or high-consequence customers is correctly held at stage 4 indefinitely.
By the time a utility arrives here, the engineering is largely solved; the hard artefact is evidence. A regulator, an auditor or a connections customer will eventually ask how a decision made without a human was made — and the answer must be reconstructable: which model version, which telemetry snapshot, which envelope version, which certification run. Treat the operating envelope with the same rigour as protection settings: versioned, reviewed, signed off, with a record of who changed what and why.
Sustaining stage 5 is a governance discipline, and it is the stage most prone to silent regression. The network changes underneath the envelope — a new DER cluster shifts flows, an EV corridor changes load shape — and thresholds set on last year's network quietly stop being valid. The leading indicator is the escalation rate: when the share of actions falling outside bounds trends up, the world has moved and the envelope needs review before an incident forces one.
In practice
The bounded loop
A utility runs closed-loop VVO across designated feeders and scheduled reconfiguration on two clusters, inside an envelope stating voltage bands, switching-frequency ceilings, excluded network states and customer classes. Roughly one action in twenty-five escalates for review. The escalation rate itself is on a dashboard the standing governance forum reads monthly; a sustained rise triggers an envelope review, and the reversion to legacy configurations is drilled twice a year on quiet shifts.
What it looks like
- VVO setpoints, DLR-informed limits and routine reconfiguration execute automatically within bounds
- Engineers set and review the operating envelope; exceptions escalate to a person
- Every automated action carries a reconstructable audit trail
- Reversion to the legacy configuration is a tested procedure, exercised on schedule
Diagnostic signals you can check this week
- Whether the operating envelope is versioned and reviewed like protection settings
- Whether the reversion procedure has been exercised in the last six months
- Whether escalation rate is monitored as a leading indicator with a named reader
- Whether any single automated action can be reconstructed end to end from logs
Anti-pattern · Treating the envelope as configuration
Bounds get tuned in a settings screen — no review, no version history, no record of who widened the voltage band on which date. The loop works right up until someone must explain an action taken eight months ago, and neither the model version nor the envelope that permitted it can be reconstructed. Version the envelope, review changes like protection-setting changes, and keep the trail.
What holds you here
Sustaining closed-loop operation is a governance problem — the constraint is envelope validity and regulatory evidence, not engineering.
Highest-leverage next move
Treat the operating envelope as a versioned, reviewable artefact with the same rigour as protection settings, and monitor escalation rate as its early-warning signal.
Cost of leaving
- Effort
- Continuous
- Team
- Platform team plus a standing governance forum including protection engineering
- Risk
- Concentrated — low frequency, high consequence, regulatory in nature
If this is you, the next step is
We stress-test the envelope, the trail and the reversion against a real scenario.
Where utilities actually sit on the ladder
The distribution across the five stages, why the pilot plateau dominates, and the external evidence for what leaving it is worth.
Most utilities sit at the pilot stage: an optimisation has beaten current practice on a bounded study, and nothing in the control room or the planning workflow has changed. The distribution below is illustrative — synthesised from the adoption picture in IEA and EPRI grid-modernisation research rather than measured from a single survey — but the shape is consistent everywhere we look: a large pilot plateau, a thin operationalised band, and closed-loop operation confined to a handful of action classes at a handful of operators.
Distribution of utilities across the five stages
Illustrative distribution — synthesised from IEA and EPRI grid-modernisation research, not a single measured survey. The pilot stage is the mode and the plateau; the drop from Pilot to Operationalised is the largest single transition loss on the ladder.
Share of utilities (illustrative)
- 26% — 1 · Study-level
- 37% — 2 · Pilot (the plateau)
- 23% — 3 · Operationalised
- 11% — 4 · Fleet-wide
- 3% — 5 · Continuous
Source: Illustrative, synthesised from IEA Energy and AI and EPRI grid-modernisation research
The external evidence for the far side of the plateau is unusually concrete for an AI field. The IEA's Energy and AI analysis (opens in a new tab) estimates that up to 175 GW of transmission capacity could be unlocked by AI-enabled tools such as dynamic line rating without building new lines, and reports AI-based fault detection reducing outage durations by 30–50%. EPRI (opens in a new tab) runs standing research programmes on grid analytics and DER integration that many of these methods graduate through, and the US DOE Office of Electricity (opens in a new tab) funds the ADMS and grid-modernisation work that is making optimisation-ready control rooms normal rather than exotic. On the market side, system operators publish the operational pain these tools target — CAISO (opens in a new tab) reports renewable curtailment volumes that grow with every interconnection cohort, and PJM (opens in a new tab) processes an interconnection queue measured in hundreds of gigawatts.
The optimisation problem map: what to solve, with what, moving which KPI
Eight problems cover most of the grid-and-layout space. Each has a natural formulation, a home system, a KPI a budget holder already tracks — and a stage at which it earns its keep.
AI grid and layout optimisation concentrates in eight problem classes, and choosing the first one well matters more than solving it brilliantly. A problem is a good first candidate when three things are true: the network model for its area can be validated in weeks, the decision cycle is short enough to measure inside a quarter, and the KPI it moves is one a regulator or budget holder already tracks. The map below is how we scope first and second use cases with utilities.
| Problem | Formulation & method | Data & systems | KPI it moves | Sweet spot |
|---|---|---|---|---|
| Optimal power flow (OPF) & dispatch | AC/DC OPF, security-constrained; ML surrogates and warm starts for speed | EMS, SCADA, network model | Production cost, congestion, curtailment | Stage 3–4 |
| Feeder reconfiguration | Mixed-integer programme over switch states with radiality; ML screening | GIS/CIM, ADMS, SCADA | Technical losses, voltage violations | Stage 3–4 |
| Volt/VAR optimisation (VVO) | Setpoint optimisation over OLTCs, capacitors, smart inverters | ADMS, AMI voltages | Violation hours, CVR energy savings | Stage 4–5 |
| Hosting-capacity analysis | Repeated power-flow sweeps per feeder; ML acceleration for scale | GIS/CIM, AMI, DER register | MW connectable, screening turnaround | Stage 2–3 |
| Storage siting & sizing | Placement/size co-optimisation vs reinforcement deferral and congestion | Planning tool, load forecasts, network model | Reinforcement capex deferred, curtailment avoided | Stage 3–4 |
| Substation siting & network expansion | Expansion-planning MILP over load-growth scenarios | GIS, load forecasts, planning tool | Capex per MW served, connection lead time | Stage 2–3 |
| Wind micrositing & solar layout | Layout optimisation under wake/terrain models; cable routing as constrained network design | Met data, terrain/GIS, yield models | Energy yield, LCOE, balance-of-plant cost | Stage 2–3 |
| Dynamic line rating (DLR) | Weather-conditioned thermal models setting real-time limits | Weather feeds, line sensors, EMS | Transmission capacity released (MW) | Stage 4–5 |
Pick problems whose system of record you control
Feeder reconfiguration and VVO live entirely inside your GIS, ADMS and SCADA estate; a transmission-level OPF change may involve a market operator's processes and timelines. Early use cases that stay inside your own four walls ship quarters faster.
Prefer decisions that recur
A weekly reconfiguration run generates fifty-two attributable deltas a year and an approval log; a one-off substation siting generates one decision and no learning loop. Recurring decisions compound the pipeline investment — one-off layout studies are best run as consumers of the platform the recurring decisions justify.
Refuse problems the network model cannot yet support
If power-flow results on a feeder do not reconcile with its telemetry, no optimisation on that feeder is decision-grade — whatever the solver says. Sequencing model validation ahead of ambition is the single most reliable predictor of a programme that survives contact with operations.
What the transitions look like in public
Three publicly reported programmes, read against the ladder. None is an Atomic Loops engagement — each links to the operator's own published material.
The clearest evidence for the model-first thesis is in what large operators chose to build first. In each case below the differentiator was not a novel algorithm — it was that a shared, trustworthy representation of the network was treated as the foundation, and the optimisation and planning tools were built as consumers of it.
Three programmes read against the ladder
Outcomes as reported by the operators themselves. Verify figures against the linked source before reusing them; we have not independently audited them.
PJM InterconnectionUS regional transmission organisation · 13 states + DC23
- Challenge
- The largest US grid operator faced an interconnection queue measured in hundreds of gigawatts, with each application studied against planning models spread across separate databases and tools — a per-study workflow that could not keep pace with demand growth.
- Approach
- In April 2025 PJM announced a multiyear collaboration with Google and Tapestry to apply AI to regional planning and generation interconnection — starting not with an optimiser but with a unified, cloud-based, version-controlled model of the PJM grid that brings the planning databases and tools into one collaborative representation, with AI models to verify applications and speed study processing.
- Reported outcome
- As reported by PJM, the collaboration aims to significantly cut processing times for new interconnection requests as PJM works through the roughly 67 GW remaining in its transition-phase queue into 2026 — applying AI first to the data and model layer that every downstream study depends on.
- What it shows about the curveEven the operator with the deepest solver bench treats the shared network model as deliverable number one. Optimisation tooling is only as scalable as the model layer it runs on — which is exactly the stage 2→3 lesson at distribution scale.
PJM Inside Lines — PJM, Google & Tapestry announcement (opens in a new tab)
E.ONEuropean energy networks group · distribution grids across Europe24
- Challenge
- Surging connection volumes — heat pumps, EV charging and rooftop PV — hitting low-voltage networks whose expansion planning was a manual, section-by-section engineering study, on network records that were never digitised for automated analysis.
- Approach
- E.ON has publicly described digitising its distribution-network data and applying AI-supported grid planning across its German network businesses — generating and comparing expansion options automatically so planners evaluate machine-produced candidates rather than drafting each study by hand.
- Reported outcome
- As communicated by E.ON, AI-supported planning is being rolled out across its distribution subsidiaries to keep pace with the energy transition's connection growth — turning grid planning from a per-request study into a repeatable, model-driven pipeline.
- What it shows about the curveFleet-wide only works because planning became a pipeline on a shared digitised model rather than a craft performed per section. The layout problem — where reinforcement goes — industrialises exactly like the operational one.
EnelGlobal utility · distribution networks in Europe & Latin America24
- Challenge
- Planning and operating distribution networks across many countries, with asset records of varying quality and investment decisions that had to be comparable across territories.
- Approach
- Enel has publicly described building digital representations of its distribution networks and applying AI across its grids business — network digital twins supporting inspection, planning and network development, so the same modelled asset base underpins decisions in every territory.
- Reported outcome
- As reported in Enel's own material, the digital-twin programme supports planning and investment decisions across the distribution networks it operates worldwide — one shared model layer consumed by many analyses, rather than one study at a time.
- What it shows about the curveThe digital twin is the asset; every optimisation is a consumer of it. Multi-territory operators reach fleet-wide by standardising the model layer first — the analyses then travel between territories almost for free.
The four dimensions that set your stage
Capability is not one number. Four dimensions gate each other, and the lowest is the real stage.
Your stage is set by the lowest of four dimensions, because each one gates the others: network data and GIS quality, solver and model integration, operational integration, and value measurement. A sophisticated solver estate running on an unvalidated network model produces confident answers about a network that does not exist — which is worse than no answer, because it spends trust that integration will later need.
Network data & GIS quality
Whether a power flow on the model reproduces what SCADA and AMI measure, whether corrections are written back, and whether DER connections appear in the model at the pace they appear on the network. This dimension caps all three others, and it is the least glamorous to fund.
Solver & model integration
Whether optimisation is a repeatable pipeline — versioned, re-runnable, ML-screened, physics-certified — or a sequence of hand-assembled studies. The certification harness matters more than the learning architecture: it is what an operations engineer is actually being asked to trust.
Operational integration
Where results land and how fast the pipeline reflects network change. This is the dimension that separates Pilot from Operationalised, and in the programmes we review it is overwhelmingly the lowest-scoring of the four.
Value measurement
Whether success is defined in units a budget holder tracks — losses in MWh, violation hours, MW of hosting capacity released, capex deferred — and attributed against holdout feeders rather than asserted from the solver's objective value. Programmes measured on objective values alone lose funding at the first budget review.
Diagnosing the real constraint
Plot your network-model quality against your operational integration. The quadrant names the next investment — and three of the four answers are not 'a better optimiser'.
Blocked at the control room
- Trustworthy model, no route into operations
- Highest-leverage position on the matrix
- Fix: build the draft-plan workflow, not another study
Scaling
- Both foundations in place
- Constraint is now use-case throughput
- Fix: extract the shared platform layer
Studying
- Neither foundation in place
- Normal at stage 1
- Fix: validate the model for one substation cluster
Fragile automation
- Integrated pipeline on an untrusted map
- The most dangerous quadrant on the page
- Fix: mismatch monitoring before any further rollout