Microsoft Research introduced GridSFM on May 13, presenting a small foundation model that approximates alternating-current optimal power flow for transmission grids. The announcement includes an open research release and a separate larger-system tier.
An approximation with a solver handoff
GridSFM produces an estimated operating point and a feasibility score from grid inputs. Microsoft describes both scenario screening and use of the prediction as an initial guess for a numerical solver. GridSFM-Open was released for research-scale systems of up to 4,000 buses; the larger Premier tier was not included in that open release.
The reported evaluations include limitations on unfamiliar grids. The release should not be read as authorization to replace operational engineering checks with a model prediction.
Test the handoff explicitly
Our practical recommendation is to evaluate the combined workflow rather than inference speed alone. If the model supplies a starting point to a solver, measure the total time until the solver reaches an acceptable result. Keep failures and extra verification steps in that accounting.
Use cases that differ from the training examples in meaningful ways, including topology changes and unusual operating conditions. Inspect feasibility classifications separately from estimated costs, because a useful cost ranking does not establish that a proposed operating point satisfies every constraint.
Keep uncertain scenarios visible
For a research pilot, define which outputs receive full numerical verification and which can be used only for exploratory ranking. Document that boundary in the resulting reports so a downstream reader does not confuse a screened estimate with a verified solution.
Retain the inputs, model version and final solver outcome together. That record makes it possible to investigate whether an error came from the approximation, the supplied grid data or the handoff between components.
- GridSFM: A new, small foundation model for the electric grid
Microsoft Research · May 13, 2026
See the original announcement for availability and release details.