EcoInference.ai — edge AI research

The Case for Greener AI

Understanding the Hidden Environmental Cost of Artificial Intelligence

1. Introduction

AI is having a moment. Hundreds of millions of people use AI tools daily — to draft email, answer questions, write code, summarize documents. For each of those interactions, a request leaves the user's device, travels to a data center, gets processed by machines consuming thousands of watts, and returns. It feels instant. It feels free. The costs are real; they're just somewhere else.

This paper examines where those costs land — specifically, energy and water — and makes the case that for a large and growing share of everyday AI use, routing inference through a remote data center is not necessary. On-device AI exists. It is improving rapidly. And using it, where appropriate, is a practical lever for reducing AI's environmental footprint without meaningful sacrifice of capability.

A note on scope: this paper addresses inference — the act of generating a response to a query. It does not cover training, which has its own substantial footprint. Training happens once (or infrequently); inference happens billions of times per day. That's where scale makes the aggregate numbers meaningful.

2. Where Does AI Actually Run?

Most consumer AI — ChatGPT, Gemini, Claude, Copilot — runs in cloud data centers operated by large technology companies. When you ask a question, your request leaves your device, travels to a server facility, gets processed, and the response travels back. The computation happens there, not here.

This is the current default for two reasons: cloud models are larger and more capable, and the infrastructure already exists. A smartphone's battery and processor cannot run a 70-billion-parameter frontier model. That is a real constraint.

But the constraint is not absolute, and it is weakening. Capable smaller models now run on consumer hardware — phones, laptops, edge devices — with reasonable response times and meaningful accuracy. For tasks that don't require frontier-scale reasoning, the cloud route may never have been necessary.

On-device AI is not hypothetical. It is in use today, in narrow domains. The question is how far that domain can expand — and how quickly.

3. The Energy Gap

Two large AI providers have published official per-query energy figures. These are the most reliable numbers available, and they are the ones used here.

A single query is a thin slice of a session. A ten-minute working session involves many queries at varying complexity. Extending the per-query figures across a realistic session — and comparing them to measured on-device consumption — yields the following estimates. Session figures for cloud are derived from the per-query disclosures above; on-device figures are based on measured smartphone consumption during active local inference.

Task type Cloud (10 min) On-device (10 min) Ratio
Simple (short Q&A, quick drafts) ~1.6 Wh ~0.37 Wh ~4×
Average (mixed tasks) ~4.7 Wh ~0.37 Wh ~13×
Complex (reasoning + tool use) ~7.0 Wh ~1.0–1.2 Wh ~6–7×

For context: a typical smartphone battery holds approximately 18.5 Wh (5,000 mAh). A complex ten-minute cloud AI session consumes roughly 38% of that battery's total capacity — in energy terms, even though the phone itself is not doing the computation.

These figures are a floor. They reflect inference only, during the session window. They exclude idle compute, model serving overhead, network transmission energy, and the embodied energy of the data center hardware.

4. The Water Nobody Talks About

Energy gets most of the attention. Water is less visible but equally real.

Data centers use water in two ways: directly, for cooling the servers themselves, and indirectly, because generating electricity consumes water at the power plant. Both matter.

Direct cooling water

Indirect water (power generation)

The US federal estimate for water withdrawal associated with electricity generation is approximately 1.19 gallons per kWh. This figure, applied to the session energy estimates above, yields the indirect water cost of each session.

Task type Cloud session water (direct + indirect) On-device
Simple ~0.3 fl oz ~0
Average ~0.8 fl oz ~0
Complex ~1.2 fl oz ~0

On-device AI does not eliminate water use entirely — the electricity that charges your phone has a water footprint — but the orders-of-magnitude reduction is real. Most smartphone charging happens at the grid edge, and on-device inference draws only a fraction of the energy of a cloud session.

5. The Capability Trade-Off

The honest position: cloud AI is more capable, for now. Frontier models have more parameters, more training data, and more computational budget than anything running on a consumer device. For tasks requiring deep reasoning, broad world knowledge, or sophisticated multi-step planning, the cloud remains ahead.

The honest follow-up: that gap is narrowing fast, and for a large share of everyday tasks, it may not be the relevant comparison.

Drafting a routine email, summarizing a document you provide, answering a factual question, generating a first draft of code — these tasks do not require a frontier model. On-device models, running today on consumer hardware, handle them with reasonable accuracy.

For tasks where precision is critical and the domain is well-defined — financial calculations, unit conversions, statistical analysis — on-device models can call reliable software libraries (numpy, scipy, and equivalent tools) rather than attempting to compute the answer by inference. This hybrid approach produces deterministic, verifiable results. The model handles language and intent; the library handles the arithmetic. The result is often more trustworthy than a large cloud model reasoning through the same calculation.

The capability gap that remains is real. It should not be overstated. And it should be continuously re-evaluated, because the trajectory is one-directional.

6. Why It Matters at Scale

Individual sessions are small. Aggregate use is not.

Current estimates place global AI chatbot query volume at approximately 3.5 billion per day. At a weighted average of roughly 0.30 Wh per query, that works out to approximately 1.05 million kWh per day — equivalent to powering roughly 36,000 average US homes around the clock.

The associated water use — direct cooling plus indirect power-generation water — is approximately 1.5 million gallons per day. That is roughly equivalent to the daily water use of 5,000 US households.

These figures are a floor. They cover text-based inference only. They exclude model training, image and video generation (substantially more energy-intensive), and all non-chatbot AI workloads. The actual total is higher. We publish the conservative number because it is defensible.

The trajectory makes the floor meaningful. Global AI chatbot use approximately doubled between 2025 and 2026. IEEE Spectrum projects that all generative AI queries could approach 329 billion per day by 2030 — roughly 100 times today's volume. If the mix of cloud versus on-device inference stays constant, the aggregate footprint scales with it.

It does not have to stay constant.

7. A Path Forward

The goal is not to discourage AI use. The goal is to shift where appropriate inference happens — and to make that shift practical.

What you can do

People already working on this

EcoInference.ai is a research and engineering effort to make on-device AI practical for a mass consumer audience. The work includes tooling for efficient edge inference, methodology for comparing on-device and cloud approaches, and published research making the environmental case with evidence. If you're working on related problems — sustainable AI infrastructure, edge inference tooling, energy-aware model design — we'd like to hear from you: info@ecoinference.ai.

The infrastructure for on-device AI exists. The models are capable enough for a meaningful share of everyday tasks. The environmental argument is clear. What remains is making the default easier to change.

For a deeper look at the scale of data center buildout this shift could avoid — and who currently pays for the capacity that smarter design could make unnecessary — see the companion paper: AI Data Center Overbuild →

Appendix A — Primary Sources

  • OpenAI per-query energy disclosure (official): ~0.34 Wh/query
  • Google Gemini per-query energy disclosure (official): ~0.24 Wh/query
  • OpenAI per-query direct water: ~0.000085 gallons (~1/15 tsp)
  • Google per-query direct water: ~0.26 mL (~5 drops)
  • US Energy Information Administration / federal estimate: ~1.19 gal water withdrawal per kWh generated
  • IEEE Spectrum: generative AI query volume projection ~329 billion/day by 2030

Appendix B — Supporting Research

  • Typical smartphone battery capacity: ~5,000 mAh ≈ 18.5 Wh (industry average, consumer devices 2024–2025)
  • Global AI chatbot query volume: ~3.5 billion/day (estimated, 2025–2026); approximately doubled year-over-year
  • On-device inference energy: ~0.37 Wh per 10-minute session (simple/average tasks); ~1.0–1.2 Wh (complex with tool use) — measured on current-generation smartphone hardware

Appendix C — Methodology and Derived Estimates

Session-level energy figures are derived from official per-query disclosures multiplied by estimated query counts per session at each complexity tier. Water figures combine direct cooling disclosures (per-query) with indirect power-generation water (per kWh, US federal estimate) applied to session energy.

All derived figures are labeled as estimates. The per-query primary source figures are used as given; no adjustment for model size, query length, or provider mix has been applied. Aggregate (global scale) figures use a weighted average of ~0.30 Wh/query across providers.

Arithmetic note: Daily aggregate water is approximately 1.5 million gallons (~2 Olympic swimming pools). This figure has been verified against the underlying math. An earlier draft contained a 1,000× error (billion vs. million); that error was caught and corrected prior to publication.

Appendix D — Known Limitations

  • Per-query figures reflect official disclosures; actual consumption varies by query complexity, model version, and data center efficiency.
  • On-device figures are based on current-generation consumer hardware; older devices will consume more.
  • Training energy and water are excluded from all figures. They are substantial and warrant separate treatment.
  • Image and video generation are excluded; they are significantly more energy-intensive than text inference.
  • Geographic variation in grid carbon intensity and water stress is not accounted for; both matter for the full picture.
  • Query volume projections are third-party estimates and carry substantial uncertainty at the 2030 horizon.