Why Does Consultancy Still Exist in the AI Age?
- nina132
- Jun 15
- 4 min read
For the first time in my career, I can ask an AI system to:
scaffold infrastructure,
explain a cloud service,
generate Terraform,
write SQL,
debug Python,
compare architectural patterns,
summarise documentation,
or even produce an entire proof of concept.
Tools like ChatGPT and Claude have fundamentally changed engineering work.
So the obvious question becomes:
Why does consultancy still exist at all?
It is a fair challenge. Many forms of consultancy are already under pressure, and rightly so. If a client can generate a first draft of infrastructure or a migration script in minutes, then charging premium day rates for purely mechanical implementation work becomes increasingly difficult to justify.
But after spending time working through cloud platforms, security boundaries, data systems, governance models and operational edge cases, I have become increasingly convinced that most real-world consulting problems were never primarily knowledge problems in the first place.
They are ambiguity problems.

The Myth of the “Knowledge Gap”
Traditional consulting often operated on the assumption that:
the consultant possessed specialist knowledge,
the client did not,
and the value came from transferring that knowledge.
AI weakens that model considerably.
Today, almost anyone can ask an LLM:
how AWS IAM works,
how to configure Terraform,
how vector databases operate,
how to structure a CI/CD pipeline,
or how to deploy a Kubernetes cluster.
The raw information advantage is shrinking rapidly.
But in practice, the hardest problems I encounter rarely look like:
“What is the syntax for this service?”
Instead they look more like:
“Why does this fail even though the permissions look correct?”
“Why is this workload apparently operating under another AWS account?”
“Why does the vendor documentation not match operational reality?”
“Who actually owns this platform?”
“How do we balance developer usability with security controls?”
“Which compromise is least risky operationally?”
“Why does the architecture diagram say one thing while the production environment behaves differently?”
These are not simple knowledge retrieval exercises.
They are systems problems.
Most Cloud Problems Are Coordination Problems
One of the biggest lessons from modern cloud engineering is that technology itself is often not the limiting factor.
The harder challenge is usually the interaction between:
people,
governance,
incentives,
security,
budgets,
delivery pressures,
vendor abstractions,
and operational reality.
In many organisations:
security teams optimise for risk reduction,
engineering teams optimise for productivity,
finance optimises for cost,
vendors optimise for adoption,
and leadership optimises for delivery speed.
All simultaneously.
This creates environments where technically correct decisions can still fail operationally.
No AI model can fully resolve that ambiguity because the challenge is not simply generating an answer. The challenge is choosing between competing tradeoffs under uncertainty.
That is where consultancy still exists.
AI Is Excellent at Acceleration
Large language models are genuinely transformative for engineering work.
They are extremely good at:
producing first drafts,
exploring implementation options,
summarising concepts,
accelerating troubleshooting,
generating boilerplate,
and helping engineers think more quickly.
Used properly, they significantly increase productivity.
But there is an important distinction between:
generating an answer
and:
taking responsibility for a decision.
AI can suggest ten possible architectures.
It cannot:
own the operational consequences,
navigate organisational politics,
assess undocumented risks,
determine accountability,
or decide which compromise is acceptable for a specific business.
Those decisions remain human.
The Future Consultant Is Not a Human Search Engine
The weakest form of consultancy was always:
charging premium rates to repeat information available elsewhere.
AI compresses the value of that work dramatically.
The stronger consultants are becoming something different:
decision accelerators,
ambiguity reducers,
systems thinkers,
governance navigators,
and operational problem-solvers.
In practice, this means helping organisations:
untangle unclear systems,
identify hidden dependencies,
structure governance,
simplify operating models,
challenge vendor assumptions,
and rescue initiatives that have stalled under complexity.
This work is often less about writing code and more about understanding consequences.
The Rise of AI-Amplified Technical Debt
One interesting side effect of AI-assisted engineering is that organisations can now generate large amounts of infrastructure and automation very quickly.
But speed alone does not guarantee coherence.
Many companies are beginning to accumulate what I would describe as:
AI-amplified technical debt.
This includes:
duplicated patterns,
inconsistent infrastructure,
poorly understood automation,
fragmented governance,
unclear ownership,
fragile integrations,
and security assumptions nobody fully validated.
The code may compile.
The architecture may even deploy.
But operationally, the system becomes increasingly difficult to reason about.
Ironically, this may create more demand for experienced consultants rather than less.
Because someone eventually has to:
rationalise the platform,
simplify the estate,
establish governance,
align ownership,
and explain how the system actually works.
What Clients Really Buy
In my experience, clients rarely buy consultancy purely for implementation.
They buy:
confidence,
momentum,
trusted judgement,
operational realism,
reduced uncertainty,
and faster decision-making.
Especially in cloud environments where mistakes can become:
expensive,
security-sensitive,
operationally disruptive,
or politically difficult.
The most valuable consultants are often not the people who know the most syntax.
They are the people who can:
ask the uncomfortable questions,
identify hidden risks,
connect technical behaviour to operational impact,
and help organisations move forward safely.
Consultancy Still Exists Because Reality Is Messy
Architecture diagrams are clean.
Production environments are not.
Vendor demos are polished.
Operational edge cases are not.
AI systems are incredibly powerful tools, and they are already changing how consulting works. Any consultant pretending otherwise is ignoring reality.
But the organisations that succeed over the next decade are unlikely to be the ones that merely generate the most infrastructure the fastest.
They will be the ones that:
manage complexity well,
govern systems effectively,
align technology with operational reality,
and make good decisions under uncertainty.
That remains deeply human work.
And for now at least, that is why consultancy still exists.

Comments