All posts

14 August 2026 · Anirban Basak · 7 min read

Is Prompt Engineering Still Worth Learning?

Every few months someone declares prompt engineering dead. The job title probably is. The skill underneath it is quietly becoming something closer to literacy — here is the honest version of what changed and what did not.

Every few months someone declares prompt engineering dead. Models got smarter, the argument goes, so you can just ask normally now.

They are half right, and the half they are right about matters. Here is the honest version.

The short answer

The job title is fading. The skill is not.

"Prompt Engineer" as a standalone role — paid handsomely to sit and craft prompts — was always a symptom of an immature market. That role is largely gone and it is not coming back. What replaced it is less glamorous and more useful: prompting became a normal part of doing knowledge work, the way spreadsheet skills did in the nineties.

Nobody hires a Spreadsheet Engineer. Plenty of jobs quietly require you to be good at spreadsheets, and the people who are not find themselves slower than colleagues in ways that are never explicitly discussed.

Where the job title came from

It is worth understanding why the role existed, because it explains why it went away.

In 2022 and 2023, models were capable but erratic. The difference between a well-constructed prompt and a naive one was enormous — not a matter of polish, but of whether you got a usable answer at all. Elaborate scaffolding genuinely worked: role assignments, step-by-step framings, formatting tricks that seem superstitious now.

Companies had a problem they could not solve with existing staff, so a specialist role appeared. It paid well because the supply of people who had spent a year poking at these systems was tiny.

Then two things happened. Models got substantially better at inferring intent, which shrank the gap between a good prompt and an adequate one. And a very large number of people got a year of practice, which collapsed the scarcity.

What is left is a skill distributed across normal jobs rather than concentrated in a specialist one. That is what maturity looks like in almost every technology.

What actually changed

Models got much better at guessing what you meant. Two years ago, a vague prompt produced garbage. Today a vague prompt produces something reasonable, which is precisely why people conclude the skill is obsolete.

But "reasonable" is a low bar for anything that leaves your desk. The gap between acceptable and actually usable is where the skill now lives, and it did not shrink — it moved.

The tricks got obsolete. The thinking did not.

Specifically: the parts of prompting that were about working around the model's limitations have largely gone. The parts that were about being clear on what you actually want have not, because that was never a model problem in the first place.

What is still genuinely hard

Getting output you can rely on, repeatedly

One good result is easy. The same quality across fifty inputs, every time, is a different problem — and it is the only one that matters if you are putting AI into a process rather than a conversation.

This is where most people discover the skill still exists. The demo works. The rollout does not. The difference is entirely in how the prompt handles the inputs nobody thought to test.

Structured output

The moment you want something another tool can consume — consistent JSON, a table with fixed columns, a classification from a fixed set — you are back to precision. Models drift toward prose. Keeping them out of it takes deliberate work, and getting it wrong breaks whatever sits downstream.

Knowing when the model is wrong

This is the hardest one and no model update fixes it, because it is not a model problem.

A confidently wrong answer looks exactly like a confidently right one. There is no tell, no hedge, no change in tone. Spotting the difference requires you to know something about the subject and something about how these systems fail — which situations invite invention, which numbers get quietly rounded, which citations do not exist.

People who use AI heavily and never check it are accumulating errors they will find out about later, at the worst possible moment.

Working out why something broke

When a prompt that worked for six weeks starts producing rubbish, the person who understands what the model is doing fixes it in ten minutes. Everyone else rewrites it at random until something sticks, then cannot explain what they changed.

Evaluating quality at all

Here is a question most people cannot answer about their own prompts: how do you know this one is better than the last one?

Usually the answer is "it felt better on the example I tried." That is not evaluation, and it is why prompt quality across most teams is roughly random. Keeping a handful of test inputs with known-good outputs, and actually running them when you change something, is unglamorous and puts you ahead of almost everyone.

The part people underrate

Most of what makes someone good at this is not about AI at all. It is the ability to state a task clearly.

Watch someone struggle to get useful output and you will usually find they cannot articulate what they want in plain language either. They know it when they see it. That works with a colleague who can read the room, has context, and will ask a clarifying question. It does not work with a model, which has none of those and will not ask.

Learning to prompt well tends to make people better at briefing humans, for exactly this reason. Delegation and prompting are the same underlying skill: transferring enough context that someone else can do the thing without you.

That is a strange side effect for a technical skill, and it is the most durable part of it. It will still be worth something when today's models are a footnote.

Who should still learn this properly

Anyone whose work is writing, analysis, research, or communication. That is most office work. The floor has risen; being merely acceptable at this is now a slight disadvantage rather than an advantage.

Anyone building something on top of a model. Here the skill is unambiguously technical and unambiguously required. Reliability, structure, evaluation, and cost all come back to how you construct the input. A badly built prompt in a product is a bug that ships a thousand times a day.

Anyone responsible for other people's output. If your team uses AI and you cannot tell a well-constructed prompt from a lucky one, you cannot review the work. You will approve things you should not and question things that were fine.

Anyone whose competitors are faster than them. In service businesses especially, the practical effect of this skill is turnaround time. That is visible to customers even when the underlying reason is not.

Who can skip it

If you use AI a few times a month to rephrase an email, you do not need a course. Ask normally. It will be fine.

The honest test is whether you use it for anything that matters, repeatedly. Occasional and low-stakes, you are fine. Regular and consequential, the skill pays for itself quickly — usually within the first month.

What it realistically takes

People overestimate this. It is not a career's worth of study.

A weekend gets you past the beginner mistakes: vague asks, no examples, bundled instructions.

A few weeks of deliberate practice — meaning actually keeping prompts, testing them, and noting what changed — gets you to the point where you can make a repeated task reliable.

Beyond that is specialisation: evaluation, structured extraction, building on the API. Worth it if you are building something, unnecessary if you are not.

The thing that does not work is passive consumption. Reading twenty articles about prompting, including this one, teaches you almost nothing compared to getting one real task working properly.

A note on the job market

For anyone in India weighing whether to put this on a CV: "Prompt Engineer" as a title is a diminishing search. "Uses AI effectively in [your actual field]" is not.

The roles that exist now want a marketer who is fast because of AI, an analyst who is thorough because of AI, a developer who ships more because of AI. The AI is an adjective, not the noun. Position it that way.

Where to start

Not with a list of tips. Start by picking one task you actually repeat, and getting it to work reliably — not once, but ten times in a row on ten different inputs. That exercise teaches you more about the real difficulty than any amount of reading, because it forces you to confront the messy inputs that a demo never has to.

If you want that done properly, Prompt Engineering Mastery runs three weeks and is built around real work rather than demos. If you are not sure you need it yet, AI Fundamentals for Everyone is two weeks, self-paced, and will at least tell you what you are dealing with. And if your interest is really in building systems rather than writing prompts, Building AI Agents & Automation is the one that goes there.

Want to go deeper than a blog post?

See the courses