For years, AI companies have measured energy consumption the same way: tokens processed per inference, or power consumed during training runs. This granular approach worked fine when AI meant a single model responding to a single query. But today's AI systems operate differently. A user asks an AI agent to "analyze quarterly earnings and identify anomalies," and behind the scenes, the agent spawns multiple reasoning loops, queries databases, rechecks its work, and potentially backtracks when it hits dead ends. By the time it returns an answer, dozens of model invocations have fired—and none of the existing metrics capture this cascading energy cost. Researchers at multiple institutions have now proposed Energy per Successful Goal (ESG), a framework that measures the total power consumed per completed user objective rather than per individual model call. The distinction fundamentally changes how expensive AI agents appear: a task that looks efficient at the token level can consume 10-50x more energy when you account for all the failed intermediate steps required to reach the goal.

This matters urgently because AI agent adoption is accelerating precisely as companies face mounting pressure to justify infrastructure budgets and environmental impact. When a financial services firm deploys an agentic system for compliance analysis or a healthcare provider uses agents to synthesize patient research, decision-makers need honest metrics about true operational cost. The gap between token-level and goal-level accounting creates a visibility problem: a CTO might green-light agent deployment based on per-inference metrics, only to discover real-world operational costs are substantially higher. This hidden cost explosion arrives at a critical moment when enterprises are building multi-agent systems that orchestrate reasoning across specialized models—each additional layer of reasoning, verification, and retry logic compounds energy consumption geometrically. Without goal-level accounting, companies systematically underestimate deployment costs and environmental footprint, making flawed infrastructure decisions.

The research comes alongside complementary breakthroughs addressing different bottlenecks in agentic systems. One emerging technique, Latent Cache Flow, optimizes how AI models communicate by passing compressed internal representations directly to one another rather than forcing models to decode outputs to text and re-encode them as inputs—a process that creates latency and loses information. By enabling model-to-model communication at the representation level, systems reduce both energy waste and delay in multi-step reasoning pipelines. Meanwhile, frameworks like BOHM are solving the attribution problem: as compound AI systems grow more complex, understanding which component contributed to which outcome becomes crucial for both debugging and cost allocation. Together, these advances suggest the field is moving toward genuine visibility into agentic system costs and performance. For enterprises evaluating multi-agent platforms, this emerging toolset answers a question that's become existential: what does this actually cost, and where is the energy actually going?