ආරම්භක දිනයක් · පැය 6ක්

Prompt Engineering Foundations

A working day on writing prompts that give the same good answer every time you run them

මෙම පාඨමාලාව ගැන

Prompting looks like it needs no training until you have to do the same task fifty times. A prompt you improvised on a Tuesday produced something excellent, you cannot reproduce it on Wednesday, and a colleague running the same words gets a different answer again. This day is about turning that luck into something repeatable: prompts written deliberately, tested against real examples, and saved as templates the rest of your team can run.

You begin with anatomy. Every reliable prompt states the task, the context the model needs, the constraints it must respect and the exact shape of the output. You practise separating your instructions from the material being worked on, so a document containing the word 'summarise' does not quietly become an instruction, and you learn why positive constraints outperform a list of things not to do. From there you add examples: one or two demonstrations of a correct answer usually do more than another paragraph of description, and you see exactly how much difference that makes on the same input.

The middle of the day covers output and grounding, which is where most business use stands or falls. You specify a format the receiving system can rely on, whether that is a table with fixed columns, a JSON object with named fields or a five-line reply with no preamble. You then give the model your own source material and require it to answer only from that, to quote the passage it used and to say plainly when the source does not contain the answer. That single habit converts an assistant from a plausible writer into something you can check.

The afternoon is diagnosis and reuse. You take prompts that fail and work out why, distinguishing ambiguous instructions from missing context, conflicting requirements, a task too large to do in one pass and the drift that sets in over a long conversation. You break big jobs into chained steps, each verifiable on its own. Then you build templates with placeholders for the parts that change, assemble a small test set of five awkward inputs, and run each template against them so you know it works before anyone else depends on it. Prompts that are only checked on the easy example are the ones that embarrass you later.

Techniques are taught to transfer between assistants rather than tied to one product, because the tools move faster than any syllabus. Text is the focus; image prompting is covered in Adobe Firefly: Generative AI for Creatives and Photoshop AI and Generative Fill. You leave with a personal prompt library of at least five tested templates. The class runs live online in your own timezone or in the classroom in Colombo, priced in LKR for learners in Sri Lanka and USD internationally, with the recording available for twelve months.

ඔබට කළ හැකි වන දේ

  • Write a prompt that separately states the task, the context, the constraints and the required output format.
  • Keep instructions and source material apart with clear delimiters so the content cannot be read as a command.
  • Add worked examples to a prompt and measure the difference they make on the same input.
  • Specify an output contract, including a table with fixed columns or a JSON object with named fields, that a downstream system can rely on.
  • Ground an answer in your own document, require a quoted source passage, and force the model to say when the answer is not there.
  • Break a task that is too large for one prompt into a chain of steps that can each be checked.
  • Diagnose a failing prompt as ambiguity, missing context, conflicting instructions, overload or conversation drift, and fix the right one.
  • Rewrite a vague prompt into a specific one and compare the two outputs side by side.
  • Build reusable templates with placeholders for the parts that change between runs.
  • Assemble a five-case test set of awkward inputs and check a template against it before putting it into use.

මෙය කා සඳහාද

  • Marketing, content and communications staff producing the same kinds of copy every week
  • Analysts and researchers who extract and summarise information from long documents
  • Customer support and operations staff drafting replies against fixed policies and tone rules
  • Designers and creative staff briefing AI tools and writing prompts for their teams to reuse
  • Anyone building an internal prompt library who needs the prompts to be tested rather than collected

කලින් ඔබට අවශ්‍ය දේ

  • You should have used an AI assistant at least once. AI Foundations: AI for Everyone covers that ground if you have not.
  • No coding or technical background is required, though the JSON output exercise will feel familiar if you have seen structured data before.
  • Bring two or three tasks from your own work that you repeat regularly, since the templates you build are for those.

ඉදිරි දින

ඉදිරි දින, මිල සහ ඉතිරි ආසන සමඟ
කවදාද කෙසේද කොහේද ආසන මිල වෙන් කරන්න
22 Sep 2026 09:00–16:00 +0530 සජීවී ඔන්ලයින් ඔන්ලයින් ආසන තිබේ $425.00
29 Sep 2026 09:00–16:00 +0530 මුහුණට මුහුණ ආසන තිබේ $510.00
13 Oct 2026 09:00–16:00 +0530 සජීවී ඔන්ලයින් ඔන්ලයින් ආසන තිබේ $425.00
3 Nov 2026 09:00–16:00 +0530 සජීවී ඔන්ලයින් ඔන්ලයින් ආසන තිබේ $425.00
10 Nov 2026 09:00–16:00 +0530 මුහුණට මුහුණ ආසන තිබේ $510.00
24 Nov 2026 09:00–16:00 +0530 සජීවී ඔන්ලයින් ඔන්ලයින් ආසන තිබේ $425.00
ඕනෑම වේලාවක පටන් ගන්න ස්වයං වේගයෙන් ඔන්ලයින් නිතරම තිබේ $49.00

අප ආවරණය කරන දේ

ඉගැන්වෙන අන්තර්ගතය පැය 6ක් පමණ

Module 1 — The anatomy of a prompt

The parts every dependable prompt contains, and why leaving one out produces the answers people complain about.

  • Task, context, constraints and format, built up on one example from scratch 30 min
  • Separating instructions from source material with delimiters, and why it matters 30 min
  • Role and tone, positive constraints instead of prohibitions, and controlling length 30 min
Module 2 — Examples, output shape and grounding

Showing the model what good looks like, fixing the shape of the answer and tying it to your own facts.

  • Zero, one and few-shot: adding worked examples and measuring the change 30 min
  • Output contracts: fixed-column tables, JSON with named fields and replies with no preamble 25 min
  • Grounding in supplied documents, requiring quoted passages and handling 'not in the source' 25 min
  • Asking for reasoning steps on multi-step tasks, and when it is not worth the tokens 25 min
Module 3 — Diagnosing prompts that fail

Working out which of five common causes is behind a bad answer, then fixing that one.

  • Ambiguity, missing context, conflicting instructions, overload and conversation drift 30 min
  • Repair clinic: fixing supplied broken prompts and comparing before and after 30 min
  • Chaining: splitting a large task into verifiable steps, and checking each one 30 min
Module 4 — Templates, testing and a prompt library

Turning today's good prompts into assets other people can run tomorrow without you.

  • Building templates with placeholders, defaults and notes on intended use 25 min
  • Assembling a five-case test set of awkward inputs and running a template against it 25 min
  • Versioning, documenting and sharing a team prompt library as models change 25 min

උගන්වන්නේ කවුද

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.

ගුරු මණ්ඩලය ගැන තව කියවන්න

ඇතුළත් වන දේ

  • Class recording, available for 12 months
  • Exercise pack: source documents, awkward inputs and failing prompts to repair
  • Course workbook with every prompt pattern and its worked before-and-after example
  • Prompt template library and a test-set worksheet, in editable form
  • MyLearnPlus certificate of completion
  • Instructor email support after the class for questions on your own templates
  • One free repeat of the same live class, terms shown on the booking page

ඉගෙනුම්කරුවන් කියන දේ

තවම සමාලෝචන නැත. මෙම පාඨමාලාව අලුතින් ප්‍රකාශයට පත් කළ එකකි, අප විසින්ම ලියූ දෙයක් ඔබට පෙන්වනවාට වඩා කිසිවක් නොපෙන්වීම අපි කැමැත්තෙමු. ඉගෙනුම්කරුවන් සමාලෝචන තබන විට ඒවා මෙහි පෙනෙනු ඇත.

මිනිසුන් අසන ප්‍රශ්න

Do I need to be able to code?
No. Everything is written in plain language in a normal chat interface. The JSON exercise asks you to specify field names and structure, which is reading and writing text rather than programming, and the workbook walks through it. If you want to call models from code instead, that is a different course.
Do I need a paid AI subscription?
No. The exercises are designed to run on a free account, and the joining note explains which assistants work and how to set one up before the day. If your employer provides a paid or enterprise tool, use that instead so the templates you build are usable at your desk on Monday.
Is this tied to one particular AI model?
No. The patterns are taught so they transfer, and you will run the same prompt in more than one assistant during the day to see how the output differs. Demonstrations use mainstream assistants; a private run for a team that has standardised on one tool can be taught entirely in that tool.
Will these techniques still work when the models change?
The structural habits hold up well, because clear task definition, supplied context, explicit output formats and grounded sources are not tricks tied to a release. Specific phrasings do go stale. That is precisely why Module 4 covers versioning and a test set, so when a model updates you can re-run your templates and see what moved rather than guessing.
Does this cover prompting for images or video?
Only briefly, as a contrast. This day is about text: drafting, extraction, summarising, classification and structured output. Image prompting is taught in Adobe Firefly: Generative AI for Creatives and Photoshop AI and Generative Fill, where you work inside the tools and cover rights and Content Credentials properly.
Do I need my own laptop, and what if I miss the day?
You need your own machine, whether you join live online or come to the classroom in Colombo, so the prompt library you build stays with you. The session is recorded and available for twelve months, and every live booking includes one free repeat of the same class, with the terms shown on the booking page for each date.
Do you issue a certificate, and can my employer be invoiced?
You receive a MyLearnPlus certificate of completion recording the course title, hours and date. It is a record of training; there is no recognised industry certification in prompt engineering and we do not claim to award one. We invoice organisations against a purchase order, in LKR for Sri Lankan companies and in USD internationally, and groups of five or more are usually better served by a private run built around your own recurring tasks.

ආරම්භක දිනයක්

AI Foundations: AI for Everyone

One day on how AI assistants work, how to get a useful answer, where they get things wrong, and what is safe to type into one at work.

මධ්‍යම දිනයක්

AI for Managers

One day for managers: score AI use cases against your own workload, draft an acceptable use policy, question vendors properly and plan a pilot you can measure.

මධ්‍යම දිනයක්

Photoshop AI and Generative Fill

One day on Photoshop's generative tools: prompting, expanding, removing, background work, fixing artefacts, and the rights and disclosure questions.

කණ්ඩායමකට මෙය අවශ්‍යද?

ඔබේ දිනවල, ඔබේ කාර්යාලයේ හෝ ඔන්ලයින්ව, ඔබේ කණ්ඩායම සැබවින්ම කරන වැඩට ගළපා අපි මෙම පාඨමාලාව පෞද්ගලිකව පවත්වන්නෙමු. ඔබට අවශ්‍ය දේ අපට කියන්න, අපි මිල ගණනක් එවන්නෙමු.

මිල ගණනක් ලබා ගන්න