Skip to content
AI Literacy
Lektion 14 von 170/17 abgeschlossen

Green AI: Energy-Efficient and Sustainable AI

🌱 Greenweniger Energie⚡ Efficientmax. Nutzen🎯 Effectivemessbarer WertGreen + Efficient + Effective = verantwortungsvolle KI

🖱️ Interaktiv: Ziehen zum Drehen · Lektion 14

Learning objectives

After this lesson you will be able to:

  • Realistically assess the energy consumption of AI applications
  • Apply green AI principles in everyday work
  • Evaluate the costs and benefits of different model sizes
  • Use efficiency levers (caching, small models, batch processing)

1. AI and energy consumption

Every AI query consumes electricity — massively during training, moderately during inference (answering), but relevant in aggregate.

What consumes how much?

ProcessEnergyComparison
One chat query (inference)~0.003 kWhlike 1/10 of a phone charge
Training a large LLM~1,000 MWhlike 100 households/year
Human research (10 min)~0.0002 kWhsignificantly less

Insight: the individual query is cheap. The lever lies in repetition (the same question, a thousand times) and training.

💡 The 80/20 of AI efficiency

Most costs don't come from complex questions, but from:

  1. The same queries repeatedly (no caching) → caching saves 30-60%
  2. Models that are too large for simple tasks → small models are often enough
  3. Failed attempts in a loop → better prompts = fewer runs

2. Green AI and AI costs

Green AI = research and practice of running AI with as few resources as possible. This saves money and CO2.

Levers for efficient AI use

LeverMeasureEffect
Model choiceSmall model for simple tasks (classification, extraction)−70% cost
CachingCache answers to identical prompts−40% queries
Batch processingMany documents in one pass−50% overhead
Quantization8-bit instead of 16-bit models locally−50% storage/RAM
Local modelsWith data protection/data volume, on-premise pays offIndependent of cloud costs

🏢 Praxis-Szenario: Example: support ticket triage

3. Efficient AI in the company

A practical checklist for sustainable AI use:

Quick check

  • Do we use small instead of large models for simple tasks?
  • Do we cache recurring answers?
  • Do we have prompt templates to minimize failed attempts?
  • Do we check local/on-premise models for data volumes?
  • Do we measure AI costs per process (not just as a lump sum)?

✅ Wichtige Erkenntnisse

Haken setzen, um deinen Lernfortschritt zu markieren: