paper-with-me

Papers

AgentDecarbonizer: Carbon-Aware Execution for AI Agents

2026-08-20 · Leyi Yan, Shuangning Li, Sihang Liu arxiv

AI agents extend large language models from single prompt-response interactions to long-running, goaldirected workflows that issue many model calls, invoke tools, and interact with external environments. These workflows enable tasks such as software repair, data analysis, and experiment management, but their repeated model invocations can incur substantial carbon emissions. This paper characterizes the carbon emissions of OpenClaw agent workloads using WildClawBench, and shows that emissions depend on token consumption, context cache reuse, and the carbon intensity of the grid. Our characterization identifies deadline flexibility as an opportunity for carbon-aware execution: agent tasks can wait for lower-carbon-intensity periods or shift to lower-carbon grids. However, doing so requires handling uncertain execution time for temporal shifting and cached context recomputation during spatial shifting. We present AgentDecarbonizer, a carbon optimizer for AI agents that runs alongside OpenClaw. Given a task prompt and user-specified deadline, AgentDecarbonizer conservatively estimates task duration and selects deadline-feasible execution schedules, while accounting for cache recomputation overhead during spatial shifting. Evaluated on WildClawBench workloads with 60 agent tasks across four grids, AgentDecarbonizer reduces carbon emissions by up to 57.9 % compared with a carbon-agnostic baseline and by up to 37.5 % compared with a baseline that selects the carbon-optimal grid at task start time.

📄 PDF Abstract BibTeX arXiv:2608.20566

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

CarbonCall: Sustainability-Aware Function Calling for Large Language Models on Edge Devices

2025-04-29 · Varatheepan Paramanayakam, Andreas Karatzas, Iraklis Anagnostopoulos, Dimitrios Stamoulis

Large Language Models (LLMs) enable real-time function calling in edge AI systems but introduce significant computational overhead, leading to high power consumption and carbon emissions. Existing methods optimize for pe…

LACS: Learning-Augmented Algorithms for Carbon-Aware Resource Scaling with Uncertain Demand

2024-03-29 · Roozbeh Bostandoost, Adam Lechowicz, Walid A. Hanafy, Noman Bashir 외

Motivated by an imperative to reduce the carbon emissions of cloud data centers, this paper studies the online carbon-aware resource scaling problem with unknown job lengths (OCSU) and applies it to carbon-aware resource…

CarbonEdge: Carbon-Aware Deep Learning Inference Framework for Sustainable Edge Computing

2026-03-28 · Guilin Zhang, Wulan Guo, Ziqi Tan, Chuanyi Sun 외 arxiv

Deep learning applications at the network edge lead to a significant growth in AI-related carbon emissions, presenting a critical sustainability challenge. The existing edge computing frameworks optimize for latency and …

Carbon-aware decentralized dynamic task offloading in MIMO-MEC networks via multi-agent reinforcement learning

2026-02-21 · Mubshra Zulfiqar, Muhammad Ayzed Mirza, Basit Qureshi arxiv

Massive internet of things microservices require integrating renewable energy harvesting into mobile edge computing (MEC) for sustainable eScience infrastructures. Spatiotemporal mismatches between stochastic task arriva…

Multi-agent Reinforcement Learning

A Vertical Approach to Designing and Managing Sustainable Heterogeneous Edge Data Centers

2025-06-02 · Aikaterini Maria Panteleaki, Varatheepan Paramanayakam, Vasileios Pentsos, Andreas Karatzas 외

The increasing demand for Artificial Intelligence (AI) computing poses significant environmental challenges, with both operational and embodied carbon emissions becoming major contributors. This paper presents a carbon-a…

Scheduling