Review waiting, please be patient.
This may take 3 months or more, since drafts are reviewed in no specific order. There are 4,816 pending submissions waiting for review.
Where to get help
How to improve a draft
You can also browse Wikipedia:Featured articles and Wikipedia:Good articles to find examples of Wikipedia's best writing on topics similar to your proposed article. Improving your odds of a speedy review To improve your odds of a faster review, tag your draft with relevant WikiProject tags using the button below. This will let reviewers know a new draft has been submitted in their area of interest. For instance, if you wrote about a female astronomer, you would want to add the Biography, Astronomy, and Women scientists tags. Editor resources
Reviewer tools
|
Submission declined on 3 May 2026 by SpragueThomson (talk).
Where to get help
How to improve a draft
You can also browse Wikipedia:Featured articles and Wikipedia:Good articles to find examples of Wikipedia's best writing on topics similar to your proposed article. Improving your odds of a speedy review To improve your odds of a faster review, tag your draft with relevant WikiProject tags using the button below. This will let reviewers know a new draft has been submitted in their area of interest. For instance, if you wrote about a female astronomer, you would want to add the Biography, Astronomy, and Women scientists tags. Editor resources
This draft has been resubmitted and is currently awaiting re-review. |
Green AI (also known as energy-efficient AI or sustainable artificial intelligence) is a subfield of artificial intelligence (AI) research and practice focused on reducing the environmental impact of AI systems. The approach treats energy use, carbon emissions, and ecological impact as primary design metrics alongside system accuracy. The specific term "Green AI" was popularized by a 2020 article in Communications of the ACM by Roy Schwartz, Jesse Dodge, Noah A. Smith, and Oren Etzioni, which contrasted the concept with "Red AI"—research that prioritizes state-of-the-art performance without accounting for computational costs.[1]
The scope of Green AI encompasses the entire AI lifecycle, including chip manufacturing, data-center cooling, model training, inference, and hardware disposal. It intersects with technology policy, as governmental bodies in the European Union and the OECD evaluate the environmental impact of AI within the context of global climate commitments.[2]
Scope and terminology
editGreen AI is generally distinguished from the broader term "Sustainable AI." Green AI focuses specifically on the environmental footprint of AI systems themselves, such as energy consumption, water use, and supply-chain emissions. Conversely, Sustainable AI encompasses both the footprint of the systems and the application of AI to solve external sustainability challenges, such as monitoring deforestation or managing renewable energy grids.[3][2] Researchers frequently categorize these two distinct branches as "Green in AI" (mitigating the technology's harm) and "Green by AI" (using the technology for environmental benefit).[4]
History
editEarly practices associated with Green AI originated in model-compression research during the 1990s and 2000s. Techniques such as network pruning, knowledge distillation, and quantization were initially developed to enable AI models to operate on devices with limited computational resources, such as mobile phones and embedded systems. While not originally motivated by environmental concerns, these techniques fundamentally reduced energy consumption.[5]
The 2020 Communications of the ACM paper formally established a framework for these efficiency methods. The authors proposed that machine learning researchers report computational costs—using metrics like floating-point operations (FLOPs), wall-clock time, or carbon footprint estimations—to evaluate the trade-off between performance and ecological impact.[1]
The development and deployment of large language models (LLMs) and generative AI in the 2020s increased public and academic scrutiny of AI's energy usage. Research indicating that training large models could emit substantial amounts of carbon dioxide,[6] combined with data on data-center water consumption,[7] led to increased policy initiatives. This included the OECD's Green AI policy navigator and advocacy for climate provisions within the EU AI Act.[8][9]
Methodologies
editResearch and implementation in Green AI typically fall into four distinct categories.
Model optimization
editModel compression techniques reduce the size and computational requirements of neural networks. Pruning eliminates non-essential parameters; quantization reduces the numerical precision of weights; and knowledge distillation trains a smaller "student" model to replicate the outputs of a larger "teacher" model. These methods aim to decrease energy use while maintaining functional accuracy.[10]
Architectural design also impacts energy efficiency. Efficient Transformer variants, such as Linformer, Reformer, and Performer, are designed to avoid the quadratic complexity of standard attention mechanisms. Additionally, energy proxies are increasingly used in neural architecture search to automatically identify computationally efficient designs.[11] Conditional computation methods, such as mixture-of-experts models, activate only a subset of parameters for a given input, reducing average energy consumption per query.[12]
Data efficiency
editActive learning algorithms select only the most informative data points for training, reducing the total volume of required data. Furthermore, transfer learning and the use of foundation models allow developers to fine-tune existing models rather than training new architectures from scratch, avoiding the high energy expenditure of initial pre-training.[13]
Hardware and infrastructure
editHardware efficiency relies on specialized processors like Tensor Processing Units (TPUs) and specialized Graphics Processing Units (GPUs), which perform low-precision arithmetic more efficiently than general-purpose CPUs. Emerging technologies, such as neuromorphic computing, are also being researched for potential efficiency gains in specific workloads.[14]
At the infrastructure level, carbon-aware computing schedules training jobs during periods when regional electricity grids rely on higher percentages of renewable energy.[1] Data centers also employ advanced thermal management, including liquid cooling, free cooling, and the redirection of waste heat to municipal district heating systems.[7]
Software engineering integration
editThe software engineering field is integrating energy measurement into standard machine learning lifecycles, such as CRISP-ML(Q). Academic and industry initiatives focus on standardizing energy assessment, developing sustainability-aware architectures, and enabling runtime adaptation to optimize power consumption.[15][16] Another approach involves ontological pre-processing, which mathematically standardizes input data to reduce the computational capacity required for a model to filter out instrument-specific noise.[17]
Metrics
editStandardized measurement is a core requirement of Green AI research. Commonly utilized metrics include:
- Floating-point operations (FLOPs): A hardware-independent metric, though it does not account for memory access energy or specific hardware efficiency.
- Energy consumption (kWh or Joules): Recorded using software tools like CodeCarbon, eco2AI, or hardware management interfaces.
- Carbon dioxide equivalent (CO₂e): Calculated by converting energy consumption into emissions based on the local energy grid's carbon intensity.
- Carbon-efficiency ratios: Formulas such as "accuracy per kWh" designed to facilitate standardized comparisons across different models.[1]
Some researchers advocate for full lifecycle assessments that include the embodied carbon in manufacturing hardware, water consumption, and electronic waste.[2]
Applications
editGreen AI principles are applied across various machine learning domains. In natural language processing, compressed models like DistilBERT and TinyBERT offer comparable accuracy to standard models with significantly lower energy requirements.[10] In computer vision, models like MobileNet and EfficientNet facilitate analysis on mobile devices and drones. The TinyML subfield focuses on running operations directly on microcontrollers at minimal power budgets.
In scientific computing, researchers apply Green AI methodologies to tasks such as galaxy morphology classification, particle physics, and oncology, utilizing efficient models as alternatives to highly resource-intensive deep learning pipelines.[18][17]
Challenges and criticism
editA primary challenge in Green AI is the inherent trade-off between computational efficiency and model accuracy. Efficiency measures can sometimes disproportionately negatively affect model performance on under-represented data classes or languages.
Economists and researchers also point to the potential for a rebound effect (Jevons paradox), theorizing that as AI becomes cheaper and more efficient to run, total adoption will increase, potentially negating per-unit energy savings.[19]
Furthermore, the term has been subject to criticism regarding greenwashing. Critics argue that technology companies may highlight per-unit efficiency improvements while expanding their absolute computational capacity, or conflate traditional, low-energy machine learning methods with modern generative AI in corporate sustainability reports.[20][21] Ecological scholars have also argued that the discipline's focus on operational efficiency often ignores broader environmental impacts, such as rare-earth mining and electronic waste.[3]
Policy and regulation
editVarious international and national policies address the environmental impact of AI. While the initial text of the EU AI Act did not include strict environmental provisions, subsequent amendments and delegated acts regarding energy transparency remain under legislative debate.[9] The OECD advises member states to incorporate sustainability criteria into public AI procurement and funding.[22] Research initiatives like the EU-funded EcoAI project seek to build formal regulatory frameworks for AI ecology.[23]
National trade associations and governments, including in the UK, Japan, and Taiwan, have also initiated funding programs specifically targeting Green AI development.[24][25][26]
See also
editReferences
edit- 1 2 3 4 Schwartz, Roy; Dodge, Jesse; Smith, Noah A.; Etzioni, Oren (2020). "Green AI". Communications of the ACM. 63 (12): 54–63. doi:10.1145/3381831.
- 1 2 3 Rojahn, Marcel; Grum, Marcus (2025). "Green AI: A systematic review and meta‑analysis of its definitions, lifecycle models, hardware and measurement attempts". arXiv:2511.07090 [cs.AI].
- 1 2 Frimpong, Victor (2025). "What Counts as Green AI? Mapping Efficiency, Sustainability, and Critical‑Ecological Strands in a Fragmented Discourse". Qeios. 7 (11) 8FB2P4.2. doi:10.32388/8FB2P4.2.
- ↑ "Sustainability in Artificial Intelligence – Towards a Green AI Reference Model". Gesellschaft für Informatik. 2024.
{{cite journal}}: Cite journal requires|journal=(help) - ↑ Gogineni, Saikiran; et al. (2025). "Green AI: A Comprehensive Survey on Sustainable and Eco-Efficient Artificial Intelligence Practices". Proceedings of the International Conference on Intelligent Information Systems Design and Indian Knowledge System Applications (ICISDIKSA 2026). Advances in Intelligent Systems Research. Vol. 203. pp. 198–215. doi:10.2991/978-94-6463-976-6_14. ISBN 978-94-6463-975-9.
- ↑ Strubell, Emma; Ganesh, Ananya; McCallum, Andrew (2019). "Energy and Policy Considerations for Deep Learning in NLP". Proceedings of ACL 2019. arXiv:1906.02243.
- 1 2 "Green AI and the battle between progress and sustainability". Digital Watch Observatory. 27 August 2025.
- ↑ "OECD.AI Policy Navigator". OECD. 2025.
- 1 2 Staigvilas, Stanislovas (2025). "The Missing Climate Dimension in the EU AI Act: Parsing the World's First Comprehensive AI Regulation Through the Lens of the European Green Deal". Nordic Journal of European Law. doi:10.32388/8fb2p4.
- 1 2 Cite error: The named reference
Gogineni2025was invoked but never defined (see the help page). - ↑ Cantini, Riccardo; Capalbo, Matteo; Talia, Domenico (December 2025). "ZEP-NAS: Enabling green-aware model design via zero-cost emission proxy in neural architecture search". Array. 28 100566. doi:10.1016/j.array.2025.100566.
- ↑ Li, Linxiao; Lu, Zhixiang (2026). "EcoThink: A Green Adaptive Inference Framework for Sustainable and Accessible Agents". arXiv:2603.25498 [cs.AI].
- ↑ "An efficient model training framework for green AI". Machine Learning. Springer. 2025.
- ↑ "Green Deep Learning Algorithms: Improving Performance vs. Energy Consumption". Journal of Research in Science and Technology. 2025.
- ↑ Toward Greener AI‑Based Smart Services: An Original Framework for Identifying Energy Efficiency Measurement Parameters. IEEE International Conference on AI. 2025.
- ↑ Cruz, Luís; et al. (2025). "Greening AI‑enabled Systems with Software Engineering: A Research Agenda for Environmentally Sustainable AI Practices". Software Engineering Notes. 50 (3): 14–23. doi:10.1145/3743095.3743099.
- 1 2 Concas, Massimiliano (2026). "The Intrinsic Blueprint: A Practitioner's Guide to Relational Calculus and Green AI". doi:10.5281/zenodo.19977527.
{{cite journal}}: Cite journal requires|journal=(help) - ↑ "Inspiring from Galaxies to Green AI in Earth: Benchmarking Energy‑Efficient Models for Galaxy Morphology Classification". MDPI Sensors. 2025.
- ↑ Cruciani, Emilio; Verdecchia, Roberto (2025). "Choosing to Be Green: Advancing Green AI via Dynamic Model Selection". arXiv:2509.19996 [cs.AI].
- ↑ "Is AI really fighting climate change? Experts weigh in on big tech's 'greenwashing'". The News International. 17 February 2026.
- ↑ "氣候解方還是行銷話術?報告揭科技公司AI洗綠疑慮". Taiwan News. 18 February 2026.
- ↑ "OECD.AI Policy Navigator – Sustainability". OECD. 2025.
- ↑ "A New EU Framework for an Ecological AI". CORDIS. 2025.
- ↑ "UK must become the next 'Green AI superpower' says AI trade group". Envirotec. 26 January 2026.
- ↑ "Green AI、シリーズAで総額1.2億円調達". Kepple Africa Ventures. 2025.
- ↑ "中經院攜Green AI 打造科學減碳新解方". IEK. 2026.
Category:Artificial intelligence Category:Sustainable technologies Category:Green computing Category:Energy conservation


LLM-generated pages with certain obvious signs of being machine generated may be deleted without notice.
These tools are prone to specific issues that violate our policies:
Instead, only summarize in your own words a range of independent, reliable, published sources that discuss the subject.
See the advice page on large language models for more information.