Search papers, labs, and topics across Lattice.
This study empirically investigates the relationship between Self-Admitted Technical Debt (SATD) and runtime energy consumption in five open-source agentic AI frameworks. By employing automated comment mining and LLM-based classification, the research aims to uncover whether higher technical debt correlates with increased energy costs during execution. The findings could provide a crucial link between code quality and energy efficiency, offering insights for more sustainable AI development practices.
High technical debt in agentic AI frameworks could lead to significantly higher runtime energy costs, revealing a critical blind spot for sustainability in AI deployment.
Context: Every agentic AI system shipped to production carries two hidden risks: accumulated Technical Debt (TD) and unmonitored runtime energy costs. While functional benchmarking is common, the empirical link between internal structural quality (specifically TD) and dynamic energy consumption during execution remains unexplored, creating a blind spot for practitioners and organizations managing sustainability and operational budgets at scale. Goal: We propose a confirmatory empirical study correlating Self-Admitted Technical Debt (SATD) with hardware-level runtime energy consumption across agentic frameworks, to determine whether code quality can drive energy-aware design decisions. Method: We will evaluate five open-source agentic frameworks by executing a standardized task suite in a strictly controlled environment. SATD will be extracted via automated Python-based comment mining and categorized via LLM-based classification using fine-tuned prompt, while runtime energy will be measured at the hardware level. Our study will investigate three core research questions: (RQ1) the presence of TD within these frameworks; (RQ2) the variance in runtime energy consumption across architectures; and (RQ3) the statistical correlation between a framework's TD and its task-level energy consumption. Conclusion: The findings will establish whether automated source code analysis can serve as a reliable, early-warning proxy for energy-efficient framework selection, thereby advancing both green software engineering and agentic AI quality research.