Pith. sign in

REVIEW 3 major objections 5 minor 30 references

Bridging Artificial Intelligence and Power Systems Education Using a Hands-On Executable Framework

T0 review · 3 major / 5 minor · reviewed 2026-08-04 · deepseek-v4-flash

Pith's one-line read A structured library of six executable notebooks aims to lower the barrier to learning AI for power systems by pairing every method with a concrete grid task.

desk verdict A useful, honestly-scoped education paper with real artifacts; the main gap is that the headline claim rests on demand proxies, not measured learning—but the authors say so themselves. read the letter →

arxiv 2608.02599 v1 pith:G7BL53KF submitted 2026-08-03 eess.SY cs.AIcs.SY

classification eess.SYcs.AIcs.SY
keywords AIeducationpowersystemsengineering-groundedhands-onnotebookssurvey-drivendesignpower-flowsurrogatereinforcementlearningphysics-informedneuralnetworks
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper sets out to prove that the biggest obstacle to applying AI in power systems is not mathematical depth but entry friction—environment setup, fragmented examples, and material that feels irrelevant to grid problems. It supports this with a survey of 52 researchers and practitioners: 92% reported at least one barrier before running an AI model, and 94% said they would use a power-specific hands-on course. To address that, the authors propose a framework in which every module deliberately couples a core AI concept—function approximation, convolution, learned constraints, reinforcement learning, physics-informed training—to a representative power-system task, and all modules share one configurable notebook skeleton. The library spans three progressive tiers from basic function fitting to a CNN power-flow surrogate to frontier methods, and is designed so a user can get a first result in minutes in a browser. If the framework works as claimed, it gives newcomers a ready-made path that most existing AI tutorials lack.

What carries the argument

The load-bearing mechanism is the 'unified template': a notebook skeleton with a Settings block (Section 0) exposing data source, network architecture, and hyperparameters, followed by data generation, model construction, training, evaluation, and visualization. Because all six modules share this skeleton, a learner who has run one module can navigate any other by editing a single configuration block. The second load-bearing device is the explicit pairing of the AI knowledge map (regression, convolution, constrained decision making, sequential decision making, physics-constrained learning) with the power-system knowledge map (forecasting, power flow, dispatch, storage control, dynamics), so

What would settle it

A controlled study with random assignment—one group using this framework and another using a conventional generic tutorial—that finds no significant difference in time-to-first-successful-run, post-test score, or self-efficacy would refute the claim that the framework lowers the entry barrier. More directly, a representative survey of power engineers finding that setup barriers afflict well under half of respondents would undermine the motivating statistics.

Watch

Extended reading notes

Core claim

The paper's central claim is that the entry barrier to AI in power systems can be lowered by pairing two knowledge maps—one of AI methods by problem type, one of power-system tasks by function—into a progressive ladder of open, executable modules. Each module couples a single AI concept with a representative power-system problem: a DNN for function approximation and load-curve fitting, a CNN as a power-flow surrogate for a five-bus system, a ReLU network embedded as a constraint in a mixed-integer program, a deep Q-network for battery storage control, and a physics-informed neural network for the swing equation. Every module runs on the same editable template, so changing from a synthetic fu

Load-bearing premise

The survey's 52 responses must represent the wider power-and-energy community for the 92% barrier rate and 94% demand rate to justify the design, and the webinar and repository engagement must serve as a valid proxy for real learning gains.

Editorial extensions

If this is right

  • A newcomer who completes the foundational tier can transfer the identical workflow to any one-dimensional regression problem, in power or beyond.
  • The CNN power-flow surrogate, trained on just 100 Monte-Carlo power-flow samples, reproduces bus voltages to MAE below 1e-3 pu and line active flows to about 14 MW on unseen cases, showing that small surrogate models are viable teaching vehicles.
  • The DRL battery module beats both no-storage and a heuristic cycle rule on its test day, confirming the state-action-reward loop is correctly implemented and can be studied hands-on.
  • The PINN module, which adds purely physics-based collocation points to an otherwise identical network, matches the analytical swing-equation response better than an ordinary network, demonstrating the value of physics-informed training.
  • The same Template-based design pattern transfers to any expensive-simulator discipline, meaning the framework's reach extends beyond power systems.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • If the framework works, the logical next test is a controlled comparison of learning outcomes (time-to-first-successful-run, post-test problem solving) against generic image-based tutorials; the paper explicitly leaves this to future work.
  • The survey's N=52, with an undisclosed distribution channel, makes the 92% and 94% figures directional; a broader random sample of power professionals could either replicate or soften the demand signal.
  • The 'engineering-grounded AI' principle the paper introduces implies a curriculum redesign principle—anchor every AI method in domain constraints—that could generalize to other engineering fields, though the paper only gestures at that.
  • A testable extension is to add time-series (recurrent/sequence) and explainability modules on the same template; the paper lists these as future directions.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 5 minor

Summary. The paper presents an open, executable Jupyter-notebook module library for teaching AI in power systems, motivated by a 52-response community survey. Six modules are organized in three tiers: foundational DNN templates for function and load-curve fitting, a domain-coupled CNN power-flow surrogate for a 5-bus system, and frontier modules on DNN-assisted optimization, DRL battery control, and PINNs for the swing equation. The survey reports 92% of respondents facing at least one AI-learning barrier and 94% wanting a power-specific hands-on course. The authors report early deployment metrics (590+ webinar attendees, 344+ repository visits) and claim the framework lowers the entry barrier for AI in power systems. The technical modules are described with honest caveats about their lightweight demonstration settings.

Significance. If the central claim were fully established, this would be a valuable educational contribution: the open repository, Colab-ready notebooks, unified template, and progressive difficulty ladder are concrete, reusable resources that address a real gap between generic AI tutorials and power-systems practice. The paper's strengths include reproducible executable modules, honest discussion of technical limitations (e.g., the near-degenerate voltage target and the largest nonlinear flow residuals), and a survey-driven design rationale. However, the causal claim that the framework 'lowers the entry barrier' is not currently supported by direct evidence; the reported metrics are proxies for demand and reach, not for learning outcomes or barrier reduction. The EGAI terminology is a useful framing device but is not developed into a measured or testable construct.

major comments (3)
  1. [Abstract, Contribution C, Section VII-E] The paper's central claim is that the framework 'lowers the entry barrier' (Abstract and Contribution C). Section VII-E states that 'A formal classroom evaluation of learning outcomes... would further quantify the educational impact,' which concedes that no direct evaluation exists. The evidence actually presented—survey self-reports of barriers, webinar attendance, and repository visits—is evidence of demand and reach, not of barrier reduction or learning. Please reframe the claim to 'addresses self-reported barriers' or add direct evidence such as pre/post tests, notebook completion rates, or task-success measures. This is load-bearing because the title and abstract promise an outcome that is not measured.
  2. [Section II-A, Table I] The survey is the empirical foundation for the design. The distribution channel is undisclosed, N=52 is small, and the acknowledgment notes support from IEEE PES AIPSCC, an AI-focused committee, creating a risk of selection bias toward AI-friendly respondents. Without details on the sampling frame, recruitment method, response rate, and raw data availability, the aggregate 92%/94% figures cannot be interpreted as representative of the broader power-and-energy community. Please report how the survey was distributed, the response rate, and release anonymized survey data or a summary sufficient for independent assessment.
  3. [Section VII-C and Contribution D] The 'community validation' metrics (590+ webinar attendees, 344+ repository visits in two weeks) are engagement proxies. They do not demonstrate that learners successfully ran the notebooks, understood the concepts, or experienced a lower entry barrier. The phrase 'real-world validation' (Contribution D) overstates what these metrics can support. Please adjust the wording to 'early engagement' and, if possible, report more direct usability indicators from the repository, such as Colab execution counts, issue reports, or completion analytics.
minor comments (5)
  1. [Section II-A.1] Typo: 'tutotials' should be 'tutorials'.
  2. [Section VI-A] Typo: 'applilication' should be 'application'.
  3. [Section V-C] Notation: 'incase5' should be 'in case 5' for readability; also clarify what 'case5' refers to (the PJM 5-bus system with one PQ bus).
  4. [Table III] The header contains a formatting glitch: 'CO N V1D' should read 'Conv1D layers'.
  5. [References [11] and [25]] Reference [11] and Reference [25] are the same paper (She et al., 'Fusion of microgrid control with model-free reinforcement learning'); duplicate entries should be consolidated.

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity: module results are checked against external references; the survey/webinar loop is a validity limitation, not a derivational circle.

full rationale

This paper makes no derivational claim that reduces to its own inputs. The DNN function-approximation module is compared to analytic ground truth; the CNN power-flow surrogate is evaluated against held-out pandapower reference solutions with an explicit leakage-free input/target split (Section V-A); the DNN-assisted optimization example separately evaluates satisfaction of the true nonlinear constraint; and the PINN is compared to the analytical swing-equation solution. None of these results are fitted to the comparison they are used to support. The survey and deployment metrics (590+ webinar attendees, 344 repo visits) are demand/engagement proxies, not predictions derived from the framework, and Section VII-E explicitly concedes that no formal classroom evaluation of learning outcomes was performed; that is a limitation in evidence, not circularity. Although several references are to the authors' own prior work (e.g., [14], [19], [20], [24]), none carries a load-bearing derivation: the PJM 5-bus system is an external benchmark, EGAI is introduced as a named design principle rather than an imported theorem, and no uniqueness claim or ansatz is borrowed to force the paper's conclusions. The central contribution is a set of executable educational modules whose pedagogical effectiveness is asserted on the basis of demand and engagement, not derived from those metrics, so no circular step is present.

Assumptions & free parameters 6 free parameters · 5 assumptions · 1 invented entities

The modules are teaching demos, so the ledger entries are illustrative settings and background assumptions rather than derivation-supporting fitted parameters. The only empirical claim (survey) rests on an unverifiable sample; the only exactness claim (MILP embedding) is standard ReLU-network encoding. No new physical entities are invented; 'EGAI' is a framing label from the authors' own paper [20], not a falsifiable entity.

free parameters (6)
  • LOAD_STD load perturbation noise = 0.10 (10%)
    Chosen by hand for the Monte-Carlo power-flow dataset in Sec. V-A (Listing 3); illustrative teaching setting, not fit to any target.
  • N_SAMPLES Monte-Carlo power-flow runs = 100
    Demo dataset size (Listing 3, Sec. V-A); chosen for notebook runtime rather than accuracy.
  • DNN/CNN training hyperparameters = EPOCHS 50-500; HIDDEN_LAYERS [64,32] etc.; TRAIN_RATIO 0.70/0.20
    Exposed in Settings blocks (Listings 1-2, Table III) as teaching parameters; selected for seconds-scale laptop runs.
  • DRL synthetic 24-h profile and cost coefficients
    Sec. VI-B uses 'one synthetic 24-h profile' and 'illustrative cost coefficients'; the $180.19 vs $191.58 result holds only for this setup.
  • PINN composite loss weights and collocation points = 300 collocation points; weights unspecified in text
    Sec. VI-C: loss weights 'remain exposed for experimentation'; the PINN-vs-ordinary-NN comparison depends on these choices.
  • DNN-assisted optimization training set size and width = 6000 samples; 64-unit hidden layer
    Sec. VI-A: chosen for the MILP demo; resulting x*=(0.7237,0.6735) is a demo output, not a claim about a power-system problem.
assumptions (5)
  • domain assumption pandapower's power-flow solver correctly solves the modified PJM 5-bus system, and its outputs are ground truth for the surrogate targets.
    Sec. V-A: dataset targets (voltages, flows) are taken as reference solutions; surrogate 'accuracy' is measured against this solver.
  • domain assumption The linearized swing equation (M dω/dt + Dω + Ks δ = ΔP) with the given parameters captures the dynamics taught in the PINN module.
    Sec. VI-C: the physics residual is defined from this ODE; parameters M, D, Ks, ΔP are taken as given without derivation.
  • domain assumption The 52-response survey sample represents the broader power-system AI-learner population.
    Sec. II-A: the 92% barrier rate and 94% demand rate are generalized; distribution channel is not disclosed.
  • standard math The ReLU network with big-M / linear_bounds encoding is an exact MILP embedding of the trained network.
    Sec. VI-A: 'Separate network and original-constraint evaluations distinguish exact encoding of the trained network from satisfaction of the nonlinear constraint.'
  • standard math Standard supervised and RL training procedures (Adam+backprop, ε-greedy DQN with target networks) behave as the demos assume.
    Sec. IV-VI: all modules rely on conventional ML training convergence; no novel training claim is made.
invented entities (1)
  • Engineering-Grounded AI (EGAI)
    purpose: Framing term for the design principle that AI workflows should follow engineering and power-system domain rules rather than act as task-agnostic black boxes.
    Introduced in Sec. VII-D and cited to the authors' own arXiv:2607.13034 [20]; no operational definition or measurable criteria are given, so it functions as a label rather than a falsifiable construct.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Bridging Artificial Intelligence and Power Systems Education Using a Hands-On Executable Framework." pith.science (2026). https://pith.science/paper/G7BL53KF

@misc{pith2026260802599,
  author       = {Pith},
  title        = {Pith review of: Bridging Artificial Intelligence and Power Systems Education Using a Hands-On Executable Framework},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/G7BL53KF}},
  note         = {Machine review of arXiv:2608.02599}
}
read the original abstract

Artificial intelligence (AI) is increasingly central to power and energy systems, supporting modeling, forecasting, optimization, and control. Yet most existing works emphasize specialized applications and offer little reusable material for newcomers or interdisciplinary learners, who increasingly rely on large language models rather than building their own. This gap points to a need for engineering-grounded AI (EGAI), in which AI workflows follow established engineering and power-system domain rules rather than acting as task-agnostic black boxes. Motivated by a community survey of researchers and practitioners, which shows 92% report at least one barrier before running an AI model and 94% want a power-specific hands-on course. This paper presents a framework consisting of open, executable module library that lowers the entry barrier for AI in power systems. The modules follow a progressive difficulty ladder that maps core AI concepts onto representative power-system tasks: (i) foundational deep neural network (DNN) templates for function approximation and load-curve fitting; (ii) a domain-coupled convolutional neural network (CNN) power-flow surrogate for a 5-bus system; and (iii) frontier modules on DNN-assisted optimization, deep reinforcement learning (DRL) for battery storage control, and physics-informed neural networks (PINNs) for the swing equation. All modules are released as Jupyter notebooks that run locally or on Google Colab and are delivered through an IEEE online course and IEEE Power & Energy Society (PES) webinar series. The webinar drew more than 590 live attendees, which is among the ten most-attended IEEE PES webinars, and over 344 repository visits within two weeks, reinforcing the survey-based motivation.

Figures

Figures reproduced from arXiv: 2608.02599 by the authors.

Figure 2
Figure 2. Power-system application domains in which respondents have applied [PITH_FULL_IMAGE:figures/full_fig_p003_2.png] view at source ↗
Figure 3
Figure 3. Barriers reported before running an AI model, broken down by [PITH_FULL_IMAGE:figures/full_fig_p003_3.png] view at source ↗
Figure 4
Figure 4. Perceived relevance of image-based AI examples (e.g., MNIST [PITH_FULL_IMAGE:figures/full_fig_p004_4.png] view at source ↗
Figures from the paper (6 more)
Figure 6
Figure 6. Figure 6: Load-curve learning with the DNN_load_curve module. V. DOMAIN-COUPLED MODULE (TIER 2): CNN POWER-FLOW SURROGATE The domain-coupled tier connects a neural network di￾rectly to a physics-based simulator. A CNN, implemented in CNN_for_5_bus_system.ipynb, is trained as a p…
Figure 5
Figure 5. Figure 5: Predicted versus true curves on unseen test data for two representative [PITH_FULL_IMAGE:figures/full_fig_p006_5.png]
Figure 7
Figure 7. Figure 7: Actual versus predicted bus voltage magnitudes on an unseen test [PITH_FULL_IMAGE:figures/full_fig_p007_7.png]
Figure 8
Figure 8. Figure 8: Actual versus predicted line power flows on an unseen test sample: [PITH_FULL_IMAGE:figures/full_fig_p007_8.png]
Figure 9
Figure 9. Figure 9: Executable example results for (a) DNN-assisted optimization and (b) [PITH_FULL_IMAGE:figures/full_fig_p008_9.png]
Figure 10
Figure 10. Figure 10: Dynamic trajectories from the analytical solution, ordinary neural [PITH_FULL_IMAGE:figures/full_fig_p008_10.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

30 extracted references · 3 linked inside Pith

  1. [11]

    Fusion of microgrid control with model-free reinforcement learning: Review and vision,

    B. She, F. Li, H. Cui, J. Zhang, and R. Bo, “Fusion of microgrid control with model-free reinforcement learning: Review and vision,” IEEE Transactions on Smart Grid, vol. 14, no. 4, pp. 3232–3245, 2022

  2. [25]

    Fusion of microgrid control with model-free reinforcement learning: Review and vision,

    B. She, F. Li, H. Cui, J. Zhang, and R. Bo, “Fusion of microgrid control with model-free reinforcement learning: Review and vision,” IEEE Transactions on Smart Grid, vol. 14, no. 4, pp. 3232–3245, Jul. 2023

  3. [20]

    Do AI agents know when a task is simple? Toward complexity-aware reasoning and execution,

    J. Yin and X. Feng, “Do AI agents know when a task is simple? Toward complexity-aware reasoning and execution,”arXiv preprint arXiv:2607.13034, 2026

  4. [1]

    Reinforcement learning for selective key applications in power systems: Recent advances and future challenges,

    X. Chen, G. Qu, Y . Tang, S. H. Low, and N. Li, “Reinforcement learning for selective key applications in power systems: Recent advances and future challenges,”IEEE Transactions on Smart Grid, vol. 13, no. 4, pp. 2935–2958, Jul. 2022. [Online]. Available: https://ieeexplore.ieee.org/document/9721402/

  5. [2]

    Recent developments in machine learning for energy systems reliability management,

    L. Duchesne, E. Karangelos, and L. Wehenkel, “Recent developments in machine learning for energy systems reliability management,” Proceedings of the IEEE, vol. 108, no. 9, pp. 1656–1676, Sep. 2020. [Online]. Available: https://ieeexplore.ieee.org/document/9091534/

  6. [3]

    Grid resilience, extreme weather events, and clean energy development: Understanding their interactions in modern power systems,

    X. Feng, J. Yin, C. Li, V . Wilson, B. She, Q. Zhang, J. Zhao, C.-f. Chen, K. Tomsovic, X. Fang, H. Cui, R. Bo, and F. F. Li, “Grid resilience, extreme weather events, and clean energy development: Understanding their interactions in modern power systems,”Nature Reviews Clean Technology, 2026, invited paper

  7. [4]

    Creation and evaluation of a pretertiary artificial intelligence (AI) curriculum,

    T. K. F. Chiu, H. Meng, C.-S. Chai, I. King, S. Wong, and Y . Yam, “Creation and evaluation of a pretertiary artificial intelligence (AI) curriculum,”IEEE Transactions on Education, vol. 65, no. 1, pp. 30–39, Feb. 2022. [Online]. Available: https://ieeexplore.ieee.org/ document/9455898

  8. [5]

    An LLM-driven chatbot in higher education for databases and information systems,

    A. T. Neumann, Y . Yin, S. Sowe, S. Decker, and M. Jarke, “An LLM-driven chatbot in higher education for databases and information systems,”IEEE Transactions on Education, vol. 68, no. 1, pp. 103–116, Feb. 2025. [Online]. Available: https://ieeexplore.ieee.org/document/ 10706931/

Show all 30 references
  1. [6]

    Integrating AI in engineering education: A comprehensive review and student- informed module design for U.K. students,

    Y . Hao, Y . Liu, B. Liu, G. Amarantidis, and R. Ghannam, “Integrating AI in engineering education: A comprehensive review and student- informed module design for U.K. students,”IEEE Transactions on Education, vol. 68, no. 2, pp. 173–185, Apr. 2025. [Online]. Available: https:...

  2. [7]

    Framework for adoption of generative artificial intelligence (GenAI) in education,

    S. Shailendra, R. Kadel, and A. Sharma, “Framework for adoption of generative artificial intelligence (GenAI) in education,”IEEE Transactions on Education, vol. 67, no. 5, pp. 777–785, Oct. 2024. [Online]. Available: https://ieeexplore.ieee.org/document/10629211/

  3. [8]

    Making AI accessible for STEM teachers: Using explainable AI for unpacking classroom discourse analysis,

    D. Wang and G. Chen, “Making AI accessible for STEM teachers: Using explainable AI for unpacking classroom discourse analysis,”IEEE Transactions on Education, vol. 67, no. 6, pp. 907–918, Dec. 2024. [Online]. Available: https://ieeexplore.ieee.org/document/10605115/

  4. [9]

    The impact of artificial intelligence on learning and teaching of engineering,

    P. Guedes, E. Abranches Silva Lopes, P. F. Ribeiro, and A. C. Zambroni De Souza, “The impact of artificial intelligence on learning and teaching of engineering,”IEEE Transactions on Education, vol. 68, no. 5, pp. 417–425, Oct. 2025. [Online]. Available: https://ieeexplore.ieee...

  5. [10]

    Applications of artificial intelligence in power system operation, control and planning: a review,

    U. Pandey, A. Pathak, A. Kumar, and S. Mondal, “Applications of artificial intelligence in power system operation, control and planning: a review,”Clean Energy, vol. 7, no. 6, pp. 1199–1218, Dec

  6. [12]

    An overview of artificial intelligence applications for power electronics,

    S. Zhao, F. Blaabjerg, and H. Wang, “An overview of artificial intelligence applications for power electronics,”IEEE Transactions on Power Electronics, vol. 36, no. 4, pp. 4633–4658, Apr. 2021. [Online]. Available: https://ieeexplore.ieee.org/document/9200511/

  7. [13]

    Power for AI and AI for power: The infinite entanglement between artificial intelligence and power electronics systems,

    M. Chen, H. Cui, F. Blaabjerg, L. Lorenz, R. Hellinger, T. Gray, O. Fink, and K. Hermanns, “Power for AI and AI for power: The infinite entanglement between artificial intelligence and power electronics systems,”IEEE Power Electronics Magazine, vol. 12, no. 1, pp. 37–43, Mar. ...

  8. [14]

    Review and vision of AI in power system applications,

    F. Li and J. Zhao, “Review and vision of AI in power system applications,” Denver, CO, Jul. 2022. [Online]. Available: https://cmte.ieee.org/pes-mlps/wp-content/uploads/sites/91/ 2025/01/IEEE-PES-GM22 AI-Supersession 1-Fran-Li.pdf

  9. [15]

    Pathway toward an open source ecosystem in power systems: A blueprint for collaborative innovation and software sustainability,

    A. Ali, J. Yin, F. F. Li, and H. Cui, “Pathway toward an open source ecosystem in power systems: A blueprint for collaborative innovation and software sustainability,”IEEE Electrification Magazine, vol. 13, no. 2, pp. 58–67, Jun. 2025. [Online]. Available: https: //ieeexplore....

  10. [16]

    An open source power system simulator in python for efficient prototyping of W AMPAC applications,

    H. Haugdal and K. Uhlen, “An open source power system simulator in python for efficient prototyping of W AMPAC applications,” Jan. 2021, arXiv:2101.02937 [eess]. [Online]. Available: http://arxiv.org/abs/2101. 02937

  11. [17]

    AI for optimal power flow

    J. Montalvo, U. Agwan, P. Moutis, and E. Liang, “AI for optimal power flow.” [Online]. Available: https://colab.research.google.com/github/climatechange-ai-tutorials/ optimal-power-flow/blob/main/AI for Optimal Power Flow.ipynb

  12. [18]

    A data-driven adaptive control approach for enhancing the dynamic response of VSGs in varying grid conditions,

    S. Fahad, B. She, J. Yin, F. Li, H. Cui, and R. Bo, “A data-driven adaptive control approach for enhancing the dynamic response of VSGs in varying grid conditions,”IEEE Transactions on Power Delivery, pp. 1–13, 2025. [Online]. Available: https: //ieeexplore.ieee.org/document/10950127

  13. [19]

    Small test systems for power system economic studies,

    F. Li and R. Bo, “Small test systems for power system economic studies,” inIEEE PES General Meeting, Jul. 2010, pp. 1–4, iSSN: 1944-9925. [Online]. Available: https://ieeexplore.ieee.org/document/ 5589973/authors

  14. [21]

    AI for power and energy systems: Applications, challenges, and opportunities,

    F. Li, “AI for power and energy systems: Applications, challenges, and opportunities,” 2026. [Online]. Available: https://xplorestaging.ieee.org/ courses/details/EDP818

  15. [22]

    AI for power system applications: Hands-on examples, selected applications, and perspectives,

    F. Li, “AI for power system applications: Hands-on examples, selected applications, and perspectives,” IEEE Power & Energy Society (PES) Webinar, Part I, Jun. 2026, video recording. [Online]. Available: https://resourcecenter.ieee-pes.org/education/webinars/pes ed web aip1 061026

  16. [23]

    AI for power system applications: Hands-on examples, selected applications, and perspectives,

    F. Li, “AI for power system applications: Hands-on examples, selected applications, and perspectives,” IEEE Power & Energy Society (PES) Webinar, Part I, Jun. 2026, slides. [Online]. Available: https://resourcecenter.ieee-pes.org/education/webinars/pes ed web aip1 061026 sld

  17. [24]

    AI for power and energy systems: Hands- on examples,

    J. Yin, B. She, and F. Li, “AI for power and energy systems: Hands- on examples,” GitHub repository, Sep. 2025. [Online]. Available: https://github.com/enliten/IEEE-course AI-for-Power-Energy-Systems

  18. [26]

    Physics-informed neural networks: A deep learning framework for solving forward and inverse problems involving nonlinear partial differential equations,

    M. Raissi, P. Perdikaris, and G. E. Karniadakis, “Physics-informed neural networks: A deep learning framework for solving forward and inverse problems involving nonlinear partial differential equations,” Journal of Computational Physics, vol. 378, pp. 686–707, 2019

  19. [27]

    Physics-informed neural networks for power systems,

    G. S. Misyris, A. Venzke, and S. Chatzivasileiadis, “Physics-informed neural networks for power systems,” in2020 IEEE Power & Energy Society General Meeting (PESGM), 2020, pp. 1–5. [Online]. Available: https://arxiv.org/abs/1911.03737

  20. [28]

    Encoding frequency dynamics into economic operation of IBR-penetrated power systems: Quantification, integration, and validation,

    J. Yin, B. She, J. Wang, and F. Li, “Encoding frequency dynamics into economic operation of IBR-penetrated power systems: Quantification, integration, and validation,”IEEE Transactions on Smart Grid, 2026

  21. [29]

    Virtual inertia scheduling (VIS) for real-time economic dispatch of IBR-penetrated power systems,

    B. She, F. Li, H. Cui, J. Wang, Q. Zhang, and R. Bo, “Virtual inertia scheduling (VIS) for real-time economic dispatch of IBR-penetrated power systems,”IEEE Transactions on Sustainable Energy, vol. 15, no. 2, pp. 938–951, 2023

  22. [2023]

    Available: https://academic.oup.com/ce/article/7/6/1199/ 7425141

    [Online]. Available: https://academic.oup.com/ce/article/7/6/1199/ 7425141

Pith tools

Reviewed August 4, 2026 · model on record in the stance chip above.