# AI's real bottleneck is electricity, not chips

> Source: <https://dev.to/induwara_ashinsana_9e4d5b/ais-real-bottleneck-is-electricity-not-chips-3a97>
> Published: 2026-06-20 00:29:19+00:00

The story everyone is reading wrong is that **AI's real bottleneck is electricity, not chips**. On **June 18, 2026**, the US **Federal Energy Regulatory Commission (FERC)** ordered six major grid operators to give data centers a fast lane onto the grid, per [TechCrunch](https://techcrunch.com/2026/06/18/ai-data-centers-just-got-a-government-mandated-fast-lane-to-the-grid/). What it did not do is add a single megawatt of supply.

I think that gap matters more than the order itself, and it changes how I'd plan any AI project from here, including one run from a laptop in Colombo.

The regulator told the six operators to prove that data centers can connect "in a timely and orderly manner," and to consider **alternative transmission technologies** like solid-state transformers and superconducting lines. There are deadlines attached:

| Requirement | Deadline |
|---|---|
| Report spare generating capacity | 30 days |
| Defend or revise electricity rates | 60 days |
| Speed up large-load interconnections | Ongoing mandate |

Key takeaway:This is a paperwork-and-priority order. It reshuffles who gets to the front of the queue. It does not build new power plants, and faster access to a constrained resource is not the same as more of it.

Here is the number that reframes the whole thing. As of late 2023, grid-connection requests for new power plants already **exceeded the total capacity of the existing US fleet**. The waiting list to add supply was longer than everything currently running.

Now stack demand on top:

So we are accelerating demand, accelerating queue priority for the biggest consumers, and simultaneously removing planned supply. You do not need a grid model to see where rates go.

It is tempting to file this under "American problem." It is not. The cost of the AI you call from here is downstream of that grid.

When I rent a model through an API, I am renting a slice of a data center that pays for power at those wholesale rates. If electricity is the binding constraint, three things follow:

If you are budgeting around free quotas, it is worth tracking what each provider actually gives you. I keep a running comparison on the [AI free-tier comparison tool](https://induwara.lk/tools/ai-free-tier-comparison) so I can see who is squeezing limits before my bill does.

None of this means stop building. It means build like power is expensive, because for the people upstream of you, it is.

| Habit | Why it pays off now |
|---|---|
| Cache aggressive, recompute rarely | Every cached response is an API call you never pay for |
| Default to the smallest model that passes your eval | Fewer tokens, lower energy footprint per request |
| Batch overnight jobs | Off-peak compute is cheaper and less contended |
| Keep a local fallback (Ollama, small open weights) | Insulates you from price shocks on hosted APIs |

There is a local mirror to this story too. Our own grid runs on time-of-use pricing, and if you are running anything power-hungry overnight, the [Sri Lanka TOU tariff calculator](https://induwara.lk/tools/sri-lanka-tou-tariff-calculator) shows exactly how off-peak versus peak rates stack up. The principle is identical at both scales: schedule heavy compute when power is cheapest.

Bottom line:The same discipline that lowers your CEB bill at home is the discipline that will keep hosted AI affordable. Treat compute like electricity, because increasingly it is electricity.

FERC moved data centers to the front of the line without lengthening the line. For builders far from that grid, the signal is clear: the cost curve of AI is being set by power, and power is the part nobody fixed today.

So plan for it:

I am not betting against AI. I am betting that the winners over the next few years are the people who learned to do more with less compute, because the grid is going to force that lesson on everyone eventually. Better to learn it now, on your own terms, from a small team that never had cheap power to begin with.
