JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2026
1
From AI Technical Debt to Agentic Technical Debt: A Systematic Mapping of Root Causes and Manifestations in Agentic AI Systems
arXiv:2608.01001v1 [cs.AI] 2 Aug 2026
Muhammad Tukura,d∗ , Hayatullahi Adeyemob , Tao Chena , Nour Alic , Anis Zarrada , Marco Agusd , Rick Kazmane , Rami Bahsoona∗ a School of Computer Science, University of Birmingham, Edgbaston, UK b Computing and Informatics, Bournemouth University, Bournemouth, UK c Brunel University London, Uxbridge, UK d College of Science and Engineering, HBKU, Qatar e University of Hawaii, Honolulu, USA
Abstract—The emergence of Agentic AI systems, characterized by autonomous reasoning, multi-agent collaboration, tool orchestration, adaptive decision-making, and persistent memory, represents a fundamental shift from traditional AI pipelines to dynamic, self-directed software ecosystems. While AI Technical Debt (AITD) has been widely studied in conventional machine learning and software engineering contexts, existing models largely assume static, component-level architectures and fail to capture the dynamic, distributed, and emergent behaviors of agentic environments. This gap limits the systematic identification, analysis, and management of technical debt in modern autonomous AI systems. This paper introduces the concept of Agentic Technical Debt (AgTD), defined as the forms of technical debt that emerge, accumulate, propagate, and amplify due to the autonomous, collaborative, and adaptive nature of Agentic AI systems. Building upon our prior systematic scoping review that identified 31 AITDs across seven root-cause categories, we employ a theory-informed transformation methodology to systematically reinterpret and map these debts to their corresponding manifestations in Agentic AI systems. Through direct transformation, contextual transformation, and manifestation expansion, we present the first systematic mapping of established AITDs to agentic manifestations, demonstrating how conventional debts evolve into dynamic system-level liabilities, including memory inconsistencies, orchestration fragility, cascading failures, and unsafe autonomous decisionmaking. Our findings show that technical debt in Agentic AI extends beyond software artifacts to encompass agent behaviors, coordination mechanisms, adaptive reasoning, and interactions among agents, tools, and execution environments. We further analyze its implications for AI Trust, Risk, and Security Management (TRiSM), highlighting impacts on trustworthiness, governance, security, operational resilience, and the emerging challenge of Sustainability Technical Debt (SusTD). Overall, this work establishes AgTD as a foundational software engineering construct and provides a theory-informed transformation framework, a systematic taxonomy, and a research agenda for the quantification, monitoring, governance, mitigation, and sustainability-aware management of technical debt in autonomous multi-agent AI systems. Index Terms—Agentic AI, Artificial Intelligence, Technical Debt, Trust, Safety, Security, AI TRiSM, Agents
I. I NTRODUCTION Artificial Intelligence (AI) has undergone a rapid evolution from rule-based systems to data-driven machine learning and, more recently, to generative and large language model (LLM)-based systems [78]. Despite these advances, most traditional AI systems remain largely reactive, operating within predefined pipelines and requiring significant human supervision [42]. The emergence of Agentic AI marks a fundamental shift in this paradigm, enabling systems to autonomously perceive, reason, act, and learn in dynamic environments with minimal human intervention [95]. These systems are characterized by goaldirected behavior, multi-agent coordination, tool usage, and persistent memory, allowing them to solve complex, multi-step tasks across diverse domains such as healthcare [26], finance [25], cybersecurity [63], and industrial automation [15, 86]. Recent advances in agentic frameworks-leveraging technologies such as retrieval-augmented generation (RAG) [47], multi-agent orchestration [94], and external tool integration-have significantly enhanced system capabilities. Agentic AI systems can now plan, execute, and adapt strategies in real time, often collaborating across multiple specialized agents to achieve shared objectives [48]. This shift from “copilot” assistance to “autopilot” autonomy has enabled substantial gains in productivity, efficiency, and scalability, while also introducing new challenges related to trust, safety, and governance [48]. As these systems become increasingly embedded in critical infrastructures and decision-making processes, ensuring their reliability and robustness becomes paramount. Parallel to these developments, the concept of Technical Debt (TD) has been widely recognized as a critical factor affecting the long-term maintainability, reliability, and quality of software systems [31, 34]. In the context of AI, AI Technical Debt (AITD) extends this notion to encompass issues arising from data
JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2026
dependencies, model design, pipeline complexity, and operational processes [18, 105]. Prior research has identified a comprehensive set of AITDs and categorized them into root-cause classes such as data, model and code, architecture, operational processes, and testing. However, these studies largely assume static, pipeline-oriented AI systems, where components are relatively isolated and system behavior is predictable. The transition to Agentic AI fundamentally challenges these assumptions. While properties such as dynamicity, distribution, and interaction-driven behavior are also present in many distributed and selfadaptive software systems, Agentic AI introduces an additional layer of complexity through LLM-driven reasoning, autonomous decision-making, tool invocation, and agent-to-agent collaboration. These systems operate as socio-technical ecosystems of interacting agents that continuously perceive, reason, act, and adapt, creating evolving dependencies across models, tools, data sources, and execution environments [1]. As a result, technical debt in such systems no longer remains confined to individual components but instead emerges and propagates across the entire system, often manifesting as coordination failures, cascading errors, memory inconsistencies, and unintended emergent behaviors. Moreover, the integration of external tools, APIs, and knowledge sources introduces additional attack surfaces, trust dependencies, and operational risks, further complicating the identification, management, and mitigation of technical debt in these environments [96]. Consequently, technical debt can arise not only from conventional software artifacts but also from agent behaviors, coordination mechanisms, and emergent interactions that are difficult to anticipate, govern, and control. Despite the growing importance of Agentic AI, there is currently a lack of systematic understanding of how traditional AI technical debts evolve in these systems. Existing AITD taxonomies do not account for key characteristics of agentic systems, such as autonomy, multi-agent interaction, and persistent memory. Consequently, there is a critical need to revisit and extend the concept of technical debt to reflect the realities of modern AI systems. To address this gap, this paper introduces the concept of Agentic Technical Debt (AgTD), defined as the forms of technical debt that arise, accumulate, and propagate due to the autonomous, collaborative, and adaptive nature of agentic AI systems. Building on our prior systematic review that identified 31 AITDs across seven root-cause categories [114], we present a systematic mapping of these debts to their corresponding manifestations in agentic contexts. This mapping reveals how traditional debts-such as data debt [6], glue code [8], hidden feedback loops [59], and boundary erosion [23]-transform into new systemlevel challenges, including memory corruption, or-
2
chestration fragility, cascading failures, and unsafe autonomous decision-making. Beyond extending existing AITD concepts to agentic environments, this work also identifies Sustainability Technical Debt (SusTD) as an emerging and underexplored dimension of AgTD. Owing to continuous reasoning, autonomous planning, persistent memory management, repeated inference, tool orchestration, and multi-agent collaboration, Agentic AI systems can incur substantial computational and energy demands [65]. Consequently, architectural inefficiencies and suboptimal agent workflows may accumulate as sustainability-related debt, affecting energy efficiency, operational costs, and environmental impact throughout the system lifecycle. This observation broadens the scope of AgTD beyond conventional software quality concerns toward environmentally sustainable autonomous AI engineering. The contributions of this paper are threefold: Conceptual Contribution: We introduce and formally define Agentic Technical Debt (AgTD), extending the traditional theory of technical debt to agentic AI systems. We characterize how autonomy, reasoning, tool usage, memory mechanisms, and multi-agent interactions create new debt accumulation pathways that are not adequately captured by existing AI technical debt frameworks. • Empirical Contribution: We present the first systematic mapping of 31 AITDs to their manifestations in agentic AI systems. Using a rootcause-based taxonomy, we identify how existing debt types evolve, propagate, and amplify within autonomous and collaborative agent ecosystems, revealing emerging debt patterns specific to agentic architectures. • Analytical Contribution: We analyze the implications of AgTD for Trust, Risk, and Security Management (TRiSM), examining its impact on explainability, governance, reliability, security, and operational resilience. We further highlight key research challenges and opportunities for monitoring, assessing, and mitigating technical debt in agentic AI environments. •
By bridging the gap between traditional technical debt theory and emerging agentic AI systems, this work establishes a foundation for future research on the identification, quantification, governance, and mitigation of technical debt in autonomous, adaptive, and multi-agent environments. The remainder of this paper is structured as follows. Section II presents the background of the study. Section III reviews the related work. Section IV describes the research methodology. Section V introduces the formal definition of AgTDs and presents their systematic mapping and analysis. Section VI discusses the implications of AgTDs for AI TRiSM. Finally,
JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2026
Section VII concludes the paper and outlines future research directions. II. BACKGROUND This section provides the conceptual foundation for the study by contextualizing the evolution of Artificial Intelligence (AI) paradigms and their implications for software engineering practices. We begin by outlining the progression from traditional AI [5] to Generative AI [39] and, more recently, to Agentic AI [49], highlighting their defining characteristics, capabilities, and key differences. Building on this, we revisit the concept of Technical Debt (TD) and examine how it has evolved from traditional software systems to AI-based systems TD, and further to Agentic AI systems TD. This progression establishes the theoretical basis for understanding how autonomy, interaction, and systemlevel dynamics fundamentally transform the nature, manifestation, and impact of technical debt in modern AI ecosystems. A. Artificial Intelligence, Generative AI, and Agentic AI Artificial Intelligence (AI) refers to computational systems capable of performing tasks that typically require human intelligence, including perception, reasoning, learning, and decision-making [54]. Traditional AI systems are primarily designed to execute predefined tasks through rule-based reasoning or machine learning models trained for specific objectives, such as classification, prediction, recommendation, or anomaly detection [32, 85]. While these systems have achieved significant success across numerous domains, they generally operate within well-defined boundaries and rely heavily on human oversight for task specification and execution. Generative AI (GenAI) extends traditional AI by enabling systems to generate novel content, including text, images, code, audio, and video [64, 84]. Powered largely by foundation models and Large Language Models (LLMs), Generative AI has transformed human-computer interaction through natural language interfaces and advanced content creation capabilities [57]. Despite these advances, most generative systems remain fundamentally reactive, producing outputs in response to user prompts without independently pursuing objectives, coordinating actions, or managing long-term tasks [61]. Agentic AI represents the next stage in the evolution of AI systems by moving beyond content generation toward autonomous goal execution [1]. Rather than functioning solely as predictive or generative models, agentic systems operate as intelligent entities capable of perceiving their environment, reasoning about objectives, planning actions, executing tasks, and adapting their behavior over time [3, 41]. This shift transforms AI from a passive assistant into an active
3
participant capable of independently pursuing complex goals with limited human intervention. A defining characteristic of Agentic AI is autonomy. Agentic systems can make decisions and initiate actions without requiring continuous user prompts. Given a high-level objective, an agent can decompose the problem into smaller tasks, determine an execution strategy, monitor progress, and adjust its behavior in response to changing conditions [118]. This capability enables the execution of long-horizon tasks that would otherwise require substantial human coordination. Another key characteristic is goal-directed behavior. Unlike traditional and generative systems that primarily respond to immediate inputs, agentic systems maintain explicit objectives and continuously evaluate their actions against desired outcomes. This allows them to proactively identify missing information, revise strategies, and pursue alternative solutions when obstacles arise [1]. Agentic systems also rely heavily on reasoning and planning. Modern agents leverage LLMs and other AI models to analyze context, evaluate alternatives, generate action plans, and perform multi-step decisionmaking processes [41]. Planning mechanisms enable agents to sequence actions, allocate resources, and coordinate dependencies among tasks, significantly enhancing their ability to solve complex real-world problems. A further distinguishing feature is tool orchestration. Agentic AI systems are not limited to the knowledge encoded within their underlying models. Instead, they can dynamically invoke external tools, APIs, databases, search engines, software services, and domain-specific applications to acquire information or perform actions [25]. Through tool integration, agents can extend their capabilities beyond content generation and interact directly with operational environments. Effective operation in complex environments also requires memory. Unlike conventional LLM-based systems that rely primarily on limited context windows, agentic systems increasingly incorporate persistent memory mechanisms that enable them to retain knowledge, maintain state across interactions, and learn from previous experiences [26]. Memory supports continuity, personalization, contextual awareness, and longterm task execution, allowing agents to make more informed decisions over time. Finally, many agentic architectures employ multiagent collaboration. Instead of relying on a single monolithic agent, complex tasks can be distributed among multiple specialized agents that communicate, coordinate, and cooperate toward shared objectives [99]. Such architectures improve scalability, modularity, and problem-solving effectiveness by enabling agents to assume specialized roles such as planning, execution, monitoring, verification, or domain-specific reasoning. These characteristics collectively distinguish Agen-
JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2026
4
Fig. 1. Conceptual architecture and key characteristics of Agentic AI systems. The figure illustrates the key components of Agentic AI, including autonomy, reasoning, planning, memory, tool orchestration, continuous adaptation, and multi-agent collaboration. Together, these capabilities enable agents to autonomously pursue goals, interact with external tools and environments, and coordinate complex tasks in dynamic settings.
tic AI from earlier AI paradigms. While Traditional AI focuses on task-specific prediction and Generative AI emphasizes content creation, Agentic AI integrates autonomy, reasoning, planning, memory, tool usage, and collaboration into unified systems capable of executing complex workflows in dynamic environments. As illustrated in Figure 1, this evolution represents a transition from static, model-centric systems toward adaptive ecosystems of interacting agents. While these capabilities unlock significant opportunities across domains such as healthcare, finance, cybersecurity, and software engineering, they also introduce new forms of complexity, dependency, and emergent behavior that have important implications for technical debt management in agentic systems. 1) Comparative Analysis of AI Paradigms: To better contextualize these paradigms, Figure 2 illustrates the evolution of AI from Traditional AI to Generative AI and ultimately to Agentic AI, while Table I provides a detailed comparison across key dimensions, including system behavior, decision-making mechanisms, learning capabilities, interaction models, and architectural structure. Together, they highlight the fundamental shift from static, rule-based systems to dynamic, data-driven models, and ultimately to autonomous, goal-directed agentic systems. Traditional AI systems are largely deterministic and pipeline-
oriented, operating under predefined logic with limited adaptability. Generative AI introduces probabilistic reasoning and content generation capabilities, enabling more flexible and creative interactions, yet it remains predominantly reactive and dependent on user prompts. In contrast, Agentic AI represents a paradigm shift toward autonomy and proactivity, where systems can independently plan, reason, and execute multi-step tasks while interacting with other agents, tools, and environments. A key distinction lies in the level of system integration and coordination. While traditional and generative systems are typically model-centric, agentic systems are inherently distributed and multi-agent in nature, relying on coordinated interactions, shared memory, and external tool orchestration. As illustrated in Figure 1, these systems integrate capabilities such as autonomy, reasoning, planning, memory, tool orchestration, continuous adaptation, and multi-agent collaboration within a unified architecture. This transition significantly increases system complexity but also unlocks new capabilities for solving long-horizon and realworld problems. Overall, while Generative AI extends the capabilities of traditional AI by enabling content creation and enhancing human-AI interaction, Agentic AI fundamentally transforms AI systems into autonomous, interactive, and adaptive entities capable of
JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2026
5
Fig. 2. Evolution and comparison of AI paradigms. The figure illustrates the progression from Traditional AI to Generative AI and Agentic AI, highlighting key differences in autonomy, decision-making, learning, memory, interaction, and system architecture. It demonstrates the shift from task-specific prediction and automation, to content generation, and ultimately to autonomous, goal-directed systems capable of reasoning, planning, tool orchestration, memory management, and multi-agent collaboration.
complex task execution, continuous learning, and collaborative problem-solving in dynamic environments. B. Technical Debt: From Traditional Systems to AI The concept of Technical Debt (TD) was first introduced by Cunningham [31], describing the trade-off between short-term development gains and long-term system maintainability. Technical debt arises when suboptimal design or implementation decisions are made to achieve rapid progress, leading to increased future costs in terms of maintenance, scalability, and system evolution [122]. Traditional technical debt is typically associated with software engineering artifacts such as code quality, architecture, documentation, and testing. It is generally characterized as localized, being confined to specific components or modules; static, remaining relatively stable once introduced; predictable, with impacts that can be estimated and managed; and code-centric, primarily related to implementation and design decisions [20]. However, the evolution of AI systems has introduced new forms of technical debt that extend beyond traditional software concerns [105]. C. AI Technical Debt (AITD) AITD extends the notion of technical debt to machine learning and AI-enabled systems, encompassing
issues related to data dependencies, model behavior, pipeline complexity, infrastructure integration, and operational processes [18]. Prior studies have shown that AI systems introduce unique sources of debt, including data quality and drift [6], hidden feedback loops [59], model entanglement [116], and evaluation limitations [112]. Unlike traditional technical debt, AITD is inherently data-centric, with a strong dependency on data quality and lifecycle; it involves complex multi-stage pipelines that introduce hidden dependencies; it exhibits non-deterministic behavior, where model outputs may vary across runs; and it is feedback-driven, as continuous learning introduces evolving system behavior [110]. As highlighted in the literature, many of these debts arise from the interaction between data, models, infrastructure, deployment pipelines, and human operational practices, rather than purely from code-level issues, representing a shift from software-centric to system-centric technical debt [6, 18, 105]. D. Agentic Technical Debt (AgTD) Building on AITD [114], the emergence of Agentic AI introduces a new class of technical debt-Agentic Technical Debt (AgTD). As established in this work, AgTD refers to technical debt that arises, accumulates, and propagates due to the autonomous, interactive,
JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2026
6
TABLE I C OMPARISON OF T RADITIONAL AI, G ENERATIVE AI, AND AGENTIC AI Attribute
Traditional AI
Generative AI
Agentic AI
Core Paradigm Behavior Decision-Making Learning
Rule-based / Predictive Reactive Predefined logic Supervised/unsupervised ML
Autonomous goal-driven systems Proactive and autonomous Planning + reasoning + execution Continuous and adaptive learning
Interaction
Human-controlled
Content generation Reactive (prompt-driven) Probabilistic generation Deep learning (LLMs, diffusion) Human-in-the-loop
System Structure Memory Tool Usage Example Applications
Pipeline-based Limited / static Minimal Fraud detection, classification
Model-centric Context window-based Limited (plugins/APIs) ChatGPT, image generation
and adaptive nature of agentic systems (Please refer to Section V). Agentic systems fundamentally differ from traditional AI systems in that they operate across multiple interacting agents, continuously adapt through feedback and learning, depend on shared memory and external tools, and exhibit emergent system-level behavior [76]. These characteristics transform technical debt from a localized and static issue into a dynamic, distributed, and emergent phenomenon. As discussed in the manuscript, technical debt in agentic systems can propagate across agents, leading to coordination failures, cascading errors, and unintended behaviors. 1) Comparative Perspective: TD vs AITD vs AgTD: Table II summarizes the key differences between traditional technical debt, AI technical debt, and agentic technical debt across key dimensions. The comparison highlights a clear evolution from componentlevel, deterministic, and manageable debt in traditional software systems to data- and model-driven complexities in AI systems, and ultimately to systemlevel, probabilistic, and emergent forms of debt in agentic AI environments. In particular, while traditional technical debt is largely confined to code and architectural decisions with relatively predictable impacts, AITD introduces additional challenges stemming from data dependencies, pipeline interactions, and non-deterministic model behavior. AgTD further amplifies these challenges by embedding debt within dynamic agent interactions, coordination mechanisms, and adaptive decision processes. As a result, technical debt transitions from a localized engineering concern to a distributed, evolving phenomenon that affects the overall behavior, reliability, and trustworthiness of the system. This progression underscores the increasing complexity of managing technical debt in modern AI systems and motivates the need for new models, tools, and governance strategies tailored to agentic environments.
E. Summary In summary, AI has evolved from rule-based systems to generative models and, more recently, to
Multi-agent + environment interaction Multi-agent, distributed Persistent and shared memory Extensive tool and API integration Autonomous assistants, AI agents, robotics
agentic systems capable of autonomous and collaborative behavior. This evolution has fundamentally transformed the nature of technical debt—from static, codecentric issues to dynamic, system-level phenomena. While AITD captures the complexities introduced by data and models, AgTD further extends this concept to account for autonomy, interaction, and emergence in agentic ecosystems. This progression highlights the need for rethinking traditional software engineering and technical debt management approaches in the context of modern AI systems. III. R ELATED W ORK The rapid evolution of Agentic Artificial Intelligence (Agentic AI) has led to a growing body of literature spanning conceptual foundations, system architectures, governance frameworks, and domain-specific applications. This section synthesizes existing work across four key dimensions: (i) conceptual and architectural foundations, (ii) systematic reviews and taxonomies, (iii) trust, risk, and governance, and (iv) domainspecific applications. A. Conceptual and Architectural Foundations Agentic AI is widely recognized as a paradigm shift from traditional and generative AI toward systems capable of autonomous, goal-directed behavior. Acharya et al [3] define Agentic AI as autonomous systems designed to pursue complex goals with minimal human intervention, emphasizing adaptability, advanced decision-making, and self-sufficiency. Similarly, Pati [86] highlights that Agentic AI integrates autonomy, memory, goal-directed reasoning, and adaptive learning, enabling systems to operate proactively in dynamic environments. Beyond general definitions, Ali et al., [1] introduces a novel dual-paradigm perspective, distinguishing agentic systems into symbolic/classical and neural/generative lineages. This work argues that paradigm selection is context-dependent, with symbolic approaches dominating safety-critical domains, while neural approaches excel in data-rich adaptive environments. Furthermore,
JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2026
7
TABLE II C OMPARISON OF T ECHNICAL D EBT PARADIGMS Attribute
Traditional TD
AITD
AgTD
Scope Nature Focus
Code/components Static Code quality
ML pipelines Semi-dynamic Data + models + pipelines
Propagation Behavior Complexity Traceability Risk Type Examples
Limited/local Deterministic Moderate High Maintainability Code smells, poor architecture
Pipeline-level Probabilistic High Moderate Model/data risks Data debt, model bias
Multi-agent ecosystems Highly dynamic Interaction + behavior + coordination System-wide (cross-agent) Emergent and adaptive Very high Low (due to interactions) Systemic and emergent risks Coordination failures, memory corruption
Ali et al. [1] emphasizes the need for hybrid neurosymbolic architectures to balance reliability and adaptability. Islam et al. [53], extend this perspective by positioning Agentic AI as a socio-technical partner capable of integrating reasoning, planning, memory, and tool orchestration to achieve complex objectives with minimal human oversight. This evolution highlights the transition from reactive AI systems to proactive and collaborative intelligent agents. B. Systematic Reviews and Research Taxonomies Several systematic reviews have attempted to structure the fragmented landscape of Agentic AI research. Moralles et al [76] present a comprehensive SLR that organizes the field into five major domains: memory cognition, networking systems, trust and safety, evaluation limits, and application use cases. Notably, it identifies a critical “adaptability gap,” revealing a lack of architectural frameworks capable of supporting long-term resilience and dynamic behavior in realworld environments. Complementing this, Hosseini and Zeilani [48] explore the role of Agentic AI in shaping intelligent organizational systems, identifying key attributes such as autonomy, reactivity, proactivity, and learning capability. It further highlights the transition from assistive (“copilot”) to autonomous (“autopilot”) systems and underscores the importance of hierarchical multi-agent architectures for coordination and scalability. Raheem and Hossain [95] provide a broader perspective on the opportunities and challenges of Agentic AI, emphasizing its ability to enhance efficiency, scalability, and decision-making in organizational contexts, while also raising concerns related to safety, reliability, and accountability. C. Trust, Risk, Security, and Governance As Agentic AI systems become more autonomous and distributed, trust and governance have emerged as critical research areas. Raza et al., [99] introduce a comprehensive Trust, Risk, and Security Management (TRiSM) framework tailored for LLM-based Agentic Multi-Agent Systems (AMAS). This work proposes a structured approach covering explainability,
ModelOps, security, privacy, and lifecycle governance. Importantly, RW2 also introduces novel evaluation metrics, such as the Component Synergy Score (CSS) and Tool Utilization Efficacy (TUE), to quantify interagent coordination and tool usage effectiveness—an area largely overlooked in earlier studies. From a security perspective, Rashid et al., [96] systematically analyze threats and vulnerabilities in Agentic AI systems, including prompt-based adversarial attacks, coordination failures, and system-level risks. It highlights ongoing efforts such as the OWASP Agentic AI Top 10 initiative, emphasizing the need for standardized security frameworks. Across these studies, a common challenge emerges: ensuring safety, transparency, and accountability in increasingly autonomous and complex agentic ecosystems. D. Domain-Specific Applications Agentic AI has been applied across multiple domains, demonstrating its versatility and transformative potential. In healthcare, Collaco et al. [26], present a scoping review showing that agentic systems can autonomously achieve clinical goals such as diagnosis, treatment planning, alert generation, and workflow optimization. However, the study highlights that most implementations remain exploratory and lack robust clinical validation. In smart grids, Kiasari and Aly [60] provide a comprehensive review of Agentic AI for cyber–physical energy systems, demonstrating its ability to perform real-time perception, multi-step planning, adaptive coordination, and autonomous control. Applications include voltage control, fault detection, distributed energy resource coordination, and grid restoration, emphasizing reliability and safety in critical infrastructures. In education, Kostopoulos et al., [62] explore Agentic AI as autonomous learning companions capable of delivering personalized instruction, adaptive feedback, and dynamic interaction with learners, highlighting both pedagogical benefits and ethical concerns. Across domains, Agentic AI systems consistently demonstrate autonomy, proactivity, and multi-step reasoning, while also exposing challenges related to validation, safety, and real-world deployment.
JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2026
E. Research Gaps and Limitations
Despite recent advances, key gaps remain from an AgTD perspective: Unaddressed Sources of Agentic Technical Debt: Existing studies (e.g., [76]) do not adequately address debt arising from autonomous decision-making, dynamic task orchestration, and inter-agent dependencies. • Lack of Unified Modeling for AgTD Propagation: Current research lacks systematic approaches to model how technical debt propagates across agent interactions, coordination workflows, and emergent system behaviors, which serve as key pathways through which AgTD accumulates and amplifies at the system level. • Insufficient Governance for Autonomous Systems: While frameworks such as TRiSM [99] provide foundations for trust, risk, and security management, they do not fully address accountability, traceability, and control challenges in agentic ecosystems. These governance gaps can contribute to the accumulation of Agentic Technical Debt (AgTD) by limiting the visibility, monitoring, and remediation of debt arising from autonomous decisions, agent interactions, and evolving system behaviors. • Underexplored Security and Coordination Debt: Technical debt arising from inadequate security controls, coordination mechanisms, and agent interaction protocols remains underexplored in agentic systems. Such debt can increase susceptibility to risks such as adversarial manipulation and coordination failures [96], limiting proactive mitigation and system resilience. • Underexplored Sustainability Technical Debt: Although recent studies have extensively discussed trustworthiness, safety, security, and governance in Agentic AI [4, 67, 92, 95, 98], the sustainability implications of AgTD remain largely unexplored. Agentic AI systems are inherently computationally intensive due to continuous reasoning, autonomous planning, persistent memory management, repeated inference, multiagent communication, and frequent tool orchestration [2]. Design deficiencies and inefficient workflow structures may therefore accumulate as SusTD, leading to excessive energy consumption, increased operational costs, inefficient resource utilization, and a larger carbon footprint throughout the system lifecycle. Despite the growing emphasis on Green AI and sustainable software engineering [10, 29], sustainability has received limited attention as a distinct manifestation of AgTD, highlighting an important research gap for future investigation. •
8
F. Positioning of This Work While prior studies provide comprehensive insights into the concepts, architectures, applications, and governance of Agentic AI, they largely overlook its implications for software quality, long-term system sustainability, and software engineering practices. In particular, existing research does not explicitly conceptualize how the autonomous, adaptive, collaborative, and persistent nature of agentic systems gives rise to new forms of technical debt that extend beyond both traditional technical debt and AI Technical Debt (AITD). This paper addresses this gap by introducing Agentic Technical Debt (AgTD) as a foundational software engineering construct for understanding and managing technical debt in Agentic AI systems. Building upon a previously validated taxonomy of 31 AITDs [114], this work presents a theory-informed methodology for systematically transforming established AITDs into their corresponding agentic manifestations through transformation semantics. Specifically, the paper provides (i) a formal definition of AgTD, (ii) a systematic mapping of 31 AITDs to their agentic counterparts, (iii) a taxonomy-driven characterization of AgTD grounded in direct, contextual, and expansion transformations, and (iv) an analysis of the unique debt mechanisms introduced by autonomy, multi-agent coordination, tool integration, persistent memory, and adaptive reasoning. Furthermore, this study extends beyond technical characterization by examining the broader implications of AgTD for AI Trust, Risk, and Security Management (TRiSM) and long-term software sustainability. We demonstrate how AgTD contributes to trust degradation, systemic risk amplification, governance complexity, explainability challenges, and increased security vulnerabilities, while also introducing emerging forms of Sustainability Technical Debt (SusTD) associated with resource-intensive reasoning, persistent context management, and large-scale autonomous agent orchestration. By shifting the focus from agent capabilities to agent-induced system liabilities, this work provides a unified conceptual foundation for understanding, analyzing, and managing software quality, trustworthiness, security, sustainability, and long-term evolution in Agentic AI systems. More broadly, it establishes AgTD as a new software engineering perspective that complements existing research on Agentic AI and lays the foundation for future advances in runtime monitoring, governance, measurement, validation, refactoring, and technical debt mitigation for autonomous multiagent ecosystems. IV. M ETHODOLOGY This study adopts a multi-phase, theory-informed research methodology that builds upon our prior systematic scoping review of AI Technical Debt (AITD) [114]
JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2026
9
Fig. 3. Methodology charts: (A) PRISMA chart of the included studies; (B) publication type of the selected papers. (C) The distribution of studies over the years.
to develop the conceptual foundation, reinterpret existing AI technical debts, and analyze their manifestations in the context of Agentic Technical Debt (AgTD). Unlike traditional SLR-based studies, this work does not aim to re-identify technical debts, but rather to reinterpret and transform existing AITDs within the context of Agentic AI systems, characterized by autonomy, multi-agent coordination, tool integration, and persistent memory. As illustrated in Figure 3.A, the methodology is grounded in the PRISMA-ScR framework [113] for the initial AITD identification, followed by a structured qualitative mapping and abstraction process tailored to Agentic AI. Overall, this methodology provides a rigorous and extensible framework for systematically transforming existing knowledge on AI Technical Debt into a new conceptual foundation for understanding, categorising, and analysing technical debt in next-generation Agentic AI systems. A. Phase 1: Source Taxonomy (AITD Extraction) The foundation of this work is our previously conducted PRISMA-compliant scoping review that systematically identified 31 AITDs across seven rootcause categories [114]. The review followed a rigorous multi-stage process, including database search, screening, and full-text analysis, resulting in 60 primary studies (see Table III). This phase ensures that the identified AITDs are: • Empirically grounded in software engineering literature • Representative of AI-enabled systems (2015– 2025)
Organized into a validated root-cause taxonomy (see Fig. 4, and Table IV). Rather than re-performing the review, this study leverages the validated AITD taxonomy as a baseline knowledge model for further analysis. •
B. Phase 2: Agentic Contextualization To extend AITDs into the Agentic AI paradigm, we first established a conceptual model of Agentic AI systems based on recent literature (Section III). These systems are characterized by: • Autonomous goal-directed behavior • Multi-agent coordination and interaction • Integration with external tools and APIs • Persistent memory and feedback loops Each AITD was then reinterpreted under these characteristics to identify how its manifestation changes in dynamic, distributed, and interaction-driven environments. This step enables the transition from static, pipeline-based assumptions to agentic system behavior. C. Phase 3: Mapping AITDs to Agentic Manifestations The core contribution of this work lies in a systematic mapping process that transforms each of the 31 AITDs into its corresponding Agentic Technical Debt manifestation (AgTD). The mapping was conducted through iterative qualitative analysis using the following transformation semantics:
JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2026
10
TABLE III D ISTRIBUTION OF S ELECTED S TUDIES BY V ENUE
S/N 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
Venue International Conference on AI Engineering: Software Engineering for AI (CAIN) Empirical Software Engineering Euromicro Conference on Software Engineering and Advanced Applications (SEAA) International Conference on Software Engineering (ICSE) ACM/IEEE International Conference on Technical Debt (TechDebt) ACM Transactions on Software Engineering and Methodology IEEE International Conference on Software Maintenance and Evolution (ICSME) IEEE Transactions on Software Engineering Software Quality: Future Perspectives on Software Engineering Quality (SWQD) AI and Ethics International Conference on Mining Software Repositories (MSR) Journal of Systems and Software ACM Conference on Equity and Access in Algorithms, Mechanisms, and Optimization ACM Conference on Fairness, Accountability, and Transparency ACM Joint European Software Engineering Conference and Symposium on the Foundations of Software Engineering ACM SIGMOD Record ACM/IEEE Workshop on AI Engineering-Software Engineering for AI (WAIN) Advances in Neural Information Processing Systems IEEE International Conference on Big Data (Big Data) Information and Software Technology International Conference on Automated Software Engineering (ASE) International Conference on Green Computing and Internet of Things (ICGCIoT) International Conference on Industrial Informatics (INDIN) International Conference on Product-Focused Software Process Improvement International Conference on Software Architecture Companion (ICSA-C) International Requirements Engineering Conference Workshops International Workshop on Empirical Software Engineering in Practice (IWESEP) Workshop on Machine Learning and Systems World Wide Web Conference International Conference on Emerging Technologies and Computing (ICETC) Brazilian Symposium on Software Components, Architectures, and Reuse International Conference on Program Comprehension (ICPC) IEEE Access IEEE Annual Computing and Communication Workshop and Conference (CCWC) Total
Direct Transformation: AITD retains its structure but appears in agentic workflows (e.g., Glue Code → agent orchestration logic) • Contextual Transformation: AITD changes due to agent autonomy and interaction (e.g., Hidden Feedback Loops → self-reinforcing agent loops) • Manifestation Expansion: AITD evolves into system-level emergent behavior (e.g., Entanglement → multi-agent dependency networks) This process resulted in a one-to-one mapping between AITDs and their agentic manifestations, as illustrated in the mapping framework (Figure 5). •
D. Phase 4: Validation and Consistency Checking To enhance the reliability and validity of the mapping process, all identified Agentic Technical Debts (AgTDs) and their corresponding root-cause classifications underwent a structured validation process. Initially, the mappings were independently reviewed by multiple authors to assess their conceptual accuracy, completeness, and alignment with the original AI Technical Debt (AITD) definitions. Reviewers
Count 6 5 4 4 4 3 3 2 2 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 60
evaluated whether each proposed agentic manifestation preserved the fundamental characteristics of the source AITD while appropriately reflecting the unique properties of Agentic AI systems, such as autonomy, reasoning, memory, tool orchestration, and multi-agent collaboration. Following the independent review, discrepancies and ambiguous cases were discussed through iterative consensus-building sessions. During these discussions, authors examined the rationale for each mapping, compared alternative interpretations, and refined descriptions where necessary. A mapping was accepted only when consensus was reached among the reviewers. To ensure consistency across the taxonomy, additional cross-category checks were performed to verify that similar manifestations were classified uniformly and that no mapping was duplicated across multiple root-cause categories without justification. Particular attention was given to maintaining clear distinctions between related debt types while preserving traceability to the original AITD taxonomy. This validation process ensured that each mapping remained both (i) faithful to the original AITD defini-
JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2026
11
Fig. 4. AITD taxonomy showing seven main categories-each divided into subcategories with corresponding debt types.
tion and intent, and (ii) consistent with the operational characteristics and behaviors of Agentic AI systems. E. Summary of Methodological Contribution Overall, this methodology extends traditional SLRbased AITD analysis into the domain of Agentic AI through a structured, multi-phase approach. It enables: • Systematic reinterpretation of existing technical debts • Identification of agentic-specific manifestations • Preservation of traceability from original AITDs to AgTD This approach provides a rigorous foundation for analyzing how technical debt evolves in autonomous, multi-agent systems. V. AGENTIC T ECHNICAL D EBT (AG TD): D EFINITION , M APPING , AND A NALYSIS A. Formal Definition of Agentic Technical Debt Building upon the classical notion of Technical Debt (TD) [31] and its subsequent extension to AI systems (AITD) [18, 114], we introduce AgTD as a new paradigm that captures the evolving realities of modern Agentic AI systems. AgTD refers to the forms of technical debt that arise, accumulate, propagate, and amplify due to the autonomous, interactive, and adaptive behavior of agentic AI systems, particularly in environments characterized by multi-agent coordination, tool integration, and persistent memory. In contrast to traditional technical debt, which primarily originates from software artifacts such as code, architecture, design decisions, and development processes and is often relatively predictable in its manifestation
and impact [34], AgTD emerges in systems that are inherently dynamic, distributed, and behavior-driven. While traditional technical debt can also evolve and propagate across components, AgTD is further shaped by autonomous decision-making, agent interactions, adaptive behaviors, tool orchestration, and multi-agent coordination. Consequently, debt is no longer confined to software artifacts alone but can also become embedded within the interactions, decisions, and evolving states of agents operating in complex environments. Consistent with classical technical debt theory [34], AgTD refers to the underlying design, implementation, architectural, or governance compromises that create future costs, rather than the resulting failures or system-level consequences that emerge from those compromises. Specifically, AgTD exhibits several characteristics that become particularly pronounced in agentic AI systems. First, it demonstrates dynamic evolution, whereby debt can continuously change as agents learn, adapt, and interact with internal and external environments. Second, it manifests in a highly distributed manner, spanning multiple agents, tools, memory stores, and system layers, often with diffuse ownership and complex dependencies. Third, it can contribute to emergent behaviors, where unintended system-level outcomes arise from interactions among autonomous agents rather than from individual components alone. Fourth, AgTD exhibits strong propagation effects, whereby errors, inconsistencies, or misalignments can spread through agent interactions and coordinated workflows. Finally, it increases opacity, as autonomous decision-making, reasoning processes, and complex agent interactions make it more difficult to trace root causes, explain behaviors, and ensure accountability.
JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2026
12
TABLE IV OVERVIEW OF AITD S AND THEIR CATEGORIZATION AS PART OF THE SYSTEMATIC REVIEW # 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
AITD Data Debt/Unstable Data Dependencies Glue Code (GC) Test Debt Documentation Debt Requirement Debt AI Architectural Debt Configuration Debt Dead Experimental Code Paths/Prototype Debt Algorithm Debt/Inclination/Human Bias Duplicate Model Code Cultural/People/Social Debt Pipeline Jungle Jumbled Model Architecture (JMA) Hidden Feedback Loops Defect Debt Multiple Language Smells (MLS) Undeclared consumers Ethical Debt Unwanted Debugging Code (UDC) Versioning Debt Correction Cascades (CC) Entanglement Compatibility Debt Abstraction Debt Dispensable Dependency Boundary Erosion Overly Simplified Metrics Process/Infrastructure Debt Build Debt Scattered Use of ML Libraries (SML) Deep God File (DG)
Freq(n=60) 27 18 17 15 14 13 12 11 10 10 10 9 9 9 9 7 6 6 5 5 4 4 4 4 3 3 3 3 3 2 2
Collectively, these characteristics extend technical debt theory beyond a component-centric perspective focused on code and architecture toward a runtimecentric paradigm in which debt emerges and evolves through autonomous decisions, agent interactions, and continuous adaptation. Unlike traditional systems, where debt is often associated with relatively stable software artifacts, agentic systems exhibit a high degree of runtime fluidity, with behaviors, dependencies, and execution pathways continuously changing during operation. This shift necessitates rethinking how technical debt is identified, measured, and managed [34], moving toward continuous monitoring, runtime validation, and governance-aware strategies tailored to autonomous, adaptive, and multi-agent ecosystems. B. Systematic Mapping of AITDs to Agentic Manifestations To operationalize the concept of AgTD, we systematically map the 31 AITDs identified in prior work to their corresponding agentic manifestations (AgTDs), as illustrated in Figure 6. This mapping serves as a structured bridge between traditional AI-based technical debt and its evolved forms in agentic environments, enabling a clear and traceable transformation from component-level issues to system-level behaviors. The mapping is designed to preserve several critical properties. First, it ensures traceability, such that each
% 45.00 30.00 28.33 25.33 23.33 21.67 20.00 18.33 16.67 16.67 16.67 15.00 15.00 15.00 15.00 11.67 10.00 10.00 8.33 8.33 6.67 6.67 6.67 6.67 5.00 5.00 5.00 5.00 5.00 3.33 3.33
Category Data/Library Related Debts Model/Code Related Debts Testing & Quality Assurance Debts Documentation & Communication Debts Operational & Lifecycle Debts Design & Architecture Debts Design & Architecture Debts Model/Code Related Debts Algorithm Related Debts Model/Code Related Debts Documentation & Communication Debts Data/Library Related Debts Design & Architecture Debts Model/Code Related Debts Operational & Lifecycle Debts Model/Code Related Debts Model/Code Related Debts Algorithm Related Debts Model/Code Related Debts Operational & Lifecycle Debts Model/Code Related Debts Model/Code Related Debts Design & Architecture Debts Design & Architecture Debts Data/Library Related Debts Design & Architecture Debts Algorithm Related Debts Operational & Lifecycle Debts Operational & Lifecycle Debts Data/Library Related Debts Model/Code Related Debts
AgTD can be directly linked to its originating AITD, maintaining conceptual continuity and interpretability. Second, it enforces taxonomy consistency, where all mapped debts remain aligned with the original seven root-cause categories, thereby preserving the underlying theoretical structure of technical debt classification. Third, it maintains a strict one-to-one correspondence, ensuring that each of the 31 AITDs is systematically transformed into a unique agentic manifestation, avoiding ambiguity or overlap in the mapping process. Beyond structural consistency, the mapping provides important analytical insights into how technical debt evolves in Agentic AI systems. Specifically, it reveals a shift from isolated design and implementation concerns toward runtime, interaction-driven, and systemlevel consequences. In agentic environments, traditional debts are no longer confined to individual modules or pipelines; instead, their effects can propagate through complex agent interactions, shared memory spaces, and continuous feedback loops. As a result, debt-inducing decisions related to data management, coordination mechanisms, or agent orchestration may manifest as memory inconsistencies across agents, orchestration fragility, or cascading failures that propagate through agent networks, increasing the long-term cost and complexity of remediation. Furthermore, the mapping highlights how certain debts escalate into higher-order risks, including unsafe
JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2026
13
Fig. 5. Overview of the methodology for mapping AITD to AgTD. The process includes four phases: (1) extraction of a validated AITD taxonomy via PRISMA-ScR, (2) contextualization within Agentic AI characteristics, (3) systematic mapping of AITDs to AgTD manifestations using transformation semantics—direct (d), contextual (c), and expansion (e), and (4) validation through cross-review and consistency checks. The lower panel details the Phase 3 mapping workflow and resulting one-to-one AgTD mapping across seven root-cause categories.
autonomous decision-making, emergent coordination breakdowns, and loss of system transparency. These transformations underscore the increasing complexity and unpredictability of agentic systems, where the interaction between autonomy, adaptation, and distributed execution amplifies both the visibility and impact of technical debt. Overall, this systematic mapping not only provides a rigorous foundation for defining AgTD but also offers a comprehensive lens for understanding how technical debt manifests, evolves, and propagates in modern Agentic AI systems. C. Transformation Semantics The transformation from AITD to AgTD follows three distinct semantics (Figure 6), which collectively describe how traditional technical debts evolve in the context of Agentic AI systems. These semantics provide a conceptual foundation for understanding whether a debt is preserved, adapted, or fundamentally transformed when moving from static, pipeline-based AI systems to dynamic, multi-agent environments characterized by autonomy, interaction, and continuous adaptation. 1) Direct Transformation (d): In direct transformation, the technical debt persists in agentic systems with minimal structural modification, retaining its original form while becoming embedded within agent work-
flows, tool integrations, and execution pipelines. In this case, the underlying cause and nature of the debt remain largely unchanged; however, its operational context shifts from isolated components to distributed agentic environments. As a result, although the debt does not fundamentally evolve in structure, its impact may be amplified due to the scale, frequency, and interconnected nature of agent interactions. Direct transformations typically occur for debts that are inherently structural or implementation-driven, such as data inconsistencies, redundant dependencies, or orchestration logic. When these debts are carried into agentic systems, they become tightly coupled with agent execution flows, shared memory systems, and tool invocation mechanisms. Consequently, even minor inefficiencies or inconsistencies can propagate across multiple agents, increasing their visibility and operational impact without altering their core definition. To improve traceability and explain the rationale behind each transformation, Table V summarizes the original AITDs, their definitions, the mechanisms through which they manifest in Agentic AI systems, and their resulting AgTD manifestations. The table illustrates how these debts are directly inherited from traditional AI systems while becoming embedded within agent interactions, shared memory, tool orchestration, and autonomous decision-making processes.
JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2026
14
Fig. 6. Mapping of 31 AITDs to Agentic AI–specific Technical Debt Manifestations (AgTDs). The figure illustrates how traditional AITDs, organized across seven root-cause categories, are systematically transformed within Agentic AI systems characterized by autonomy, multi-agent coordination, tool integration, and persistent memory. Each AITD is mapped to its corresponding agentic manifestation, highlighting three transformation semantics: (i) direct transformation, where the debt persists in agentic workflows; (ii) contextual transformation, where the debt adapts to agent interaction and autonomy; and (iii) manifestation expansion, where the debt evolves into system-level, emergent behaviors. The mapping reveals how component-level technical debts in conventional AI systems propagate into dynamic, distributed, and interaction-driven risks in agentic environments, including memory corruption, orchestration fragility, cascading failures, and coordination breakdowns. This figure serves as the core analytical framework for understanding the evolution of technical debt in Agentic AI systems.
This semantic category highlights that not all technical debts undergo conceptual transformation in Agentic AI; instead, some are directly inherited from traditional AI systems but operate under more complex and demanding conditions. Understanding direct transformation is therefore essential for identifying legacy debt patterns that persist unchanged, yet become more critical in agentic settings due to increased system scale, autonomy, and interaction density. AgTDs under Direct Transformation: 1) Data Debt → corrupted or incomplete shared agent memory 2) Pipeline Jungle → complex multi-agent data pipelines 3) Dispensable Dependency → unnecessary tool/API reliance 4) Scattered ML Libraries → fragmented agent frameworks 5) Glue Code → fragile agent orchestration logic 6) Debug Code (UDC) → leftover debug prompts/logs in agents 7) Ethical Debt → unsafe or unethical autonomous decisions 8) Documentation Debt → lack of documentation
of agent behavior 2) Contextual Transformation (c): In contextual transformation, the technical debt retains its core nature and underlying cause, but its manifestation evolves due to the unique characteristics of Agentic AI systems, particularly autonomy, interaction, coordination, and adaptive decision-making. Unlike direct transformation, where the debt is largely preserved in its original form, contextual transformation reflects a shift in how the debt is expressed and experienced within dynamic, multi-agent environments. This semantic arises when traditional technical debt interacts with agent-specific properties such as decentralized control, continuous feedback, and inter-agent communication. As agents operate autonomously and collaborate to achieve shared or individual goals, previously localized issues become embedded within interaction patterns, coordination mechanisms, and decision workflows. Consequently, the same underlying debt may lead to qualitatively different behaviors, often increasing in complexity and impact without fundamentally altering its conceptual origin. Contextual transformations are particularly evident in debts related to system behavior, coordination, and
JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2026
15
TABLE V D IRECT T RANSFORMATION OF AITD S INTO AG TD S AITD
Original Definition
Transformation Mechanism in Agentic AI
Resulting AgTD (Agentic Manifestation)
Data Debt
Poor-quality, incomplete, inconsistent, or outdated data used for training and operation Overly complex, poorly structured, and difficult-to-maintain data pipelines Unnecessary or redundant software libraries, frameworks, or external dependencies Use of multiple heterogeneous and incompatible machine learning libraries Ad hoc integration logic connecting heterogeneous software components Temporary debugging artifacts unintentionally retained in production systems Deferred consideration of fairness, transparency, accountability, and ethical concerns Missing, incomplete, outdated, or inconsistent documentation
Shared memory stores, vector databases, and knowledge repositories propagate faulty information across multiple agents. Multi-agent workflows introduce chained task execution, tool invocations, and inter-agent dependencies that increase pipeline complexity. Heavy reliance on external tools, APIs, and services amplifies dependency management challenges and operational overhead. Agent ecosystems often combine diverse frameworks, models, and orchestration platforms, creating interoperability challenges. Extensive coordination among agents, tools, memory stores, and services increases orchestration complexity.
Corrupted or incomplete shared agent memory
Prompts, traces, logs, and testing instructions may remain embedded within deployed agents and workflows.
Leftover debug prompts/logs in agents
Autonomous reasoning and decision-making amplify unresolved ethical issues during runtime operation.
Unsafe or unethical autonomous decisions
Agent reasoning processes, memory interactions, and tool orchestration become difficult to understand and maintain without adequate documentation.
Lack of documentation of agent behavior
Pipeline Jungle
Dispensable Dependency Scattered Libraries
ML
Glue Code
Debug (UDC)
Code
Ethical Debt
Documentation Debt
interaction logic, such as feedback loops, implicit dependencies, or duplicated functionality. In agentic settings, these debts no longer manifest as isolated inefficiencies but instead influence how agents communicate, adapt, and respond to one another. For instance, a hidden feedback loop in a traditional system may evolve into a self-reinforcing interaction cycle among agents, while undeclared dependencies may result in implicit coordination failures across distributed workflows. To improve traceability and clarify the rationale behind each transformation, Table VI summarizes the original AITDs, their definitions, the mechanisms through which they are recontextualized in Agentic AI systems, and their resulting AgTD manifestations. Unlike direct transformations, these debts retain their underlying causes but evolve in how they are expressed due to agent autonomy, coordination, reasoning, and interaction dynamics. This category highlights that the transition to Agentic AI does not merely scale existing technical debt but recontextualizes it within a more complex operational environment. As a result, contextual transformation emphasizes the need to analyze technical debt not only in terms of its structural origin but also in relation to its behavioral and interaction-driven manifestations, which are central to the functioning of agentic systems. AgTDs under Contextual Transformation: 1) Duplicate Model Code → duplicated capabilities across agents 2) Hidden Feedback Loops → self-reinforcing agent loops 3) Undeclared Consumers → implicit agent-toagent dependencies 4) Algorithm Bias → biased reasoning in agent
Complex pipelines
multi-agent
data
Unnecessary tool/API reliance
Fragmented agent frameworks
Fragile agent orchestration logic
decisions 5) AI Architectural Debt → poorly designed multiagent architecture 6) Jumbled Model Architecture → disorganized agent roles/structures 7) Configuration Debt → misconfigured agent parameters/tools 8) Cultural/People Debt → poor human-agent collaboration 9) Test Debt → insufficient testing of agent interactions and behaviors 3) Manifestation Expansion (e): In manifestation expansion, the technical debt undergoes a fundamental transformation, evolving beyond its original form into broader, system-level, and emergent behaviors that were not present in traditional or even conventional AI systems. Unlike direct and contextual transformations, where the core nature of the debt is preserved, manifestation expansion reflects a qualitative shift in which the debt becomes intrinsically tied to the collective behavior of the agentic system as a whole. This semantic arises when the interaction of autonomy, distributed execution, continuous adaptation, and multiagent coordination amplifies existing technical debt into new forms of systemic risk. In such cases, the original debt is no longer confined to a specific component, interaction, or context; instead, it manifests as a property of the entire system, often emerging from complex dependencies, feedback mechanisms, and dynamic decision processes. As a result, the effects of the debt become non-linear, difficult to predict, and increasingly challenging to localize or isolate. Manifestation expansion is particularly evident in debts related to architecture, system integration, and evaluation, where the combination of multiple agents,
JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2026
16
TABLE VI C ONTEXTUAL T RANSFORMATION OF AITD S INTO AG TD S AITD
Original Definition
Transformation Mechanism in Agentic AI
Resulting AgTD (Agentic Manifestation)
Duplicate Model Code
Redundant implementations of similar model functionality across different components
Duplicated agents
Hidden Feedback Loops Undeclared Consumers
Undetected circular dependencies that reinforce system behavior and obscure causal relationships Dependencies created by downstream consumers that are not explicitly documented or managed
Algorithm Bias
Biases embedded within algorithms, models, or decision-making processes Suboptimal architectural decisions that hinder scalability, maintainability, or evolution of AI systems
Agentic systems often deploy multiple specialized agents that independently implement similar reasoning, planning, or execution capabilities, leading to functional duplication and maintenance overhead. Agents continuously exchange information and react to one another’s outputs, creating recursive interaction cycles that amplify behaviors and propagate errors. Agents frequently rely on outputs, memory states, or services produced by other agents without explicit dependency specifications, reducing transparency and maintainability. Biased reasoning patterns can propagate through autonomous planning and decision-making processes, influencing agent actions and recommendations. The introduction of multiple interacting agents, shared memory, and tool orchestration increases architectural complexity and magnifies the impact of poor design choices. Agentic systems require clear role separation and coordination mechanisms. Poor organization of agent responsibilities leads to inefficient communication and execution. Agentic systems require coordinated management of prompts, memory settings, tool permissions, reasoning policies, and execution parameters across multiple agents. The integration of autonomous agents into human workflows introduces new collaboration challenges, including unclear responsibilities, trust issues, and ineffective oversight. Agent interactions, emergent behaviors, adaptive reasoning, and dynamic tool usage create testing challenges that extend beyond traditional unit and integration testing.
AI Architectural Debt Jumbled Model Architecture
Disorganized model structures, unclear responsibilities, or poorly modularized designs
Configuration Debt
Improperly managed, inconsistent, or outdated system configurations
Cultural/People Debt
Organizational, communication, or collaboration issues among development teams and stakeholders
Test Debt
Insufficient, outdated, or incomplete testing practices
tools, and evolving states gives rise to behaviors such as cascading failures, tightly coupled dependency networks, responsibility leakage, and unstable systemwide dynamics. For example, architectural inconsistencies may evolve into large-scale coordination breakdowns, while compatibility issues can propagate into persistent integration failures across agent ecosystems. Similarly, weak evaluation strategies may expand into an inability to reliably assess system performance under diverse and evolving conditions. To improve traceability and clarify the rationale behind each transformation, Table VII summarizes the original AITDs, their definitions, the mechanisms through which they expand within Agentic AI systems, and their resulting AgTD manifestations. Unlike direct and contextual transformations, manifestation expansion occurs when existing technical debts evolve into broader system-level behaviors and emergent risks driven by autonomy, adaptation, multi-agent coordination, and runtime interactions. This category underscores the transition from technical debt as a design or implementation concern to a systemic and emergent phenomenon, where the debt is embedded within the collective intelligence and behavior of the system. Consequently, manifestation expansion highlights the limitations of traditional technical debt management approaches, which are typically localized and reactive, and emphasizes the need for holistic, system-aware strategies that account for
capabilities
across
Self-reinforcing agent loops
Implicit agent-to-agent dependencies
Biased reasoning in agent decisions
Poorly designed multi-agent architecture
Disorganized agent roles and structures
Misconfigured agent parameters and tools
Poor human-agent collaboration
Insufficient testing of agent interactions and behaviors
emergence, propagation, and long-term evolution in Agentic AI environments. AgTDs under Manifestation Expansion: 1) Dead Experimental Code → legacy or unused agents/tools 2) Correction Cascades → cascading multi-agent failures 3) Entanglement → tightly coupled multi-agent dependencies 4) Deep God File → monolithic “super-agent” systems 5) Overly Simplified Metrics → weak evaluation of agent behavior 6) Compatibility Debt → incompatible tools/models across agents 7) Abstraction Debt → poor abstraction of agent interfaces/APIs 8) Boundary Erosion → responsibility leakage across agents 9) Requirement Debt → unclear or misaligned agent goals 10) Defect Debt → runtime failures (hallucinations, tool misuse) 11) Versioning Debt → difficulty tracking prompts/tools/versions 12) Process/Infrastructure Debt → inadequate agent deployment infrastructure 13) Build Debt → inconsistent agent system builds 14) MLS (Multiple Language Smell) → inconsistent
JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2026
17
TABLE VII M ANIFESTATION E XPANSION OF AITD S INTO AG TD S AITD
Original Definition
Transformation Mechanism in Agentic AI
Resulting AgTD (Agentic Manifestation)
Dead Experimental Code
Obsolete, unused, or abandoned code artifacts retained in production systems
Legacy or unused agents/tools
Correction Cascades
A defect fix in one component triggers unintended issues in other dependent components Strong and implicit dependencies among components that make changes difficult and risky An excessively large and centralized component responsible for multiple unrelated functions Evaluation metrics that fail to capture system complexity and realworld performance
Agentic systems often accumulate dormant agents, unused tools, deprecated workflows, and inactive reasoning modules that remain integrated despite no longer serving operational purposes. Autonomous agents continuously exchange outputs and decisions, allowing errors or corrective actions in one agent to propagate across interconnected workflows. Shared memory, tool dependencies, and coordinated workflows create tightly interconnected agent ecosystems with limited modularity. Organizations may consolidate planning, reasoning, orchestration, and execution into a single dominant agent, creating bottlenecks and maintainability challenges. Traditional metrics focus on model accuracy or task completion while overlooking coordination quality, reasoning effectiveness, trustworthiness, and emergent behaviors. Agentic ecosystems integrate diverse models, tools, APIs, and frameworks whose incompatibilities disrupt collaboration and execution. Weakly defined interfaces between agents, tools, memory systems, and services create ambiguity and hinder scalability. Agents dynamically share tasks, memory, and decisions, making it difficult to distinguish ownership, accountability, and operational responsibilities. High-level objectives provided to agents may be vague, conflicting, or misaligned, leading to inconsistent planning and execution. Autonomous reasoning, tool usage, and adaptive execution introduce runtime failures that may persist and propagate if not systematically addressed. Agentic systems continuously evolve through prompt updates, tool changes, model upgrades, and memory modifications, complicating traceability and reproducibility. Agent deployment requires orchestration platforms, monitoring frameworks, memory services, and governance mechanisms that may not scale with system complexity. Distributed agent ecosystems require coordinated deployment of agents, tools, prompts, memory stores, and supporting services across environments. Agents may communicate through different languages, modalities, schemas, embeddings, or reasoning representations, creating interoperability and consistency challenges.
Entanglement
Deep God File
Overly Simplified Metrics
Compatibility Debt Abstraction Debt Boundary Erosion Requirement Debt
Difficulties arising from incompatible technologies, frameworks, versions, or interfaces Poorly designed abstractions that obscure responsibilities and increase complexity Gradual loss of clear separation between system responsibilities and ownership boundaries Incomplete, ambiguous, outdated, or poorly specified requirements
Defect Debt
Accumulation of known defects that remain unresolved
Versioning Debt
Poor management of software, model, configuration, or dependency versions
Process/Infrastructure Suboptimal operational processes Debt and infrastructure that hinder system evolution and maintenance Build Debt
Multiple Language Smell
Inefficient, inconsistent, or unreliable build and deployment processes Complexity arising from the use of multiple programming languages, representations, or technologies
representations across agent languages or modalities These transformation semantics collectively demonstrate a clear evolution from traditional, componentlevel technical debt toward dynamic, distributed, and emergent system-level risks in Agentic AI systems. In particular, they reveal that technical debt is no longer confined to static artifacts such as code modules, data pipelines, or architectural components, but instead becomes embedded within the interactions, coordination mechanisms, and adaptive behaviors of autonomous agents operating in complex environments. As systems transition from single-model pipelines to multi-agent ecosystems, technical debt progressively shifts from being localized and predictable to being interactiondriven, continuously evolving, and often non-linear in its manifestation. Moreover, the distinction between direct, contextual, and manifestation expansion semantics provides a structured lens for understanding how different categories of debt evolve under agen-
Cascading multi-agent failures
Tightly coupled multi-agent dependencies Monolithic “super-agent” systems
Weak evaluation of agent behavior
Incompatible tools/models across agents Poor abstraction of agent interfaces/APIs Responsibility agents
leakage
across
Unclear or misaligned agent goals
Runtime failures (hallucinations, tool misuse) Difficulty tracking prompts, tools, and versions
Inadequate agent deployment infrastructure
Inconsistent agent system builds
Inconsistent representations across agent languages or modalities
tic conditions. While some debts are inherited with minimal change, others are reshaped by the dynamics of agent interaction, and a significant portion expands into higher-order phenomena that emerge only at the system level. This progression highlights the increasing difficulty of isolating, diagnosing, and mitigating technical debt, as its effects become intertwined with system behavior and collective intelligence rather than individual components. Ultimately, these semantics provide a structured framework for understanding how technical debt evolves in Agentic AI systems and why its identification, diagnosis, and mitigation become increasingly challenging in autonomous, multi-agent environments. This insight motivates the need for new analytical and management approaches tailored to the complexity and emergent behaviors of agentic systems.
JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2026
D. Categorization and Analysis of AgTDs by RootCause Taxonomy To provide a structured understanding of Agentic Technical Debt, we analyze all identified AgTDs across the seven root-cause categories inherited from the original AITD taxonomy. This categorization ensures conceptual consistency while enabling a systematic examination of how technical debt manifests and evolves in agentic systems. For each AgTD, we provide its definition, impact, use case, and example, offering both theoretical clarity and practical relevance. Before presenting the individual AgTD categories, it is important to clarify that the debts identified in this study are not defined by the resulting failures, risks, vulnerabilities, or system complexities themselves. Rather, they represent deferred, suboptimal, or insufficiently addressed design, implementation, architectural, coordination, or governance decisions whose consequences manifest as increased maintenance, evolution, operational, monitoring, or remediation costs in Agentic AI systems. Accordingly, phenomena such as cascading failures, coordination breakdowns, or inconsistent agent behavior are viewed as manifestations or consequences of underlying technical debt rather than the debt itself. This taxonomy-driven analysis supports the identification of category-specific risks and informs potential mitigation strategies in Agentic AI environments. 1) Data and Library-Related Debts: Debts arising from poor data quality, fragmented data pipelines, and inefficient or excessive dependency management in agentic systems, particularly affecting shared memory, knowledge exchange, and data-driven decisionmaking. In Agentic AI environments, where multiple agents continuously access and update shared data sources, these debts become amplified and propagate across agents, influencing system-wide behavior. These debts are critical because data underpins agent perception, reasoning, and action. Inconsistencies, redundancy, or inefficiencies in data handling can lead to misaligned behaviors, conflicting outputs, and degraded performance. Additionally, the use of heterogeneous libraries and external dependencies introduces challenges in maintaining consistency and reliability. In practice, such debts arise in multi-agent systems relying on shared vector databases, APIs, or distributed pipelines. For example, inconsistent embeddings in a shared knowledge store may cause agents to produce conflicting responses, while excessive dependency on external tools can increase latency and reduce system robustness. i. Data Debt: Refers to inconsistencies, incompleteness, redundancy, or corruption in shared data sources and knowledge representations used by agents, including training data, embeddings, and memory stores. In agentic systems, this debt is further amplified due to continuous data updates and shared access across multiple agents.
18
Impact: Leads to conflicting reasoning, degraded decision accuracy, propagation of errors across agents, and unreliable system outputs. Use Case: Multi-agent systems sharing vector databases, knowledge graphs, or external data repositories. Example: Agents retrieving outdated or misaligned embeddings from a shared memory store, resulting in contradictory answers or inconsistent reasoning paths. Source(s): [6, 8, 13, 17, 19, 28, 30, 33, 37, 38, 51, 58, 66, 75, 77, 79, 91, 102, 103, 104, 105, 106, 107, 112, 116, 119, 123]. ii. Pipeline Jungle: Represents overly complex, deeply nested, and poorly structured data and control pipelines across multiple agents, often involving chained tools, APIs, and intermediate transformations. Such complexity arises from incremental system evolution without adequate refactoring. Impact: Reduces observability, increases debugging difficulty, slows fault diagnosis, and obscures the root causes of failures across agent workflows. Use Case: Systems integrating multiple agents with sequential or parallel tool invocations and data transformations. Example: A failure in an upstream agent silently propagates through several downstream agents due to lack of pipeline transparency and monitoring. Source(s): [8, 17, 38, 77, 101, 105, 106, 116, 117]. iii. Dispensable Dependency: Refers to unnecessary or redundant reliance on external tools, APIs, libraries, or services that do not provide significant added value to agent functionality. These dependencies often accumulate over time due to rapid development and integration practices. Impact: Increases system latency, operational cost, maintenance overhead, and susceptibility to external failures or changes. Use Case: Agents invoking multiple external services for similar or overlapping tasks. Example: An agent making repeated API calls to different services for identical data retrieval, resulting in inefficiency and increased response time. Source(s): [19, 23, 27]. iv. Scattered ML Libraries: Occurs when agents rely on heterogeneous, fragmented, or incompatible machine learning libraries and frameworks, often due to independent development or lack of standardization. Impact: Leads to inconsistent outputs, integration challenges, increased maintenance effort, and reduced system coherence. Use Case: Multi-agent systems where different agents are built using diverse ML frameworks or toolchains. Example: Agents producing varying predictions or behaviors due to differences in underlying libraries, model implementations, or runtime environments.
JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2026
Source(s): [27, 101]. 2) Model and Code-Related Debts: Debts related to implementation complexity, coupling, maintainability, and code-level design in agentic systems. In Agentic AI environments, these debts are significantly amplified by the distributed, autonomous, and interactiondriven nature of agents, where code-level inefficiencies and design flaws not only affect individual components but also propagate across agents, influencing coordination, execution flows, and overall system stability. i. Glue Code: Refers to fragile, often ad hoc orchestration logic that connects agents, tools, and execution workflows, typically developed without standardized interfaces or abstraction layers. In agentic systems, such glue code becomes a critical component governing coordination and interaction. Impact: Leads to brittle integrations, reduced system robustness, and frequent execution failures when underlying tools, APIs, or interfaces evolve. Use Case: Tool-integrated LLM agents coordinating multiple services and APIs. Example: A minor change in an external API causing the breakdown of an entire multi-agent workflow. Source(s): [8, 13, 16, 17, 27, 66, 69, 70, 77, 82, 88, 101, 105, 106, 112, 115, 116, 117]. ii. Duplicate Model Code: Represents redundant implementations of similar logic or functionality across multiple agents due to lack of modularization or reuse mechanisms. Impact: Increases maintenance effort, introduces inconsistencies across agents, and complicates system updates and evolution. Use Case: Multi-agent systems performing similar reasoning or processing tasks independently. Example: Multiple agents implementing identical summarization or classification logic without shared modules. Source(s): [9, 56, 58, 68, 69, 70, 82, 88, 112, 115]. iii. Dead Experimental Code: Refers to obsolete, unused, or partially integrated agents, tools, or experimental components that persist in the system after development or testing phases. Impact: Adds unnecessary complexity, increases resource consumption, and reduces system clarity and maintainability. Use Case: Rapid prototyping and iterative development environments involving frequent experimentation. Example: Deprecated agents or experimental modules remaining in the production pipeline and occasionally being triggered. Source(s): [17, 68, 69, 70, 77, 82, 88, 105, 112, 116, 117]. iv. Hidden Feedback Loops: Arises when feedback mechanisms among agents are insufficiently designed, monitored, or governed, resulting in recursive interactions that remain undetected or unmanaged. Impact: Amplifies er-
19
rors, biases, and instability over time, increasing the future cost of debugging, maintenance, and system governance. Use Case: Iterative reasoning, retrieval-augmented, or self-refinement agent systems. Example: Feedback loops created by agents repeatedly validating each other’s outputs without adequate monitoring or corrective mechanisms, leading to the accumulation of future remediation costs. Source(s) [13, 59, 74, 77, 103, 105, 106, 108, 116]. v. Correction Cascades: Arises when dependencies among agents are insufficiently designed, validated, or isolated, causing errors or corrective actions in one agent to propagate through downstream agents. Impact: Increases future maintenance and remediation costs by amplifying failures across agent workflows and reducing system reliability. Use Case: Sequential or pipelinebased multi-agent decision systems. Example: An inadequately validated intermediate output propagating through multiple agents, requiring costly system-wide corrections. Source(s): [17, 101, 105, 108]. vi. Entanglement: Arises from architectural decisions that create excessive coupling and implicit dependencies among agents, shared memory, or execution contexts. Impact: Reduces modularity, flexibility, and system resilience, making future modifications, debugging, and maintenance more costly. Use Case: Highly interconnected multi-agent ecosystems with shared execution contexts. Example: An agent designed with strong dependencies on multiple other agents, causing widespread failures when a single component changes. Source(s): [17, 74, 105, 116]. vii. Undeclared Consumers: Occurs when dependencies between agents are insufficiently documented, specified, or governed, allowing agents to consume outputs without explicit interfaces or contracts. Impact: Increases integration, maintenance, and debugging effort due to hidden dependencies and unpredictable interactions. Use Case: Systems with loosely coupled agents sharing intermediate outputs. Example: An agent relying on another agent’s output format without a formally defined and maintained interface specification. Source(s): [17, 23, 101, 105, 116, 117]. viii. Deep God File: Arises from architectural decisions that concentrate excessive responsibilities within a single agent rather than distributing functionality appropriately across the system. Impact: Limits scalability, increases maintenance complexity, and creates a costly single point of failure. Use Case: Centralized orchestration architectures with overloaded agents. Ex-
JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2026
ample: A single agent responsible for planning, reasoning, coordination, and execution due to deferred architectural refactoring. Source(s): [30, 101]. ix. Debug Code (UDC): Occurs when temporary debugging logic, prompts, traces, or code paths are intentionally retained or insufficiently removed during deployment. Impact: Increases maintenance overhead, introduces operational noise, and may expose unintended information or behaviors. Use Case: Development-toproduction transitions in agent-based systems. Example: Debug prompts or logging instructions remaining active in deployed agents due to deferred cleanup activities. Source(s): [69, 70, 82, 88, 101]. x. Multiple Language Smell (MLS): Arises when heterogeneous representations, languages, prompts, APIs, or interaction modalities are introduced without sufficient standardization, coordination, or governance. Impact: Increases maintenance effort and integration complexity by creating inconsistencies in communication and reasoning across agent components. Use Case: Multi-modal or multi-interface agent systems combining different interaction formats. Example: Conflicting behaviors resulting from inconsistencies between naturallanguage prompts, code-based instructions, and API specifications that were not adequately harmonized during system design. Source(s): [8, 77, 101, 105, 112, 116, 117]. 3) Algorithm-Related Debts: Debts arising from model behavior, bias, and limitations in evaluation strategies. In Agentic AI systems, these debts are particularly critical as they directly influence how agents perceive, reason, and make decisions in autonomous and interactive environments. Unlike traditional systems, where algorithmic issues may remain confined to model outputs, in agentic settings such debts propagate through agent interactions and can significantly impact system-wide behavior and outcomes. i. Algorithm Bias: Refers to systematic bias embedded in agent reasoning, decision-making processes, or learned representations, often originating from skewed training data or model design choices. Impact: Produces unfair, discriminatory, or harmful outcomes, potentially affecting user trust and system reliability. Use Case: Decisionsupport systems in domains such as healthcare, finance, or recruitment. Example: Agents recommending biased treatment plans or hiring decisions due to imbalanced training data. Source(s): [13, 23, 24, 33, 68, 71, 72, 80, 109, 116]. ii. Ethical Debt: Represents the accumulation of risks associated with unethical, unsafe, or misaligned agent behaviors that are not adequately
20
addressed during design and deployment. Impact: Leads to regulatory, legal, and societal risks, as well as reduced user trust and acceptance. Use Case: Autonomous assistants, decision-making agents, and human-facing AI systems. Example: Agents generating harmful, misleading, or inappropriate advice in sensitive domains. Source(s): [22, 74, 90, 103]. iii. Overly Simplified Metrics: Refers to the use of inadequate or narrow evaluation metrics that fail to capture the complexity of agent behaviors and system objectives. Impact: Misguides optimization, leading to suboptimal or unintended system behaviors and poor real-world performance. Use Case: Reward-based learning systems and performance evaluation pipelines. Example: Agents optimized for simple accuracy metrics while neglecting fairness, robustness, or long-term impact. Source(s): [23, 58, 119]. 4) Design and Architecture-Related Debts: Debts related to system architecture, modularity, component design, and agent boundaries. In Agentic AI systems, these debts are particularly critical as they shape how agents are organized, coordinated, and integrated within the system. Poor architectural decisions can lead to inefficiencies not only at the component level but also across agent interactions, resulting in reduced scalability, coordination breakdowns, and increased system fragility. i. AI Architectural Debt: Refers to poorly designed multi-agent system structures, including inefficient communication patterns, lack of hierarchy, or inadequate modularization. Impact: Limits scalability, reduces coordination efficiency, and increases system complexity as the number of agents grows. Use Case: Distributed agent architectures requiring structured communication and task allocation. Example: Inefficient communication hierarchies causing delays and redundant message passing among agents. Source(s): [9, 16, 33, 56, 68, 69, 70, 71, 72, 80, 88, 111, 121]. ii. Jumbled Model Architecture: Represents disorganized agent roles, unclear responsibilities, and poorly structured interactions among agents. Impact: Reduces system clarity, increases maintenance difficulty, and leads to inefficient execution flows. Use Case: Complex multi-agent workflows with overlapping or poorly defined roles. Example: Multiple agents performing similar or conflicting tasks due to lack of clear role definition. Source(s): [9, 30, 37, 68, 69, 88, 89, 101, 104]. iii. Compatibility Debt: Refers to incompatibilities across tools, models, communication protocols, or APIs used by different agents. Impact: Causes
JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2026
integration failures, disrupts communication, and limits interoperability between system components. Use Case: Multi-tool agent ecosystems combining heterogeneous technologies. Example: Agents failing to exchange information due to mismatched API formats or data schemas. Source(s): [24, 66, 71, 72]. iv. Abstraction Debt: Occurs when agent interfaces and interaction mechanisms lack proper abstraction, leading to tightly coupled implementations. Impact: Reduces flexibility, reusability, and extensibility of the system. Use Case: API-driven or modular agent systems requiring clear separation of concerns. Example: Hard-coded communication logic between agents that prevents reuse or adaptation. Source(s): [27, 105, 112, 117]. v. Boundary Erosion: Refers to the blurring or weakening of boundaries between agents, resulting in overlapping responsibilities and unclear ownership. Impact: Leads to coordination breakdown, role confusion, and reduced system reliability. Use Case: Multi-agent collaboration systems with shared tasks and responsibilities. Example: Agents unintentionally performing tasks outside their intended roles, causing inconsistencies. Source(s): [23, 105, 112]. vi. Configuration Debt: Refers to misconfigured parameters, tools, or environment settings that affect agent behavior and interactions. Impact: Causes unstable system behavior, inconsistent outputs, and reduced performance. Use Case: Prompt-driven or parameterized agent systems requiring fine-tuned configurations. Example: Incorrect parameter settings leading to unexpected agent responses or degraded reasoning quality. Source(s): [8, 17, 19, 24, 37, 56, 58, 80, 105, 112, 119, 123]. 5) Operational and Lifecycle-Related Debts: Debts related to deployment, configuration, versioning, monitoring, and overall system operations throughout the lifecycle of agentic systems. In Agentic AI environments, these debts are particularly critical due to the continuous evolution of agents, dynamic interaction patterns, and reliance on external tools and infrastructure. Unlike traditional systems, operational issues in agentic settings can propagate rapidly across agents, affecting system stability, reproducibility, and longterm maintainability. i. Requirement Debt: Refers to poorly defined, incomplete, or ambiguous agent goals, tasks, or constraints, often resulting from insufficient requirement specification or evolving system objectives. Impact: Leads to misaligned outputs, inefficient agent behavior, and inability to meet intended system objectives. Use Case: Goaldriven agent systems where agents must au-
21
tonomously interpret and execute tasks. Example: Agents solving incorrect or irrelevant tasks due to vague or misinterpreted instructions. Source(s): [9, 16, 17, 33, 68, 69, 70, 71, 72, 77, 79, 82, 88, 111]. ii. Defect Debt: Refers to runtime issues such as hallucinations, incorrect reasoning, or misuse of tools that arise during agent execution. Impact: Produces incorrect, inconsistent, or unsafe outputs, potentially affecting downstream agents and overall system reliability. Use Case: LLMbased agents performing reasoning, planning, or tool invocation tasks. Example: Agents generating hallucinated responses or incorrectly invoking tools, leading to faulty outputs. Source(s): [9, 16, 68, 69, 71, 72, 82, 88, 121]. iii. Versioning Debt: Refers to the difficulty in managing evolving versions of prompts, models, tools, and configurations across agents and environments. Impact: Reduces reproducibility, traceability, and consistency of system behavior over time. Use Case: Continuous integration and deployment pipelines for agent-based systems. Example: Different agents using inconsistent prompt or model versions, leading to varying outputs across environments. Source(s): [9, 28, 88, 108, 117]. iv. Process/Infrastructure Debt: Refers to weaknesses in the operational infrastructure, including orchestration frameworks, deployment pipelines, and monitoring mechanisms supporting agent execution. Impact: Limits scalability, reduces system reliability, and hinders efficient operation and maintenance. Use Case: Production-level deployment of multi-agent systems requiring robust orchestration and monitoring. Example: Poorly designed orchestration pipelines leading to inefficient task scheduling and execution failures. Source(s): [66, 79, 88]. v. Build Debt: Refers to inconsistencies or inefficiencies in system build processes across different environments, often due to lack of standardization or automation. Impact: Causes deployment instability, non-reproducible results, and increased debugging effort. Use Case: CI/CD pipelines for agent-based systems deployed across multiple environments. Example: Agents producing different outputs in development and production environments due to inconsistent build configurations. Source(s): [68, 69, 88]. 6) Documentation and Communication Debts: Debts arising from insufficient documentation and ineffective communication between human stakeholders and agentic systems. In Agentic AI environments, where agents operate autonomously and interact dynamically with users and other agents, these debts be-
JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2026
come particularly critical. A lack of clear documentation and communication mechanisms not only hinders system understanding but also reduces transparency, explainability, and user trust, especially in complex multi-agent settings. i. Documentation Debt: Refers to missing, incomplete, or outdated documentation describing agent behavior, reasoning processes, system workflows, and interaction protocols. Impact: Reduces transparency and explainability, making it difficult for developers and stakeholders to understand, debug, and maintain the system. Use Case: Complex multi-agent systems involving multiple interacting components and evolving behaviors. Example: Developers being unable to trace or explain how an agent arrived at a particular decision due to lack of documentation. Source(s): [9, 16, 22, 28, 51, 68, 69, 70, 71, 72, 79, 82, 88, 111, 116]. ii. Cultural/People Debt: Refers to misalignment between human users, developers, and agent behavior, including gaps in understanding, expectations, and collaboration practices. Impact: Reduces trust, limits adoption, and increases the likelihood of misuse or misinterpretation of agent outputs. Use Case: Human-in-the-loop systems where users interact with or supervise autonomous agents. Example: Users misinterpreting agent outputs or over-trusting incorrect recommendations due to lack of clarity or understanding. Source(s): [7, 12, 13, 33, 66, 73, 74, 77, 79, 88]. 7) Testing and QA-Related Debts: Debts related to insufficient validation, testing, and quality assurance of agent behaviors, interactions, and system outputs. In Agentic AI systems, these debts are particularly critical due to the dynamic, non-deterministic, and interaction-driven nature of agents. Unlike traditional software systems, where testing focuses on deterministic functions and isolated components, agentic systems require validation of complex behaviors, multi-agent coordination, and emergent outcomes across diverse scenarios. i. Test Debt: Refers to the lack of comprehensive testing strategies and validation mechanisms for agent interactions, decision-making processes, and system-level behaviors. Impact: Leads to unpredictable outcomes, undetected errors, and emergent failures that may only appear during runtime or under complex conditions. Use Case: Autonomous decision pipelines and multi-agent systems operating in dynamic environments. Example: Agents failing under edge cases or unexpected scenarios due to insufficient testing of interaction patterns and system dynamics. Source(s): [9, 13, 16, 19, 33, 66, 68, 69, 70, 71, 72, 82, 88, 106, 111, 112, 116].
22
E. Summary of Key Insights The analysis demonstrates that AgTD extends technical debt from isolated, component-level issues to dynamic, system-level behaviors, where interactions among agents, tools, and environments play a central role. Unlike traditional technical debt, which is typically static and localized, AgTD manifests as a distributed and interconnected phenomenon spanning multiple agents and subsystems, thereby increasing the complexity of identification, tracking, and mitigation. Furthermore, AgTD introduces new classes of risks driven by autonomy, coordination, and emergence, including cascading failures, self-reinforcing feedback loops, and unpredictable system-wide behaviors. These characteristics significantly amplify the propagation of failures, where a single defect or misalignment in one agent can rapidly affect downstream agents and compromise the entire system. At the same time, the adaptive and non-deterministic nature of agentic interactions leads to increased opacity, making it difficult to trace root causes and understand system behavior. As a result, technical debt management in Agentic AI systems shifts from traditional code-centric practices to behavior-centric and interaction-centric strategies, requiring new abstractions, monitoring mechanisms, and validation approaches. In particular, the continuous evolution of agentic systems necessitates runtime governance and continuous validation, rather than static testing and one-time verification. This also highlights the importance of integrating TRiSM principles (Trust, Risk, and Security Management) to ensure safety, accountability, security, and regulatory compliance in autonomous multi-agent ecosystems. In addition to its implications for software quality, trustworthiness, and governance, our synthesis indicates that AgTD also introduces an important sustainability dimension. The autonomous execution model of Agentic AI –characterized by continuous reasoning, planning, persistent memory management, tool invocation, and inter-agent coordination – results in substantially higher computational and energy demands than traditional AI workflows. Consequently, inefficient agent architectures, redundant reasoning cycles, excessive communication overhead, persistent memory operations, and suboptimal orchestration strategies may accumulate as Sustainability Technical Debt (SusTD). This emerging form of debt extends beyond traditional maintenance concerns by affecting computational efficiency, operational cost, energy consumption, environmental sustainability, and the long-term viability of large-scale autonomous AI systems. Collectively, these insights demonstrate that Agentic Technical Debt is not merely an extension of AI Technical Debt but represents a paradigm shift in how technical debt is understood and managed. AgTD captures the transition from predictable, static systems to adaptive, distributed, and emergent ecosystems, where traditional software engineering practices alone
JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2026
are insufficient. These findings establish AgTD as a foundational concept for understanding and managing the trustworthiness, reliability, security, sustainability, and long-term evolution of Agentic AI systems.
23
the trustworthiness of AI systems, necessitating new approaches to monitoring, auditing, and managing trust across agent ecosystems. B. AgTD as a Driver of Systemic Risk
VI. I MPLICATIONS OF AGENTIC T ECHNICAL D EBT FOR AI TR I SM Building on the identified forms of Agentic Technical Debt, this section analyzes their broader implications through the lens of AI Trust, Risk, and Security Management (AI TRiSM). AI TRiSM has emerged as a governance-oriented framework that emphasizes the coordinated management of trustworthiness, risk exposure, and security resilience in AI systems [14, 46, 52, 81]. While prior studies have primarily examined technical debt in relation to system quality and maintainability, AgTD introduces new challenges that extend beyond traditional engineering concerns. In agentic AI systems-characterized by autonomous, interacting agents-technical debt manifests as a systemic driver of trust degradation, risk amplification, and security vulnerabilities, as summarized in Figure 7. A. AgTD and AI Trustworthiness AI TRiSM conceptualizes trust as a multidimensional construct encompassing reliability, transparency, explainability, fairness, and robustness [52, 81, 95]. In agentic systems, these dimensions are inherently interdependent and are certain to be significantly influenced by an accumulation of AgTD. As previously mentioned, AgTD is complex, in part, because it propagates across agent interactions, leading to emergent and system-wide degradation of trust. For instance, debts such as opaque reasoning pathways and unstructured inter-agent communication undermine explainability by obscuring decision flows across multiple agents. Similarly, coordination and memoryrelated debts reduce reliability, as inconsistencies in shared context or execution logic can lead to unpredictable outcomes. Biases embedded within individual agents may also propagate across the agent ecosystem, amplifying fairness concerns at the system level [15]. Furthermore, the dynamic and distributed nature of agentic architectures reduces transparency, as decisionmaking is no longer confined to a single model but distributed across multiple interacting entities [4, 93]. In addition, the adaptive nature of agentic systems further complicates trust, as agents may evolve their behavior over time, making it difficult to ensure consistent and verifiable outcomes [95]. This temporal dimension of trust degradation introduces new challenges for auditing and validation, particularly in long-running or continuously learning systems. Consequently, trust degradation in agentic AI systems is not merely a function of individual component quality but emerges from the collective behavior of interconnected agents. AgTD, if untreated, can undermine
From a risk management perspective, AI TRiSM emphasizes the identification, assessment, and mitigation of risks arising from AI system behavior under uncertainty [14, 46, 81, 96, 97]. AgTD significantly amplifies such risks by introducing complex dependencies, emergent behaviors, and cascading failure modes within agentic systems. AgTD contributes to systemic risk, where failures propagate across agents and affect the system as a whole. For example, coordination debt can lead to breakdowns in task orchestration, while memory inconsistencies may result in conflicting or erroneous decisions across agents. Similarly, feedback loops within agent interactions can reinforce suboptimal behaviors, increasing the likelihood of unintended outcomes [35]. A key characteristic of AgTD-driven risk is its propagation across temporal and structural dimensions. As agents continuously learn, interact, and adapt, unresolved debts accumulate and interact in non-linear ways, increasing both the likelihood and impact of system failures. This introduces a form of debt propagation risk, where technical debt not only persists but also evolves and spreads across the agent ecosystem. Moreover, the coupling between agents and external tools introduces additional layers of uncertainty, where failures may originate outside the system boundary yet propagate internally [60]. Therefore, AgTD is a dynamic, system-level phenomenon, requiring continuous monitoring and adaptive risk management strategies aligned with AI TRiSM principles [87, 97]. C. Security Implications of AgTD in Agentic Systems Security is a core pillar of AI TRiSM, focusing on protecting AI systems against adversarial threats, unauthorized access, and malicious manipulation [52, 63, 67, 96]. Agentic AI systems inherently possess a broad attack surface due to their reliance on external tools, APIs, shared memory, and inter-agent communication channels [11]. When left unmanaged, AgTD can exacerbate these security challenges by embedding suboptimal design, implementation, or governance decisions into the system. For example, debts related to insecure tool usage, unvalidated inputs, or poorly governed communication protocols may increase exposure to attacks such as prompt injection, data exfiltration, and unauthorized action execution. Moreover, unresolved vulnerabilities in one agent may be more difficult to detect and remediate, increasing the risk of security issues propagating across interconnected agent workflows [44]. For example, debt-inducing decisions such as inadequate validation of shared memory updates, weak
JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2026
access-control mechanisms, or insufficient verification of external tool outputs may increase the likelihood of security incidents in agentic systems. A compromised agent may exploit these weaknesses to inject malicious information into shared memory, influencing the behavior of other agents and potentially leading to coordinated system-level failures. Similarly, insufficient validation of external tool outputs may expose decision-making processes to adversarial manipulation. These examples illustrate how unresolved AgTD can exacerbate the security challenges associated with the inherently dynamic and interconnected nature of agentic systems, making vulnerabilities more difficult to detect, trace, and remediate [36]. Furthermore, the autonomous nature of agentic systems introduces the risk of unintended actions being executed at scale, particularly when agents are granted access to external systems or resources [35]. As a result, AgTD shifts the security paradigm from protecting isolated components to securing the entire agent ecosystem. This necessitates holistic security strategies that consider interagent dependencies, communication flows, and shared resources within the TRiSM framework. D. Challenges in Explainability, Governance, and System Reliability The emergence of AgTD introduces fundamental challenges to key TRiSM dimensions, particularly explainability, governance, and reliability. These challenges are not only amplified by the complexity of agentic systems but are also inherently intertwined, as weaknesses in one dimension often propagate and exacerbate issues in others. Explainability: In agentic systems, decisionmaking processes often involve multiple agents operating across sequential or parallel workflows [50]. AgTD, if left untreated, exacerbates the opacity of these processes, making it difficult to trace how decisions are formed. Opaque reasoning chains, hidden dependencies, and dynamic interactions hinder interpretability and complicate auditing processes [55]. In addition, the use of external tools, intermediate reasoning steps, and evolving memory states further fragments the decision trail, reducing end-to-end transparency [93]. Moreover, explainability in agentic systems is challenged by the lack of unified representations of reasoning across agents, where each agent may employ different models, prompts, or reasoning strategies [100]. This heterogeneity introduces inconsistencies in how decisions are generated and communicated, making it difficult to construct coherent explanations. As agents adapt over time, explanations may also become non-reproducible, further complicating validation and regulatory compliance [43]. Consequently, while explainability is inherently a system-level challenge in agentic systems, unresolved AgTD can further hinder
24
traceability, transparency, and interpretability, increasing the difficulty of understanding, validating, and governing agent behaviors across the system. Governance: Effective governance requires clear accountability, well-defined control mechanisms, and enforceable policies [40]. However, in agentic AI systems, responsibilities are distributed across multiple autonomous agents, often operating with varying levels of independence [3, 87]. AgTD, if it accumulates, can complicate governance by introducing undocumented interactions, evolving system boundaries, and unclear ownership of decisions. This raises critical questions regarding accountability, compliance, and ethical responsibility, particularly in high-stakes applications. Additionally, the dynamic nature of agentic systems challenges traditional governance models that rely on static system boundaries and predefined workflows [50]. Agents may dynamically invoke new tools, interact with external systems, or modify their behavior, making it difficult to enforce consistent policies. The absence of clear accountability chains—especially in multi-agent decision-making—creates ambiguity in responsibility attribution when failures occur [21]. As a result, governance must evolve toward adaptive and continuous oversight mechanisms that can accommodate changing system configurations and behaviors influenced by AgTD. Reliability: Reliability in agentic systems is challenged by non-deterministic execution, asynchronous interactions, and continuous adaptation [83]. AgTD can contributes to reliability degradation through coordination failures, inconsistent state management, and cascading errors. As agents depend on each other’s outputs, small deviations can escalate into large-scale system failures, making reliability assurance significantly more complex than in traditional systems [95, 120]. Furthermore, reliability is affected by temporal inconsistencies, where agents operate on outdated or partially synchronized information, leading to conflicting decisions. The integration of external tools and services introduces additional points of failure, often outside the direct control of the system [50]. AgTD can also increase the likelihood of emergent failure modes, where interactions between individually functioning agents produce unexpected system-level behaviors. Ensuring reliability in such environments requires not only robust individual components but also resilient coordination mechanisms and continuous validation of system-wide behavior. Collectively, these challenges highlight the limitations of existing AI governance and assurance frameworks when applied to agentic systems. Traditional approaches, which focus on isolated components or static pipelines, are insufficient to address the dynamic, distributed, and evolving nature of AgTD. Addressing these challenges requires rethinking explainability, governance, and reliability as system-level properties,
JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2026
supported by continuous monitoring, adaptive control mechanisms, and integrated assurance frameworks tailored to agentic AI. E. Synthesis: AgTD within the AI TRiSM Framework Synthesizing the above analysis, AgTD can be viewed as an important contributing factor linking technical deficiencies in agentic systems to broader trust, risk, and security challenges. When left unmanaged, AgTD may reduce trust by hindering explainability and reliability, increase risk through propagation effects and emergent behaviors, and contribute to security concerns by expanding attack surfaces and weakening system boundaries. Within the AI TRiSM framework, AgTD provides a critical lens for understanding how low-level engineering decisions translate into high-level governance and trust implications. By mapping AgTD to the core dimensions of trust, risk, and security, this study highlights the need for integrated, TRiSM-aligned approaches to technical debt management in agentic AI systems. More importantly, AgTD emphasizes the transition from component-centric assurance to systemlevel governance, where trust, risk, and security must be managed holistically across interacting agents and evolving system states. This shift requires new paradigms that incorporate runtime observability, cross-agent auditing, and adaptive governance mechanisms capable of responding to dynamic system behaviors. Ultimately, addressing AgTD is essential for enabling trustworthy, secure, and resilient agentic AI. Future research should focus on developing systematic methods for detecting, quantifying, and mitigating AgTD, as well as integrating these approaches into existing AI governance frameworks. Such efforts will be critical for bridging the gap between technical system design and high-level policy, ensuring that agentic AI systems can be deployed safely and responsibly in real-world applications. VII. C ONCLUSION AND F UTURE W ORK A. Conclusion This paper addressed a critical gap in the understanding of technical debt within modern AI systems by introducing and formalizing the concept of Agentic Technical Debt (AgTD). While prior research on AI Technical Debt (AITD) has primarily focused on static, pipeline-oriented AI systems, the emergence of Agentic AI–characterized by autonomous reasoning, multi-agent collaboration, tool orchestration, adaptive decision-making, and persistent memory–necessitates a fundamental rethinking of how technical debt is conceptualized, analyzed, and managed. Building upon a validated taxonomy of 31 AITDs across seven root-cause categories, this study employed a theory-informed transformation methodology
25
to systematically reinterpret established AI technical debts within the context of Agentic AI. Through a structured transformation framework comprising direct transformation, contextual transformation, and manifestation expansion, we demonstrated how conventional component-level debts evolve into dynamic, distributed, and emergent system-level liabilities. The findings show that technical debt in Agentic AI systems is no longer confined to software artifacts, but increasingly manifests through autonomous agent behaviors, coordination mechanisms, adaptive reasoning processes, persistent memory, and interactions among agents, tools, and execution environments. Our analysis further revealed that AgTD introduces new classes of risks, including cascading failures, coordination breakdowns, memory inconsistencies, orchestration fragility, and unsafe autonomous decisionmaking. Examining these risks through the lens of AI Trust, Risk, and Security Management (TRiSM) demonstrated how AgTD degrades trustworthiness, amplifies systemic risk, increases governance complexity, and expands the security attack surface. Furthermore, this work identified Sustainability Technical Debt (SusTD) as an emerging and underexplored manifestation of AgTD, highlighting the long-term computational, energy, and environmental implications of inefficient autonomous reasoning, persistent memory management, and large-scale multi-agent orchestration. Overall, this paper contributes to both software engineering theory and practice by: Establishing Agentic Technical Debt (AgTD) as a foundational software engineering construct for autonomous and multi-agent AI systems. • Presenting a theory-informed transformation methodology that systematically maps 31 validated AI Technical Debts to their corresponding manifestations in Agentic AI systems. • Demonstrating how technical debt evolves from localized software artifacts into dynamic, behavior-centric, and interaction-driven system liabilities. • Analyzing the implications of AgTD for trustworthiness, governance, security, operational resilience, and long-term software sustainability, including the emerging challenge of Sustainability Technical Debt (SusTD). •
Collectively, these contributions establish AgTD as a foundational perspective for understanding and managing software quality, reliability, security, sustainability, and long-term evolution in Agentic AI systems. More broadly, this work lays the groundwork for future research on the quantification, monitoring, governance, validation, refactoring, and sustainability-aware management of technical debt in autonomous, adaptive, and multi-agent AI ecosystems.
JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2026
26
Fig. 7. Mapping of AgTD categories to AI TRiSM dimensions-Trust, Risk, and Security-illustrating how different debt types degrade trustworthiness (e.g., explainability and fairness), amplify systemic and emergent risks, and expand security vulnerabilities across agentic AI systems.
B. Future Work While this study establishes a conceptual foundation for Agentic Technical Debt (AgTD), several important research challenges remain open. 1. AgTD Quantification and Propagation Modeling: A key challenge is the development of formal models and metrics for quantifying AgTD and understanding how it propagates across agent interactions, shared memory, tool orchestration, and coordination workflows. Future research should investigate graph-based representations, runtime observability metrics, and probabilistic models capable of capturing debt accumulation, amplification, and cascading effects in agentic ecosystems. 2. Runtime Detection, Monitoring, and Mitigation: Given the dynamic nature of agentic systems, AgTD management requires continuous runtime analysis rather than traditional static assessment techniques. Future work should focus on automated mechanisms for detecting emerging debt, monitoring interaction patterns, identifying coordination failures, and triggering adaptive mitigation or refactoring strategies during system operation. 3. Digital Twin-Based Analysis of AgTD: Digital twins provide a promising approach for studying
the evolution of AgTD in controlled environments. Future research should explore the use of agentic system digital twins for simulation, what-if analysis, predictive assessment of debt propagation, and evaluation of mitigation strategies before deployment in production systems. 4. AgTD-Aware Governance and AI TRiSM Integration: The relationship between AgTD and Trust, Risk, and Security Management (TRiSM) warrants further investigation. Future work should develop governance frameworks, auditing mechanisms, and compliance processes that explicitly incorporate AgTD as a factor influencing explainability, accountability, reliability, and security in agentic systems. 5. Empirical Validation in Real-World Agentic Systems: Finally, empirical studies are needed to validate the practical relevance of AgTD. Future research should investigate industrial case studies, longitudinal analyses, and benchmark datasets to evaluate the impact of AgTD on system quality attributes and to assess the effectiveness of proposed detection, monitoring, and mitigation approaches. 6. Sustainability-Aware AgTD Management: An emerging research direction is the investigation of Sustainability Technical Debt in Agentic AI systems. Future work should develop method-
JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2026
ologies for measuring and minimizing the energy, computational, and environmental costs associated with autonomous reasoning, persistent memory, multi-agent collaboration, and tool orchestration. This includes the development of sustainability-aware metrics, energy-efficient agent architectures, carbon footprint estimation models, workload optimization techniques [45], and Green AI engineering practices that enable long-term autonomous operation without compromising performance, reliability, or trustworthiness [10, 29]. As Agentic AI systems continue to evolve toward fully autonomous, multi-agent ecosystems, managing technical debt will become increasingly critical for ensuring trustworthiness, safety, resilience, sustainability, and long-term maintainability. This work establishes a conceptual foundation for understanding Agentic Technical Debt and outlines a research agenda encompassing its identification, quantification, monitoring, mitigation, governance, and sustainability-aware management. Addressing Agentic Technical Debt will be fundamental to developing trustworthy, efficient, and environmentally sustainable autonomous AI systems that can be safely deployed in real-world, missioncritical domains. R EFERENCES [1] M. Abou Ali, F. Dornaika, and J. Charafeddine. Agentic ai: a comprehensive survey of architectures, applications, and future directions. Artificial Intelligence Review, 59(1):11, 2025. 2, 3, 6, 7 [2] M. Abou Ali, F. Dornaika, and J. Charafeddine. Agentic ai: a comprehensive survey of architectures, applications, and future directions. The Artificial Intelligence Review, 59(1):11, 2026. 8 [3] D. B. Acharya, K. Kuppan, and B. Divya. Agentic ai: Autonomous intelligence for complex goals—a comprehensive survey. IEEe Access, 13:18912–18936, 2025. 3, 6, 24 [4] I. Adabara, B. O. Sadiq, A. N. Shuaibu, Y. I. Danjuma, and V. Maninti. Trustworthy agentic ai systems: a cross-layer review of architectures, threat models, and governance strategies for real-world deployment. F1000Research, 14(905):905, 2025. 8, 23 [5] R. Aggarwal, S. Sachan, R. Verma, and N. Dhanda. Traditional ai vs modern ai. In The Confluence of Cryptography, Blockchain and Artificial Intelligence, pages 51–75. CRC Press, 2025. 3 [6] N. Y. Akgül, T. T. Temizel, Ö. Ö. Top, and P. D. Akman. Aligning data debt with aiintegrated software project lifecycle processes: A standard-based mapping approach. In 2025 IEEE/ACM International Conference on Techni-
27
cal Debt (TechDebt), pages 1–11. IEEE, 2025. 2, 5, 18 [7] P. D. Akman, Ö. Ö. Top, and T. T. Temizel. People and management debt in ml-integrated software projects: Structuring industry insights. IEEE Access, 2025. 22 [8] M. Alahdab and G. Çalıklı. Empirical analysis of hidden technical debt patterns in machine learning software. In Product-Focused Software Process Improvement: 20th International Conference, PROFES 2019, Barcelona, Spain, November 27–29, 2019, Proceedings 20, pages 195–202. Springer, 2019. 2, 18, 19, 20, 21 [9] D. Albuquerque, E. Guimaraes, G. Tonin, M. Perkusich, H. Almeida, and A. Perkusich. Comprehending the use of intelligent techniques to support technical debt management. In Proceedings of the International Conference on Technical Debt, pages 21–30, 2022. 19, 20, 21, 22 [10] M. A. Alloghani. Architecting green artificial intelligence products: Recommendations for sustainable ai software development and evaluation. In Artificial Intelligence and Sustainability, pages 65–86. Springer, 2023. 8, 27 [11] L. Alva and B. Pandey. Agentic ai systems in the age of generative models: architectures, cloud scalability, and real-world applications. Artificial Intelligence Review, 2026. 23 [12] G. Annunziata, S. Lambiase, D. A. Tamburri, W.-J. Van Den Heuvel, F. Palomba, G. Catolino, F. Ferrucci, and A. De Lucia. Uncovering community smells in machine learning-enabled systems: Causes, effects, and mitigation strategies. ACM Transactions on Software Engineering and Methodology, 34(6):1–48, 2025. 22 [13] A. Arpteg, B. Brinne, L. Crnkovic-Friis, and J. Bosch. Software engineering challenges of deep learning. In 2018 44th euromicro conference on software engineering and advanced applications (SEAA), pages 50–59. IEEE, 2018. 18, 19, 20, 22 [14] L. Avivah. Tackling trust, risk and security in ai models. https://www.gartner.com/en/articles/aitrust-and-ai-risk, 2024. 23 [15] A. Bandi, B. Kongari, R. Naguru, S. Pasnoor, and S. V. Vilipala. The rise of agentic ai: A review of definitions, frameworks, architectures, applications, evaluation metrics, and challenges. Future Internet, 17(9):404, 2025. 1, 23 [16] G. Bavota and B. Russo. A large-scale empirical study on self-admitted technical debt. In Proceedings of the 13th international conference on mining software repositories, pages 315–326, 2016. 19, 20, 21, 22 [17] H. Belani, M. Vukovic, and Ž. Car. Requirements engineering challenges in building aibased complex systems. In 2019 IEEE 27th In-
JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2026
ternational Requirements Engineering Conference Workshops (REW), pages 252–255. IEEE, 2019. 18, 19, 21 [18] J. Bogner, R. Verdecchia, and I. Gerostathopoulos. Characterizing technical debt and antipatterns in ai-based systems: A systematic mapping study. In 2021 IEEE/ACM International Conference on Technical Debt (TechDebt), pages 64– 73. IEEE, 2021. 2, 5, 11 [19] E. Breck, S. Cai, E. Nielsen, M. Salib, and D. Sculley. The ml test score: A rubric for ml production readiness and technical debt reduction. In 2017 IEEE international conference on big data (big data), pages 1123–1132. IEEE, 2017. 18, 21, 22 [20] N. Brown, Y. Cai, Y. Guo, R. Kazman, M. Kim, P. Kruchten, E. Lim, A. MacCormack, R. Nord, I. Ozkaya, et al. Managing technical debt in software-reliant systems. In Proceedings of the FSE/SDP workshop on Future of software engineering research, pages 47–52, 2010. 5 [21] A. Chabbra. Trust and accountability in agentic ai systems. International Journal of Computer Technology and Electronics Communication, 8(2):10380–10387, 2025. 24 [22] J. Chang and C. Custis. Understanding implementation challenges in machine learning documentation. In Proceedings of the 2nd ACM Conference on Equity and Access in Algorithms, Mechanisms, and Optimization, pages 1–8, 2022. 20, 22 [23] D. K. Chaudhary, S. Srivastava, and V. Kumar. A review on hidden debts in machine learning systems. In 2018 Second International Conference on Green Computing and Internet of Things (ICGCIoT), pages 619–624. IEEE, 2018. 2, 18, 19, 20, 21 [24] J. Chen, Y. Liang, Q. Shen, J. Jiang, and S. Li. Toward understanding deep learning framework bugs. ACM Transactions on Software Engineering and Methodology, 32(6):1–31, 2023. 20, 21 [25] S. Chugh and A. V. Deshpande. Opportunities and challenges of agentic ai in finance. Journal of Emerging Technologies and Innovative Research, 2025. 1, 3 [26] B. G. Collaco, S. A. Haider, S. Prabha, C. A. Gomez-Cabello, A. Genovese, N. G. Wood, S. P. Bagaria, N. Gopala, C. Tao, and A. J. Forte. The role of agentic artificial intelligence in healthcare: a scoping review. npj Digital Medicine, 2026. 1, 3, 7 [27] D. Costal, C. Gómez, S. del Rey, and S. Martı́nez-Fernández. Using metrics for code smells of ml pipelines. In 2024 IEEE 21st International Conference on Software Architecture Companion (ICSA-C), pages 289–294, 2024. 18, 19, 21 [28] P.-O. Côté, A. Nikanjam, R. Bouchoucha,
28
I. Basta, M. Abidi, and F. Khomh. Quality issues in machine learning software systems. Empirical Software Engineering, 29(6):1–47, 2024. 18, 21, 22 [29] L. Cruz, X. Franch, and S. Martı́nez-Fernández. Innovating for tomorrow: the convergence of software engineering and green ai. ACM Transactions on Software Engineering and Methodology, 34(5):1–13, 2025. 8, 27 [30] W. S. Cunha, G. A. Armijo, and V. V. de Camargo. Investigating non-usually employed features in the identification of architectural smells: A machine learning-based approach. In Proceedings of the 14th Brazilian Symposium on Software Components, Architectures, and Reuse, pages 21–30, 2020. 18, 20 [31] W. Cunningham. The wycash portfolio management system. ACM Sigplan Oops Messenger, 4(2):29–30, 1992. 1, 5, 11 [32] R. Davis and J. J. King. The origin of rule-based systems in ai. Rule-based expert systems: The MYCIN experiments of the Stanford Heuristic Programming Project, 1984. 3 [33] R. de Souza Santos, F. Fronchetti, S. Freire, and R. Spinola. Software fairness debt: Building a research agenda for addressing bias in ai systems. ACM Transactions on Software Engineering and Methodology, 34(5):1–21, 2025. 18, 20, 21, 22 [34] N. Ernst, R. Kazman, and J. Delange. Technical Debt in Practice: How to Find It and Fix It. MIT Press, 2021. 1, 11, 12 [35] F. S. ESEN. The risks of agentic al: The curse of autonomy. The Age of Generative Artificial Intelligence, page 156, 2025. 23, 24 [36] P. K. Evani. Agentic ai security: A control framework for autonomous decision-making systems. Available at SSRN 5332681, 2026. 24 [37] H. Foidl, M. Felderer, and S. Biffl. Technical debt in data-intensive software systems. In 2019 45th Euromicro conference on software engineering and advanced applications (SEAA), pages 338–341. IEEE, 2019. 18, 20, 21 [38] H. Foidl, M. Felderer, and R. Ramler. Data smells: Categories, causes and consequences, and detection of suspicious data in ai-based systems. In Proceedings of the 1st International Conference on AI Engineering: Software Engineering for AI, pages 229–239, 2022. 18 [39] F. Fui-Hoon Nah, R. Zheng, J. Cai, K. Siau, and L. Chen. Generative ai and chatgpt: Applications, challenges, and ai-human collaboration, 2023. 3 [40] R. Gangavarapu. Ai governance: preparing for the rise of agentic ai. In Mastering AI Governance: A Guide to Building Trustworthy and Transparent AI Systems, pages 111–119. Springer, 2025. 24
JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2026
[41] V. Garg. Designing the mind: How agentic frameworks are shaping the future of ai behavior. Journal of Computer Science and Technology Studies, 7(5):182–193, 2025. 3 [42] P. D. Gawande. From reactive to proactive: Real-time human-ai collaboration in intelligent alerting systems. Journal of Computer Science and Technology Studies, 7(6):1074–1083, 2025. 1 [43] J. Gruber and J.-N. Hilgert. Foundations for agentic ai investigations from the forensic analysis of openclaw. arXiv preprint arXiv:2604.05589, 2026. 24 [44] S. Gulyamov, S. Gulyamov, A. Rodionov, R. Khursanov, K. Mekhmonov, D. Babaev, and A. Rakhimjonov. Prompt injection attacks in large language models and ai agent systems: A comprehensive review of vulnerabilities, attack vectors, and defense mechanisms. 2025. 23 [45] I. Guven and M. Parlak. Sustainability-aware multi-agent reinforcement learning for uav response and monitoring with joint communication and sensing. In 2026 IEEE Conference on Artificial Intelligence (CAI), pages 1160–1165. IEEE, 2026. 27 [46] A. Habbal, M. K. Ali, and M. A. Abuzaraida. Artificial intelligence trust, risk and security management (ai trism): Frameworks, applications, challenges and future research directions. Expert Systems with Applications, 240:122442, 2024. 23 [47] A. Habib, O. F. Abdulmahmod, M. Raza, Y. H. Gu, M. Aydoğan, and M. A. Al-antari. Towards explainable ai in agentic retrieval-augmented generation: A systematic review. In 2025 9th International Artificial Intelligence and Data Processing Symposium (IDAP), pages 1–8. IEEE, 2025. 1 [48] S. Hosseini and H. Seilani. The role of agentic ai in shaping a smart future: A systematic review. Array, 26:100399, 2025. 1, 7 [49] K. Huang. Agentic AI. Springer, 2025. 3 [50] L. Hughes, Y. K. Dwivedi, T. Malik, M. Shawosh, M. A. Albashrawi, I. Jeon, V. Dutot, M. Appanderanda, T. Crick, R. De’, et al. Ai agents and agentic systems: A multi-expert analysis. Journal of Computer Information Systems, 65(4):489–517, 2025. 24 [51] B. Hutchinson, A. Smart, A. Hanna, E. Denton, C. Greer, O. Kjartansson, P. Barnes, and M. Mitchell. Towards accountability for machine learning datasets: Practices from software engineering and infrastructure. In Proceedings of the 2021 ACM Conference on Fairness, Accountability, and Transparency, pages 560–575, 2021. 18, 22 [52] IBM. What is ai trism?, 2025. Accessed: 16 January 2026. 23
29
[53] M. A. Islam, S. Somu, and F. M. F. Aldaihani. The rise of agentic ai: Synthesis of current knowledge and future research agenda. Global Business and Organizational Excellence, 45(3):402–416, 2026. 7 [54] A. Jaboob, O. Durrah, and A. Chakir. Artificial intelligence: An overview. Engineering applications of artificial intelligence, pages 3–22, 2024. 3 [55] A. Janakiraman. Explainability and interpretability in generative ai agents. International Journal of Science, Technology and Convergence, 7(7), 2025. 24 [56] H. Jebnoun, M. S. Rahman, F. Khomh, and B. A. Muse. Clones in deep learning code: what, where, and why? Empirical Software Engineering, 27(4):84, 2022. 19, 20, 21 [57] R. Kaviyaraj. Generative artificial intelligence: Transforming the future. In 2024 International Conference on Emerging Technologies and Innovation for Sustainability (EmergIN), pages 448–453. IEEE, 2024. 3 [58] O. Khanvilkar, M. W. Mkaouer, E. A. AlOmar, A. ElSaid, A. Chaaben, and M. Touati. Automated identification of machine learning technical debt code comments. In 2025 International Conference on Emerging Technologies and Computing (IC ETC), pages 1–6. IEEE, 2025. 18, 19, 20, 21 [59] A. Khritankov. Hidden feedback loops in machine learning systems: A simulation model and preliminary results. In Software Quality: Future Perspectives on Software Engineering Quality: 13th International Conference, SWQD 2021, Vienna, Austria, January 19–21, 2021, Proceedings 13, pages 54–65. Springer, 2021. 2, 5, 19 [60] M. Kiasari and H. Aly. Agentic artificial intelligence for smart grids: A comprehensive review of autonomous, safe, and explainable control frameworks. Energies, 19(3):617, 2026. 7, 23 [61] C. Konstantinou, D. Antonarakos, P. Angelakis, C. Gkournelos, G. Michalos, and S. Makris. Leveraging generative ai prompt programming for human-robot collaborative assembly. Procedia CIRP, 128:621–626, 2024. 3 [62] G. Kostopoulos, V. Gkamas, M. Rigou, and S. Kotsiantis. Agentic ai in education: State of the art and future directions. IEEE Access, 2025. 7 [63] N. Kshetri. Transforming cybersecurity with agentic ai to combat emerging cyber threats. Telecommunications Policy, 49(6):102976, 2025. 1, 23 [64] K. Kumar. Fundamentals of generative ai. In Generative AI for Photonic Sensing, pages 33– 77. Springer, 2025. 3 [65] Y. Lee and E. Park. Toward sustainable agen-
JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2026
tic ai systems: A survey of architectures and methodologies. Sustainable Development, 2026. 2 [66] V. Lenarduzzi, F. Lomio, S. Moreschini, D. Taibi, and D. A. Tamburri. Software quality for ai: Where we are now? In Software Quality: Future Perspectives on Software Engineering Quality: 13th International Conference, SWQD 2021, Vienna, Austria, January 19–21, 2021, Proceedings 13, pages 43–53. Springer, 2021. 18, 19, 21, 22 [67] M. Leo, F. Tan, T. Miao, and G. Anand. From threat to trust: assessing security risks of agentic ai systems: M. leo et al. International Journal of Information Security, 25(1):23, 2026. 8, 23 [68] Y. Li, M. Soliman, and P. Avgeriou. Identifying self-admitted technical debt in issue tracking systems using machine learning. Empirical Software Engineering, 27(6):131, 2022. 19, 20, 21, 22 [69] Y. Li, M. Soliman, and P. Avgeriou. Automatic identification of self-admitted technical debt from four different sources. Empirical Software Engineering, 28(3):65, 2023. 19, 20, 21, 22 [70] Y. Li, M. Soliman, P. Avgeriou, and M. Van Ittersum. Debtviz: A tool for identifying, measuring, visualizing, and monitoring self-admitted technical debt. In 2023 IEEE International Conference on Software Maintenance and Evolution (ICSME), pages 558–562. IEEE, 2023. 19, 20, 21, 22 [71] J. Liu, Q. Huang, X. Xia, E. Shihab, D. Lo, and S. Li. Is using deep learning frameworks free? characterizing technical debt in deep learning frameworks. In Proceedings of the ACM/IEEE 42nd International Conference on Software Engineering: Software Engineering in Society, pages 1–10, 2020. 20, 21, 22 [72] J. Liu, Q. Huang, X. Xia, E. Shihab, D. Lo, and S. Li. An exploratory study on the introduction and removal of different types of technical debt in deep learning frameworks. Empirical Software Engineering, 26:1–36, 2021. 20, 21, 22 [73] A. Mailach and N. Siegmund. Socio-technical anti-patterns in building ml-enabled software: insights from leaders on the forefront. In 2023 IEEE/ACM 45th International Conference on Software Engineering (ICSE), pages 690–702. IEEE, 2023. 22 [74] A. Menshawy, Z. Nawaz, and M. Fahmy. Navigating challenges and technical debt in large language models deployment. In Proceedings of the 4th Workshop on Machine Learning and Systems, pages 192–199, 2024. 19, 20, 22 [75] V.-A. Moldovan, L.-M. Berciu, and R.-D. Patcas. The python software quality dataset. In 2024 50th Euromicro Conference on Soft-
30
ware Engineering and Advanced Applications (SEAA), pages 395–398. IEEE, 2024. 18 [76] C. Moralles, L. A. L. Da Costa, S. J. Rigo, R. Kunst, V. C. De Souza, E. P. Silva, G. L. E. Prado, T. D. C. Schardosim, and A. Roehrs. A systematic literature review of agentic ai: Definitions, architectures, and challenges. IEEE Access, 2026. 6, 7, 8 [77] S. Moreschini, V. Lenarduzzi, and L. Coba. Towards a technical debt for ai-based recommender system. In Proceedings of the 7th ACM/IEEE International Conference on Technical Debt, pages 36–39, 2024. 18, 19, 20, 21, 22 [78] R. Mundlamuri, G. R. Gunnam, N. K. Mysari, and J. Pujuri. The evolution of ai: From classical machine learning to modern large language models. Ieee Access, 2025. 1 [79] N. Nahar, S. Zhou, G. Lewis, and C. Kästner. Collaboration challenges in building ml-enabled systems: Communication, documentation, engineering, and process. In Proceedings of the 44th international conference on software engineering, pages 413–425, 2022. 18, 21, 22 [80] A. Nikanjam and F. Khomh. Design smells in deep learning programs: an empirical study. In 2021 IEEE International conference on software maintenance and evolution (ICSME), pages 332–342. IEEE, 2021. 20, 21 [81] NIST. Ai risks and trustworthiness. https://airc.nist.gov/airmf-resources/airmf/3sec-characteristics/, 2024. 23 [82] D. OBrien, S. Biswas, S. Imtiaz, R. Abdalkareem, E. Shihab, and H. Rajan. 23 shades of self-admitted technical debt: An empirical study on machine learning software. In Proceedings of the 30th ACM Joint European Software Engineering Conference and Symposium on the Foundations of Software Engineering, pages 734–746, 2022. 19, 20, 21, 22 [83] I. A. Okaro, M. Bernardi, and O. van der Burgt. Towards the reliability of agentic artificial intelligence models in healthcare. In 2026 Annual Reliability and Maintainability Symposium (RAMS), pages 1–6. IEEE, 2026. 24 [84] B. Parasuraman. Introduction to generative ai and large language models (llms). In Mastering spring AI: the java developer’s guide for large language models and generative AI, pages 1–34. Springer, 2024. 3 [85] P. Pasrija, P. Jha, P. Upadhyaya, M. S. Khan, and M. Chopra. Machine learning and artificial intelligence: a paradigm shift in big data-driven drug design and discovery. Current Topics in Medicinal Chemistry, 22(20):1692–1727, 2022. 3 [86] A. K. Pati. Agentic ai: a comprehensive survey of technologies, applications, and societal
JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2026
implications. IEEE Access, 2025. 1, 6 [87] A. G. Patil. Governing agentic ai: A strategic framework for autonomous systems. 23, 24 [88] B. Pérez, C. Castellanos, D. Correal, N. Rios, S. Freire, R. Spı́nola, C. Seaman, and C. Izurieta. Technical debt payment and prevention through the lenses of software architects. Information and Software Technology, 140:106692, 2021. 19, 20, 21, 22 [89] B. Pérez, D. Correal, and H. Astudillo. A proposed model-driven approach to manage architectural technical debt life cycle. In 2019 IEEE/ACM International Conference on Technical Debt (TechDebt), pages 73–77. IEEE, 2019. 20 [90] C. Petrozzino. Who pays for ethical debt in ai? AI and Ethics, 1(3):205–208, 2021. 20 [91] N. Polyzotis, S. Roy, S. E. Whang, and M. Zinkevich. Data lifecycle challenges in production machine learning: a survey. ACM SIGMOD Record, 47(2):17–28, 2018. 18 [92] J. Qi, M. Li, J. Liu, Y. Shu, D. Yu, S. Ma, W. Cui, Y. Zhao, Y. Chen, R. Jiang, et al. Towards trustworthy agentic ai: a comprehensive survey of safety, robustness, privacy, and system security. Academia AI and Applications, 2(2), 2026. 8 [93] P. Radanliev. Transparent by design: Ensuring safety in agentic ai through decision traceability. In Ethical AI and Data Science, pages 1–20. Auerbach Publications, 2026. 23, 24 [94] I. A. Rafe, M. R. Dewan, and M. R. Islam. Orchestration and verification of agentic ai systems: A survey of multi-agent collaboration and safety. European Journal of Applied Science, Engineering and Technology, 4(2):238– 256, 2026. 1 [95] T. Raheem and G. Hossain. Agentic ai systems: Opportunities, challenges, and trustworthiness. In 2025 IEEE International Conference on Electro Information Technology (eIT), pages 618– 624. IEEE, 2025. 1, 7, 8, 23, 24 [96] S. Z. U. Rashid, I. Montasir, A. Haq, M. T. Ahmmed, and M. M. Alam. Securing agentic ai: Threats, risks, and mitigation. In International Conference on Advancement In Cyber Security and Digital Forensics, pages 683–698. Springer, 2025. 2, 7, 8, 23 [97] P. P. Ray. A review of trism frameworks in artificial intelligence systems: Fundamentals, taxonomy, use cases, key challenges and future directions. Expert Systems, 43(3):e70213, 2026. 23 [98] S. Raza, R. Sapkota, M. Karkee, and C. Emmanouilidis. Trism for agentic ai: A review of trust, risk, and security management in llm-based agentic multi-agent systems. arXiv preprint arXiv:2506.04133, 2025. 8
31
[99] S. Raza, R. Sapkota, M. Karkee, and C. Emmanouilidis. Trism for agentic ai: A review of trust, risk, and security management in llmbased agentic multi-agent systems. AI Open, 7:71–95, 2026. 3, 7, 8 [100] S. Raza, R. Sapkota, M. Karkee, and C. Emmanouilidis. Trism for agentic ai: A review of trust, risk, and security management in llmbased agentic multi-agent systems. AI Open, 2026. 24 [101] G. Recupito, F. Pecorelli, G. Catolino, V. Lenarduzzi, D. Taibi, D. Di Nucci, and F. Palomba. Technical debt in ai-enabled systems: On the prevalence, severity, impact, and management strategies for code and architecture. Journal of Systems and Software, 216:112151, 2024. 18, 19, 20 [102] G. Recupito, R. Rapacciuolo, D. Di Nucci, and F. Palomba. Unmasking data secrets: An empirical investigation into data smells and their impact on data quality. In Proceedings of the IEEE/ACM 3rd International Conference on AI Engineering-Software Engineering for AI, pages 53–63, 2024. 18 [103] D. Roselli, J. Matthews, and N. Talagala. Managing bias in ai. In Companion proceedings of the 2019 world wide web conference, pages 539–544, 2019. 18, 19, 20 [104] D. Sas and P. Avgeriou. An architectural technical debt index based on machine learning and architectural smells. IEEE Transactions on Software Engineering, 49(8):4169–4195, 2023. 18, 20 [105] D. Sculley, G. Holt, D. Golovin, E. Davydov, T. Phillips, D. Ebner, V. Chaudhary, M. Young, J.-F. Crespo, and D. Dennison. Hidden technical debt in machine learning systems. Advances in neural information processing systems, 28, 2015. 2, 5, 18, 19, 20, 21 [106] K. Shivashankar and A. Martini. Maintainability challenges in ml: A systematic literature review. In 2022 48th Euromicro Conference on Software Engineering and Advanced Applications (SEAA), pages 60–67. IEEE, 2022. 18, 19, 22 [107] A. Shome, L. Cruz, and A. Van Deursen. Data smells in public datasets. In Proceedings of the 1st International Conference on AI Engineering: Software Engineering for AI, pages 205– 216, 2022. 18 [108] R. M. Shukla and J. Cartlidge. Challenges faced by industries and their potential solutions in deploying machine learning applications. In 2022 IEEE 12th Annual Computing and Communication Workshop and Conference (CCWC), pages 0119–0124. IEEE, 2022. 19, 21 [109] E. I.-O. Simon, M. Vidoni, and F. H. Fard. Algorithm debt: Challenges and future paths. In 2023 IEEE/ACM 2nd International Conference
JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2026
on AI Engineering–Software Engineering for AI (CAIN), pages 90–91. IEEE, 2023. 20 [110] D. Sklavenitis and D. Kalles. A scoping review and assessment framework for technical debt in the development and operation of ai/ml competition platforms. Applied Sciences, 15(13):7165, 2025. 5 [111] E. Sutoyo and A. Capiluppi. Satdaug-a balanced and augmented dataset for detecting selfadmitted technical debt. In Proceedings of the 21st International Conference on Mining Software Repositories, pages 289–293, 2024. 20, 21, 22 [112] Y. Tang, R. Khatchadourian, M. Bagherzadeh, R. Singh, A. Stewart, and A. Raja. An empirical study of refactorings and technical debt in machine learning systems. In 2021 IEEE/ACM 43rd international conference on software engineering (ICSE), pages 238–250. IEEE, 2021. 5, 18, 19, 20, 21, 22 [113] A. C. Tricco, E. Lillie, W. Zarin, K. K. O’Brien, H. Colquhoun, D. Levac, D. Moher, M. D. Peters, T. Horsley, L. Weeks, et al. Prisma extension for scoping reviews (prisma-scr): checklist and explanation. Annals of internal medicine, 169(7):467–473, 2018. 9 [114] M. Tukur, H. B. Adeyemo, T. Chen, N. Ali, A. Zarrad, R. Kazman, M. Agus, and R. Bahsoon. On ai safety and security technical debt in engineering ai-enabled systems, 2026. 2, 5, 8, 9, 11 [115] B. Van Oort, L. Cruz, M. Aniche, and A. Van Deursen. The prevalence of code smells in machine learning projects. In 2021 IEEE/ACM 1st Workshop on AI EngineeringSoftware Engineering for AI (WAIN), pages 1–8. IEEE, 2021. 19 [116] X. Wang, H. Schuster, R. Borrison, and B. Kløpper. Technical debt management in industrial ml-state of practice and management model proposal. In 2023 IEEE 21st International Conference on Industrial Informatics (INDIN), pages 1–9. IEEE, 2023. 5, 18, 19, 20, 22 [117] H. Washizaki, H. Uchida, F. Khomh, and Y.-G. Guéhéneuc. Studying software engineering patterns for designing machine learning systems. In 2019 10th International Workshop on Empirical Software Engineering in Practice (IWESEP), pages 49–495. IEEE, 2019. 18, 19, 20, 21 [118] J. Widad. The evolution of autonomy: From reactive ai to agentic ai. The Power of Agentic AI: Redefining Human Life and Decision-Making: In Industry 6.0, pages 1–9, 2025. 3 [119] R. Ximenes, A. P. S. Alves, T. Escovedo, R. Spinola, and M. Kalinowski. Investigating issues that lead to code technical debt in machine learning systems. In 2025 IEEE/ACM 4th
32
International Conference on AI Engineering– Software Engineering for AI (CAIN), pages 173–183. IEEE, 2025. 18, 20, 21 [120] L. Xing et al. Looking forward: Challenges and opportunities in agentic ai reliability. arXiv preprint arXiv:2511.11921, 2025. 24 [121] M. Yan, X. Xia, E. Shihab, D. Lo, J. Yin, and X. Yang. Automating change-level self-admitted technical debt determination. IEEE Transactions on Software Engineering, 45(12):1211– 1229, 2018. 20, 21 [122] Y. Yang, D. Verma, and P. S. Anton. Technical debt in the engineering of complex systems. Systems Engineering, 26(5):590–603, 2023. 5 [123] H. Zhang, L. Cruz, and A. Van Deursen. Code smells for machine learning applications. In Proceedings of the 1st international conference on AI engineering: software engineering for AI, pages 217–228, 2022. 18, 21