You've probably heard this sentence:
“Compute is the new oil.”
It sounds like something designed for a tech conference keynote.
But the underlying concept is surprisingly simple.
Let's break it down from a developer's perspective.
What Is Compute?
When we say a computer is “computing,” it is performing operations.
For example:
const total = price * quantity;
Your computer needs processing capacity to calculate that expression.
Obviously, this particular operation requires almost no noticeable computing resources.
Now imagine asking a system to:
Train a large neural network
Process billions of records
Generate images
Run thousands of simultaneous AI requests
Analyse video
Simulate physical systems
The computational requirements become dramatically larger.
That's where compute capacity becomes important.
CPU vs GPU
A CPU is designed to handle a broad range of computing tasks.
A GPU can perform many calculations in parallel, making it particularly useful for workloads such as machine learning.
Modern AI infrastructure therefore relies heavily on GPUs and other specialised accelerators.
But a GPU alone isn't “compute infrastructure.”
Why Is Compute Suddenly Such a Big Deal?
AI.
Large AI models require substantial compute during training and inference.
And as companies deploy more AI applications, demand for compute increases.
This is why the industry is increasingly treating AI infrastructure as an economic asset.
NVIDIA, for example, has recently described AI factories as productive infrastructure whose capacity supports revenue-generating AI workloads.
So Why “New Oil”?
The analogy is about strategic importance.
Oil became an essential input into industrial economies.
Compute is becoming an essential input into digital and AI economies.
But there is an important distinction.
Oil is extracted.
Compute is built.
You create compute capacity by combining:
Semiconductor hardware
Data centres
Electricity
Cooling
Networks
Software
Skilled people
So when someone says a country needs more compute, they are really talking about an infrastructure ecosystem.
Nigeria's Compute Problem
Nigeria's National AI Strategy explicitly identified foundational AI infrastructure and compute capacity as priorities.
Its recommendations include establishing high-performance computing resources accessible to researchers, startups and businesses working on AI.
The Federal Government also announced a national computing infrastructure pilot in 2024 involving Galaxy Backbone and 21st Century Technologies.
And in August 2026, Nigeria's National Digital Cloud Policy identified AI compute capacity as an area for infrastructure investment.
So this isn't merely an international AI trend.
It is becoming part of Nigeria's infrastructure conversation too.
The Hidden Bottleneck: Electricity
Here's something developers don't always think about when discussing GPUs.
GPUs consume electricity.
Then they produce heat.
Then you need cooling.
Then the cooling system consumes electricity too.
That's why the AI infrastructure conversation eventually becomes an energy conversation.
The World Economic Forum has highlighted the growing relationship between Africa's data-centre expansion and electricity demand.
So:
More AI
↓
More compute
↓
More data centres
↓
More electricity + cooling
↓
More infrastructure investment
Compute Doesn't Automatically Create Innovation
This part is important.
Suppose Nigeria suddenly acquires thousands of GPUs.
What happens next?
Someone still needs to:
Write the software
Train the models
Prepare the datasets
Secure the infrastructure
Manage the cloud environment
Optimise workloads
Build products
Find customers
That's why compute and technical talent have to develop together.
Training ecosystems such as TEKHUB are relevant to this broader picture because practical skills in software development, data, cloud and other technology fields help people participate in the infrastructure and application layers of the digital economy. More information is available at www.tekhub.ng.
The Developer Takeaway
When you hear:
“Compute is the new oil.”
Don't interpret it as:
GPUs = oil.
Think:
Computing capacity is becoming foundational infrastructure for the AI economy.
And that creates a fascinating engineering challenge for countries like Nigeria.
Can we build enough infrastructure?
Can we make it affordable?
Can we power it reliably?
Can we train the people who will operate it?
And most importantly:
Can we turn that compute into products and companies that create value locally?
That's the real question.
Top comments (0)