Research Worth Reading

Today’s Synthesis

A concrete build for engineers this week: a grid-edge resilience stack that chains three of today’s papers into a working control loop. Start with Physics-Informed Dynamic State Estimation for Current Transformers Using Graph Neural Networks to recover accurate secondary current states under transient core saturation — this runs on PyTorch Geometric and fits directly onto existing substation telemetry without new hardware. Pipe those estimated node states into the Overload-Based Cascades in Multiplex Flow Networks with Partial Functionality simulator, which models partial-functionality degradation instead of binary up/down failure, producing a realistic stress map of interdependent grid and supply-chain links under load. Close the loop with Data-driven Kernel-based Predictive Control with Stability and Robustness Guarantees : train the kernel MPC directly on input-output data from distributed battery storage or building HVAC to shed or shift load when cascade risk crosses a set threshold. The full pipeline uses standard ML and convex optimization tooling (CVXPY, scikit-learn kernels) with no requirement for a first-principles grid model. For a software or ML engineer entering climate work, this is a tractable weekend-scale prototype that exercises GNN inference, network simulation, and certified control in one deployable package.