Urgent.News

What's breaking now, across thousands of outlets.

Tech

Nvidia is buying power, not just selling GPUs

The Nvidia Cloverleaf data center partnership announced on Friday tells you where the real constraint in AI has moved, and it is not the chip. TechCrunch reported that Nvidia has taken a minority stake in Cloverleaf , a company founded in 2024 that raised $300 million that year and sits between utility companies and data centers, arranging power and site infrastructure. Nvidia did not buy a chip…

Nvidia has acquired a stake in Cloverleaf, a company working between utility companies and data centers to arrange power and site infrastructure. This investment signifies a shift in AI's bottleneck from silicon to substations. Cloverleaf's product is not compute, but power sourcing and site infrastructure, including substations, land next to utilities, and energy parent companies.

Nvidia buying into this layer acknowledges that shipping more GPUs won't help if no one can plug them in. This acquisition follows a similar deal with SB Energy in Ohio, where Nvidia invested $1.5 billion in a data center project. The deal suggests that the scarce input in AI, as of 2026, is now grid capacity. Nvidia's investment in Cloverleaf shows that capacity is getting built ahead of demand, leading to soft rental prices and potential price snaps if financing tightens.

This implies that renting GPU hours is partly a subsidy artifact, and users should not architect anything that only works at today's price. The deal also highlights the importance of efficiency, right-sizing models, and keeping inference layers provider-agnostic to avoid dependence on subsidised compute.

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 Tech

When to Use Bloc vs. Cubit vs. Signal: An Architectural Decision Guide

The Flutter State Dilemma Every Flutter developer eventually wrestles with state management granularity: "How do I balance developer ergonomics against architectural rigor?

  • Use raw signals for local widget state (sub-millisecond updates)
  • Choose CubitSignal for CRUD operations and API data management
  • Opt for BlocSignal in event concurrency and audit logging needs

More from Saturday 22 August →