Networking-Aware Energy Efficiency in Agentic AI Inference: A Survey
A survey maps the hidden energy cost of autonomous AI agents — not just computation, but the wireless data they constantly transmit.

The Thesis
Agentic AI systems — autonomous software that perceives, reasons, and acts in continuous loops — burn energy in two places at once: computing the next step and transmitting data across wireless networks. Most energy-efficiency research focuses on computation alone, treating communication as an afterthought. This paper proposes a unified accounting framework that tallies both costs across what the authors call the Perception-Reasoning-Action cycle. The catch is that this is a survey, not an experimental result: no new benchmarks are presented, and the framework is conceptual rather than empirically validated. Still, for engineers designing edge AI systems — think autonomous drones, factory robots, or smart city sensors on 5G networks — the taxonomy here offers a structured vocabulary for a problem that currently lacks one.
Catalyst
The deployment of LLM-based agents onto mobile edge hardware (small servers at the network edge, closer to users than a cloud data center) is accelerating precisely because 5G infrastructure has made low-latency wireless links commercially viable. At the same time, data-center energy consumption has become a board-level concern for hyperscalers and a regulatory target in the EU, making cross-layer energy accounting newly urgent. The anticipated rollout of 6G networks — which are being designed with AI-native features from the ground up — gives this framework a concrete near-term design surface.
What's New
Prior efficiency surveys, such as those covering model compression (making neural networks smaller) and quantization (reducing numerical precision), treat the neural network in isolation from its network environment. Those approaches measure energy in floating-point operations per second, which captures GPU cost but ignores the radio transmission cost of shuttling sensor data, intermediate results, and model updates between devices. This paper explicitly models communication energy alongside computation energy and proposes cross-layer co-design — jointly tuning model parameters, wireless transmission schedules, and edge server resource allocation — as the correct unit of analysis.
The Counter
This is a survey paper proposing a conceptual framework, not an empirical result. No new energy measurements are presented, no real agentic system is instrumented, and the 'unified taxonomy' is an organizational scheme rather than a tested model. The field already has well-developed model compression and efficient inference literature; adding communication costs is not a novel insight — wireless systems researchers have been doing joint computation-communication optimization for years under the label 'task-oriented communications.' The paper's own roadmap items — federated green learning, carbon-aware agency, self-sustaining systems — are open research questions, not delivered contributions. Survey papers can be valuable as field-organizing documents, but the low score on cultural breadth and zero hype signal suggests this framework has not yet been adopted or stress-tested by practitioners. Readers should treat this as a reading list and vocabulary guide, not as validated engineering guidance.
Longs
- QCOM — chipsets optimized for on-device agentic inference
- ERIC (Ericsson) — 6G infrastructure with AI-native energy management
- NOK (Nokia) — edge computing and network AI integration
- ARMH — low-power CPU/NPU designs for edge agents
- BOTZ (robotics ETF) — broad exposure to autonomous edge systems
Shorts
- Centralized cloud AI providers (AWS, Azure, GCP inference services) — if agentic workloads shift to on-device edge execution, per-token cloud billing erodes
- GPU-only inference vendors — frameworks optimized purely for datacenter FLOPs miss the communication-energy dimension this paper argues is equally important
Enablers (Picks & Shovels)
- ORAN Alliance open RAN specifications enabling software-defined radio resource management
- MLCommons MLPerf Edge benchmarks for measuring real inference energy
- Hugging Face model hub — the source of the open LLMs being compressed and deployed
- NVIDIA Jetson platform — the reference hardware for edge LLM inference experiments in this domain
- TensorFlow Lite / ONNX Runtime — deployment runtimes for compressed models on edge devices
Private Watchlist
- Hailo — edge AI inference chips targeting low-power robotics
- Edgefarm — edge orchestration for industrial IoT agents
- SiMa.ai — ML SoCs for embedded vision and agentic edge inference
Resources
The Paper
The rapid emergence of Large Language Models (LLMs) has catalyzed Agentic artificial intelligence (AI), autonomous systems integrating perception, reasoning, and action into closed-loop pipelines for continuous adaptation. While unlocking transformative applications in mobile edge computing, autonomous systems, and next-generation wireless networks, this paradigm creates fundamental energy challenges through iterative inference and persistent data exchange. Unlike traditional AI where bottlenecks are computational Floating Point Operations (FLOPs), Agentic AI faces compounding computational and communication energy costs. In this survey, we propose an energy accounting framework identifying computational and communication costs across the Perception-Reasoning-Action cycle. We establish a unified taxonomy spanning model simplification, computation control, input and attention optimization, and hardware-aware inference. We explore cross-layer co-design strategies jointly optimizing model parameters, wireless transmissions, and edge resources. Finally, we identify open challenges of federated green learning, carbon-aware agency, 6th generation mobile communication (6G)-native Agentic AI, and self-sustaining systems, providing a roadmap for scalable autonomous intelligence.