๐ค AI Summary
This study addresses the critical lack of fine-grained, CPU-level energy observability in edge AI devices, which hinders process-level energy attribution and impedes the advancement of low-carbon AI. Through a systematic evaluation of the ASUS Ascent GX10 platform based on the NVIDIA GB10 SoC, the work reveals that the system only supports instantaneous GPU power monitoring and lacks CPU energy counters and standard power management interfaces such as RAPL, thereby failing to replicate the energy tracking capabilities available on x86 platforms. By combining hardware auditing, reverse engineering of ACPI/SPBM, probing of NVML and SCMI protocols, and calibration with external DC power meters, this research uncovers key blind spots in energy observability across mainstream edge AI hardwareโfurther identifying that MediaTek firmware internally computes per-rail energy consumption but does not expose it. The study proposes hardware requirements for energy-attributable AI and advocates integrating energy observability as a core design metric for AI accelerators.
๐ Abstract
Agentic AI workloads - where a single user goal triggers multi-step orchestration, tool calls, retries, and failure recovery - are being targeted for edge deployment, with NVIDIA, Dell, HP, ASUS, MSI, Acer, and Gigabyte all shipping GB10-based desktop AI systems in 2026. We recently demonstrated that orchestration structure dominates agentic energy cost, with workflows consuming 4.33x more energy per successful goal than linear baselines and OOI reaching 7.63x for multi-step reasoning tasks. Separately, Rajat et al. show that CPU-side processing accounts for up to 90.6% of total latency and 44% of total dynamic energy in agentic workloads. We report a systematic energy-observability audit of the ASUS Ascent GX10 (GB10 SoC) and find that the platform exposes no CPU energy counter, no INA power-rail monitor, no IPMI/BMC, and no SCMI powercap protocol through any supported software interface. The only on-device energy telemetry is instantaneous GPU power via NVML. We further discover that the MediaTek firmware already computes per-rail energy internally via an undocumented ACPI interface (SPBM), but NVIDIA states there are "no plans to expose CPU rail information." On-device per-process energy attribution - as performed on x86 via RAPL - is therefore not reproducible on this platform through supported interfaces. We formalize a hardware requirements specification for energy-attributed AI, propose an interim calibration bridge using external DC metering combined with GPU subtraction, and identify a standards-track path via SCMI powercap. Our findings motivate the low-carbon computing community to demand energy observability as a first-class hardware requirement.