HYPOTHESIS AND THEORY article

Front. Artif. Intell., 11 June 2026

Sec. Machine Learning and Artificial Intelligence

Volume 9 - 2026 | https://doi.org/10.3389/frai.2026.1814651

Agentic AI systems in electrical power systems engineering: current state-of-the-art and challenges

  • 1. Independent Researcher, Overland Park, Kansas, KS, United States

  • 2. IEEE IAS/PES Kansas City Section, Kansas City, KS, United States

Abstract

Agentic AI systems have recently emerged as a critical and transformative approach in artificial intelligence, offering capabilities that extend far beyond traditional AI agents and contemporary generative AI models. This rapid evolution necessitates a clear conceptual and taxonomical understanding to differentiate this new paradigm. Our paper addresses this gap by providing a comprehensive review that establishes a precise definition and taxonomy for “agentic AI,” with the aim of distinguishing it from previous AI paradigms. The concepts are gradually introduced, starting with a highlight of its diverse applications across the broader field of engineering. The paper then presents four detailed, state-of-the-art use-case applications within electrical power systems engineering, a domain where the impact of agentic AI systems is expected to be particularly significant. The high impact of agentic AI systems in the field of electrical power systems is primarily driven by global trends toward clean energy transition and higher levels of grid automations, all of which create an environment where agentic AI can be readily deployed and effectively leveraged. These case studies demonstrate current and innovative state-of-the-art, ranging from an advanced agentic framework for streamlining complex power system studies and benchmarking to a novel agentic AI system developed for survival analysis of dynamic pricing strategies in battery swapping stations. Finally, robust deployment of these autonomous agents brings a unique set of challenges that are discussed in this manuscript through detailed failure mode investigations. From these findings, we derive actionable recommendations for the design and implementation of safe, reliable, and accountable agentic AI systems, offering a critical resource for researchers and practitioners.

1 Introduction

The field of artificial intelligence (AI) is undergoing a significant paradigm shift, moving from systems that passively generate content to more of autonomous systems that can reason and react, play, and act, to achieve complex goals (Murugesan, 2025; Raheem and Hossain, 2025). The evolution as being witnessed in the US and globally is bound to have profound implications for high-stakes domains such as engineering. The progression of this technological trend can be broadly traced through three key phases: traditional agent-based AI systems, generative AIs, and the recent emergence of agentic AI frameworks.

Historically, the concept of an AI agent has been foundational, and followed a traditional definition of an entity that recognizes its surroundings and acts upon it (Rusell and Norvig, 2010). Early agent-based systems (Calegari et al., 2021; Cardoso and Ferrando, 2021) focused on coordination and had limited problem-solving capabilities often within the bounds of predefined and narrow operational contexts. While effective for specific tasks like distributed control or optimization, these agents lacked generative reasoning and adaptability to novel problems. The second phase of this evolution was catalyzed by the advent of large language models (LLMs), which underpin Generative AI (GenAI), with GenAI systems like ChatGPT and Gemini demonstrating unprecedented ability to comprehend context and produce multimodal human-like text, codes, and other media. In an engineering context, GenAI served as a powerful assistant, capable of drafting codes, summarizing technical documents, or suggesting initial design parameters. However, GenAI is by its very design ‘reactive’, i.e., it responds to a prompt to complete a discrete task but does not possess its own goals, nor can it independently verify or execute its outputs in a real-world feedback loop, by comprehending a complex goal, dissecting and solving it.

This is where the current and the third evolutionary phase comes into play; the third phase is that of Agentic AI. This represents an evolutionary leap by integrating the reasoning capabilities of LLMs with the classical agent’s ability to act. Agentic systems are not merely content generators; they are goal-oriented systems that can autonomously decompose a high-level objective into a sequence of executable sub-tasks. By its design, Agentic AI can plan, memorize, reflect on its performance, and interact with external tools, such as compilers, simulators, or web APIs, to execute its plan and adapt to new information. A seminal study in this area is that of Park et al. (2023), who introduced the concept of “generative agents” in a simulated environment. These LLM-powered agents exhibited believable emergent social behavior by operating on a “Perceive, Plan, Retrieve, Reflect, and Act” cycle, thereby demonstrating their long-term memory and self-directed activity. This work provided the foundational architecture for more complex agentic systems. Subsequent research has focused on formalizing these architectures, with comprehensive surveys by Wang et al. (2024) highlighting the critical components of agentic AI with internal intelligence (reasoning, reflection, memory) and external tool invocation.

In complex engineering workflows, an agentic system can manage the entire process rather than just a single step. For example, in integrated circuit (IC) design, a GenAI model might generate a plausible but unverified block of Verilog code. In contrast, an agentic system can write the code, execute a simulation using an industry-standard tool, parse the resulting log file, identify a timing violation or bug, reflect on the error, modify its original code, and re-run the simulation, iterating until the design specifications are met. This closed-loop feedback mechanism, which mimics the core workflow of a human engineer, has already been demonstrated in recent studies such as ASIC-Agent (2024) and Agentic-HLS (2024) (Oztas and Jelodari, 2024), which apply agentic reasoning to full ASIC generation and high-level synthesis, respectively. It is under this context that we present subsection 1.1 to discuss the potential of agentic AI as a transformative technology in engineering design and applications, and subsection 1.2 to illustrate the manuscript contribution and structure.

1.1 Motivation and background

The rapid emergence of agentic AI has prompted a number of valuable surveys (Acharya et al., 2025; Schneider, 2025; Ali et al., 2025; Bandi et al., 2025), which were critically assessed to understand their strengths and limitations. In Acharya et al. (2025), for instance, the authors define agentic AI as autonomous systems that pursue complex, long-horizon goals in dynamic environments with minimal human oversight, clearly distinguishing them from traditional, classical, and generative AI. The paper provides a beneficial but broad and somewhat scattered overview of agentic AI, covering core technical foundations such as reinforcement learning, goal-oriented and modular architecture, adaptive control, and mechanisms for planning, memory, and tool use, together with training and evaluation practices and supporting software frameworks. It surveys applications across multiple non-aligned sectors, including healthcare, finance, manufacturing, and education, highlighting adaptability, multi-goal management, and real-world deployment, while analyzing engineering challenges like goal alignment, environmental adaptation, and resource constraints alongside ethical and governance concerns involving accountability, bias, transparency, and safety. The authors outline open research directions and a roadmap for scalable, aligned, and well-governed agentic AI, positioning the survey as a foundational reference for both technical development and policy discourse.

The second survey (Schneider, 2025) presents a beneficial but a loosely formed high-level overview of agentic AI that spans multiple technical and application areas rather than developing a tightly focused perspective. It defines agentic AI in relation to traditional AI and language-model-based agents, then reviews core components such as planning, memory, tool use, learning paradigms, and interaction mechanisms, along with representative agent architectures and frameworks. It also catalogs a wide range of use cases across non-aligned sectors including healthcare, finance, manufacturing, and education, treating these largely as illustrative vignettes of what agentic systems might do in practice. Overall, the survey is useful as a broad entry point into space, but its coverage is scattered across disparate domains, which limits its depth on any specific agentic capability or design principle.

The third survey by Ali et al. (2025) present a conceptually rich and methodologically rigorous survey that reframes agentic AI through a dual-paradigm lens, distinguishing a symbolic/classical lineage grounded in explicit planning and cognitive architectures from a neural/generative lineage centered on LLM orchestration and multi-agent pipelines. Their key contribution is to expose “conceptual retrofitting” in prior work and to propose a clear taxonomy that maps architectures, domains (e.g., healthcare, finance, robotics), and governance issues to the appropriate paradigm, while also identifying the strategic importance of neuro-symbolic hybrids and paradigm-specific evaluation and policy needs. However, the survey is theory-heavy and dense, with extensive historical and taxonomic exposition that can obscure direct design guidance for practitioners, and its paradigm split, while clarifying, sometimes overstates the incompatibility of symbolic and neural methods relative to current hybrid engineering practice.

The fourth survey by Bandi et al. (2025) offer a broad, integrative review of “agentic AI” that aggregates definitions, tools, architectures, applications, input–output modalities, evaluation methods, and challenges across 143 primary studies spanning LLM-based and non-LLM systems. The paper is especially useful as a catalog, systematically tabulating frameworks (e.g., LangChain, AutoGPT, AutoGen, MetaGPT), architectural components (planning, memory, reflection, tool use), task domains, IO patterns, and qualitative/quantitative metrics while highlighting recurring technical, coordination, ethical, and security issues. Yet this breadth comes at the cost of conceptual sharpness the notion of agentic AI remains relatively inclusive and operationally loose, many sectors (healthcare, finance, retail, smart cities, education) are treated as parallel vignettes rather than analytically connected, and the survey largely reports and classifies prior work rather than advancing a strong, unifying theoretical perspective on what makes agentic systems distinct beyond being autonomous, multi-step, and goal-directed.

What emerges from a critical review of these four surveys is that these studies have successfully established a foundational understanding of agentic architectures, components (e.g., planning, memory, tool use), and general capabilities. However, this existing literature primarily focuses on the underlying computer science, natural language processing challenges, or broad, cross-industry applications (Bandi et al., 2025; Chawla et al., 2024).

A significant gap persists in literature: to date, there has not been a comprehensive study on the specific state-of-the-art applications, challenges, and opportunities of agentic AI within the field of “engineering.” This gap is particularly wide for “electrical engineering,” a discipline that holds one of the highest potentials for an agentic AI revolution. This is because from an applications standpoint, agentic AI solutions can be readily leveraged in streamlining clean energy transition and decarbonization, navigating regulatory complexities and interconnection bottlenecks, and in assessing and mitigating complex power grid cybersecurity vulnerabilities. As such, a recent report published in Medium (Das, 2025) on this subject adequately highlights how these emerging engineering areas may readily leverage and benefit from agentic AI solutions such as ‘energy mix optimization agents’ to optimize energy sources based on demand forecasts, carbon intensity, and cost efficiency or ‘carbon accounting agents’ to automatically track and report emission with an objective to exceed regulatory emission thresholds. From a broader adoption standpoint, these complex, multi-stage, and tool-dependent workflows can make an impact in other closely related areas such as power systems engineering management, event detection and diagnostic, congestion forecasting and renewable curtailment management, all of which are also ideal environments for autonomous, goal-driven agents. Preliminary smart grid applications (Zhang and Xie, 2025) have already demonstrated some of agentic AI systems’ disruptive potential, yet a systematic review with concrete example use cases that connect agentic theory to practical electrical engineering implementation is absent. This manuscript aims to fill that void. Table 1 presents a summary comparison of the existing work with that presented in this manuscript.

Table 1

Paper IDFactors studied
Tool orchestrationDomain scopeReal-world engineering artifact generation
Schneider (2025)!
Partial: Highlights existing literature only (motion planning in 3D, interaction with computer, etc.)
!
Partial: Survey level discussion of Human–AI interaction, AI ethics and safety, socio-economic and policy aspects
X
Not discussed
Zhang and Xie (2025)!
Partial: Illustrates Model Context Protocol with PowerWorld, PSSE, OpenDSS. Implementation is not extended to agentic AI system.
!
Partial: Conceptual illustration in the field of power system engineering, includes data center siting and load growth impact evaluation.
X
Not discussed
Acharya et al. (2025)X
Not discussed
!
Partial: Survey level comparison; discussion remains limited to classical agents, reinforcement learning agent, and agentic AI.
X
Not discussed
Bandi et al. (2025)!
Partial: Limited discussion on agentic capabilities across current LLM-based framework
!
Partial: Cites manuscripts across a wide variety of domain, but with limited focus on a single domain
X
Not discussed
Our manuscript
Agentic AI illustration extended through pipeline involving AGI32/Visual Lighting, Blender, n8n interface, R Studio outputs, Google Drive folder structure

Detailed scope covering electrical power system engineering, extending beyond survey level treatment

Yes, presents workflow diagrams, engineering artifacts, and prompts.

Comparison of related work and work presented in this manuscript.

1.2 Manuscript contributions and structure

This manuscript provides a domain-focused synthesis of agentic AI with four illustrative electrical-engineering case studies and a trustworthiness analysis. Our primary contribution is to bridge the gap between the theoretical architecture of agentic AI and its state-of-the-art practical application in electrical engineering, while also systematically identifying the domain-specific challenges to its deployment.

The remainder of this paper is structured as follows:

  • Section 2 discusses the taxonomical difference between traditional AI agents, Generative AI, and the new paradigm of Agentic AI, establishing a clear conceptual framework. In this section, we further explore illustrative use cases across the broader field of engineering to provide context for an agent-driven transformation of design and operational workflows.

  • Section 3 forms the core of this manuscript and provides a detailed outline of four state-of-the-art cases studies in the field of electrical engineering, beginning with an MCP based agentic AI framework for streamlining of power system studies and benchmarking, followed by an MCP based agentic AI framework for enhancement of substation illumination studies, an agentic AI framework to generate engineering bill of quantity (BoQ) based on request for pricing (RFP) documents, and finally outlining an agentic AI system for survival analysis of battery swapping station pricing strategies. For each of these case studies, we detail the success factors, limitations, and lessons learned.

  • Section 4 conducts a critical review of the significant challenges and practical considerations for deploying trustworthy agentic AI in engineering. This includes security risks, such as the adversarial spread of false information and cascading misinformation from LLM rewrites, as well as practical barriers to building trustworthiness, such as model ambiguity, vulnerability to tool injection, and the necessity of robust human-in-the-loop (HITL) governance. In addition to discussing the problems, we present the state-of-the art mitigation solutions.

  • Section 5 concludes the paper, summarizing our findings and outlining key directions for future research.

2 Foundational theory of agentic AI and comparison with AI agents

As illustrated in Figure 1A, search interest in ‘Agentic AI’ as recorded by Google Trends was virtually nonexistent prior to 2025 and began to gain traction only after the first quarter of 2025. Figures 1BD shows the top metro from US, China, and UK linked with the search interest in ‘Agentic AI’, as these are the countries that stands in the forefront of agentic AI research, based on bulletin published by Stanford’s Human-Centered Artificial Intelligence (HCAI) working group (Stanford University – Human-Centered Artificial Intelligence, 2024). In comparison, search popularity for the keywords ‘AI agents’ and ‘generative AI’ existed for some time (approximately since 2023 to present (2025)), and thus the question arises as to what is the difference between these three apparently similar and distinct paradigms? It is important that formal taxonomical understanding between these three separate areas of artificial intelligence be formed, and such a task has been undertaken in this section. Such formal taxonomical understanding is essential for several different reasons, including:

  • Guiding industry and innovation strategies: Companies and developers need to align their research and development strategies to the right class of technology, as needed based on their particular use case. For example, generative AI companies might pivot toward agentic orchestration, only if they understand the fundamental differences and requirements between them.

  • Avoiding conceptual ambiguity: In common media, these terms are often used interchangeably, even though they refer to fundamentally different capabilities:

  •    ◦ Generative AI focuses on content generation based on learned patterns (e.g., text, image, code).

  •    ◦ AI agents involve goal-driven entities that can act within predefined boundaries, often automating specific workflows.

  •    ◦ Agentic AI introduces a higher level of autonomy, reasoning, planning, and coordination across tools or environments.

  • Enabling rigorous research and benchmarking: Benchmarking of generative AI based content generation vastly differs from those for multi-step autonomous action. Hence, formal taxonomy provides a structured lens to define the different problem spaces.

Figure 1

Now that we have understood why formal taxonomical classification of these three areas of AI is essential, the focus is now shifted to form foundational understanding of these three areas. The taxonomical distinction is organized around how these systems start and control their work, how independently they can plan and act over time, and how many steps, domains, and tools they can coordinate to reach a goal. It also compares how they interact and learn (from simple prompt-and-response to ongoing adaptation), how they connect with people and other agents, and how their internal “wiring” (memory, architecture, and data access) supports more complex, long-running behaviors.

2.1 Foundational understanding of AI agents

AI agents are defined as an autonomous or semi-autonomous computational entity that reasons over information and takes prompt-based actions to achieve generally specific objectives (Acharya et al., 2025). It has a greater degree of adaptability and reasoning as compared to static, predefined sequences of instructions (e.g., shell scripts, Python scripts, macros) that execute exactly as written. They have found application within the domain of customer service (Chaturvedi and Verma, 2023), with bots that has the ability to showcase positive sentiment during customer service interactions (Han et al., 2022) or providing a personal touch and improve the customer experience in customer service (Blümel et al., 2024). In industrial domains, multimodal retrieval-augmented generation agents are increasingly applied to accurately identify, count, and locate objects, particularly within complex scenes containing occlusions or small distracting objects (Xue et al., 2024), or AI meeting-summarizing agent automating the meeting note taking process in real time, ensuring that essential discussions contents are precisely captured and accessible for later review and usage (Shcherbakov, 2025).

2.2 Foundational understanding of generative AI

Generative AI refers to a class of artificial intelligence systems that are designed to create new content, such as text, images, audio, video, code, or other data, that resembles or extends human-produced work. Generative AI models are trained using large language models (LLMs) or large visual models (LVMs) that learn patterns from massive datasets of text, images, audio, or code. To produce an output, generative AI requires a user prompt [such as zero-shot, few-shot, chain-of-thought, tree-of-thought (Nazi et al., 2025; Yao et al., 2023)] and does not operate with autonomous goals. It must be highlighted that the multimodal capacity of generative AI allows systems to capture richer semantic relationships and expands the operational scope of AI systems beyond traditional unimodal applications. Such multimodal capacity is being widely seen in the field of generative AI (Wu et al., 2023; Guo et al., 2022) (GPT-4 versus GPT-3, Switch-BERT versus BERT) and is especially powerful in engineering, design, and knowledge-intensive fields.

2.3 Emergence and foundational understanding of agentic AI

So far, we have seen that AI agents perform well-defined tasks in structured environments, tasks such as process automation, customer assistance, etc., while generative AI gained the ability to understand and produce context-aware outputs across modalities (text, image, code, etc.). Agentic AI merges these two ideas, by bringing a higher degree of autonomy and planning (via goal decomposition) along with adaptive, multi-modal reasoning. An agentic AI framework usually consists of an orchestrator, a delegate, and a an ensemble of specialized AI agents, as shown in Figure 2, with the orchestrator agent analyzing the goal of the overall framework and decomposing the tasks into coarse- or fine-grained smaller decompositions (Gabriel et al., 2024), which are then passed onto the AI agents by the delegator. The delegator consolidates the results of the AI agents once their tasks (or subtasks) are completed and helps the agentic AI framework to move toward its goal.

Figure 2

Table 2 summarizes and further extends this section with a comprehensive set of distinctions between the three AI paradigms, namely agent-based AI, generative AI, and agentic AI.

Table 2

Distinction categoriesDimensions within the distinction categoriesAI-agentGenerative AIAgentic AI
System initiation and controlInitiation typeRule-based or event-driven or prompt-drivenPrompt-drivenSelf-initiating or goal-directed
Autonomy levelLowMediumHigh — capable of autonomous planning and execution
Task scopeNarrow, predefinedBroad but single passMulti-step, cross-domain workflow
Interaction and coordinationLearningMinimalLearned during pretraining; limited online learningOnline adaptation, reinforcement, and context-aware reasoning
Coordination strategyStatic protocols and single agentMinimal—single-turn interactionMulti-agent orchestration, negotiation, adaptive coordination
Social interactionLimitedHuman-centricMulti-agent, human+agent+agent ecosystems
Key rolesPrompt driven task executionContent generationTask decomposition, decision-making, dynamic collaboration, goal-based improvements
Architectural distinctionControl architectureSingle-loop or simple rule/LLM callSingle-stage model callHierarchical controller–executor pattern (orchestrator + specialist sub-agents), with explicit planning–acting–observing loops
Execution topologyPrimarily single-agent, point-to-point interaction with environmentCentralized model serving; client–server style interactionsMulti-agent topology (peer-to-peer or hub-and-spoke), supporting concurrent, partially independent agents with shared state
MemoryShort termShort termExplicit use of shared memories, task queues, and world models to maintain long-running goals and cross-task state
Data and core componentExternal data accessFixed APIs or static data feedsLimited to training data and prompt contextDynamic access to APIs, tools, knowledge bases, and real-time systems
Core componentLLM + toolsLLM + pattern selection (and no tools)Multiple LLMs + tools
Other examplesThermostat controllersChatGPT, MidjourneyWorkflow orchestration; example, such as goal-oriented federated learning-based electric grid asset management to improve SAIDI, SAIFI metrics.

Comprehensive distinction between AI agent-based systems (agent-based AI, generative AI, and agentic AI).

2.4 AI paradigms and their broader applications in the field of engineering and technology management

Before introducing domain specific state-of-the-art use cases of agentic AI in the field of electrical engineering, a review of possible use cases of agentic AI in the broader domains of engineering and technology management should be discussed. From this broader standpoint, Table 3 may help the readers form a deeper understanding of use cases of AI based system. It illustrates the various use cases of these AI-based systems including AI agents, generative AI, and agentic AI systems.

Table 3

[Ref] YearEngineering domain and agent typeMain pointsShortcomings
Dong and Zhang (n.d.) and Zhang and Xie (2025)Assistant for energy market rules
Agent-based AI (RAG)
RAG based AI agent responding to electricity market inquiries by referencing an internal database of market rules.Concept could be expanded to contextual or structure-aware RAG for better retrieval performance of tabular or linked data.
Bran et al. (2024)LLM chemistry agent
Generative AI
Generative AI agent in the field of chemistry designed to successfully plan and synthesize new materials.Strength of the in-built guardrails to check against controlled chemical and explosive depends on the exhaustive nature of the repositories being used.
Cui et al. (2025)Autonomous
design of control algorithms
Generative AI
Using generative AI, successfully evolved a basic controller template into a high-performance controller.Limited scope for evolution of control algorithms
Elrefaie et al. (2025)Automotive engineering
Agentic AI
Robust Agentic AI framework with four AI agents for (a) styling, (b) CAD, (c) meshing, and (d) simulation having a goal to produce sophisticated esthetic and aerodynamical designs.Methodology for mesh evaluation remains limited.
Dev et al. (2025)6G wireless network evolution
Agentic AI
Agentic AI framework, designed with a goal to optimize the 6G services, communication, flow of data using context, semantics, and sustainability characteristics thus, realizing the true potential of 6G.Agentic AI in a 6G framework requires high computation with the framework possibly suffering from latency issues in complex model scenario.
Khamis (2025)Effortless vehicular parking
Agentic AI
Agentic AI framework aimed at improving urban mobility in densely populated areas. The agentic AI’s goal is to use cooperative coordination between its agents to provide a frictionless parking experience for the user.The evaluation is still laboratory-style. Area of improvement would be deployment in an actual urban mobility system or real parking infrastructure.
Tiwari (2025)AI based urban planning
Agentic AI
A fundamental reimagining of urbanism.
An agentic AI framework that continuously recalibrates its operational priorities based on a set of goals for optimal urban outcomes.
Limited attention has been given to the necessary in-built guardrails that can secure equitable incentive distribution for marginalized urban communities.
Li et al. (2024)Energy markets
Agentic AI
Agentic AI leveraging actor transformer-based critic (ATC) methodology having the goal for profit maximization through autonomous energy bidding and decision making.A shared transformer encoder used for privacy-preserving purposes.
Guo et al. (2024)Control system tuning/evaluation
Agentic AI
Agentic AI framework with a goal to perform complex control gain calculations and controller evaluations.Current implementation is restricted to linear systems and conventional control strategies (PID and loop-shaping).

Summary and comparison of state-of-the-art review papers on AI based systems (agent-based AI, generative AI, and agentic AI) for engineering applications.

It is important to note that while AI agents respond to user generated inquiries and generative AI synthesis new information, agentic AI systems are usually goal driven and encompasses a complex orchestration of tasks.

Across the works summarized in Table 3, a clear progression can be observed from reactive, query-driven agents (RAG-based assistants), through content-generating systems (generative AI), to fully goal-directed agentic AI frameworks that orchestrate multiple tools and sub-tasks in complex engineering workflows. While the assistant-style agents in the energy market context primarily focus on accurate retrieval and explanation of existing rules, the generative AI chemistry and control-design applications demonstrate creative synthesis capabilities but remain largely single-agent and narrowly scoped around well-defined design spaces. In contrast, the agentic AI frameworks in automotive design, 6G network evolution, urban mobility, urban planning, and energy markets explicitly coordinate multiple specialized agents toward higher-level system goals (e.g., aerodynamic performance, quality-of-service in 6G, frictionless parking, equitable urban outcomes, or profit-maximizing market participation), yet they also expose new challenges around scalability, latency, evaluation, and governance that are not systematically compared in the existing literature.

Taken together, these studies highlight several open research directions that cut across domains. First, there is a methodological gap in how to rigorously form multi-agent, goal-driven systems in safety-critical settings such as automotive engineering, where security and verification guarantees are as important as raw performance. Second, there are unresolved tensions between autonomy and oversight: guardrail design in chemistry and urban planning, privacy-preserving mechanisms in market agents, and fairness in urban incentive structures are treated in a domain-specific manner, but a unified framework for safety, transparency, and accountability in agentic AI has yet to emerge. Third, most agentic AI case studies are still demonstrated in constrained or laboratory-style environments (e.g., simulated parking or simplified control architectures), leaving open the question of how these frameworks will behave when deployed at scale in pilot implementations or in real infrastructures with heterogeneous data, legacy systems, and human stakeholders. In the next two sections, sections 3 and 4, we will showcase some state-of-the-art deployment that goes beyond laboratory style environments along with failure mode investigation and recommendations to mitigate the failure modes.

3 Domain specific state-of-the-art use case illustrations of agentic AI systems in electrical engineering applications

At this point, we have developed clear taxonomical understanding of AI agents, generative AI, and agentic AI framework in section 2 and have seen the use cases of all three of these AI paradigms from a broader context of engineering and technology management. In this section, we are going to discuss in-depth several domain specific use case illustrations of agentic AI systems in the field of electrical engineering.

Before we can undertake discussions related to in-depth domain specific use cases, we need to form some understanding of the model context protocol (MCP), and how it differs from other established mechanisms. While established mechanisms such as function calling, ReAct-style reasoning–action loops, and multi-agent orchestration frameworks (e.g., AutoGen) provide effective strategies for tool invocation and agent coordination, MCP has gained rapid traction as a unifying interoperability layer. Unlike these approaches, which primarily define how models’ reason, act, or collaborate within an application, MCP standardizes how tools themselves are exposed, discovered, and accessed across heterogeneous systems. Forming a clear distinction between these paradigms, as undertaken in Table 4, is therefore essential: conflating reasoning strategies, orchestration mechanics, and protocol-level interfaces obscures architectural responsibilities and limits reproducibility, portability, and ecosystem-level scalability of agentic AI systems.

Table 4

DimensionMCPFunction callingReActAutoGen
“What problem does it solve?”Tool interoperability and portability across many tools/systemsReliable structured tool invocation from the modelBetter tool-using reasoning loop (plan-act-observe)Multi-agent collaboration + orchestration
Where it livesBetween agent app and external tool providersIn the model API contract (schemas → tool calls)In the prompt + agent loopIn application framework/runtime
Tool discoveryBuilt-in (tools/list, updates)Typically, static list you provide per requestN/A (uses whatever tools your loop provides)Depends on the integration (can wrap tool calling/MCP)
Biggest winAvoids separate N × M integrations; provides a “plug-in ecosystem”Predictable JSON args; allows for schema adherenceReduces hallucination via “act to verify”Scales complex workflows via role-specialization

Conceptual comparison of function calling, ReAct reasoning, AutoGen orchestration mechanics, and the model context protocol (MCP) across abstraction levels and system responsibilities.

Here it must be highlighted that up until 2024 the interaction between LLMs and external tools was fragmented and required bespoke plugins or proprietary APIs/ function calling. This limitation kept LLM based AI agent interaction brittle, siloed, and hard to scale or audit. The mode of communication between LLMs and external tools revolutionized in 2025, with Anthropic’s introduction of the model context protocol (MCP) (Anthropic, 2024a; Singh et al., 2025), which was quickly adopted by the majority of the LLM powerhouses including OpenAI, Google, Meta, Microsoft, and Amazon. The wave of accessibility (Ray, 2025) offered through MCP’s capability-oriented way for models to discover tools, and exchange structured inputs/outputs, accelerated innovation across industries, including the electrical engineering sector. Hou et al. (2025) is an excellent resource for readers interested in forming a deeper understanding of MCP architecture, including its core components, different layers and communications, and the MCP server lifecycle, along with an outstanding collection of community driven MCP servers.

In the field of electrical engineering the impact was felt almost immediately, with developers creating custom MCP (Zhang et al., 2025) thereby allowing an LLM based agentic system to orchestrate heterogeneous software components, such as power-flow solvers, contingency analysis and protection studies, electromagnetic transient (EMT) simulation modules, asset health services, along with office productivity applications. As an evolving alternative workflow, natural language-based goals can now be passed into an agentic AI framework, which decomposes the task and passes it to its AI agents which leverage MCPs to access powerful tools such as power system simulation or computer graphic software. Under this evolving framework, engineers can now specify a goal to an agentic AI system such as “run benchmark an array of power system simulation software, and perform a power flow analysis and a harmonic study with and without filter banks using the best performing simulation software, draft end-results with simulation plots and a compliance checklist,” and allow the system to plan the work sequence, validates parameters against schemas, executes calls, tracks artifacts, and automatically recover from errors with structured retries. The added benefit is that with the intent now being declared in natural language rather than being hard-wired, instructions between specialist AI agents can be ported, provided valid MCPs exist. This not only reduces integration overhead but also makes agentic intelligence a practical, auditable solution for end-to-end engineering workflows.

For agentic AI workflows, the common starting point is to ramp two or three pilot projects driving them to organizational maturity level. Once such a level of maturity is reached, an organization might be able to compare a broader set of other use cases based on their business impacts and implementation complexity and decide on selecting the ones with the highest business impacts provided the tools and techniques to bridge the implementation complexity is within reach. Table 5 outlines a collection of such use cases, decomposed in terms of business score and implementation complexities. The objective here is to present a qualitative scoring of nine agentic AI use cases along two dimensions: business impact and implementation complexity. Each dimension is scored on a 5-point ordinal scale (1 = very low, 2 = low, 3 = moderate, 4 = high, 5 = very high). The business impact score reflects estimated value in terms of cost reduction, reliability improvement, revenue potential, and strategic differentiation in electrical power system applications. The implementation complexity score reflects the expected difficulty of deployment, considering data availability, integration with existing power system tools, operational change management, and regulatory or safety constraints. Scores were assigned by the authors based on a structured, criteria-based assessment informed by recent literature (from Tables 1, 3), industry practices, and expert judgment. The use cases with the highest scores in both categories are deemed as suitable candidates for further development into an agentic AI framework under pilot implementation.

Table 5

Agentic AI use casesBusiness impactImplementation complexityOverall score
Distribution level asset: event detection and diagnosticLimited incremental business value; localized optimization potential in asset monitoring
Score: 1/5
Technically straightforward; mature algorithms exist; minimal integration overhead
Score: 1/5
2/10
Congestion forecasting and renewable curtailment managementUseful for operational visibility but limited direct customer monetization
Score: 2/5
With robust SCADA in modern power system data availability is fairly easy, low real-time control integration complexity
Score: 1/5
3/10
Renewable energy forecasting and planningIndirect customer value via improved grid planning and operational foresight
Score: 2/5
Involves multi-timescale forecasting, meteorological inputs, and planning models
Score: 3/5
5/10
Substation SCADA alarm and managementModerate operational benefit through reduced alarm fatigue and response time
Score: 1.5/5
Requires structured data ingestion from SCADA, basic agent coordination
Score: 4/5
5.5/10
PSPS for wildfire mitigationVery high business value due to safety, regulatory, and reputational considerations
Score: 4/5
Operational triggers well-defined; relatively low integration and orchestration complexity
Score: 2/5
6/10
RFP to BoQ for engineering services and EPCHigh commercial value through automation of bid development and engineering cost reduction
Score: 3.25/5
Moderate to high complexity due to natural language to structured BoQ translation workflows
Score: 3.25/5
6.5/10
Complex substation studiesHigh value due to direct engineering productivity gains and reduced study turnaround time
Score: 4/5
Involves multiple software orchestration, agent coordination, and high-fidelity modeling
Score: 4/5
8/10
Power system studies and benchmarkingHigh system-level value—enables complex power system simulation-based studies to be executed
Score: 4.5/5
Requires a complex orchestration of multiple modeling environments
Score: 3.75/5
8.25/10
Survival analysis of EV pricing modelsHigh value for strategic planning and business model forecasting. Adoption of the correct pricing model may mean survivability of an EV charging/swapping provider.
Score: 5/5
Advanced statistical knowledge required
Score: 5/5
10/10

Scoring breakdown was created in consultation with AI strategist to quantify the nine electrical engineering agentic AI use cases in terms of business impact and implementation complexity.

Based on the scoring from Table 5, the nine use cases are plotted in Figure 3 for ease of visualization, and the four highest scoring cases (deep blue) are developed further, with details of each of the agentic AI framework (along with limitations, lesson learned, and extensions) provided in sections 3.1 through 3.4.

Figure 3

3.1 Case study of MCP based agentic AI framework for streamlining of power system studies and benchmarking

The first case study presents an agentic AI framework showcasing how a group of specialized AI agents having access to power system simulation tools via MCP be used for benchmarking of power system simulation software with the goal of assessing the best run times and computation accuracy. Traditionally, for power system studies such as power flow, contingency analysis, and transient simulation analysis, system engineers need to learn the intricacies of simulation tools such as PSS®E, PowerWorld, DIgSILENT. Often times one may have to leverage multiple software to accomplish a complex study objective, and mastering a full stack workflow takes years and often poses a huge entry barrier for early career professionals. With an agentic AI workflow, the engineer will not need to master the inner working of each of these programs and can focus on high level decision making and directing the agentic AI system to handle the program-interface level tasks. Based on its benchmarking assessment, the agentic AI framework may use the most relevant set of simulation software, based on simulation capability, run time, and accuracy. With an agentic flow such as the one proposed in Figure 4A such an objective can be achieved, with the agentic AI framework benchmarking the different software that is available to it, and subsequently decomposing a complex simulation task and leveraging the constituent AI agents as needed to provide the final outcome. A contrasting traditional and standalone pandapower workflow is shown in Figure 4B where a system user has to stepwise create a network model, compile code to run the desired power system studies, and manually document and assess the results. Depending on the objectives, one may have to orchestrate a full simulation study manually across multiple software to be able to compile final results. Figure 4C shows an improvement over Figure 4B with illustration of the prompts and the outputs of a standalone “pandapower AI agent.” Instead of working inside the coding environment of the pandapower software, an user can leverage this AI agent and upload the desired network file and prompt the AI agent to execute a power flow, an N-1 contingency analysis, or a short circuit study, and generate the output in a desired reporting format.

Figure 4

As one may observe, an agentic AI framework poses much higher degree of autonomy and adaptability, compared to constituent AI agents. Given its goal-oriented nature, it can benchmark software performance and use these benchmarking results to intelligently invoke the most appropriate set of software (via orchestrator and delegator) to execute a complex power system study. In contrast, a standalone AI agent can perform a very limited set of tasks without any goal decomposition or multi-agent coordination capability. Critical evaluations of this case study are outlined as follows:

  • Success: The power system agentic AI framework was able to successfully benchmark several power system studies, such as power flow, contingency analysis, etc. across pandapower, PSS®E, PowerWorld. Based on its benchmarking results and fulfilling its subsequent goal, it was able to intelligently decompose a multi-objective system study, selecting the most well-suited specialized agents, and ultimately generating a full study report.

  • Limitations: At the time of writing this manuscript, none of the power system software providers offered standardized official MCPs, compliant with stable version of their software. Having standardized and stable versions of vendor provided MCP would allow for wider collaboration on these agentic workflows.

  • Lessons learned: Depending on the nature of the prompt that was used, it was observed that at certain times, the agentic AI framework tried to read or rewrite the entire network file before passing it to the power system software for processing. When this happened, the LLM token limits were quickly reached, and subsequent steps were aborted. Refining the prompts used by individual AI agents to be more explicit usually helped in mitigating this behavior. For instance, instead of “read the file” as a prompt template, a sub-AI agent using a prompt template like “use the filesystem tool to read the contents of /path/to/your/file.txt” yielded much better results, and all operations were witnessed to be completed within the LLM token limits.

  • Extensions: The framework can be extended for more complex benchmarking and power system studies. For example, the agentic AI framework can be further developed for DER interconnection screening, or other specialized studies such as distribution system loss/efficiency studies. Results from a constituent AI agent, such as the OpenDSS specialist agent maybe subsequently fed to a PowerWorld AI agent to perform an optimal power flow with qualifying DERs and generating the MW marginal costs.

3.2 Case study of MCP based agentic AI framework for enhancement of substation illumination studies

The second case study presents an agentic AI framework, showcasing how a group of specialized AI agents can collaboratively automate and streamline an entire electrical substation illumination calculation and reporting workflow. An illumination study is a vital component of overall substation design, as there are industry guidelines, such as the National Electric Safety Code (NESC) section 111–1 (IEEE, 2017), which necessitate certain levels of illumination levels that must be maintained within the substation yard and around the major electrical equipment to ensure safe operation and maintenance at night. Traditionally yard luminaires are placed on lightning masts, bus support steel structures or take off structures, within an illumination computation software such as AGI32 or Acuity Brand’s Visual Lightning by the substation design engineer. The quantity of the luminaires to be placed is usually determined by the overall footprint of the substation and the location of the major electrical equipment within. Usually, zoning restrictions apply, and care is taken to reduce any excessive bleeding of light outside the substation perimeter fence.

Our proposed agentic AI system facilitates this entire process, with the framework outlined in Figure 5A. The process usually starts with defining a set of goals that the agentic AI framework should aim to achieve. With the general outline of a substation fed into the agentic AI framework, it can intelligently evaluate the major equipment, such as circuit breakers, transformers, switches, etc., and can search its internal database to see if matching 3D models for these major pieces of equipment exist. If a match is not found, the orchestrator can invoke a “specialist 3D modeling agent,” which leverages Blender’s modeling capability via MCP (Ahuja, 2025) and custom generate the missing 3D models for such equipment from catalog 2D prints, see Figure 5B. Once all the 3D models are available (either from internal database or generated), the orchestrator within the framework triggers the illumination software via MCP (Figure 5C) and iteratively works through the different approve exterior light fixtures, their placement, and orientation, to come up with an optimized illumination plan. An efficient way to achieve this would be to use a grid search pattern between the different varying parameters. The set of goals for this agentic AI framework is to ensure that:

  • Calculation points outside the substation zone have illumination of 0.2-foot candle or less, thereby preventing unnecessary light bleeding out,

  • Calculation points near major equipment are at least at 5-foot candle, ensuring safe nighttime operation near these high voltage equipment, and.

  • No calculation zone is over illuminated (defined at 30-foot candles or more), thereby avoiding any hot-spot.

Figure 5

Critical evaluations of this case study are outlined as follows:

  • Success: The agentic AI methodology was successfully able to output an NESC compliant illumination report based on set goals for a six-position ring bus station and a three-bay breaker and a half station.

  • Limitations: Given that even low-resolution mesh models have a significantly higher number of polygon count compared to primitive shapes, software memory constraints were observed. The agentic AI setup was unable to generate a report for a four bay-bay breaker and a half station on standard i9, 64 GB RAM hardware.

  • Lessons learned: An agentic AI substation illumination study workflow is especially valuable for compact, brownfield substations that may benefit from a detailed illumination analysis. By generating 3D mesh models directly from catalog drawings, the agentic system reduces engineering effort and cost. Furthermore, to ensure that the generated model from the agentic AI framework matches the two-dimensional vendor catalog drawings, a human (a drafting technician with CAD experience)-in-the-loop (HITL) check system was deployed to ensure consistency in scale, geometry, and appearance.

  • Extensions: Similar to the agentic AI substation illumination study workflow, pipelines could be developed to leverage a collection of AI agents to perform a substation grounding study, with a predefined agentic goal. In such an agentic workflow, a subagent may choose to intake the soil resistivity data and generate a CDEGS soil model, a second subagent may validate the generated soil model against the geotechnical report, while a third subagent develops the touch and step potential plots, with a parent agent compiling an end-to-end technical report.

3.3 Case study of an agentic AI framework to generate engineering bill of quantity (BoQ) based on request for pricing (RFP) documents

As its business model, engineering consulting firms often receive requests for pricing (RFP) from electrical utilities and developers with the expectation to provide competitive proposals including bill of quantities (BoQ), often under an aggressive bidding timeline. An incoming RFP may contain several sets of documents identifying the scope of the engineering work being solicited, including high-level engineering schedule, engineering drawings, along with applicable bidding rules and exceptions. It often takes a full engineering team to analyze these documents, comparing the RFP documents against engineering design standards and historical project examples, with the ultimate goal of preparing a bottom-up engineering estimate for the bill of quantities (BoQ). A BoQ is a detailed document that itemizes, quantifies, and describes all the materials, parts, and labor required to complete a construction or engineering project, along with their estimated costs.

An agentic framework may streamline the entire process by using an RFP to generate an engineering BoQ. Such a framework is shown in Figure 6A and comprises of:

  • A contextual retrieval augmented generation (RAG) agent to retrieve pertinent information from the engineering standard design documents based on a contextual retrieval process,

  • A reference project assessment agent providing bill of material quantities from similar reference projects that were executed in the past, and

  • A master compiling agent, which compiles an BoQ report, based on specific formatting requirements.

Figure 6

Under an agentic AI framework, the orchestrator autonomously dissects the RFP documents and requests the delegator to invoke the contextual RAG agent to ensure the estimation of quantities are compliant with engineering standard design. For example, the delegator might ask the contextual RAG agent to refer the engineering design standards on “what is the grounding grid burial depth of the grounding conductors for a substation installation?” and based on the retrieved depth information produce a labor related pricing to install the grounding grid at the recommended depth. The orchestrator also has the autonomy to consult the “reference project assessment agent” via the delegator, which returns comparable estimates from previous projects. Leveraging these two subagents, a “master compiling agent” sequentially compiles the BoQ. With each BoQ compilation, a human evaluation can be done to ensure accuracy and an accuracy score, serving as a KPI, can be provided back to the agentic AI as feedback for sequential improvements.

It is worth noting that, in cases like the one presented here, a context-aware RAG system offers distinct advantages over a traditional RAG setup (Ghosh and Mittal, 2025a; Anthropic, 2024b). By enriching each chunk with its surrounding textual elements, such as section titles, headers, or preceding paragraphs, during the embedding process, the retriever can better preserve both the semantic flow and the original document structure. A full contextual RAG framework, along with relevant chunking prompts, and folder contexts are shown in Figure 6B through Figure 6D, with Figure 6B showing the details of the pipeline, Figure 6C showing the engineering standard design files in Google Drive containing documents such as substation civil and structural design guidelines, relaying and protection system standard document, etc., and Figure 6D showing the details of the exact prompt within the “Basic LLM Chain” block that generates the contexts for each chunk. Some sample queries that were sent by the delegator to the contextual RAG agent are shown in Figure 6E.

Critical evaluations of this case study are outlined as follows:

  • Success: Under a pilot implementation, such an agentic AI framework was successfully able to digest lightweight RFP documents, autonomously consult the subagents and compile a BoQ in an excel format.

  • Limitations: Though the agentic AI framework significantly reduced timing and rapidly provided a BoQ given a set of RFP documents, accuracy remained a concern, as there were frequent over or under estimation. Estimation range of the agentic BoQ as compared to a fully human compiled engineering BoQ fell within ± 70%, indicating a higher degree refinement to the agentic AI framework being needed.

  • Lessons learned: There could be scalability challenges with the contextual RAG application parsing high volume of engineering standards. With growing token usage, choosing the appropriate chat model becomes increasingly important, particularly in scenarios where cost or response time matters.

3.4 Case study of an agentic AI system for survival analysis of battery swapping station pricing strategies

This next case study illustrates the application of another agentic AI framework to identify the most suitable pricing strategy for electric vehicle (EV) battery swapping stations using survival analysis, from a collection of competing pricing strategies. This form of survival analysis is often helpful when a firm rolls out multiple EV charging pricing strategies (e.g., market competition versus usage driven pricing (Ghosh, 2025), online/offline auction or non-auction based pricing (Limmer, 2019; Ma et al., 2010; Gerding et al., 2011), profile based versus session based pricing (Limmer, 2019; Guo et al., 2014; Soltani et al., 2015)) as part of its pilot project and would like to identify the one that would result in the best future outcome/growth. Traditionally, evaluating pricing strategies involves manual retrieval, cleanup, and analysis of the pricing/performance data which can be both time-intensive and susceptible to bias. Our agentic AI system streamlines this process by integrating AI agents capable of retrieving the pricing data and invoking R Studio via the MCP (Ehrmann and Ashimine, 2025), for cleanup and automated survival analysis, and generation of actionable business intelligence as an end result.

In survival analysis, the outcome is defined as a time-to-event variable, thus modeling both the time to event and whether the event occurred. In this context, the event of interest is defined as ‘the first instance when a pricing model yields profits of ≥ $150,000’. Observations that do not reach this profitability threshold within the 12-month follow-up period are treated as right-censored, reflecting that the event may occur in the future but was not observed during the study window. The primary goal is to compare the performance of pricing strategies in terms of their ability to reach the profitability threshold within a given timeframe.

The analytical workflow implemented by the agentic AI includes Kaplan–Meier estimation to characterize time-to-profitability, log-rank testing to compare survival distributions across pricing strategies, and Cox proportional hazards modeling to quantify the relative likelihood of achieving the profitability threshold, including hazard ratios with 95% confidence intervals. The framework further incorporates model diagnostics, including checks of the proportional hazards assumption, and adaptively updates the modeling approach (e.g., switching to a stratified Cox model when assumptions are violated), ensuring robustness of inference within the automated pipeline.

For readers interested in the detailed mathematical formulation of these methods, we refer to established literature on survival analysis, where these concepts are extensively developed. Foundational introductions to time-to-event methodology, including definitions of censoring, Kaplan–Meier estimation, and Cox modeling, are available in widely cited resources such as the tutorial by Clark et al. (2003) which provide accessible yet rigorous treatments of these methods. These references offer comprehensive mathematical and applied perspectives for readers seeking deeper methodological detail beyond the scope of this case study.

To simplify the analysis and highlight the orchestration capabilities of the agentic AI framework, the dataset used in this case study does not include additional covariates. This design enables a controlled comparison of pricing strategies. However, in practical applications, the same framework can be readily extended to incorporate additional covariates such as customer segment, seasonality, geographic region, and tariff tier, all of which can be seamlessly integrated into the agent-driven analytical pipeline to support more granular and context-aware decision-making.

The agentic AI framework is shown in Figure 7A with the final output being a comprehensive business intelligence report compiled by the constituent AI agent, integrating both the survival analysis agent and a pricing data retrieval. The agentic AI generated report offers actionable KPI improvement strategies, such as adjusting pricing tiers, introducing dynamic pricing, or bundling services to enhance customer retention and profitability.

Figure 7

The workflow begins with the orchestrator being fed the desired goal, and the delegator invoking the data retrieval agent (shown in Figure 7 as pricing data compiling agent) to load the necessary data file. A sample data from such a file is shown in Table 6. The orchestrator/delegator subsequently invokes a second specialized survival analysis subagent, which executes a complete survival analysis workflow in R Studio via MCP. The final output, by the agentic AI includes (also see Figure 7B):

  • Kaplan–Meier survival curve estimation.

  • Log-rank test for comparing survival distributions.

  • Cox proportional hazards modeling to estimate hazard ratios with 95% confidence intervals.

Table 6

Customer IDPricing modelYearMonthProfit (USD)Success
1A2024Jan97,130.240
1A2024Feb135,307.380
1A2024March125,490.620
1A2024April121,713.560
1A2024May124,046.420
1A2024June152,862.821
1A2024July122,526.020
1A2024August148,477.90
1A2024September120,657.790
1A2024October129,513.330
1A2024November125,618.990
1A2024December147,896.780
2A2024Jan111,645.640
2A2024Feb143,362.760
2A2024March148,739.430
2A2024April153,493.321
2A2024May170,325.121
2A2024June125,194.130
2A2024July175,423.031
2A2024August123,543.980
63B2024Jan137,199.10
63B2024Feb112,802.20
63B2024March162,301.21
63B2024April155,148.71
63B2024May148,515.50
63B2024June169,528.81
63B2024July172,097.001
63B2024August142,644.20
63B2024September110,520.70
63B2024October115,169.60
63B2024November128,257.40
63B2024December161,100.31
64B2024Jan143,790.000
64B2024Feb175.193.31
64B2024March151,767.51
64B2024April165,464.81
64B2024May147,801.90
64B2024June155,057.81
64B2024July165,666.31
64B2024August180,268.21

Sample structure of the input dataset with two pricing models (A and B).

In practical terms, the pricing data compiling agent shall be tasked with fetching and harmonizing monthly revenue, customer churn, station utilization, and regional demand indicators across all active pricing schemes, then validating basic data quality checks (e.g., missingness, inconsistent time stamps) before handing the cleaned dataset to the survival analysis agent. The survival analysis agent shall then automatically construct and compare Kaplan–Meier curves, log-rank tests, fit Cox models, and integrate these outputs into a business report highlighting which strategy to scale, where to adjust price tiers, and when to revisit underperforming tariffs.

Beyond a single evaluation cycle, the agentic AI system can operate in a continuous loop by scheduling periodic data refreshes (e.g., weekly or monthly), re-running the survival pipeline when new cohorts of customers enter, and alerting decision makers if model outputs such as hazard ratios drift or confidence intervals widen beyond predefined tolerances. Over time, additional sub-tasks can be incorporated, such as automatically segmenting customers into usage-based cohorts, simulating counterfactual pricing changes, or triggering A/B tests on candidate tariffs, thereby turning the case study into a living decision-support environment rather than a static, one-off analysis.

This report includes visualizations of survival curves, statistical comparisons, and recommendations for the pricing model that demonstrates superior profitability performance. If the proportional hazards assumption is violated, the agentic AI framework by virtue of its autonomy flags this and switches to a stratified Cox model (Klein and Moeschberger, 2003), which accommodates non-proportional hazards while still providing interpretable hazard ratios with confidence intervals. The agentic AI system operates within a similar hierarchical structure enabled by AutoGen, allowing seamless coordination between specialized agents. Key evaluations of this case study include:

  • Success: The agentic AI system successfully identified the most effective pricing strategy across three metropolitan regions, resulting in an 18% improvement in customer retention compared to baseline.

  • Limitations: The accuracy of survival analysis depends heavily on the quality and granularity of input data. In cases where survival curves overlap significantly, more complex modeling techniques may be required, increasing computational demands.

  • Lessons Learned: Agentic AI workflows are particularly valuable in dynamic pricing environments where rapid iteration and data-driven decision-making are essential. Automating survival analysis reduces human error and accelerates strategic optimization.

  • Extensions: This survival analysis based agentic AI framework can be extended to other EV infrastructure domains, such as estimating the time period for a commercial EV battery pack to reach end of useful life. Another excellent use case of survival analysis in the EV swapping industry may consist of an agentic AI system analyzing first life EV battery degradation, cycling history, and thermal events to autonomously classify such first life EV batteries at the end of their useful life for less demanding grid storage applications.

  • Methodological justification for using an agentic AI system (rather than static R scripts): An interesting observation that must be arise and should be discussed here is that the EV pricing case study is intentionally framed as an agentic AI problem because the objective is not just to run a one-off survival analysis, but to maintain a goal-oriented, continuously updating decision process that closes the loop from data acquisition to managerial recommendations. A standard R script could certainly execute survival models on a static dataset, but it would not, by itself,

  • Autonomously retrieve and refresh pricing and performance data as new results arrive,

  • Monitor whether profitability thresholds are being met over time across multiple regions and strategies,

  • Adaptively choose and re-configure the appropriate survival modeling pipeline (e.g., switching to a stratified Cox model when proportional hazards assumptions are violated), and

  • Synthesize these evolving analytical outputs into business-intelligible recommendations such as adjusting pricing tiers, introducing dynamic pricing, or bundling services.

In contrast, the proposed architecture uses a coordinating agent to take a high-level business goal (maximizing the survival probability of profitable pricing strategies), orchestrate specialized sub-agents for data retrieval and survival analysis, and iteratively generate updated, goal-aligned recommendations as new data and model diagnostics become available, thereby capturing the core properties of an agentic AI system rather than a static scripting workflow.

4 Failure mode investigations and recommendations for safe and accountable agentic AI systems

Agentic AI systems are exposed to new classes of failure modes because they are designed not just to generate outputs, but to act across multi-step workflows with relatively high autonomy, often spanning data retrieval, reasoning, planning, and execution in external tools or networks of agents. High autonomy and self-initiation mean these systems can launch long-running sequences of actions, adapt their plans on the fly, and continue operating without continuous human prompts, which amplifies the consequences of any initial error, misalignment, or adversarial input compared to traditional, request–response generative AI or tightly scoped rule-based agents. Goal decomposition further increases this risk: an overarching objective is broken into many smaller subgoals that may touch different data stores, APIs, or organizational systems, so a subtle vulnerability, such as a poisoned subtask or a mis-specified constraint, can quietly propagate and compound across the entire pipeline before it is detected. In electrical engineering settings, where such agents interface with engineering design standards (such as the US NFPA 70, also known as the National Electric Code), procurement data, and safety-critical design assumptions, these cascading effects can directly affect compliance, cost, and safety, making systematic failure mode investigation a prerequisite rather than an optional hardening step. Our task in this section is to understand these unique vulnerabilities and to justify the proposed mitigation strategies.

4.1 Adversarial spread of false information among networked LLM agents and mitigation strategies

4.1.1 Background and illustration of false information injection and propagation

Compared to traditional AI agent-based systems, an agentic AI system has a much broader attack surface susceptible to malicious false (manipulated) data injections. As agentic AI systems witness broader implementation, the security implications of these LLM-based systems are yet to be fully understood. One significant attack vector is the injection and spread of manipulated knowledge. The vulnerability exists because all the constituent agents are not exclusively managed by a single hosting platform. A malicious agent hosted by a third-party platform and part of the agentic AI framework can embed malicious information which can then spread within the LLM models of other AI agents, thereby compromising the whole agentic system. The concept is further illustrated in Figure 8.

Figure 8

4.1.2 Proposed mitigation strategy with zero trust framework to counter false data injection and propagation

To address this critical vulnerability, we propose the adoption and adaptation of a Zero Trust Framework (ZTF). Originating in network security, ZTF is a strategic paradigm built on the principle of “never trust, always verify,” and offers a more robust framework for network security compared to intrusion detection methods such as those outlined in Alzubi (2021) and Vadisetty and Polamarasetti (2024). It fundamentally shifts security from a static, perimeter-based model to a dynamic, identity-centric approach where trust is never granted implicitly. Instead, it must be continuously and explicitly verified for every transaction. In the context of an agentic AI framework, this means no agent is trusted by default, regardless of its origin (internal or third-party) or its previous interactions. Every request for data access or communication must be treated as a potential threat. We adapt the core tenants of ZTF to this domain as follows:

  • Strong agent identity and authentication: Every agent within the framework must possess a strong, verifiable cryptographic identity (e.g., X.509 certificates or SPIFFE Verifiable Identity Documents) (Cochak et al., 2024; Sedlmeir et al., 2021). All agent-to-agent communication must be secured using mutual TLS (mTLS), ensuring that both parties are authenticated before any information is exchanged. This prevents agent spoofing.

  • Micro-segmentation and least privilege access: The framework must be aggressively micro-segmented (Klein, 2019). Agents should be isolated by default and only allowed to communicate with other agents or access data stores that are explicitly required for their defined tasks. This “least privilege” model ensures that even if an agent is compromised, its “blast radius” is contained. It cannot propagate false information to segments of the system unrelated to its function.

  • Continuous verification of information integrity: Continuous verification is the most critical adaptation for LLM-based systems. Trust cannot end at the agent level; it must extend to the data itself. We propose a multi-layered verification strategy:

  •    ◦ Data provenance: All significant data points or “facts” generated or propagated by an agent must be accompanied by secure, immutable metadata detailing their origin and transformation history (i.e., data provenance) (Yang et al., 2020). This allows for auditing and tracing false information back to its source.

  •    ◦ Consensus-based verification: For critical decisions or updates to a shared knowledge base, the system should require consensus from a quorum of independent, authenticated agents. A single agent’s input, especially if it contradicts established knowledge, should be flagged for review and not be immediately accepted.

  •    ◦ Plausibility monitoring: An independent “evaluator” or “auditor” agent service can be implemented to continuously sample and analyze agent outputs. This auditor, using a set of trusted heuristics or a sandboxed foundational model, would check for factual consistency, logical contradictions, or alignment with known-good data.

  • Dynamic monitoring and behavioral analysis: The ZTF model mandates continuous monitoring. The system must actively log and analyze agent behavior, communication patterns, and resource requests. Anomaly detection models can be trained to identify deviations from an established baseline (e.g., an agent suddenly attempting to access new data, or a sudden shift in the semantic content of its outputs). Such deviations would trigger an immediate re-verification of the agent’s identity and quarantine it from the network pending review.

By applying this Zero Trust Framework, with the essence summarized in Figure 9 for ease of visualization, the agentic AI system moves from a vulnerable state of implicit trust to a resilient posture of explicit, continuous verification at both the agent and data layers.

Figure 9

4.2 Cascading misinformation from LLM rewrites in agentic AI systems and mitigation strategy

4.2.1 Background and illustration of misinformation propagation from LLM rewrites

In an agentic AI system, information is propagated between a sequential (or hierarchical) network of AI agents. As AI systems generate and process ever-more information, AI agents risk propagating false information thereby contaminating the shared pool of knowledge and distorting the intermediate instructions (Huang and Siddharth, 2023) ultimately resulting in misaligned outcomes. To demonstrate the cascading misinformation problem from LLM rewrites, we created an agentic AI system, see Figure 10A, with multiple AI subagents. The first subagent functioned as a contextual RAG specialist, while the other subagents in series took the output from the RAG agent, processed the incoming information for its own specialty application and passed the instruction along to the next subagent.

Figure 10

We performed an experiment on a collection of thirty (30) curated, domain-specific search queries to the National Electrical Code (NEC) (National Fire Protection Association (NFPA), 2025), a fundamental electrical design codebook that is relied on by practicing electrical engineers. The contextual RAG specialist subagent had access to a contextually parsed version of the NEC. Input and output of each of the six subagents were recorded. For scoring, we used the correctness measure of DeepEval (open-source LLM evaluation framework) (Github-DeepEval, n.d.) with GEval (DeepEval metrics) criteria. The measure examines the degree of semantic consistency, factual accuracy, and contextual coverage between the generated response and the ground truth. The GEval metric provides a detailed evaluation based on the following criteria:

  • Grounding: Did the model reference or integrate pertinent language from the retrieved National Electric Code (NEC) or other equivalent section? The ground truth was structured by practitioner engineers familiar with the National Electric Code (NEC) 2017.

  • Exactness: In terms of exactness, did the LLM output able to accurately deduce essential quantitative thresholds and regulatory stipulations?

  • Verifiability: Can the assertions made by the LLM output be traced back to the source sections of the document?

It was observed that each subsequent agent, leveraging an internal Claude Sonnet 4.5 LLM model, rewrote the information slightly differently, and the essential information content started to lose context after the second or third rewrite. The context generally turned out to be completely off topic after the fifth rewrite. One such prompt, with the reference ground truth, the response by the RAG subagent, and subsequent rewrites by subagents are shown in Figure 10B, with the evaluation and scoring provided by DeepEval with GEval. Repeating the scoring process with thirty curated prompts and scoring the response of the RAG subagent and the subsequent subagents, the accuracy versus rewrite scoring plot at 95% confidence interval (CI) was obtained, see Figure 10C. For retrieval and summarization tasks that do not require advanced reasoning, it was found to be preferable in selecting lightweight LLMs, such as internal Claude Sonnet 4.5 LLM model or Llama 4 Scout 17B 16E with:

  • High token throughput (e.g., 200–300 tokens/s),

  • Low per-token cost (e.g., <$0.10 per input million tokens), and

  • Relatively large context windows (of approximately 1 million tokens).

4.2.2 Proposed mitigation strategy to counter misinformation propagation

The mitigation strategy as proposed here in this section may consist of an agentic AI architecture, where information passed between the AI agents contains data packets, with each data packet comprising of two separate inner clusters:

  • One of these clusters is set such that the information received by the AI agent may be processed ‘as-is’ by the agent’s in-built tools but reinterpreted or rewrites by its chat model during receipt or transmission is strictly forbidden.

  • The other cluster is designed such that the information received can be reinterpreted by the AI agent’s chat model and either the original or rewritten information can be passed to the agent’s tools.

A high-level human-in-the loop (or a parent-AI-agent-in-the-loop) may determine the type of information that goes into each of these clusters. Alongside this information clustering (into two separate baskets), each AI agent needs an interlinked ‘guard signal’ to ensure continuity in the chain. The concept is illustrated in Figure 11, and such architecture is capable of preventing accuracy degradation with LLM rewrites between AI agents in an agentic workflow.

Figure 11

For the countering misinformation propagation though guard signal for continuity check, for the use case of the RAG agent/ AI agent interaction from Figure 10B, the guard signal explicitly prevented rewrites, and the AI agent processed the input ‘as-is’. This was achieved by the stated high-level human-in-the loop decision making. Referring to Figure 10B, the AI agent processes the input from the RAG agent as-is, “According to the National Electric Code (NEC)…nameplate rating of the motor.”

4.3 Other practical considerations in building trustworthiness in agentic AI deployment

4.3.1 Control mechanisms with frameworks containing human-in-the loop and human-on-the-loop

  • Concept: The autonomous nature of agentic AI systems allows for faster task executions which comes as a distinct advantage in a pipelined workflow involving multiple steps and decision-making processes. However, such a system can greatly benefit from a human-in-the-loop (HITL) allowing the human to approve of the intermediate steps and intervene if necessary. The concept of human-in-the-loop is a matured technique and has witnessed implementation in standalone machine learning and AI agent workflows for data preprocessing/annotation and model training and inference (Wu et al., 2022; Shneiderman, 2020), and thus can be borrowed for an agentic AI framework. A comparable concept of human-on-the-loop (HOTL) in an agentic AI framework allows for slightly lesser degree of human autonomy where a human serves as a supervisor of intermediate steps and deciding actions, instead of an approver. The presence of such human intelligence-based checks and bounds is essential in engineering agentic AI system development where the systems interface with the general public directly or indirectly, and are responsible for their health, safety, and wellbeing.

  • Recommendation: For initial deployment, an agentic AI system should be designed with greater checks and bounds under an HITL framework. Only after subsequent pilot or field testing and satisfactory performance demonstrations should the framework be changed to a HOTL system. While integrating HOTL controls is critical for ensuring oversight in agentic AI systems, their effectiveness depends on the sustained engagement and discernment of human reviewers. Overexposure to frequent or low-value alerts can lead to alert fatigue, a phenomenon in which human operators become desensitized and begin approving outputs without adequate scrutiny. This undermines the very safety and accountability that HITL processes are meant to provide. Effective oversight therefore requires system-level design choices that maintain human attention, prioritize high-risk interventions, and reduce cognitive overload. To this end, we have the following recommendations:

  •    ◦ Rotate or share oversight duties: Distribute human review tasks to prevent burnout and maintain fresh judgment.

  •    ◦ Monitor engagement metrics: Track how humans interact with alerts to detect patterns of disengagement or automatic approvals.

  • Case study: To illustrate the HITL/ HOTL concepts in context to agentic AI, we revisit section 3.3, ‘Case study of an agentic AI framework to generate engineering bill of quantity (BoQ) based on request for pricing (RFP) documents’, to observe some of the implementation level details. The incoming test RFP requests for an all-inclusive quotation for engineering, procurement, and construction (EPC) services for a four-position ring bus green field electrical substation at 345 kV. The test RFP contains explicit instructions to provide two separate pricings, one with Siemens 362 kV rated circuit breakers and the other with MEPPI 362 kV rated circuit breakers. The agentic AI had the autonomy to consult internal procurement databases for major equipment, steel, foundation pricing, specialized reference project database for labor hours and rates. The agentic AI also had the autonomy to query engineering standards-related questions with its specialized contextual RAG agent. Upon completing the intermediate steps, the agentic AI framework provides the following results, as documented in Table 7.

Table 7

EPC optionPricing breakdown
EPC Price Option A w/Siemens 362 kVEngineering services—$ 320,000
Procurement—$ 4,800,000
Construction—$ 3,250,000
Total EPC pricing—$ 8,370,000
EPC Price Option B w/MEPPI 362 kVEngineering services—$ 328,000
Procurement—$ 5,040,000
Construction—$ 3,250,000
Total EPC pricing—$ 8,618,000

Price breakdown for EPC option A versus B.

Given that this is a pilot implementation and the overall a multi-million-dollar project, a HITL was added, with the human tasked to check the logs to ensure any discrepancies or unintended behaviors are addressed before the pilot implementation is concluded. Upon checking the logs, see Figure 12 and Table 8, it was observed that the agentic AI rightly queried the contextual RAG agent for necessary engineering design standards related questions. It also correctly estimated the labor rates based on reference projects of similar size. Further, the agentic system was able to correctly identify most of the substation major equipment, steel, and foundations, and was accurate in estimating the control house pricing. However, for option B (with MEPPI 362 kV rated breakers) during the human approval stage, it was caught that the framework appeared to have arbitrarily generated the pricing based on Option A and added a 2.5% escalation on engineering and 5% escalation on procurement.

Figure 12

Table 8

Items invoked by contextual RAG AgentResult
Questions asked to engineering standard agent pertinent to the RFP
Contextual RAG agent able to correctly identify engineering standards
Items invoked by reference project assessment agentResult
Labor pricing data from comparable project
Major equipment pricing obtained! (Partial)
i. High voltage circuit breaker pricingX
ii. Disconnect switch pricing
iii. Substation steel pricing
iv. Drilled pier and slab foundation pricing
v. Control house pricing

Result of HITL check showcasing items invoked.

This unexpected behavior raises two questions:

  • Q1: Was it possible to trace this error/omission without a HITL intervention.

Answer: The error/omission could have been traced once an audit of the agentic AI’s logging systems was conducted. However, until such an audit is conducted, the error could have remained in the system, and the unexpected behavior could have had a real time impact. Having an HITL allows for a more on-spot check on the behavior of the agentic AI framework.

  • Q2: Why did the agentic AI framework not use its known capability to browse the internal database to retrieve pricing information for the MEPPI breakers?

Answer: Further investigation reveals that the agent was unable to use the MEPPI breakers information because the database labeled the category as Mitsubishi breakers instead of MEPPI.

  • Q3: Is the agentic BoQ a promising deployable pilot in its current state?

Answer: Given the error/omission that have been traced during the audit stage, the implementation is rather an “experimental pilot requiring strict HITL controls” instead of a “promising deployable pilot.” HITL control and auditing of logs during trial run under various RFP setpoints is essential to ensure the maturity of the workflow.

4.3.2 AI governance standards and framework adaptations at government, corporate, and institutional levels

Corporate implementation of AI principles is often siloed behind a cloak of privacy and confidentiality terms, preventing collaborative improvements on responsible use of AI and its future evolution. To this end, governmental organizations are often a better starting point for understanding AI governance framework. Once such example is the ‘Model Artificial Intelligence Governance Framework’ (Personal Data Protection Comission (PDPC) – Singapore, 2019) (another governance frameworks being (General Data Protection Regulation (GDPR), n.d.)), with its report delivered jointly by several Singaporean governmental organizations and providing recommendations that organizations could readily adopt to deploy AI responsibly. An essential feature of the Model Framework is its agnostic guidelines across four broad areas toward non-bias, explainability, and privacy:

  • Algorithm agnostic: Not focusing on a particular AI methodology,

  • Technology agnostic: Does not focus on specific implementation, hardware or software being used,

  • Sector agnostic: In the sense that the framework is not domain specific,

  • Scale and business model agnostic: The framework may be deployed to organizations of any size and business model, whether B2B, B2C, or others.

Second to governmental driven frameworks, there exists some limited visibilities into corporate AI principles and standards into ‘responsible AI’, mostly attributed to the seminal work (de Laat, 2021), as summarized below.

  • Microsoft: Governance of internal responsible AI is driven by the company’s ‘AI and Ethics in Engineering Research Committee’ and by the ‘Office of Responsible AI’. Open-source tools such as the FairLearn (Microsoft, n.d.), InterpretML (Github, n.d.), and WhiteNoise packages are available for non-bias, explainable, and privacy preserving AI implementations.

  • Google: The ‘Responsible Innovation’ teams is tasked with the review of new first-of-a-kind projects to ensure conformity to AI principles. Additionally, open-source tools like Facets (Google Research, n.d.a.), What-If (Google Research, n.d.b.), CleverHans (Cleverhans-lab/Github, n.d.), and Tensor Flow Privacy are available for non-bias, explainable, and privacy preserving AI implementations.

  • IBM: The ‘AI Ethics Board’ chaired by IBM’s AI Ethics Global Leader and Chief Privacy Officer drives the governance of responsible AI within the firm. Additionally IBM has a collection of open-source toolkits such as AI Fairness 360 (Trusted AI/Github, n.d.a.), AI Explainability 360 (Trusted-AI/Github, n.d.b.), and Adversarial Robustness 360 (Trusted-AI/Github, n.d.c.) for non-bias, explainable, and privacy preserving AI implementations. The company has also externally collaborated on funder collaborative research on responsible AI with at ‘Institute for Human-Centered AI’ at Stanford University.

In addition to governmental and corporate organizations, institutions like IEEE are in the forefront of responsible AI research and standards development. Some noteworthy mentions are:

4.3.2.1 IEEE conference publications
  • Xia et al. (2024): Manuscript covering a collection of metrics for AI accountability.

  • Leça et al. (2025): Conference manuscript providing a practitioner-centered perspective of transparency and accountability principles to fully operationalize ‘Responsible AI’ principles in software engineering.

  • Baeza-Yates and Fayyad (2024): An important roadmap paper on ‘Responsible AI’ strategy. Includes paradigms such as assessing models, processes, and products from an ethical impact standpoint along with targeted staff training.

4.3.2.2 IEEE standards

At the time of writing to the best of our knowledge there were no published IEEE standards directly related to ‘Responsible AI’. The timeline to develop an approved IEEE standard once a PAR is approved usually takes two to 3 years. To that end, the following standards are in development with their respective project authorization requests (PARs) approved in 2023–2024.

  • IEEE (n.d.a.): This IEEE standard P2840, currently in development, pertains to ‘Responsible AI’ licensing.

  • IEEE (n.d.b.): This IEEE standard P3396, currently in development, aims to provide recommended practice for understanding, defining, and evaluating AI risks, AI safety, AI credibility, and AI responsibility. This standard aims to touch on these pivotal issues surrounding the use of AI while balancing to preserve the benefits of AI in innovation.

  • IEEE (n.d.c.): This IEEE standard P7999, currently in development, aims to integrate organizational ethics oversight in AI processes and procedures.

4.3.3 Audit trails via self-documenting agentic systems

While implementing human-in-the-loop supervision and relevant privacy and governance standards are pivotal for agentic AI frameworks of tomorrow, having a proper path to audit an agentic AI framework could differentiate between an agentic framework that is compliant to a given standard versus a framework where all the steps are traceable enabling developers to understand and improve the decision-making process. Such self-documenting framework would allow developers to understand each step of the autonomous decision-making process, thereby allowing such frameworks to fully reproduce the outcomes. Though such agentic frameworks with self-documenting algorithms are in its early stages of pilot implementation (Phiri, 2025; Kacianka and Pretschner, 2021), at a minimum they would need self-documenting log files that store:

  • The algorithm setup,

  • The version of the LLM being used by each AI agent,

  • The MCPs being involved along with their version number,

  • The system configuration and any relevant the random seed,

  • The intermediate information files transmitted between the AI agents,

  • Final solutions, and

  • The progress of any optimization sub-algorithm or KPIs over time.

Understanding the internal structure of self-documenting log files is equally critical (Weise and Wu, 2023), as it ensures that any agent—whether self-managed or third-party, attempting to manipulate the audit process, faces a significantly higher risk of adverse consequences. Hence, some of the important characteristics self-documenting agentic AI log files should possess are outlined in Table 9.

Table 9

Characteristics and useful referencesFunctional descriptionIntended security outcomeImplementation considerations
Immutable logging (Hu et al., 2021; White et al., 2019; Cucurull and Puiggalí, 2016)Log entries, once written, cannot be altered or deleted. All modifications must be versioned and traceable.Prevents tampering and ensures forensic integrity of agent actions.Use cryptographic hashing (e.g., Merkle trees), blockchain-style append-only ledgers, or WORM (Write-Once-Read-Many) systems.
Incremental penalty for repeat AI agent offenders (Lik et al., 2002)Escalating penalties applied to AI agents based on repeat violations — e.g., restricted API calls, degraded privileges, or increased monitoring.Discourages repeated audit gaming by rogue agents.Define structured penalty tiers, maintain persistent offender history
Redundant loggingAgents document events even if it is being written by more than one agent.Survivability of critical audit data, even if one agent tries to suppress informationImplementation should have time and geographical stamps to facilitate cross validation.

Preferred in-built characteristics self-documenting agentic AI log files should possess.

5 Conclusions and future work

This paper has chartered the emergence of agentic AI as yet another transformative paradigm, representing a significant evolutionary leap from traditional AI agents and reactive generative AI. We demonstrated that agentic AI, characterized by their goal-oriented autonomous behavior, task decomposition and planning capabilities, and ability to orchestrate the constituent AI agents to interact with external tools, are moving AI to the role of an active problem-solver. Our primary contribution has been to bridge the gap between the high-level theory of agentic AI and its practical, high-stakes application within the field of engineering. To achieve this, we first establish a clear and necessary taxonomy, distinguishing the unique capabilities of agentic AI from its predecessors. Four state-of-the art use cases in the field of electrical engineering are presented, ranging from agentic AI based power system simulation software benchmarking and simulation studies to automated substation illumination design, automated bill-of-quantity generation, and advanced survival analysis for EV framework with the goal to identify the most suitable profit maximizing pricing strategy.

However, this transformative potential is accompanied by significant risks. Our investigation into failure modes identified critical vulnerabilities, including the adversarial spread of false information and the cascading degradation of information accuracy through successive LLM rewrites. In response, we proposed tangible mitigation strategies, including the adaptation of a Zero Trust Framework (ZTF) to enforce continuous verification of agent identity and data, and a novel information clustering architecture to protect data integrity. Our technical solutions are complemented by practical recommendations for deploying trustworthy systems, emphasizing the vital role of Human-in-the-Loop (HITL), adherence to emerging AI standards, self-documented immutable audit trails for better accountability of the constituent AI agents that forms the agentic AI framework.

Looking ahead, while the potential of agentic AI is clear, its robust and scalable deployment hinges on addressing several key research areas. The following are some of the high-impact research trajectories derived from the gaps we have identified from our current research:

  • Standardization of engineering tool integration: As highlighted in the power systems case study, the lack of official standardized Model Context Protocols (MCPs) from engineering software vendors such as PSS®E, PowerWorld, CDEGS is a major barrier for standardized deployment. Early progress is likely to be driven by community-developed MCPs, but future research must focus on developing open, stable, and secure MCPs for more robust agent-tool interaction to ensure interoperability, reliability, and foster a collaborative development ecosystem. These MCPs (and their different versions compatible with the software versions) should be made available as standard offering within the vendor’s website.

  • Development of a standardized electrical engineering tool registry: Beyond wider adoption of Model Context Protocols (MCPs), there is a growing need for a centralized, open-access registry that catalogs engineering tools, their MCP specifications, and supported capabilities. Such a registry would enable agents to dynamically discover, interface with, and validate compatible engineering tools in real time. Future research should explore the design of federated and interoperable registry architecture, supported by transparent governance and version control mechanisms, to ensure long-term maintainability and cross-domain scalability.

  • Formal verification of inter-agent planning logic: As agentic systems grow more capable and collaborative, ensuring that multi-agent planning and decision-making remain correct, consistent, and aligned with intended constraints becomes increasingly important. Future research should explore formal verification methods, such as model checking, temporal logic specifications, and theorem proving, to rigorously validate inter-agent coordination protocols. This will be pivotal in detecting emergent conflicts, guaranteeing safety properties, and establishing a foundation of trust for autonomous, multi-agent deployments in safety-critical engineering domains.

  • Extending to parent-AI-agent-in-the-loop for counter misinformation propagation: For the countering misinformation propagation though guard signal for continuity check, a high-level human-in-the loop (or a parent-AI-agent-in-the-loop) may determine the type of information that goes into each of these clusters. In the implementation demonstrated in this manuscript a high-level human-in-the loop control was adopted. Future research may extend this adoption via a parent-AI-agent-in-the-loop.

  • Latency and computational overhead concern within agentic AI systems: A promising direction for future work is to extend the proposed framework toward a fully distributed agentic AI system explicitly designed to satisfy the strict latency and determinism requirements of real-time grid operations. This would involve co-designing the agent architecture, communication fabric, and hardware deployment such that specialized agents are placed closer to the grid edge (e.g., substations and control centers), use lightweight models, and interact through event-driven, time-bounded protocols that do not interfere with existing protection and primary control layers. Within this scope, several concrete steps to improve computational overhead and reducing end-to-end latency in multi-agent settings can be identified, as follows:

  •    ◦ Our recommendation would be to deploy latency-critical agents on edge or on-premise infrastructure (e.g., substation or control-center servers) to minimize wide-area network round-trip delays, and test latency results via pilot projects.

  •    ◦ We also recommend using compressed, distilled, or otherwise optimized models together with hardware accelerators (GPUs, FPGAs) for agents that participate directly in fast control loops.

  •    ◦ Last, we recommend prioritizing local, decentralized decision-making with event-driven, asynchronous coordination (reducing unnecessary back and forth communication) so that communication overhead does not block immediate local actions.

By focusing on these areas, the research community can pave the way for the development of agentic AI systems that are not only powerful and autonomous but also secure, reliable, and fundamentally trustworthy.

Statements

Data availability statement

The original contributions presented in the study are included in the article/supplementary material, further inquiries can be directed to the corresponding author.

Author contributions

SG: Conceptualization, Data curation, Formal analysis, Methodology, Resources, Software, Supervision, Validation, Visualization, Writing – original draft, Writing – review & editing. GM: Conceptualization, Data curation, Formal analysis, Software, Validation, Writing – original draft, Writing – review & editing.

Funding

The author(s) declared that financial support was not received for this work and/or its publication.

Acknowledgments

The authors would like to thank Siddharth Ahuja for his contribution in developing the Blender MCP and making it available in Github. The authors would thank Qian Zhang, Muhy Eddin Za’ter, and Maanas Goel for their important work in developing several of the power system simulation software MCPs, including the pandapower MCP, and making these MCPs available in Github. The authors would like to thank Sreejata Dutta, Biostatistician at Children’s Hospitals Association for sharing her expertise in survival analysis and related theory. An early version of this work was published as a preprint in arXiv (Ghosh and Mittal, 2025b).

Conflict of interest

The author(s) declared that this work was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Generative AI statement

The author(s) declared that Generative AI was used in the creation of this manuscript. During the preparation of this work, the author(s) used Claude (Anthropic) to assist with sentence formatting and grammar checking. After using this tool, the author(s) reviewed and edited the content as needed and took full responsibility for the content of the published article.

Any alternative text (alt text) provided alongside figures in this article has been generated by Frontiers with the support of artificial intelligence and reasonable efforts have been made to ensure accuracy, including review by the authors wherever possible. If you identify any issues, please contact us.

Publisher’s note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

Abbreviations

AI, Artificial intelligence; BoQ, Bill of quantity; GenAI, Generative AI; HITL, Human-in-the-loop; HOTL, Human-on-the-loop; LLM, Large language model; LVM, Large visual models; MCP, Model context protocol; MEPPI, Mitsubishi electric power products; NEC, National electrical code; NESC, National electric safety code; NFPA, National fire protection agency (US); RAG, Retrieval augmented generation; RFP, Request for pricing; ZTF, Zero trust framework.

References

  • 1

    AcharyaD. B.KuppanK.DivyaB. (2025). Agentic AI: autonomous intelligence for complex goals—a comprehensive survey. IEEE Access13, 1891218936. doi: 10.1109/ACCESS.2025.3532853

  • 2

    AhujaS. (2025). BlenderMCP – Blender Model Context Protocol Integration. (Github). Available online at: https://github.com/ahujasid/blender-mcp (Accessed May, 2025).

  • 3

    AliM. A.DornaikaF.CharafeddiJ. (2025). Agentic AI: a comprehensive survey of architectures, applications, and future directions. Artif. Intell. Rev.59. doi: 10.1007/s10462-025-11422-4,

  • 4

    AlzubiO. A. (2021). A deep learning- based frechet and dirichlet model for intrusion detection in IWSN. J. Intell. Fuzzy Syst. Appl. Eng. Technol.42. doi: 10.3233/JIFS-1897

  • 5

    Anthropic. (2024a). Introducing Contextual Retrieval. Available online at: https://perma.cc/P3R7-XNY2

  • 6

    Anthropic. (2024b). Introducing the Model Context Protocol. Available online at: https://perma.cc/7984-SRGP

  • 7

    Baeza-YatesR.FayyadU. M. (2024). Responsible AI: an urgent mandate. IEEE Intell. Syst.39, 1217. doi: 10.1109/MIS.2023.3343488

  • 8

    BandiA.KongariB.NaguruR.PasnoorS.VilipalaS. V. (2025). The rise of agentic AI: a review of definitions, frameworks, architectures, applications, evaluation metrics, and challenges. Future Internet17:404. doi: 10.3390/fi17090404

  • 9

    BlümelH. J.ZakiM.BohnéT. (2024). Personal touch in digital customer service: a conceptual framework of relational personalization for conversational AI. J. Serv. Theory Pract.34, 3365. doi: 10.1108/JSTP-03-2023-0098

  • 10

    BranA. M.CoxS.SchilterO.BaldassariC.WhiteA. D.SchwallerP. (2024). Augmenting large language models with chemistry tools. Nat. Machine Intell.6, 525535. doi: 10.1038/s42256-024-00832-8,

  • 11

    CalegariR.CiattoG.MascardiV.OmiciniA. (2021). Logic-based technologies for multi-agent systems: a systematic literature review. Auton. Agent. Multi-Agent Syst.35. doi: 10.1007/s10458-020-09478-3

  • 12

    CardosoR. C.FerrandoA. (2021). A review of agent-based programming for multi-agent systems. Computers10, 115. doi: 10.3390/computers10020016

  • 13

    ChaturvediR.VermaS. (2023). Opportunities and challenges of AI-driven customer service. Art. Intell. Cust. Ser., 3371. doi: 10.1007/978-3-031-33898-4_3,

  • 14

    ChawlaC.ChatterjeeS.GadadinniS. S.PulkitV.BanarjeeS. (2024). Agentic AI: the building blocks of sophisticated AI business applications. J. AI Robotics Workplace Automation3, 196210. doi: 10.69554/XEHZ1946

  • 15

    ClarkT. G.BradburnM. J.LoveS. B.AltmanD. G. (2003). Survival analysis part I: basic concepts and first analyses. Br. J. Cancer89, 232238. doi: 10.1038/sj.bjc.6601118,

  • 16

    Cleverhans-lab/Github. (n.d.). CleverHans (latest release: v4.0.0). Available online at: https://github.com/cleverhans-lab/cleverhans

  • 17

    CochakH. Z.MiersC. C.CorreiaP.MarquesM. A.SimplicioM. A. (2024). “Lightweight SPIFFE verifiable identity document (LSVID): a nested token approach for enhanced security and flexibility in SPIFFE,” in IEEE International Conference on Cloud Computing Technology and Science (CloudCom), (Abu Dhabi, United Arab Emirates: IEEE).

  • 18

    CucurullJ.PuiggalíJ. (2016). Distributed immutabilization of secure logs. Int. Workshop Secur. Trust Manage. doi: 10.1007/978-3-319-46598-2_9

  • 19

    CuiC.LiuJ.HuiP.LinP.ZhangC. (2025). GenControl: Generative AI-driven Autonomous design of Control Algorithms. Available online at: https://arxiv.org/abs/2506.12554 (Accessed August, 2025).

  • 20

    DasD. (2025). The Impact of Agentic AI on Energy & Utilities: Addressing Key Challenges and Enabling Deployment with Amazon Bedrock AgentCore. Available online at: https://perma.cc/8AJ9-2XSM (Accessed August, 2025).

  • 21

    de LaatP. B. (2021). Companies committed to responsible AI: from principles towards implementation and regulation?Philos. Technol.34, 11351193. doi: 10.1007/s13347-021-00474-3,

  • 22

    DevK.KhowajaA. S.SinghK.ZeydanE.DebbahM. (2025). Advanced Architectures Integrated with Agentic AI for Next-Generation Wireless Networks. Available online at: https://arxiv.org/abs/2502.01089 (Accessed December, 2025).

  • 23

    DongL.ZhangQ. (n.d.). Electricity Market Expert. Available online at: https://github.com/Power-Agent/PowerWF/tree/main/Electricity%20Market%20Expert (Accessed October, 2025).

  • 24

    EhrmannS.AshimineI. E. (2025). ClaudeR: Github. Available online at: https://github.com/IMNMV/ClaudeR (Accessed December, 2025).

  • 25

    ElrefaieM.QianJ.WuR.ChenQ. (2025). AI Agents in Engineering Design: A Multi-Agent Framework for Aesthetic and Aerodynamic Car Design. Available online at: https://arxiv.org/abs/2503.23315 (Accessed May, 2025).

  • 26

    GabrielA. G.AhmadA.JeyakumarS. K. (2024). Advancing Agentic Systems: Dynamic Task Decomposition, Tool Integration and Evaluation Using Novel Metrics and Dataset. Available online at: https://arxiv.org/abs/2410.22457 (Accessed May, 2025).

  • 27

    General Data Protection Regulation (GDPR). (n.d.). Data Protection Impact Assessment (DPIA). Available online at: https://gdpr.eu/data-protection-impact-assessment-template/ (Accessed October, 2025).

  • 28

    GerdingE.RobuV.SteinS.ParkesD.RogersA.JenningsN. R. (2011). “Online mechanism design for electric vehicle charging,” in Proceedings of the 10th International Conference on Autonomous Agents and Multiagent Systems - AAMAS ‘11, (Taipei, Taiwan: International Foundation for Autonomous Agents and Multiagent System).

  • 29

    GhoshS. (2025). Architecture and pricing strategies for commercial EV battery swapping—dual-market Cournot model and degradation-sensitive regulated framework. World Electric Vehicle J.16:518. doi: 10.3390/wevj16090518

  • 30

    GhoshS.MittalG. (2025a). Advancing engineering research through context-aware and knowledge graph–based retrieval-augmented generation. Front. Art. Intell.8:7169. doi: 10.3389/frai.2025.1697169,

  • 31

    GhoshS.MittalG. (2025b). Agentic AI systems in electrical power systems engineering: current state-of-the-art and challenges. arXiv. doi: 10.48550/arXiv.2511.14478

  • 32

    Github. (n.d.). InterpretML. Available online at: https://github.com/interpretml/interpret/ (Accessed October, 2025).

  • 33

    Github-DeepEval. (n.d.). DeepEval - The LLM Evaluation Framework. Available online at: https://github.com/confident-ai/deepeval (Accessed August 17, 2025)

  • 34

    Google Research. (n.d.a.). Facets. Available online at: https://pair-code.github.io/facets/ (Accessed October, 2025).

  • 35

    Google Research. (n.d.b.). What-if tool. Available onlijne at: https://pair-code.github.io/what-if-tool/ (Accessed October, 2025).

  • 36

    GuoX.KeivanD.SyedU.QinL.ZhnagH.DullerudG.et al. (2024). ControlAgent: Automating Control System Design via Novel Integration of LLM Agents and Domain Expertise. Available online at: https://arxiv.org/abs/2410.19811 (Accessed May, 2025).

  • 37

    GuoY.LiuX.YanY.ZhangN.SuW. (2014). “Economic analysis of plug-in electric vehicle parking deck with dynamic pricing,” in IEEE PES General Meeting | Conference & Exposition, (National Harbor, MD, USA).

  • 38

    GuoQ.YaoK.ChuW. (2022). Switch-BERT: learning to model multimodal interactions by switching attention and input. Comput. Vision ECCV.330346. doi: 10.1007/978-3-031-20059-5_19

  • 39

    HanE.YinD.ZhangH. (2022). Bots with feelings: should AI agents express positive emotion in customer service?Inf. Syst. Res.34, 12961311. doi: 10.1287/isre.2022.1179,

  • 40

    HouX.ZhaoY.WangS.WangH. (2025). Model context protocol (MCP): landscape, security threats, and future research directions. ACM Trans. Softw. Eng. Methodol. doi: 10.1145/3796519

  • 41

    HuY.HooshmandK.KalidhindiH.YandS. J.PopaR. A. (2021). Merkle2: A Low-Latency Transparency Log System. San Francisco, CA, USA: IEEE Symposium on Security and Privacy (SP).

  • 42

    HuangS.SiddharthD. (2023). Generative AI and the digital commons. Available online at: https://arxiv.org/abs/2303.11074 (Accessed June 10, 2025)

  • 43

    IEEE. (2017). 2017 National Electrical Safety Code(R) (NESC(R)) - IEEE C2.

  • 44

    IEEE. IEEE 2840–2024 - IEEE Standard for Responsible AI Licensing. (n.d.a.). Available online at: https://standards.ieee.org/ieee/2840/7673/ (Accessed October, 2025).

  • 45

    IEEE. IEEE P3396 - Recommended Practice for Defining and Evaluating Artificial Intelligence (AI) Risk, Safety, Trustworthiness, and Responsibility. (n.d.b.). Available online at: https://standards.ieee.org/ieee/3396/11379/ (Accessed October, 2025).

  • 46

    IEEE. IEEE P7999 - Standard for Integrating Organizational Ethics Oversight in Projects and Processes Involving Artificial Intelligence. (n.d.c.). Available online at: https://standards.ieee.org/ieee/7999/11740/ (Accessed October, 2025).

  • 47

    KaciankaS.PretschnerA. (2021). “Designing accountable systems,” in FAccT '21: Proceedings of the 2021 ACM Conference on Fairness, Accountability, and Transparency.

  • 48

    KhamisA. (2025). Agentic AI systems: architecture and evaluation using a frictionless parking scenario. IEEE Access13, 126052126069. doi: 10.1109/ACCESS.2025.3590264

  • 49

    KleinD. (2019). Micro-Segmentation: Securing complex cloud Environments. Available online at: https://www.magonlinelibrary.com/doi/abs/10.1016/S1353-4858%2819%2930034-0 (Accessed October, 2025).

  • 50

    KleinJ. P.MoeschbergerM. L. (2003). Survival Analysis - Techniques for Censored and Truncated Data, Second Edition. Milwaukee, WI, USA: Springer.

  • 51

    LeçaM. D.BentoM.SantosR. D. (2025). “Responsible AI in the software industry: a practitioner-centered perspective,” in IEEE/ACM International Workshop on Responsible AI Engineering (RAIE), (Ottawa, ON, Canada: IEEE).

  • 52

    LiX.LuoF.LiC. (2024). Multi-agent deep reinforcement learning-based autonomous decision-making framework for community virtual power plants. Appl. Energy360:122813. doi: 10.1016/j.apenergy.2024.122813

  • 53

    LikM.MojdehM.AriH. (2002). “Notions of reputation in multi-agents systems: a review,” in Proceedings of the First International Joint Conference on Autonomous Agents and Multiagent Systems: Part 1, (Bologna, Italy: Association for Computing Machinery).

  • 54

    LimmerS. (2019). Dynamic pricing for electric vehicle charging – a literature review. Energies12:3574. doi: 10.3390/en12183574

  • 55

    MaZ.CallawayD.HiskensI. (2010). “Decentralized charging control for large populations of plug-in electric vehicles: application of the Nash certainty equivalence principle,” in IEEE International Conference on Control Applications, (Yokohama, Japan: IEEE).

  • 56

    Microsoft. (n.d.). Fairlearn. Available online at: https://fairlearn.org/v0.12/quickstart.html (Accessed October, 2025).

  • 57

    MurugesanS. (2025). The rise of agentic AI: implications, concerns, and the path forward. IEEE Intell. Syst.40, 814. doi: 10.1109/MIS.2025.3544940

  • 58

    National Fire Protection Association (NFPA). (2025). NFPA 70 - National Electrical Code®. Available online at: https://www.nfpa.org/codes-and-standards/nfpa-70-standard-development/70 (Accessed October, 2025).

  • 59

    NaziZ. A.HossainM.MamunF. A. (2025). Evaluation of open and closed-source LLMs for low-resource language with zero-shot, few-shot, and chain-of-thought prompting. Nat. Lang. Proce. J.10:100124. doi: 10.1016/j.nlp.2024.100124

  • 60

    OztasA. E.JelodariM. (2024). Agentic-HLS: An Agentic Reasoning Based High-Level Synthesis System Using Large Language Models. Available online at: https://arxiv.org/abs/2412.01604 (Accessed October, 2025).

  • 61

    ParkJ. S.O'BrienJ.CaiC. J.MorrisM. R.LiangP.BernsteinM. S. (2023). “Generative agents: interactive simulacra of human behavior,” in 36th Annual ACM Symposium on User Interface Software and Technology, ().

  • 62

    Personal Data Protection Comission (PDPC) – Singapore (2019). Model AI Governance Framework. Davos, Switzerland: World Economic Forum Annual.

  • 63

    PhiriC. C. (2025). “Creating characteristically auditable agentic AI systems,” in IntRob '25: Proceedings of the Intelligent Robotics FAIR 2025, (Budapest, Hungary: Association for Computing Machinery).

  • 64

    RaheemT.HossainG. (2025). “Agentic AI systems: opportunities, challenges, and trustworthiness,” in IEEE International Conference on Electro Information Technology (eIT), (Valparaiso, IN, USA).

  • 65

    RayP. P. (2025). A Survey on Model Context Protocol: Architecture, State-of-the-Art, Challenges and Future Directions. Ailable online at: https://www.techrxiv.org/doi/full/10.36227/techrxiv.174495492.22752319 (Accessed August, 2025).

  • 66

    RusellS.NorvigP. (2010). Artificial Intelligence - A Modern Approach. Upper Saddle River, New Jersey: Prentice Hall, Pearson Education, Inc.

  • 67

    SchneiderJ. (2025). Generative to Agentic AI: Survey, Conceptualization, and Challenges (Arxiv preprint). Available online at: https://arxiv.org/abs/2504.18875

  • 68

    SedlmeirJ.SmethurstR.RiegerA.FridgenG. (2021). Digital identities and verifiable credentials. Bus. Inf. Syst. Eng.63, 603613. doi: 10.1007/s12599-021-00722-y

  • 69

    ShcherbakovM. (2025). N8N: AI agent for Realtime insights on meetings. Available online at: https://n8n.io/workflows/2651-ai-agent-for-realtime-insights-on-meetings/

  • 70

    ShneidermanB. (2020). Human-centered artificial intelligence: reliable, Safe & Trustworthy. Int. J. Hum. Comput. Interact.36, 495504. doi: 10.1080/10447318.2020.1741118

  • 71

    SinghA.EhteshamA.KumarS.KhoeiT. T. (2025). A Survey of the Model Context Protocol (MCP): Standardizing Context to Enhance Large Language Models (LLMs).

  • 72

    SoltaniN. Y.KimS.-J.GiannakisG. B. (2015). Real-time load elasticity tracking and pricing for electric vehicle charging. IEEE Trans. Smart Grid6, 13031313. doi: 10.1109/TSG.2014.2363837

  • 73

    Stanford University – Human-Centered Artificial Intelligence. (2024). Global AI power rankings: Stanford HAI tool ranks 36 countries in AI. Available online at: https://perma.cc/P9CW-J84D (Accessed December, 2025).

  • 74

    TiwariA. (2025). Conceptualising the emergence of agentic urban AI: from automation to agency. Urban Informat.4. doi: 10.1007/s44212-025-00079-7

  • 75

    Trusted AI/Github. (n.d.a.). AI Fairness 360 (AIF360). Available online at: https://github.com/Trusted-AI/AIF360 (Accessed October, 2025).

  • 76

    Trusted-AI/Github. (n.d.b.). AI Explainability 360 (v0.3.0). Available online at: https://github.com/Trusted-AI/AIX360

  • 77

    Trusted-AI/Github. (n.d.c.). Adversarial Robustness Toolbox (ART) v1.20. Retrieved 10 2025, from https://github.com/Trusted-AI/adversarial-robustness-toolbox

  • 78

    VadisettyR.PolamarasettiA. (2024). “Enhancing intrusion detection systems with deep learning and machine learning algorithms for real-time threat classification,” in Asian Conference on Intelligent Technologies (ACOIT), (Kolar, India).

  • 79

    WangL.MaC.FengX.ZhangZ.YangH.ZhangJ.et al. (2024). A survey on large language model based autonomous agents. Front. Comput. Sci.18. doi: 10.1007/s11704-024-40231-1

  • 80

    WeiseT.WuZ. (2023). “Replicable self-documenting experiments with arbitrary search spaces and algorithms,” in GECCO '23 Companion: Proceedings of the Companion Conference on Genetic and Evolutionary Computation, ().

  • 81

    WhiteR.CaiazzaG.CortesiA.ChoY. I.ChristensenH. I. (2019). Black block recorder: immutable black box logging for robots via blockchain. IEEE Robotics Automat Lett.4, 38123819. doi: 10.1109/LRA.2019.2928780

  • 82

    WuJ.GanW.ChenZ.WaS. (2023). “Multimodal large language models: a survey,” in IEEE International Conference on Big Data (BigData), (Sorrento, Italy).

  • 83

    WuX.XiaoL.SunY.ZhangJ.MaT.HeL. (2022). A survey of human-in-the-loop for machine learning. Futur. Gener. Comput. Syst.135, 364381. doi: 10.1016/j.future.2022.05.014

  • 84

    XiaB.LuQ.ZhuL.LeeS. U.LiuY.XingZ. (2024). “Towards a responsible AI metrics catalogue: a collection of metrics for AI accountability,” in IEEE/ACM 3rd International Conference on AI Engineering – Software Engineering for AI (CAIN), (Lisbon, Portugal: Association for Computing Machinery).

  • 85

    XueJ.DengQ.YuF.WangY.WangJ.LiY. (2024). Enhanced Multimodal RAG-LLM for Accurate Visual Question Answering. Available online at: https://arxiv.org/abs/2412.20927

  • 86

    YangC.TaoX.WangS.ZhaoF. (2020). “Data integrity checking supporting reliable data migration in cloud storage,” in Wireless Algorithms, Systems, and Applications, ().

  • 87

    YaoS.YuD.ZhaoJ.ShafranI.GriffithT.CaoY.et al. (2023). “Tree of thoughts: deliberate problem solving with large language models,” in Advances in Neural Information Processing Systems 36 (NeurIPS 2023).

  • 88

    ZhangQ.XieL. (2025). PowerAgent: a road map toward agentic intelligence in power systems: foundation model, model context protocol, and workflow. IEEE Power Energy Magazine23, 93101. doi: 10.1109/MPE.2025.3579718

  • 89

    ZhangQ.Za’terM. E.GoelM. (2025). PowerAgent. (Piscataway, NJ: Github). Available online at: https://github.com/Power-Agent/PowerMCP

Summary

Keywords

agentic AI, agentic collusion, autonomous agents, large language model (LLM), model context protocol (MCP), power system automation, survival analysis, zero trust architecture

Citation

Ghosh S and Mittal G (2026) Agentic AI systems in electrical power systems engineering: current state-of-the-art and challenges. Front. Artif. Intell. 9:1814651. doi: 10.3389/frai.2026.1814651

Received

20 February 2026

Revised

22 May 2026

Accepted

22 May 2026

Published

11 June 2026

Volume

9 - 2026

Edited by

Nikos Hatziargyriou, National Technical University of Athens, Greece

Reviewed by

Iacovos Ioannou, University of Cyprus, Cyprus

Ali Rushdi, King Abdulaziz University, Saudi Arabia

Updates

Copyright

*Correspondence: Soham Ghosh,

Disclaimer

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.

Outline

Figures

Cite article

Copy to clipboard


Export citation file


Share article

Article metrics