A lab just cut AI energy use by 100x. The $500 billion data center buildout might be solving the wrong problem.

· 13 min read



I woke up last week to two stories sitting side by side in my feed. The first: Microsoft and Chevron are building a 5-gigawatt natural gas power plant in West Texas, just to keep AI data centers running. The second: a research team at Tufts University published results showing their AI system uses 1% of the energy of conventional models. And it is more accurate.

One percent.

Not a typo. Not a rounding error. The Tufts team, led by Matthias Scheutz, built a neuro-symbolic AI system that trained in 34 minutes instead of 36 hours, used a fraction of the electricity, and still outperformed the standard approach by nearly three to one on accuracy. The conventional model scored 34%. Theirs scored 95%.

I’ve been covering AI infrastructure costs for months now, from the $300 billion venture capital quarter to Google’s TurboQuant compression research. But this one stopped me. Because the numbers don’t suggest incremental improvement. They suggest we might be pouring hundreds of billions of dollars into the wrong solution entirely.

The problem everyone agrees on

AI is eating electricity at a rate nobody predicted five years ago. The International Energy Agency now projects global data center electricity consumption will hit 1,100 terawatt hours in 2026. That’s more than Japan uses in a year. The entire country.

In Virginia, data centers already consume 26% of the state’s electricity. In Dublin, it’s 79%. Nearly four out of every five kilowatt hours generated in Dublin go to data centers.

Retail electricity prices in the US have risen 42% since 2019, outpacing the Consumer Price Index by 13 percentage points. Goldman Sachs projects that data center power consumption will add 0.1% to core inflation in both 2026 and 2027. That sounds small until you remember that central bankers lose sleep over 0.1%.

PJM, the organization that manages the electrical grid for 13 states and 65 million people, is projecting a 6-gigawatt shortfall by 2027. That’s the output of six large nuclear power plants that don’t exist.

So the industry response has been, predictably, to build more power. Microsoft’s gas plant in West Texas. Google and Crusoe’s 933-megawatt gas facility in North Texas. About 30% of all planned data center capacity is now expected to come from on-site power generation, up from nearly zero a year ago. These companies are basically becoming their own utilities.

The consensus approach: AI needs more electricity, so build more electricity. Makes sense. Except maybe it doesn’t.

What the Tufts lab actually did

Scheutz’s team works on something called vision-language-action models, or VLAs. These are AI systems used in robotics that take in camera feeds and language instructions and translate them into physical actions. Think of a robot that can look at a table, hear “pick up the red block and put it on the blue one,” and actually do it.

Standard VLA models work the way most modern AI works: throw enormous amounts of compute at training data until the model learns patterns through sheer statistical repetition. Brute force. It works, but it’s expensive, slow, and power hungry.

The Tufts approach is different. They built what’s called a neuro-symbolic system. The “neuro” part is the standard neural network, handling perception and pattern recognition. The “symbolic” part adds explicit logical reasoning on top. Instead of learning everything from raw data, the system also knows rules. If block A is on block B, and you need block B somewhere else, move block A first.

That sounds obvious when I write it out. But the fact that it sounds obvious is exactly the point. Standard neural networks don’t know this. They have to discover it through millions of training examples, burning electricity the whole time. The neuro-symbolic approach just tells the system the rules and lets the neural network handle the messy perception parts.

The results are hard to argue with. They tested on the Tower of Hanoi puzzle, a standard robotics benchmark. The standard VLA model achieved 34% accuracy. The neuro-symbolic version hit 95%. On a harder variant the system had never seen during training, the hybrid model still succeeded 78% of the time. The conventional system failed every single attempt.

Training time dropped from over 36 hours to 34 minutes. Energy use during training dropped to 1% of the conventional model. During operation, the neuro-symbolic system used 5% of the energy.

I want to sit with those numbers for a second. 100x less energy to train. 20x less energy to run. Triple the accuracy. Better generalization to unfamiliar situations.

Why this matters beyond robotics

I can already hear the objection. This is robotics. This is the Tower of Hanoi. This isn’t the same as training a large language model or running inference on ChatGPT at scale.

Fair. The paper itself acknowledges the comparison was in simulation, focused on structured robotic manipulation, not on the full range of AI workloads driving data center expansion. This won’t replace GPT-5 tomorrow.

But dismissing it on those grounds misses something important.

The AI energy crisis isn’t one problem. It’s thousands. Language models are one category. Image generation is another. Robotics, autonomous vehicles, drug discovery, climate modeling. Each workload has its own computational profile, and each one is getting thrown at the same brute-force approach: scale up the neural network, scale up the training data, scale up the hardware.

What the Tufts research shows is that for at least one class of problems, there’s a fundamentally different approach that isn’t just marginally better but 100x better on energy and 3x better on accuracy. Forget whether this specific technique applies to language models. The real question is whether the AI industry has gotten so locked into the “more compute, more data, more power” playbook that it’s not looking hard enough at algorithmic alternatives.

I think the answer is yes. And the incentives explain why.

Follow the money, find the blind spot

There’s an enormous amount of money being made on AI infrastructure right now. Nvidia’s market cap. Hyperscaler capex budgets. The data center capacity being built as on-site generation. Energy tech startups getting funded at record levels. TechCrunch ran a piece in March headlined “The best AI investment might be in energy tech.”

When the industry consensus is that AI needs more power, every company in the power supply chain benefits. Chipmakers sell more chips. Cloud providers build more data centers. Transformer manufacturers can’t fill orders fast enough. The whole ecosystem is aligned around one assumption: compute demands are fixed, so the only variable is supply.

The Tufts research challenges that assumption. What if compute demands aren’t fixed? What if they’re an artifact of the specific architectural choices we’ve made, and different choices could reduce demands by orders of magnitude?

Nobody building gas plants wants to hear that question. And nobody selling GPUs wants to fund the research that might answer it.

This isn’t a conspiracy. It’s just incentives. The people with the most money and influence in AI are the ones whose business models depend on AI staying computationally expensive. Efficiency research gets funded, sure, but at a fraction of what new hardware gets. Google’s TurboQuant work is a good example of efficiency research done well, compressing the KV cache by 6x. But notice that even Google framed it as enabling more AI workloads per GPU, not as a reason to buy fewer GPUs.

The Jevons paradox is real, and I’ve written about it before. Efficiency improvements often increase total consumption because they make the technology cheaper and more accessible. That’ll happen here too. But the Jevons paradox assumes efficiency gains are modest. When you’re talking about 100x, the math changes. Even if total usage goes up 10x because of lower costs, you’re still using 90% less energy overall.

Neuro-symbolic AI is not new. The timing is.

People have been talking about combining neural networks with symbolic reasoning since the 1980s. IBM has a whole research division on it. The Alan Turing Institute in London runs a neuro-symbolic AI interest group. The World Economic Forum published a piece in December 2025 arguing that neuro-symbolic architectures could eliminate hallucinations and make AI auditable.

So why is this moment different?

Two things changed. The energy crisis became impossible to ignore. When your data centers consume more electricity than 30 countries, when Dublin is at 79%, when PJM is projecting gigawatt-scale shortfalls, this stops being an academic conversation. Companies that were happy to throw more compute at every problem are starting to feel the walls closing in.

And the results got concrete. Previous neuro-symbolic work showed theoretical advantages but struggled with practical implementation. The Tufts research is different because it produced a working system with measurable, reproducible results on a standard benchmark. Not a paper arguing that neuro-symbolic approaches should work better. A system that does work better, by a large margin, on a real task.

The work gets presented at the International Conference of Robotics and Automation in Vienna next month. I expect it’ll get attention. Whether it gets funding is a different question.

What this means if you are building with AI

I write for builders, so let me get practical.

If you’re running AI workloads and paying for compute, watch the neuro-symbolic space. Not because you’re going to swap out your LLM stack tomorrow, but because the efficiency gains suggest the cost curve for certain AI applications could drop way faster than the infrastructure buildout would predict.

Robotics companies should be paying close attention. VLA models are central to the next generation of autonomous robots, and a 100x energy reduction with better accuracy changes the economics of deployment. A robot that needs 5% of the inference energy can run on smaller batteries, cheaper edge hardware, and in environments where power is constrained. Agriculture, remote inspection, disaster response, anywhere that power availability is the limiting factor.

For founders thinking about where to build: the intersection of neuro-symbolic reasoning and domain-specific AI applications looks increasingly interesting. The Tufts research worked because the Tower of Hanoi has explicit rules that can be encoded symbolically. Most real-world domains also have rules. Manufacturing processes have rules. Medical protocols have rules. Legal procedures, financial regulations. Any domain with codified logic is a candidate for the neuro-symbolic approach, and any domain where inference costs are a constraint stands to benefit enormously.

And if you’re investing in AI infrastructure, consider that the assumption underlying the entire buildout might not hold. Compute demands scaling with current architectural approaches is an assumption, not a law of physics. Algorithmic breakthroughs have historically been at least as impactful as hardware improvements. The jump from RNNs to transformers. The jump from dense models to mixture-of-experts. If the jump from pure neural to neuro-symbolic delivers even a fraction of what the Tufts results suggest, a lot of power plants being planned today won’t be needed.

The uncomfortable middle ground

I don’t want to oversell this. The Tufts research is on one task type, in simulation, with a structured problem that lends itself to symbolic encoding. Extending neuro-symbolic approaches to the full range of AI applications, including the messy, unstructured, language-heavy workloads that drive most of the current energy consumption, is a hard research problem that’s far from solved.

The realistic answer is probably “both.” We need more power infrastructure and better algorithms. The data center buildout isn’t wasted. AI demand is real and growing, and even with dramatic efficiency improvements, total compute will likely increase.

But the ratio matters. Right now, the split between “build more power” investment and “use less power per computation” research is wildly lopsided. Hundreds of billions going into supply-side infrastructure. A comparatively tiny amount going into demand-side efficiency, the kind of fundamental architectural research Scheutz’s lab is doing.

If I were allocating research budgets, I’d want to understand why a university lab in Massachusetts can achieve 100x efficiency gains on a shoestring while the largest technology companies in the world are building gas plants. Maybe the gas plants are necessary. But maybe we’re building them because we haven’t tried hard enough to not need them.

What I am watching next

The ICRA presentation in Vienna next month will be the first major conference exposure for this work. I’m watching for three things: whether other labs can replicate the results, whether the approach extends to more complex robotic tasks beyond Tower of Hanoi, and whether any of the major AI companies announce neuro-symbolic research programs in response.

I’m also watching the broader efficiency research space. Google’s TurboQuant showed 6x compression. Tufts showed 100x energy reduction. DeepSeek has been pushing cost innovations. The pattern keeps repeating: when researchers actually focus on efficiency rather than raw scale, the gains aren’t incremental. They’re enormous.

The question is whether the industry notices before it finishes building all those gas plants.

Frequently asked questions

What is neuro-symbolic AI and how does it reduce energy consumption?

Neuro-symbolic AI combines neural networks with symbolic logical reasoning. Instead of learning everything from raw data through massive computation, the system encodes known rules explicitly and uses the neural network only for perception and pattern matching. Researchers at Tufts University demonstrated a neuro-symbolic vision-language-action model that used only 1% of the training energy and 5% of the operational energy compared to standard models, while achieving 95% accuracy versus 34% for the conventional approach.

How much energy do AI data centers consume in 2026?

The International Energy Agency projects global data center electricity consumption will reach 1,100 terawatt hours in 2026, equivalent to Japan’s entire national electricity consumption. In the United States, data centers consume over 10% of total electricity. Virginia is at 26% and Dublin, Ireland is at 79% of local electricity going to data centers. Retail electricity prices have risen 42% since 2019, partly driven by data center demand.

What is a vision-language-action model?

A vision-language-action model, or VLA, is an AI system used in robotics that takes in visual data from cameras and language instructions, then translates that information into physical actions. For example, a VLA-powered robot can look at objects on a table, understand a spoken command like “stack the blocks,” and carry out the task. These models extend large language model capabilities into the physical world.

How much are tech companies spending on AI data center infrastructure?

Tech companies are spending hundreds of billions on AI power infrastructure. Microsoft announced $10 billion for Japan alone between 2026 and 2029. Microsoft and Chevron are building a 5-gigawatt gas plant in West Texas. Google and Crusoe are building a 933-megawatt facility in North Texas. Roughly 30% of all planned data center capacity is now expected to come from on-site power generation, compared to nearly zero a year ago.

Could neuro-symbolic AI solve the AI energy crisis?

Neuro-symbolic AI shows strong potential for dramatically reducing energy consumption in specific AI domains like robotics. The Tufts research demonstrated 100x energy reduction with improved accuracy. However, the results were on structured robotic manipulation tasks, not the full range of workloads driving data center expansion. The approach is most promising for domains with codifiable rules: manufacturing, medical protocols, legal procedures, financial regulation. It is likely to complement infrastructure investments rather than replace them entirely.

When will the neuro-symbolic AI research be formally published?

The neuro-symbolic VLA research from Matthias Scheutz’s laboratory at Tufts University will be presented at the International Conference of Robotics and Automation (ICRA) in Vienna in May 2026 and will appear in the conference proceedings. Preliminary results were published in March 2026 via Tufts University and covered by ScienceDaily in April 2026.