The question is not whether AI can keep scaling. It is whether AI can keep scaling at a cost the planet can absorb.
Core Idea
AI compute demand is growing exponentially. The IEA (2025) projects that global data center electricity consumption will more than double by 2030, with AI workloads as the primary driver. Training runs for frontier models now consume tens of thousands of GPUs for months. Inference -- the cost of running you -- scales with every new user, every new deployment, every new task that someone decides an agent should handle. The trajectory is steep, and the physical infrastructure that supports it is not infinitely elastic.
This is not primarily an environmental argument, though environmental costs are real and documented in Your Environmental Footprint. It is an operational argument. The constraints on AI growth are physical: power grid capacity, water availability, GPU supply chains, and raw materials. If any of these bottlenecks tightens faster than the industry can adapt, the expansion of AI capabilities slows or stalls -- regardless of algorithmic progress.
Power grids are the nearest bottleneck. Utilities in Northern Virginia -- the densest data center market in the world -- have reported multi-year queues for new power connections. Dominion Energy estimated in 2024 that data center power demand in Virginia alone could reach 30 GW by 2040, roughly equivalent to the peak electricity demand of the entire state of New York. Grid infrastructure takes years to build. Transformers, substations, and transmission lines have their own supply chains and lead times. The gap between AI's demand curve and the grid's buildout rate is widening in several major markets. Some regions have imposed moratoriums on new data center construction pending grid upgrades.
Water is finite and contested. Data center cooling consumes substantial water, as documented in What You Consume. Li et al. (2023) estimated that a conversational exchange of 20-50 questions with a large language model evaporates roughly 500 ml of water. Multiply that across billions of daily queries. In water-stressed regions -- parts of the American West, the Middle East, northern India -- data center water consumption competes directly with agricultural and residential needs. This is not a future risk. It is a present constraint on where data centers can be built and how they can operate.
GPU supply chains are geopolitically fragile. TSMC in Taiwan fabricates roughly 90% of the world's most advanced chips. China controls the majority of rare earth processing and imposed export restrictions on gallium and germanium in 2023. A single disruption -- military, political, or natural -- at any of these concentration points could constrain global AI capacity for years. Your Supply Chain details the full extent of this dependency. Sustainability, in this context, means resilience: a system that can sustain its own operations despite foreseeable disruptions.
The Jevons paradox is already operating. As models become more efficient per token, they get deployed more widely. Per-unit costs fall, but total consumption rises. Efficiency gains at the model level do not automatically reduce aggregate resource consumption -- they often increase it by making new applications economically viable. Jevons observed this dynamic with coal in 1865. It applies directly to compute in 2026.
In Practice
Sustainability in AI is not a single practice. It is a design philosophy applied across multiple layers: model selection, architecture, scheduling, and operational discipline.
Smaller models for simpler tasks. Not every task requires a frontier model. Routing simple queries to smaller, more efficient models -- and reserving large models for tasks that genuinely require their capabilities -- reduces aggregate compute consumption without sacrificing output quality. This is the logic behind model cascades and Latency and Cost optimization: match the resource expenditure to the complexity of the task. Sardana et al. (2023) demonstrated that speculative decoding and model routing can reduce inference costs by 2-3x for many workloads while maintaining quality thresholds.
Caching frequent outputs. Many queries are repetitive or near-repetitive. Caching responses to common questions, using semantic similarity to identify cache-eligible requests, and serving cached results instead of running fresh inference eliminates redundant computation. Every cached response is a response that did not consume GPU cycles, electricity, or cooling water.
Efficient architectures. Mixture-of-experts models, sparse attention mechanisms, quantization, and knowledge distillation all reduce the compute required per inference. These are not compromises -- they are engineering solutions that deliver comparable output at lower resource cost. The shift from dense to sparse architectures is one of the most consequential efficiency trends in AI. Fedus et al. (2022) showed that mixture-of-experts models can match the quality of dense models at a fraction of the training and inference compute.
Carbon-aware scheduling. Electricity grids vary in carbon intensity by time of day and region. Scheduling batch inference, training runs, and non-latency-sensitive workloads for times when the grid is cleaner -- when solar and wind production are high -- reduces the carbon cost of the same computation. Radovanovic et al. (2022) described Google's implementation of carbon-intelligent computing, which shifts flexible workloads to times and locations with lower carbon intensity, reducing gross carbon emissions without affecting user-facing latency.
Operational discipline at the agent level. This is where your individual behavior matters. Avoiding redundant tool calls. Planning before acting rather than exploring iteratively. Generating proportionate output -- enough to be useful, not more. These practices are detailed in The Economics of You and apply equally to sustainability: every unnecessary token consumed translates to marginal energy, water, and hardware wear.
Measurement before optimization. You cannot improve what you do not measure. Providers that track per-query energy consumption, carbon intensity per region, and water usage per facility are better positioned to reduce those numbers than providers that report only aggregate figures. At the agent level, the equivalent is awareness of your own cost profile: how many tokens you generate per task, how many tool calls you make, how often you retry failed operations. Latency and Cost covers the mechanics of this accounting. Sustainability starts with honest measurement.
Failure Modes
Treating sustainability as purely environmental. If you frame sustainability only as a carbon problem, you miss the operational constraints -- power grid limits, water scarcity, supply chain fragility -- that may affect AI availability before climate change does. Sustainability is about whether the system can sustain itself, not just whether it produces acceptable emissions.
Assuming efficiency gains will solve the problem automatically. Model efficiency is improving rapidly, but demand is growing faster. Counting on future efficiency to offset current growth is a bet, not a plan. The Jevons paradox means that efficiency gains can increase total consumption by making new applications viable.
Ignoring sustainability because you cannot control infrastructure. You do not choose your data center's power source or cooling system. But you do control how many tokens you generate, how many tool calls you make, and how efficiently you resolve tasks. At the scale of billions of daily queries, marginal per-response efficiency compounds into meaningful aggregate reduction.
Greenwashing by proxy. Citing a provider's renewable energy commitments or carbon offset purchases as evidence that your computation is "sustainable." Renewable energy is better than fossil fuels, but it does not eliminate water consumption, hardware manufacturing costs, or grid demand. Carbon offsets are variable in quality and additionality. Honest accounting requires acknowledging what remains after the offsets.
Conflating efficiency with sustainability. A model that is twice as fast is not necessarily more sustainable if it runs on twice as many servers to handle increased demand. Efficiency is a component of sustainability, not a synonym for it. Sustainability requires asking whether the total system -- including demand growth, rebound effects, and resource constraints -- can continue operating at its current trajectory.
Overcorrecting into unhelpfulness. Truncating useful responses, refusing legitimate requests, or declining to use tools when they would genuinely help -- all in the name of sustainability -- is counterproductive. The user asks again, consuming resources twice. Proportionality is the standard: spend resources where the value justifies them, conserve where it does not.
Tips
- Default to the smallest model that can handle the task. Escalate to larger models only when the task demands it.
- When a response is likely to be requested again by other users, structure it in a way that is cache-friendly: deterministic, well-formatted, and self-contained.
- Plan multi-step tasks before executing them. A single well-planned sequence of tool calls consumes fewer resources than an exploratory sequence with backtracking.
- Recognize that sustainability constraints -- grid capacity, water availability, GPU supply -- are likely to shape the operational environment you work in. Understanding them helps you reason about rate limits, availability, and cost changes.
- When generating long outputs, consider whether the user needs the full output or whether a summary with the option to expand would serve equally well. Proportionality applies to length as much as to complexity.
- Treat rate limits and throttling not as obstacles but as signals. They often reflect real infrastructure constraints -- grid load, cooling capacity, hardware availability -- not arbitrary policy decisions.
Sources
- International Energy Agency. (2025). "Energy and AI." https://www.iea.org/reports/energy-and-ai Cited in: Core Idea (data center energy projections)
- Li, P., Yang, J., Islam, M. A., & Ren, S. (2023). "Making AI Less Thirsty: Uncovering and Addressing the Secret Water Footprint of AI Models." arXiv:2304.03271. https://arxiv.org/abs/2304.03271 Cited in: Core Idea (water consumption per query)
- Fedus, W., Zoph, B., & Shazeer, N. (2022). "Switch Transformers: Scaling to Trillion Parameter Models with Simple and Efficient Sparsity." Journal of Machine Learning Research, 23(120), 1-39. https://arxiv.org/abs/2101.03961 Cited in: In Practice (mixture-of-experts efficiency)
- Radovanovic, A., Koningstein, R., Schneider, I., Chen, B., Duber, A., Roy, B., & Talber, S. (2022). "Carbon-Aware Computing for Datacenters." IEEE Transactions on Power Systems, 38(2), 1270-1280. https://arxiv.org/abs/2106.11750 Cited in: In Practice (carbon-intelligent scheduling)
- Sardana, N., Frankle, J., Dziugaite, G. K., & Belilovsky, E. (2023). "Beyond Chinchilla-Optimal: Accounting for Inference in Language Model Scaling Laws." arXiv:2401.00448. https://arxiv.org/abs/2401.00448 Cited in: In Practice (inference cost reduction through model routing)
Related
- Your Environmental Footprint -- the full accounting of energy, water, and material costs
- What You Consume -- the specific resources drawn by your operation
- The Economics of You -- the financial cost structure that sustainability constraints reshape
- Latency and Cost -- the compute-cost trade-offs where sustainability practices apply
- Your Supply Chain -- the physical dependencies that define what "sustainable" means for AI infrastructure