The Reality of AI Power Usage
AI power usage generates significant controversy. Headlines paint it as an environmental catastrophe waiting to happen. The reality proves more nuanced and potentially more optimistic than these dire warnings suggest.
A ChatGPT query uses 10 times more energy than a Google search. This sounds alarming until one realises it equates to running your hairdryer for six seconds. The entire data centre industry, including all AI operations, accounts for just 1.5% of global electricity consumption.
Here is a rundown of the more pressing issues with AI power usage.
We can power AI with clean energy
Data centres power everything from email to streaming services to artificial intelligence. The total energy footprint of all data centres in the world remains remarkably modest at 1.5% of global electricity use. This figure includes all AI operations, from training to inference.
To put this in perspective, AI operations consume approximately 54 TWh annually, representing just 0.2% of global energy output. By comparison, Bitcoin mining alone uses 175 TWh, nearly triple AI usage, accounting for 0.6% of global energy. Unlike AI which drives technological progress and can help solve climate challenges, cryptocurrency mining provides questionable utility while consuming significant resources.
Another comparison: 1.5% roughly matches aviation industry emissions. However, aviation remains heavily dependent on fossil fuels, whereas data centres can transition to renewable energy sources. The tech industry has unprecedented opportunities to lead in sustainable operations.
Solving climate challenges requires abundant clean energy rather than solely focusing on reduced consumption. Human behaviour and technological progress make consumption reduction an unrealistic primary strategy. Instead, we must focus on transitioning to sustainable power sources and optimising resource usage.
We can use AI to solve climate challenges
AI serves as a powerful ally in our climate fight. Energy companies utilise artificial intelligence to optimise renewable energy systems, maximising their efficiency. AI can aid its own power transition to sustainable energy sources - no other use of power has this potential.
Other environmental applications already show promising results. Teams use AI systems to detect methane leaks from space, enabling rapid response to emissions. Agricultural researchers employ machine learning to breed heat-resistant crops, securing our food supply against climate change. Materials scientists harness AI to design new carbon capture compounds.
The real challenge is not power, but water
The environmental impact of AI extends beyond electricity consumption. Modern data centres require substantial water resources for cooling, and many new facilities are being constructed in regions already experiencing severe drought conditions. This presents a more immediate environmental challenge than power consumption.
Unlike electricity, which increasingly comes from renewable sources and benefits from rapidly advancing solar technology, fresh water remains a finite and unevenly distributed resource. The suggestion to reopen closed coal power plants for AI operations fundamentally misunderstands the challenge: power generation will become increasingly sustainable, but water scarcity cannot be solved through technological advancement alone.
The Path Forward
The solution lies not in abandoning AI development but in pursuing it responsibly through several key strategies:
Sustainable Power Sources
Our data centres must run on clean, renewable power sources. This transition requires strategic planning and investment but remains technically feasible. The rapid advancement of solar technology makes this increasingly achievable.
Strategic Water Management
Data centre locations need careful selection based on sustainable water availability. Regions facing drought conditions cannot support additional cooling requirements. This geographical constraint may shape the future distribution of AI infrastructure more than power availability.
Efficiency and Purpose
Continuous improvement in model efficiency reduces resource consumption while maintaining capabilities. This includes both training and inference optimisation. More importantly, we must prioritise AI applications that directly combat climate change. The technology possesses unique capabilities to address environmental challenges at scale.
AI power usage warrants attention but not panic. The technology presents both environmental challenges and opportunities. Our task involves maximising its potential for climate solutions while minimising its resource footprint. The real challenge lies not in power consumption, which renewable energy can increasingly address, but in responsible water usage and ensuring AI development serves meaningful environmental purposes.
I would like to thank Roisi Proven, Romilly Cocking, Tadas Tamošauskas, and Aimee Rivers for their thoughtful contributions to this discussion. Additional valuable insights came from Ajay Prabandham and Guillaume Roy.
More articles
Building AI Cheatsheet Generator Live: Lessons from a Four-Hour Stream
I built an entire AI-powered app live, in front of an audience, in just four hours. Did I finish it? Not quite. Did I learn a huge amount? Absolutely. Here is what happened, what I learned, and why I will do it again.
The challenge was simple: could I build and launch a working AI cheatsheet generator, live on stream, using AI first coding and Kaijo1 as my main tool?
Answer: almost! By the end of the session, the app could create editable AI cheatsheets, but it was not yet deployed. A few minutes of post-stream fixes later, it was live for everyone to try. (Next time, I will check deployment on every commit!)
Try the app here: aicheatsheetgenerator.com
AI: The New Dawn of Software Craft
AI is not the death knell for the software crafting movement. With the right architectural constraints, it might just be the catalyst for its rebirth.
The idea that AI could enable a new era of software quality and pride in craft is not as far-fetched as it sounds. I have seen the debate shift from fear of replacement to excitement about new possibilities. The industry is at a crossroads, and the choices we make now will define the next generation of software.
But there is a real danger: most AI coding assistants today do not embody the best practices of our craft. They generate code at speed, but almost never write tests unless explicitly told to. This is not a minor oversight. It is a fundamental flaw that risks undermining the very quality and maintainability we seek. If we do not demand better, we risk letting AI amplify our worst habits rather than our best.
This is the moment to ask whether AI will force us to rediscover what software crafting1 truly means in the AI age.
-
I use the term “software craft” to refer to the software craftsmanship movement that emerged from the Agile Manifesto and was formalised in the Software Craftsmanship Manifesto of 2009. The movement emphasises well-crafted software, steady value delivery, professional community, and productive partnerships. I prefer the terms “crafting” and “craft” to avoid gender assumptions. ↩
Why Graph RAG is the Future
Standard RAG is like reading a book one sentence at a time, out of order. We need something new.
When you read a book, you do not jump randomly between paragraphs, hoping to piece together the story. Yet that is exactly what traditional Retrieval-Augmented Generation (RAG) systems do with your data. This approach is fundamentally broken if you care about real understanding.
Most RAG systems take your documents and chop them into tiny, isolated chunks. Each chunk lives in its own bubble. When you ask a question, the system retrieves a handful of these fragments and expects the AI to make sense of them. The result is a disconnected, context-poor answer that often misses the bigger picture.
This is like trying to understand a novel by reading a few random sentences from different chapters. You might get a sense of the topic, but you will never grasp the full story or the relationships between ideas.
Real understanding requires more than just finding relevant information. It demands context and the ability to see how pieces of knowledge relate to each other. This is where standard RAG falls short. It treats knowledge as a stack of random pages, not as a coherent whole.
Time for a totally new approach.
Read moreIntroducing Kaijo: AI functions that just work
For months, I have wrestled with a problem that has consumed my thoughts and challenged everything I know about software development.
This week I wrote about building the future with AI agents. One of the key areas for me is moving beyond prompt engineering to something more reliable.
I have spent decades learning how to craft reliable software. Now I want to bring that reliability to AI development.
Today I am ready to share what I have been building in the background.
It started with a game. It ended with something that could change how we build AI applications forever.
Read moreBuilding the Future
Something has been on my mind for months. The rapid evolution of AI agents has opened up possibilities I cannot ignore.
We are witnessing the emergence of semi autonomous agents that will fundamentally reshape how we work and communicate. The opportunities in this space are extraordinary. I am diving deeper into this world of AI agent development and product creation.
My newsletter is evolving. Instead of dispensing tips from a position of authority, I invite you on a journey of discovery. I will document my experiences building with AI, how to apply my tech experience in a new world, and navigating the inevitable struggles and setbacks.
Read on for several key areas I am exploring.
Read more