Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

Artificial intelligence can answer questions, recognize images, translate languages, and help scientists find patterns in huge datasets. Behind these tools are computers that use electricity to train and run machine learning models. If that electricity comes from fossil fuels, using AI can add carbon dioxide to the atmosphere.

Understanding AI’s carbon footprint helps students see the connection between computing, energy, climate, and responsible technology design.

The carbon footprint of AI comes mainly from training, inference, data storage, and cooling. Training is when a model learns from data, and inference is when the trained model makes predictions or generates answers. Large models may use many graphics processing units in data centers, which also need cooling systems to remove heat.

Engineers can reduce emissions by using efficient algorithms, smaller models, cleaner electricity, better hardware, and smarter scheduling of computing jobs.

Key Facts

  • Carbon footprint means the total greenhouse gas emissions caused by an activity, usually measured in kg CO2e.
  • Energy use can be estimated with E = P x t, where E is energy, P is power, and t is time.
  • Electricity emissions can be estimated with CO2e = energy used x carbon intensity.
  • Training is usually energy intensive once, while inference can become large because it happens many times.
  • A data center's total energy use includes computing, data storage, networking, and cooling.
  • Cleaner electricity, efficient chips, optimized code, and smaller models can lower AI emissions.

Vocabulary

Carbon footprint
The total amount of greenhouse gas emissions caused directly or indirectly by an activity, product, or system.
CO2e
Carbon dioxide equivalent is a unit that combines the warming effects of different greenhouse gases into one common measure.
Training
The process where a machine learning model adjusts its internal parameters by learning patterns from data.
Inference
The process where a trained model uses new input data to make a prediction, classification, or generated response.
Data center
A facility filled with servers, networking equipment, power systems, and cooling systems that store data and run computations.

Common Mistakes to Avoid

  • Counting only the laptop or phone, not the data center, is wrong because most AI computation often happens on remote servers.
  • Assuming all AI has the same carbon footprint is wrong because emissions depend on model size, hardware efficiency, location, electricity source, and number of uses.
  • Confusing training with inference is wrong because training builds the model, while inference is each later use of the model.
  • Using energy in watts instead of watt-hours is wrong because watts measure power, while energy depends on both power and time.

Practice Questions

  1. 1 A server uses 800 W while training a model for 10 hours. How many kWh of energy does it use?
  2. 2 An AI job uses 50 kWh of electricity in a region with carbon intensity 0.40 kg CO2e per kWh. What are the emissions in kg CO2e?
  3. 3 Two AI tools give similar accuracy. Tool A uses a very large model powered by coal-heavy electricity, while Tool B uses a smaller optimized model powered mostly by solar and wind. Explain which tool likely has the lower carbon footprint and why.