Advanced 2 days · 12 hours

Advanced Prompting and Evaluation

For people who own an AI feature and must prove a prompt change made it better

About this course

Most prompts are written once, tested on three examples that happen to work, and then defended in meetings on the strength of a feeling. When the assistant starts producing the wrong thing, nobody can say when it began, which edit caused it, or whether the fix helped. This course treats a prompt as something you build, version and measure, not something you phrase well.

The first day is prompt architecture. You take an overloaded prompt apart into a chain of small steps that can be tested separately, then separate the instruction from the context and the data so each can change without rewriting the others. You choose few-shot examples that correct a specific failure rather than padding the window, and you learn when step-by-step reasoning earns its cost and when it just adds tokens and noise. The afternoon moves to the parts that touch other systems: forcing output against a JSON schema and validating it before anything downstream sees it, repairing malformed responses instead of retrying blindly, writing a tool description the model calls with the right arguments, and grounding an answer on your own documents so it cites its source and refuses honestly when the answer is not there.

The second day is evaluation, which is the part most teams skip. You build a golden set out of real failures from your own task, write a rubric that a second person would score the same way, and separate the checks a machine can do reliably from the judgements that need a model or a human. You run a model-graded evaluation and then examine where the judge is unreliable, including position bias, a preference for longer answers and a tendency to favour output from its own family. You measure how far the judge agrees with a human rater, because a judge nobody has checked is just another unverified opinion.

The last module is what makes the work survive contact with production. You compare two prompt versions with a pairwise test, run a regression suite before a change ships, track cost, latency and token use next to quality so a quality gain is not paid for twice, and harden the prompt against injection from untrusted content such as a web page, a pasted email or a user-uploaded file. You leave with a versioning and logging scheme that lets you trace any bad answer back to the prompt that produced it.

Every exercise can be completed in a spreadsheet and an assistant's ordinary interface, so no programming is required. A Python notebook is provided for anyone who would rather script the harness. Bring a real task from your own work with a few good outputs and a few bad ones, and you will leave with an evaluation set for it. The class runs live online or in the classroom in Colombo, priced in LKR for Sri Lanka and in USD internationally.

What you'll be able to do

  • Decompose an overloaded prompt into a chain of small steps you can test one at a time.
  • Separate instruction, context and data so a prompt can be edited without being rewritten.
  • Select few-shot examples that correct a specific observed failure rather than padding the context.
  • Force output against a JSON schema and validate it before anything downstream receives it.
  • Write a tool description precise enough that the model calls it with the right arguments.
  • Ground an answer on your own documents, with citations and an honest refusal when the source is silent.
  • Build a golden set of test cases drawn from real failures on a task you brought with you.
  • Write a scoring rubric two people apply the same way, and measure the agreement between them.
  • Run a model-graded evaluation and identify position, length and self-preference bias in the judge.
  • Compare two prompt versions with a pairwise test and a regression suite before either one ships.

Who it is for

  • AI leads and prompt engineers responsible for a feature that has to behave the same way twice
  • Developers integrating an assistant into a product who need evidence that a change helped
  • Content, support and operations managers running assistant workflows at volume
  • Analysts and data staff asked to judge whether an AI output can be relied on
  • Consultants and agency staff who have to defend an AI deliverable to a client

What you need first

  • You should already use an AI assistant regularly and have written prompts that worked as well as prompts that did not.
  • No programming is required. Every exercise runs in a spreadsheet and an assistant interface, and a Python notebook is supplied for anyone who prefers to script it.
  • Bring one real task from your own work, with a few examples of the output you want and a few of the failures you have seen.

Upcoming dates

Upcoming dates, with prices and places remaining
When How Where Places Price Book
29–30 Sep 2026 09:00–16:00 +0530 Live online Online Places available $945.00
13–14 Oct 2026 09:00–16:00 +0530 In person Places available $1,134.00
20–21 Oct 2026 09:00–16:00 +0530 Live online Online Places available $945.00
10–11 Nov 2026 09:00–16:00 +0530 Live online Online Places available $945.00
24–25 Nov 2026 09:00–16:00 +0530 In person Places available $1,134.00
1–2 Dec 2026 09:00–16:00 +0530 Live online Online Places available $945.00
Start any time Self-paced Online Always available $149.00

What we cover

About 12 hours of taught content

Day 1, Morning — Taking a prompt apart

Prompt architecture: decomposition, separation of concerns, examples and reasoning.

  • Why a prompt that demonstrates well fails in production 30 min
  • Decomposition: splitting one prompt into a chain of small, testable steps 40 min
  • Separating instruction, context and data so each can change independently 35 min
  • Choosing few-shot examples that fix the failure you actually have 40 min
  • Reasoning prompts: when step by step helps and when it only adds cost 35 min
Day 1, Afternoon — Structured output, tools and grounding

Making a prompt safe to connect to other systems and to your own documents.

  • Forcing structured output: JSON schemas, enumerated fields and validation 45 min
  • Handling malformed output: repair prompts, retries and fallbacks 30 min
  • Tool and function calling: describing a tool so it is called correctly 40 min
  • Grounding on your own documents: chunking, citation and refusing to answer 40 min
  • First working version of the prompt for the task you brought 25 min
Day 2, Morning — Building an evaluation set that means something

Golden sets, rubrics, deterministic checks and model-graded scoring.

  • Collecting real failures into a golden set of test cases 40 min
  • Writing a rubric a second person would score the same way 35 min
  • Deterministic checks: schema, pattern match, constraints and exact answers 35 min
  • Model-graded evaluation, and where an LLM judge is biased 40 min
  • Measuring agreement between your judge and a human rater 30 min
Day 2, Afternoon — Regression, hardening and rollout

Proving a change is an improvement, then shipping it without opening a hole.

  • Pairwise comparison and A/B testing two prompt versions 35 min
  • Running a regression suite before every prompt change 35 min
  • Tracking cost, latency and token use alongside quality 25 min
  • Prompt injection, jailbreaks and untrusted content in the context window 45 min
  • Versioning prompts, logging outputs and a rollout plan you can defend 40 min

Who teaches it

MyLearnPlus AI Faculty

Working practitioners teaching the AI and generative AI track

The AI track is taught by people who use these tools in paid work every week: prompt and workflow design, assistants deployed inside real teams, automation built and maintained, generative imagery taken to a finished deliverable, and the governance conversations that follow. We are deliberate about credentials here. There is no independent, universally recognised certification for generative AI practice in the way there is for Adobe software, so we do not display one. What we require instead is evidence: work that shipped, tools used in production rather than demonstrated once, and the ability to say clearly where a model is unreliable. An instructor who cannot show you a failure case is not ready to teach this material.

Because the tools change between cohorts, the AI faculty carry an obligation the Adobe faculty do not: every course is re-checked against the current versions of the products it teaches before each scheduled run, and anything that has moved is corrected in the slides, the exercise files and the workbook. Classes are staffed one instructor per cohort, named in your joining instructions, with a second instructor assisting on large private groups and on hands-on build sessions where people need help at their own screen. A new instructor teaches the syllabus under observation before running it alone, and a substitute teaches the same syllabus from the same materials.

Read more about the faculty

What's included

  • Class recording, available for 12 months
  • Evaluation harness: spreadsheet template and an optional Python notebook
  • Prompt pattern library built across the two days, organised by failure type
  • Rubric, golden-set and regression-log templates you can reuse on the next task
  • MyLearnPlus certificate of completion
  • Instructor email support after the class for questions on your own evaluation set
  • One free repeat of the same live class within 12 months, on the terms shown on the booking page

What learners say

No reviews yet. This course is newly published, and we would rather show you nothing than show you something we wrote ourselves. Reviews appear here as learners leave them.

Questions people ask

Do I need my own laptop, and is any software included?
You work on your own machine whether you join live online or come to the classroom in Colombo, so the prompt library and evaluation harness you build stay with you. No software licence is included in the fee. You need a browser, a spreadsheet application and an account with at least one assistant, and we send a short setup note with your joining instructions.
Do I need API keys, and will the exercises cost me anything in usage?
API keys are optional. The whole course can be completed in the ordinary chat interface of an assistant you already pay for. If you want to run the evaluation harness as a script, you will need your own API key, and the usage cost of the exercises is small because the test sets are deliberately kept to a few dozen cases. We do not resell model access, so any usage is billed to you by your provider.
Which model or assistant is the course taught on?
The techniques are model agnostic and the exercises are demonstrated on more than one assistant so you can see where behaviour differs. Bring whichever tool your organisation has standardised on. If you have not standardised yet, the evaluation method taught on day two is exactly how you would make that decision on evidence rather than on preference.
Do I need to be able to code?
No. Every exercise, including the evaluation runs and the regression suite, can be completed in a spreadsheet. A Python notebook is provided for people who prefer to script it, and the instructor will help you with it if you want to go that way, but nothing in the assessment depends on it.
Is this preparation for an AI certification?
No. This is not vendor certification training, and there is no widely recognised independent certification in prompt engineering that we would send you to. You receive a MyLearnPlus certificate of completion, which is a record of the training you attended. Adobe Certified Professional exams, which we do prepare people for, cover Adobe applications and are a separate matter.
What if I miss a day?
Both days are recorded and available to you for twelve months, and the exercise files let you catch up on the module you missed. Live bookings also include one free repeat of the same class, on the terms shown on the booking page for each date, so you can sit the day you missed on a later run.
Can my employer be invoiced, and can you run this in-house?
Yes to both. We invoice organisations against a purchase order, in LKR for Sri Lankan companies and in USD internationally. For a private run we build the golden set and the rubric around one of your own live tasks, and the team leaves with an evaluation suite for that task rather than a worked example.

Intermediate 2 days

Generative AI for Designers

Two days on generative image tools for working designers: art direction through prompts, repair and finishing, brand consistency, licensing and provenance.

Intermediate 2 days

AI Video and Audio Production

Two days on AI in video and audio: transcript editing, captions, speech repair, synthetic voice, generated shots and cutting them in with filmed footage.

Need this for a team?

We run this course privately, on your dates, at your office or online, tailored to the work your team actually does. Tell us what you need and we will send a quote.

Get a quote