Career Guides9 min2026-07-10TechCerted Editorial

What Does a Prompt Engineer Actually Do in 2026?

The title peaked in 2023. The work never stopped growing. Here is what the job looks like now that 'context engineering' has replaced it.

I have spent the last three years watching 'prompt engineer' go from the hottest job title in tech to a role that Fortune declared 'all but obsolete' -- in the same 24-month window. Here is what the outsiders miss: both claims are true at the same time. The title is fading; the work is exploding. In 2026, a single research paper found just 72 dedicated 'Prompt Engineer' postings across more than 20,000 AI job listings (arXiv 2025), but the median AI Engineer earns $155,000 in total compensation (Levels.fyi 2025) and spends a significant portion of their day doing exactly what prompt engineers did -- designing how information flows to large language models. The job did not die. It grew up, got harder, and earned itself a new name.

Before we go further, a quick definition for anyone new to this space. If you have used ChatGPT at work to draft emails or summarize documents, you have done basic prompt engineering. The formal version of the job takes that same instinct -- figuring out how to get an AI system to do something useful and reliable -- and scales it into a production discipline with testing, evaluation, and systematic iteration.

Plain EnglishWhat is Prompt engineer?

A person whose job is to design and refine the instructions given to an AI language model to make it produce useful, accurate, and consistent outputs. Think of it as writing very precise directions for a powerful but literal-minded assistant. In 2026, the advanced version of this role also involves deciding what information the AI can 'see' before it answers -- not just how it is asked.

The three tiers of prompt engineering work in 2026

There is no single 'prompt engineer.' There are three meaningfully different jobs that share the label, and confusing them is why you see salary ranges from $65,000 to $335,000 cited in the same breath. The highest-paid version requires real software engineering skills and pays accordingly.

$126K
Median total pay, 'Prompt Engineer' title
Glassdoor 2025
$155K
Median total comp, 'AI Engineer' title
Levels.fyi 2025
143%
YoY growth in AI Engineer postings, U.S.
LinkedIn 2026

Tier 1 is the business practitioner. This person works in marketing, operations, legal, or finance and has learned to use AI tools far better than their colleagues. They build internal prompt libraries, coach teams on best practices, and take ownership of AI-assisted workflows. The title is often 'AI Specialist' or 'AI Champion.' Base pay sits between $65,000 and $100,000, and the role rarely lives inside an engineering organization. See our <a href='/careers/prompt-engineer'>prompt engineer career guide</a> for the full breakdown of where these roles are concentrated by industry.

Tier 2 is the applied practitioner. This is the role most job listings are describing when they say 'Prompt Engineer.' You sit at the intersection of product and engineering: translating business requirements into prompt specifications, running A/B tests on model outputs, managing prompt versioning, and coordinating with software engineers who handle the infrastructure. Basic Python is table stakes. Pay runs $100,000 to $150,000 depending on employer size and industry.

Tier 3 is the context architect. This is where prompt engineering fully becomes context engineering. You are designing the entire information pipeline: what data gets retrieved, how it is chunked and indexed, which system prompts control behavior, how tool calls are sequenced in multi-agent workflows, and how the whole system is evaluated and improved over time. This requires Python proficiency, familiarity with vector databases and retrieval-augmented generation, and usually some background in software engineering or machine learning. Pay at this tier runs $150,000 to $250,000 in base salary at established companies, with total compensation higher at frontier AI labs.

What the day actually looks like

The practitioner accounts are fairly consistent: writing prompts is roughly 30% of the day. Most of the rest is evaluation work -- and that is where newcomers are usually surprised. You are not just getting the model to do something. You are proving it does it reliably for thousands of inputs, across model updates, at acceptable cost and latency.

  1. Morning: design and specification
    Reviewing product requirements, writing or revising prompt specifications for a new feature -- usually in a structured format with examples, edge cases, and documented failure modes. For Tier 3 roles, this includes defining what documents the retrieval system needs to surface.
    2-3 hrs
  2. Midday: evaluation and testing
    Running the updated prompt against a test suite of 200-500 representative inputs. Scoring outputs against a rubric. Identifying failure modes. Iterating. If retrieval-augmented generation is involved, adjusting chunking parameters and re-running the eval pipeline.
    2-3 hrs
  3. Afternoon: cross-functional sync
    Meeting with product managers to clarify requirements, with engineers to coordinate integration, with data teams to update test datasets. Writing documentation that lets others use and maintain the prompts correctly.
    1-2 hrs
  4. End of day: model change monitoring
    AI providers update their models constantly. A prompt optimized for one model version may need rework when the provider ships an update. Monitoring dashboards for output drift, flagging regressions, and triaging which prompts need attention.
    Ongoing

The model-update problem deserves more space. Every major AI provider ships breaking changes -- sometimes silently -- and a production prompt library can degrade overnight. At the applied and architect tiers, maintaining backward compatibility across model updates is one of the largest ongoing costs of the role. This is not a problem that shrinks as AI matures; it grows as more systems depend on language model outputs.

The salary reality behind the $200K headlines

The $200,000 and $335,000 figures that circulated in 2023 headlines were real job postings -- from frontier AI labs for senior technical roles requiring machine learning backgrounds. They were not representative of the median role. Here is what the market actually shows in 2026, across sources with different biases and sample sizes.

The BLS does not track 'prompt engineer' as a distinct occupation. The closest official category is Software Developers (SOC 15-1252), which reported a median annual wage of $133,080 as of May 2024 (BLS 2025). Glassdoor's sample of self-reported 'prompt engineer' salaries shows an average base of $131,458 and a median total pay of $126,000 as of December 2025 (Glassdoor 2025). Levels.fyi, which skews toward Big Tech and equity-heavy compensation, puts the AI Engineer median total comp at $155,000 across 9,500-plus profiles (Levels.fyi 2025). ZipRecruiter's job-posting-based data shows an average of $97,940 and a 25th percentile of $74,500, which reflects the Tier 1 business-practitioner segment pulling the average down (ZipRecruiter 2026).

People associate prompts with short task descriptions you would give an LLM in your day-to-day use. When in every industrial-strength LLM app, context engineering is the delicate art and science of filling the context window.

Andrej Karpathy, former OpenAI research director, X post June 2025

The honest read: if you come to this field without coding skills, you are in the $65,000 to $100,000 range for the foreseeable future. If you bring Python, evaluation methodology, and system design, you are in the $120,000 to $180,000 range at most companies. If you are building full AI systems at a frontier lab, the ceiling is genuinely above $250,000 -- but that role is not 'prompt engineering' in any meaningful newcomer sense; it is machine learning engineering with prompt design as one component.

Context engineering: what the name change actually means

In June 2025, Andrej Karpathy posted a framing that rapidly became the working practitioner consensus: the advanced version of this job is not about writing better prompts. It is about designing what information the model has access to when it generates a response. By July 2025, Gartner had published a formal advisory titled 'Lead the Shift to Context Engineering as Prompt Engineering Fades,' explicitly advising AI leaders to move away from static prompt refinement (Gartner 2025). The job did not change overnight. The language finally caught up to what practitioners had been doing for two years.

Plain EnglishWhat is Context engineering?

Designing the full set of information that an AI language model receives before it generates a response. This includes the system prompt (instructions), retrieved documents from a database (RAG), the conversation history, tool-call results, and any other data in the model's context window. The argument is that most of the work in making AI systems reliable is not in the wording of the question -- it is in carefully selecting and structuring everything the model sees before it answers.

The evolution went in four stages. In 2023, the job was trial-and-error: find the phrasing that gets better output. In 2024, structure arrived: XML tags, chain-of-thought prompting, few-shot examples, role assignment. In 2025, retrieval became the dominant concern: how do you give the model the right documents at the right time? In 2026, the frontier is orchestration: how do you design multi-agent workflows where different models handle different parts of a task, pass context between themselves, and fail gracefully when one step goes wrong?

The framing also makes the hiring data make sense. LinkedIn's Jobs on the Rise 2026 report ranks AI Engineer as the fastest-growing U.S. job title, up 143% year-over-year -- but 'Prompt Engineer' does not appear in the top 25 (LinkedIn 2026). The work landed in a different title, not a different profession. If you are searching job boards for 'prompt engineer' in 2026, you are looking in the wrong column.

Verdict: Go deep on context engineering, not prompt tricks

If you are entering this field in 2026, the highest-value skill is not writing clever prompts -- it is understanding how information flows to and through AI systems. That means Python, retrieval-augmented generation, and evaluation methodology. The non-technical business-practitioner path exists and is real, but it pays Tier 1 wages and is increasingly treated as a general employee skill rather than a specialized role. Pursue Tier 1 if you are transitioning from a domain specialty (legal, medical, finance) that is valuable in AI applications. Pursue Tier 2 or Tier 3 if you want the $150K-plus range -- and build the technical depth to match. A <a href='https://www.coursera.org/search?query=prompt+engineering+specialization'>Coursera prompt engineering specialization</a> (roughly $49/month) is a reasonable starting point for the foundational concepts; the ceiling is determined by how much Python and system design you add on top.

Who should and should not pursue this path

The honest answer depends almost entirely on which tier you are targeting and whether your background matches the real requirements -- not the ones in the blog post that promises $200K with no coding.

Pros
  • Fastest path from 'I know nothing about AI' to a $100K role, if you have domain expertise (law, medicine, finance, education) that makes you valuable in AI applications
  • Low credential cost relative to most tech paths -- foundational AI and prompting courses run $49 to $200, compared to $300 to $700 for cloud or cybersecurity certifications
  • Genuine demand for the applied practitioner role at enterprise SaaS companies integrating AI features into their products
  • The work is inherently cross-functional -- you coordinate product, engineering, data, and business teams, which builds career optionality in several directions
  • The field is moving fast enough that a strong portfolio of working AI applications can outweigh years of formal credentials
Cons
  • The standalone 'Prompt Engineer' title is declining: LinkedIn Jobs on the Rise 2026 ranks AI Engineer at number one in growth but does not list Prompt Engineer in the top 25 (LinkedIn 2026)
  • 68% of firms now train all employees on AI prompting rather than hiring dedicated specialists, per Fast Company May 2025 reporting -- the non-technical version of this role is becoming a standard employee skill (Fast Company 2025)
  • Model updates from providers can degrade months of tuning work overnight; the maintenance burden is consistently underreported in job descriptions
  • The OpenAI Foundations certification -- the most-anticipated credential in this space -- is still in employer-pilot phase as of mid-2026 and is not open for self-enrollment (OpenAI 2026)
  • The $200K ceiling requires machine learning depth that takes years to build; newcomers who skip technical fundamentals typically plateau below $100K

What most articles miss: the two-track problem

Most coverage of this field treats 'prompt engineering' as a single job on a single career ladder. The problem is that it is actually two diverging tracks with almost no overlap in day-to-day work, required skills, or realistic compensation. Treating them as one is the primary source of newcomer disappointment in this space.

Track A is domain-specialist AI: you are a nurse, a paralegal, a financial analyst, or a teacher who has become the best AI user in your organization. The value you bring is deep domain knowledge combined with the ability to design prompts that work reliably for your specific professional context. This track is real, growing, and the right starting point for career-changers from non-tech backgrounds. But it rarely leads to the $150K-plus salaries, and it does not offer a natural ladder into software engineering.

Track B is technical AI systems design. You are building the evaluation infrastructure, designing the retrieval pipelines, writing the orchestration code that connects models to data sources and external tools. The articles that describe prompt engineering as a software engineering discipline are describing Track B. The path from Track A to Track B requires acquiring the technical skills -- usually Python and system design -- that make Track B accessible. There is no shortcut through clever phrasing alone. If your goal is <a href='/learn/what-does-an-ai-ml-engineer-do-2026'>an AI engineer role</a> at a tech company, start building software engineering fundamentals now and treat prompt design as one component of a broader toolkit.

For a broader look at whether this AI career path matches your background, our analysis of <a href='/learn/is-prompt-engineering-real-career-path-2026'>whether prompt engineering is a real career path in 2026</a> covers the market data from a different angle -- including the specific industries where the standalone role still commands dedicated headcount.

Getting into the field in 2026: what to learn and what it costs

The entry path looks different depending on which track you are targeting. The good news: foundational AI literacy is cheap to acquire relative to most tech certifications. The catch: the credential landscape is still immature. The <a href='/certifications/openai-foundations'>OpenAI Foundations certification</a> is the most-anticipated credential in this space, but as of mid-2026 it is only available through employer pilot programs with partners such as Walmart and Accenture -- you cannot self-enroll yet. For self-study, the options below are available now and cover the foundational to applied range.

Realistic learning costs for entering prompt and context engineering in 2026
Coursera prompt engineering specialization (foundational to applied)
Covers zero-shot, chain-of-thought, structured output, and system prompt design
$49/mo x 2-3 mo
Udemy ChatGPT and generative AI courses (on sale)
Best value for applied business-context practice; check sale pricing
$15-20 one-time
Python for AI (DeepLearning.AI free short courses)
Required for Tier 2+; the AI Python for Beginners track is the fastest on-ramp
$0
OpenAI Academy (official free study path)
Free study materials; certification assessment not yet open for public self-enrollment as of July 2026
$0
AWS Certified AI Practitioner (established bookable alternative)
A credentialed signal available today; pairs well with any AI literacy coursework
$150 exam fee
Total$148 to $300 for a complete foundational program (not including AWS exam)

The <a href='/learn/is-openai-foundations-cert-worth-it-2026'>OpenAI Foundations cert</a> has the most long-term upside of any credential in this category once self-enrollment opens -- OpenAI has the employer relationships to make it matter. Until then, build a portfolio of working AI applications: a retrieval-augmented generation chatbot over custom data, an AI workflow you built and evaluated, a prompt library with documented test results and scoring rubrics. Employers in 2026 are hiring on demonstrated output. Pair your coursework with real projects, and document the evaluation process -- that is what separates a viable candidate from a list of completed courses. You can find <a href='https://www.udemy.com/courses/search/?q=prompt+engineering+projects'>hands-on project courses on Udemy</a> that walk through building the kind of portfolio work that holds up in an interview.

Is 'prompt engineer' still a real job title in 2026?+

The standalone title has declined sharply. A May 2025 arXiv paper found just 72 dedicated 'Prompt Engineer' postings across 20,000-plus AI job listings (arXiv 2025). The work is real and in demand, but it now lives inside titles like AI Engineer, LLM Engineer, and AI Product Manager. If you are searching for the exact phrase 'prompt engineer' on job boards, you will surface fewer results than in 2023 -- but the underlying skill demand is larger than ever.

Do I need to code to be a prompt engineer?+

It depends on which tier you are targeting. The Tier 1 business-practitioner role does not require coding and pays $65K-$100K. The Tier 2 applied practitioner role requires basic Python and pays $100K-$150K. The Tier 3 context architect role requires Python, vector database knowledge, and system design, and pays $150K-$250K-plus. The high-salary roles all require technical foundations.

What is the difference between prompt engineering and context engineering?+

Prompt engineering focuses on writing effective instructions to an AI model. Context engineering -- a term popularized by Andrej Karpathy in June 2025 -- is the broader discipline of designing everything the model sees before it responds: the system prompt, retrieved documents, conversation history, and tool-call results. Context engineering is the more advanced, more technically demanding version of the same underlying work, and it is the term that practitioners and employers have widely adopted by 2026.

How much does a prompt engineer actually earn in 2026?+

Median total pay for people with the explicit 'Prompt Engineer' title is approximately $126,000 according to Glassdoor December 2025 data. For 'AI Engineer' roles that include prompting and context design work, the Levels.fyi 2025 median total comp is $155,000. Entry-level business-facing roles start closer to $65,000 to $80,000. The $200K-plus figures require senior technical backgrounds and are real -- but only for Tier 3 context architect roles at larger companies.

Is the OpenAI Foundations certification worth pursuing?+

It will likely be valuable once it becomes generally available -- OpenAI has the employer network to make it matter in hiring decisions. As of July 2026, however, it is only accessible through employer pilot programs and is not open for self-enrollment. Our full review at <a href='/learn/is-openai-foundations-cert-worth-it-2026'>/learn/is-openai-foundations-cert-worth-it-2026</a> covers whether it is worth waiting for versus pairing it with an available alternative like the AWS Certified AI Practitioner ($150 exam fee, bookable today).

What is the biggest mistake newcomers make entering this field?+

Conflating the two tracks. The 'no-coding-required $200K prompt engineer' narrative describes a role that effectively does not exist at that pay level without technical skills. Newcomers who enter via the non-technical track often plateau at $80K-$100K and find the ceiling hard to break without going back to acquire software engineering fundamentals. Decide which track you are targeting before investing time in preparation.

How do I build a portfolio for a prompt engineer job application?+

Build two or three working AI applications with documented evaluation results: a RAG chatbot over a custom dataset, an AI workflow you designed and tested, a prompt library with test cases and scoring methodology. Employers in 2026 want to see that you understand evaluation -- not just that you can generate good-looking outputs. Share the work on GitHub and write up your methodology on LinkedIn, focusing on what failed and what you changed.

Sources

  1. BLS Occupational Outlook Handbook: Software Developers (SOC 15-1252)
  2. Glassdoor: Prompt Engineer Salary (December 2025)
  3. Levels.fyi: AI Engineer Compensation Trends (2025-2026)
  4. LinkedIn Jobs on the Rise 2026 (Forbes coverage)
  5. Fortune: Prompt engineering role declared obsolete (May 2025)
  6. Gartner: Lead the Shift to Context Engineering (July 2025)
  7. Andrej Karpathy: Context engineering tweet (June 2025)
  8. arXiv 2506.00058: Prompt Engineer job postings analysis (Vu and Oppenlaender, May 2025)
  9. Fast Company: Prompt engineering going extinct (May 2025)
  10. ZipRecruiter: Prompt Engineer Salary (2026)
  11. OpenAI: AI Foundations certification courses launch