Balancing Sustainability And Performance: The Role Of Small-Scale Llms In Agentic Artificial Intelligence Systems
Anh Khoa Ngo Ho, Martin Chauvin, Simon Gosset, Philippe Cordier, Boris Gamazaychikov
TL;DR
This work tackles the energy burden of LLM inference in agentic AI by conducting a tri-objective assessment over $EnvironmentalImpact$, $UserExperience$, and $OutputQuality$ across a wide set of open-weights LLMs versus GPT-4o in real-world deployment. Using the ML-Energy Benchmark and a multi-agent validation framework, it shows that carefully chosen smaller open-weight models (e.g., Qwen 3 variants) can achieve near-parity in output quality with substantial energy savings (up to around 70% per request) and shorter or competitive decode latency. Quantization (4-bit) and distillation offer additional energy reductions, though effects on latency and quality are model- and task-dependent; mixture-of-experts architectures can further reduce active parameters during inference. The study provides actionable guidelines for sustainable AI design, including batch-size and GPU allocation strategies, and presents a replicable benchmarking approach to balance efficiency with performance in enterprise-scale AI agents.
Abstract
As large language models become integral to agentic artificial intelligence systems, their energy demands during inference may pose significant sustainability challenges. This study investigates whether deploying smaller-scale language models can reduce energy consumption without compromising responsiveness and output quality in a multi-agent, real-world environments. We conduct a comparative analysis across language models of varying scales to quantify trade-offs between efficiency and performance. Results show that smaller open-weights models can lower energy usage while preserving task quality. Building on these findings, we propose practical guidelines for sustainable artificial intelligence design, including optimal batch size configuration and computation resource allocation. These insights offer actionable strategies for developing scalable, environmentally responsible artificial intelligence systems.
