Urgent.News

What's breaking now, across thousands of outlets.

AI

Behind EcoPrompt: How I modeled the hidden physical cost of AI prompts (Zero Telemetry)

GenAI web interfaces (ChatGPT, Gemini, Claude) are pristine, minimal, and fast. But behind every single prompt lies a massive array of GPU clusters consuming real electricity, requiring evaporative cooling water, and generating carbon emissions. I created EcoPrompt , an open-source Chrome Extension, to make this invisible footprint transparent to users in real time. Before diving into the…

The innovative Chrome extension EcoPrompt works to make the often unseen environmental impact of Generative AI technology visible to users. EcoPrompt, available for free on the Chrome Web Store under an open-source license, aims to strike a balance between raising awareness about AI resource consumption and not hindering the user experience.

The extension relies on peer-reviewed research, such as the study from UC Riverside on decreasing AI's water usage, along with data from industry sustainability reports. It tracks the precise amount of water, energy, and carbon emissions generated for each AI prompt. Depending on the complexity of the request, the environmental cost can range from a few milliliters of water and a minuscule fraction of a kilowatt-hour for simpler tasks, to over 250 milliliters of water and 0.02 kilowatt-hours for more intensive reasoning tasks.

EcoPrompt focuses on three key areas: providing detailed physical transparency about the energy costs, nudging users towards more environmentally responsible prompting behaviors, and aligning with the financial costs of using AI services. Its architecture is built to ensure user privacy, employing zero telemetry, client-side processing, and local storage. The project is completely free, openly licensed, and customizable, inviting users to support its ongoing development.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in AI

Fixing Bedrock ToolResult Ordering Errors

A tool executed successfully, but Bedrock rejected the next message because toolResult IDs did not match the preceding toolUse order. INC-004 is easy to create when tools run in parallel.

[AI in Practice] Gemini 3.8 Flash TTS Launch: I built a "Learn Japanese with MVs" Web App and burned through my daily quota.

Recap Every time I see a new Gemini feature, my first thought is "Can I connect it to my LINE Bot?" The Gemini API release notes from 9/22 stated that Gemini 3.8 Flash TTS and Gemini 3.8 Flash-Lite…

  • Gemini 3.8 Flash TTS and Flash-Lite TTS models officially launched on September 22
  • Developed web app using MVs to teach Japanese with pronunciation guidance
  • Utilized Gemini 3.8 Flash TTS for natural-sounding voices and voice replication

[AI in Action] Gemini Agentic Video: 4 Hidden Prerequisites and My LINE Bot Integration Process

Background I have a LINE Bot that I use every day, linebot-helper-python . If you send it a URL, it returns a summary and social media copy for four platforms; if you send a YouTube link, it returns a…

  • apiversion must be set to v1beta1 for agentic video to work
  • mediaprocessing must be set to AGENTIC for agentic mode activation
  • model must be gemini-3.7-flash, gemini-3.6-flash, or gemini-3.5-flash-lite

More from Saturday 26 September →