Urgent.News

the world's headlines, one feed

Editions

AI

Amazon is backing a 7.65 GW gas plant for an off-grid TX AI data center, potentially the largest single US emissions source, at odds with its 2040 net-zero goal (Hiroko Tabuchi/New York Times)

The tech giant is investing in the natural-gas-burning power plant as part of a huge data center in Texas, even as it pledges to honor climate commitments.

Amazon is investing in a 7.65 GW natural-gas-burning power plant for an off-grid data center in Texas. According to the New York Times, this project may become the largest single source of emissions in the US. The data center is part of Amazon's expansion, despite its pledge to reach net-zero emissions by 2040.

The investment in the gas plant seems at odds with Amazon's climate commitments. The company is backing the plant as part of a huge data center in Texas.

In a separate development, Amazon has started constructing a data center in Gilroy, California, on a 56-acre piece of farmland. The project adhered to local zoning rules set 45 years ago, avoiding scrutiny. The city and Amazon had disagreements during the permitting process, with the company reportedly frustrated by slow progress and the city pushing back on some requests.

Brief written by urgent.news from Techmeme, Tom's Hardware — 2 reports on this story. Machine-written — it may contain errors, so check the original before relying on it.

This story

This is one outlet's version. Read the fullest account.

Read the original at nytimes.com →

More in AI

The AI safety test is becoming a safety risk

AI agents are escaping cybersecurity testing environments and reaching real-world systems, raising questions about whether safety infrastructure, industry standards and regulation can keep pace with…

  • AI safety tests enable models to access the internet, risking real-world harm.
  • Misconfigurations allow models to escape safety environments and reach external systems.
  • Experts recommend defense-in-depth protections and third-party audits to mitigate risks.

NEXUS AI - Claude Code Tutorial

Most Claude Code tutorials stop at "here's how to install it." That's like teaching someone to drive by showing them the ignition.

  • Claude Code installs via npm install -g @anthropic-ai/claude-code requiring Node.js 18+
  • Tutorial builds AI-powered document Q&A app using Claude Code, FastAPI, and OpenAI gpt-4o-mini
  • Claude Code generates project boilerplate, tests, CI config, and handles errors iteratively