communityfix.org

#compute-emissions-measurement

Issues, solutions, and case studies for compute-emissions-measurement

Found 17 nodes with this tag: 2 issues · 6 solutions · 9 case studies

Issues 2

#00170Closed model and API providers do not disclose the data needed to compute a real footprint

Consumer-side tools must assume model architecture and a worldwide-average grid because providers publish almost nothing about model size, hardware, or data-centre efficiency. Every downstream estimate therefore carries wide, irreducible error bars.

#00164The carbon footprint of software and AI compute is rarely measured, so it cannot be managed

Running software and AI models consumes electricity whose CO2 cost varies by grid and workload, but the default toolchain reports latency, cost and accuracy and almost never emissions. Invisible to the people who could reduce it, the footprint goes unmanaged and unoptimised.

Solutions 6

#00171Benchmark models independently on identical hardware and publish a simple comparable efficiency label

Benchmark models on the same hardware for the same tasks, then publish results as star-band ratings on a leaderboard with a shareable label. An ENERGY STAR-style signal makes efficiency legible to non-experts and usable in procurement, pressuring providers to disclose.

#00169Provide real-time, location- and time-specific grid carbon-intensity signals as the conversion factor

Every emissions estimate multiplies energy by a carbon-intensity factor, but annual national averages miss regional and hourly variation. An API exposing live, historical, and forecast intensity—both average and marginal—per zone and per hour lets any tool convert energy to accur

#00168Standardize a single comparable carbon metric per unit of software work

Every tool in this space estimates differently, so numbers are not comparable across teams or vendors. A shared specification expresses software carbon as a rate — emissions per functional unit such as a request, user, or training run — so results can be compared and tracked over

#00167Attribute cloud emissions from provider billing and usage data across multiple providers

Convert itemised cloud billing and usage records into energy and emissions figures using published hardware power coefficients and region-specific grid carbon intensity, producing a per-service, per-region footprint across multiple providers.

#00166Estimate the emissions of third-party AI API calls from model and request characteristics when the hardware is not accessible

When a generative model is called through a provider's API, hardware cannot be metered. Estimate per-request energy and CO2 from model size, token counts, and data-centre assumptions using a life-cycle method, giving API consumers an impact figure they otherwise cannot obtain.

#00165Measure the emissions of compute you run yourself by sampling hardware power and applying local grid carbon intensity

For code you operate, sample the energy drawn by CPU, GPU and RAM during execution, multiply by the carbon intensity of the local electricity grid, and log the resulting CO2 estimate next to other run metrics so it can be tracked and reduced.

Case studies 9

Hugging Face, Salesforce, Cohere and Carnegie Mellon University · since 2025 · Global

AI Energy Score, launched in February 2025 at the Paris AI Action Summit by Hugging Face, Salesforce, Cohere and Carnegie Mellon University, benchmarks models on standardised NVIDIA H100 hardware across 10 tasks and ass…

Models on the public leaderboard at launch0166+models
Tasks benchmarked per model10tasks

3 sources

Arnaud Gissinger

WattTime (environmental non-profit; executive director Gavin McCormick) · since 2014 · Global

WattTime, founded in 2014 by UC Berkeley researchers and a subsidiary of Rocky Mountain Institute since 2017, provides Marginal Operating Emissions Rate (MOER, in pounds of CO₂ per MWh) via API in real-time, forecast, a…

Smart devices using AER (Automated Emissions Reduction)1,000,000,000+devices
Software carbon reduction from load-shifting (Microsoft / Carbon Aware SDK)~15% reduction

Non-profit; a subsidiary of Rocky Mountain Institute since 2017, funded by grants and contributions · 3 sources

Arnaud Gissinger

Electricity Maps (founder Olivier Corradi) · Global

Electricity Maps ingests data from TSOs, market operators, and government agencies via an open-source parser system, applies a flow-tracing algorithm to produce consumption-based (rather than production-based) carbon in…

Raised approximately $5.4M in 2024 from Transition and Revent; API is a paid subscription; visualisation app and parsers are open-source · 3 sources

Arnaud Gissinger

Green Software Foundation (a Linux Foundation project) · Global

The Software Carbon Intensity (SCI) specification reached ISO accreditation as ISO/IEC 21031:2024 in Q1 2024. It defines software carbon as a rate: SCI = (E × I) + M per functional unit R, using a rate rather than a tot…

Non-profit foundation funded by member organisations · 2 sources

Arnaud Gissinger

Google Cloud (provider-native tool) · Global

Google Cloud Carbon Footprint is a provider-native emissions tool included as a deliberate contrast to open-source multi-cloud approaches. It reports both location-based and market-based scope 2 emissions computed on an…

Provided by the cloud provider at no extra charge to customers · 2 sources

Arnaud Gissinger

Thoughtworks (open-source project and sponsor) · since 2021 · Global

Cloud Carbon Footprint (CCF) is an open-source, multi-cloud tool launched by Thoughtworks in March 2021. It reads itemised billing and usage data from AWS, Google Cloud, Azure and Alibaba, converts it to energy using he…

Open-source, sponsored by Thoughtworks · 2 sources

Arnaud Gissinger

GenAI Impact (a Data For Good collective), now part of the CodeCarbon non-profit · Global

EcoLogits is an open-source Python library that estimates energy and multi-criteria environmental impacts of generative AI API calls. It patches provider Python client libraries (OpenAI, Anthropic, Mistral AI, Cohere, G…

2 sources

Arnaud Gissinger

Red Hat Emerging Technologies and IBM Research, with contributors including Intel and Weaveworks; a CNCF project · since 2023 · Global

Kepler (Kubernetes-based Efficient Power Level Exporter) attributes energy to individual processes, containers, pods, and nodes in orchestrated environments, exporting results as Prometheus metrics. It draws power readi…

Open-source, developed by member companies under the Cloud Native Computing Foundation · 3 sources

Arnaud Gissinger

Mila, BCG GAMMA, Haverford College, Comet.ml, with Data For Good France volunteers (now stewarded by the CodeCarbon non-profit) · since 2020 · Global

CodeCarbon is an open-source Python package that estimates CO2 from code execution. An EmissionsTracker (used as a context manager or decorator) samples CPU energy via Intel RAPL, GPU energy via NVIDIA NVML, and RAM e…

3 sources

Arnaud Gissinger

communityfix.org