AI is changing the way we work. But I think the bigger change is happening somewhere else:
It is changing the way we need to think about technology.
For years, many of us learned technology from the top down.
Application → Database → Operating System → Virtual Machine → Infrastructure → Network.
You write code, deploy an application, connect a database, and only look deeper when something breaks. AI is slowly forcing us to look in the opposite direction. Because an AI workload is not just an application.
It can be:
AI model → GPU → Server → Network → Storage → Power → Cooling → Data Center → Physical Infrastructure
Suddenly, the layers underneath the application matter a lot more and this isn't only an infrastructure problem. It is becoming a technology problem for everyone.AI doesn't remove the system.
Imagine an application suddenly becomes slow.
The first thought might be:
"Something is wrong with the application."
But what if the database is waiting on storage? What if storage latency is caused by an overloaded host? What if the host is competing for resources? What if network congestion is involved?
What if the workload has simply outgrown the infrastructure?
AI can help investigate all of these possibilities incredibly quickly.
It can read logs. It can correlate symptoms. It can generate commands.It can suggest hypotheses.It can compare architectures.
It can even automate parts of the investigation.
But there is still one important question:
Does the person using AI understand what they are looking at?
That is where systems thinking becomes extremely valuable.
The new skill isn't just prompting. There is a lot of discussion around "prompt engineering."
But in technical work, I think something deeper matters.
System understanding.
A good engineer can tell AI:
what the architecture looks like
what changed
what is expected
what is actually happening
which metrics matter
which logs are relevant
what constraints exist
what has already been tested
what cannot be changed
and what the risk of a wrong decision is
That creates a very different interaction with AI.
Instead of:
"My server is slow. Fix it."
You can say:
"The application latency increased after deployment. CPU is normal, memory is stable, but database queries are showing increased I/O wait. Storage latency has also increased on the underlying VM host. Here are the relevant metrics and logs. What are the most likely failure paths, and what evidence would distinguish them?"
Now AI becomes much more useful.
Because context is intelligence.
For systems, network and DevOps engineers, this doesn't mean everyone needs to become an expert in everything.
A systems engineer doesn't need to become a database specialist.
A network engineer doesn't need to become a kernel developer.
A software engineer doesn't need to become a data-center engineer.
But understanding how the pieces interact is becoming increasingly important.
For example, engineers working around infrastructure should increasingly be comfortable thinking about:
TCP/IP and network behaviour
DNS, routing and load balancing
Linux internals and resource limits
CPU, memory and I/O behaviour
virtualization and containers
storage performance and failure modes
databases and replication
observability and telemetry
distributed systems
cloud architecture
security boundaries
automation and IaC
CI/CD pipelines
power, cooling and physical capacity
and increasingly, GPUs and AI infrastructure
You don't need mastery of every layer.
You need to understand where your layer ends and another one begins.
AI is also creating infrastructure
There is an interesting contradiction happening.
AI can automate parts of existing jobs.
At the same time, AI is creating completely new technical requirements.
More models mean more GPUs.
More GPUs mean more servers.
More servers mean more networking, storage, power and cooling.
That creates demand for new infrastructure, new platforms, new tooling, new observability systems, new security models and new engineering roles.
So the question isn't simply:
"Will AI take jobs?"
The harder question is:
"Can new human demand and new economic activity grow fast enough to balance the work that automation removes?"
That's not purely a technology question.
It's an economic one.
Productivity can increase dramatically, but people still need income and purchasing power to create demand for the products and services that new technology enables.
Automation changes supply.
Human purchasing power creates demand.
The balance between the two matters.
And this is where the conversation becomes much bigger than "AI versus humans."
So where does the human fit?
Maybe the future isn't about humans doing everything manually.
And it probably isn't about AI doing everything either.
It may be about human interpretation + machine acceleration.
AI can generate ten possible explanations in seconds.
The engineer has to determine which one actually makes sense.
AI can generate a command.
The engineer has to decide whether running it in production is safe.
AI can propose an architecture.
The engineer has to understand whether it fits the real system, budget, constraints and failure scenarios.
AI can analyse thousands of lines of logs.
The engineer still needs to know what question to ask.
That's the gap.
Not necessarily intelligence.
Context. Responsibility. Judgment.
"Jitna tez AI, utni tez galti bhi ho sakti hai."
There is a simple idea here:
If you don't understand the system, AI can simply help you make mistakes faster.
That's why technical fundamentals aren't becoming obsolete.
They may actually become more valuable.
The engineer who understands systems can use AI as a force multiplier.
The engineer who doesn't may simply generate more things they don't understand.
The direction I see
Perhaps we should stop thinking about technology as isolated layers.
Instead, think about it as one connected system:
Physical → Power & Cooling → Hardware → Network → Storage → OS → Virtualization → Platform → Database → Application → AI
You don't have to become an expert at every level.
But knowing that these levels exist—and understanding how failures travel between them—is becoming increasingly important.
Because a slow application might not be an application problem.
A failed AI workload might not be a model problem.
A network issue might not be a network problem.
And an infrastructure problem might eventually turn out to be a physical capacity problem.
What you see is often just the surface.
The deeper you understand the system, the better questions you can ask.
And the better questions you ask, the more useful AI becomes.
Maybe that's the real shift.
AI makes us faster.
Systems thinking makes us better.
The future may not belong to people who know every technology.
It may belong to people who understand how the technologies connect—and know when to let the machine help, and when to question it.
Top comments (0)