AI Briefing
KO
Pick

GitHub-Yale Survey: 80% of Developers Want Energy-Efficient Code Tools, but Action Remains Minimal

·2026.09.23 22:00

Key point

A survey by GitHub and Yale reveals that while 80% of developers desire energy-efficient code tools, actual behavioral changes remain low.

1 / 2

Details

A survey conducted by GitHub and the Yale Program on Climate Change Communication among 1,039 U.S. GitHub users revealed that while developers show high awareness of software's environmental impact, there is a lack of pathways leading to actual action. 80% of respondents expressed interest in tools for writing energy-efficient code, and 78% hoped to learn best practices for reducing their environmental footprint.

The Gap Between Awareness and Action

Developers expressed concern about climate change and the environmental impact of AI. 79% were concerned about global warming, and 71% worried about the energy and carbon emission impacts of AI systems. These figures are higher than the general U.S. adult population, with GitHub users' acceptance rate of global warming at 86%, compared to the U.S. adult average of 68%.

However, a significant gap existed between awareness and action. Only 10% of respondents said that changing how they develop software would have a major effect on reducing their personal environmental impact, while 63% responded that the effect would be small. This disconnect is attributed to a lack of clear tools or methodologies for identifying waste, measuring improvements, and justifying fixes.

Practical Approaches to Efficiency Improvement

The report proposes efficiency improvements combined with existing engineering benefits such as cost reduction, performance enhancement, and latency reduction. It identifies four areas for detecting measurable waste: Code, Data, Network and I/O, and Frontend. For example, in the code area, it recommends checking for redundant computations or inefficient algorithms, and in the data area, it advises checking for excessive fetching or missing caching.

It also introduces automation strategies using GitHub Agentic Workflows. The 'Daily Efficiency Improver' workflow reviews performance improvement opportunities in large repositories, prioritizes measurable changes, and generates Draft PRs containing evidence and trade-offs. However, it emphasizes that while AI supports exploration and documentation, humans must make the final decisions regarding the validity of evidence and whether to implement the code.

This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.

Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.