McTaba Labs logo
By Bonaventure Ogeto|

Is prompt engineering a real skill for students, or a fad?

Prompt engineering as a standalone job title is fading. As a skill inside other roles, it is essential. Knowing how to get useful output from AI tools makes you better at any job, from development to marketing to research. Learn it as part of your skill set, not a career path. The value is in combining it with domain knowledge.

What prompt engineering actually is

Prompt engineering is the practice of writing instructions (prompts) that get AI models to produce the output you want. It sounds simple. It is not.

A bad prompt: "Write me an essay about databases." You get generic, surface-level output that sounds like every other AI-generated essay.

A good prompt: "You are a database instructor explaining normalisation to a first-year CS student in Kenya. Explain 1NF, 2NF, and 3NF with examples using a student registration system. Keep the language simple and avoid jargon where possible." You get specific, useful output tailored to your context.

The difference between these two prompts is the same difference between asking a colleague "help me with this" and giving them a clear brief. The skill is not about magic words. It is about clarity, specificity, and understanding what the model needs to produce good output.

As a standalone job: probably not lasting

In 2023 and 2024, companies hired "prompt engineers" at high salaries. That wave is slowing. Here is why:

Models are getting better at understanding vague instructions. The gap between a bad prompt and a good prompt is shrinking as models improve. What required careful prompt crafting last year now works with a simpler instruction.

Every role is absorbing the skill. Developers prompt AI to write code. Marketers prompt AI to draft copy. Researchers prompt AI to summarise papers. The skill is being distributed across roles, not concentrated in a dedicated position.

Tools are abstracting the complexity. Products like custom GPTs, AI-powered IDEs, and no-code AI builders handle prompting behind the scenes. End users interact with interfaces, not raw prompts.

This does not mean the skill is worthless. It means the market for people whose only skill is prompting is small and shrinking. The market for people who combine prompting with another skill (coding, writing, analysis) is large and growing.

As an embedded skill: very real and very useful

Inside any technical or creative role, knowing how to prompt well makes you faster and more effective:

Developers who prompt well get better code suggestions, catch bugs faster, and generate boilerplate in seconds. This is not replacing coding. It is accelerating it.

Researchers who prompt well can summarise papers, find connections between studies, and generate hypotheses faster. The research still requires human judgment, but the legwork gets faster.

Writers and marketers who prompt well use AI to brainstorm angles, test different tones, and draft variations quickly. The creative direction stays human. The iteration speed increases.

In all these cases, the person with domain expertise plus prompting skill outperforms both the person with domain expertise alone and the person who can only prompt. The combination is what matters.

What students should do about it

Learn to prompt well, but do not make it your whole identity. Spend a few hours understanding techniques: role-setting, providing examples, constraining output format, and chain-of-thought reasoning. This is a weekend of learning, not a semester-long commitment.

Pair it with a real skill. A developer who prompts well is valuable. A prompt engineer who cannot code is replaceable. Build depth in your primary field (CS, design, business, writing) and use prompting to amplify it.

Practise by building. Build an AI project where the prompt quality directly affects the output quality. A chatbot, a summariser, or a code reviewer. These projects teach you prompting through practice, not theory.

Stay flexible. The tools and techniques will change. The principle stays the same: clear instructions produce better results from any system, whether it is an AI model, a team member, or a client brief. That meta-skill will never be a fad.

What to do this week

  • Take one task you usually do manually and try doing it with a well-crafted AI prompt.
  • Compare the output from a vague prompt and a specific prompt for the same task.
  • Learn three prompting techniques (role-setting, few-shot examples, output constraints) and practise them.

Frequently Asked Questions

Should I put prompt engineering on my CV?
List it as a skill within a broader context, not as your primary identity. "Experienced with AI tools including ChatGPT and Claude for code review and content generation" is better than "Prompt Engineer." The first shows application. The second sounds like a buzzword.
Are there courses or certifications worth taking?
Free resources are enough. Anthropic, OpenAI, and Google publish prompting guides. The best way to learn is by building projects that require good prompts. A certificate in prompt engineering does not carry much weight with employers compared to a portfolio that shows you can use AI tools effectively.
Will AI get so good that prompting becomes irrelevant?
Prompting as a technical craft may simplify, but the underlying skill of giving clear instructions will always matter. Whether you are directing an AI, managing a team, or writing a brief for a designer, clarity of communication is a permanent advantage.

Related articles