Learning objectives
By the end of this week, you will be able to:
- Explain what a system prompt or custom instructions is, how it differs from a single message, and how it connects to a feature you've already used in an AI chat tool that lets you set standing instructions.
- Ask an AI tool to reason step by step before giving a final answer, a technique called chain-of-thought prompting, and explain why this can improve accuracy on harder, multi-step questions.
- Explain the caveat that reasoning text produced by an AI tool can still contain hallucinations and should still be checked, using verification habits you have already been practicing.
- Build a few-shot prompt that gives an AI tool two or three examples of the input and output pattern you want, and explain why more examples tend to produce more consistent results.
- Break a large writing or summarizing task into smaller prompted steps, such as requesting an outline first, instead of asking for the entire finished result in one prompt.
- Compare the outputs of two different AI tools on the same well-formed prompt, using a second-opinion verification technique you have already practiced.
- Start a personal, reusable prompt library, saved as a plain text or Markdown file, that you will continue building for the rest of this course.
- Combine several advanced prompting techniques within a single realistic task.
Lesson
From single messages to advanced technique
The prompt-writing fundamentals you have already practiced, giving clear instructions, providing context, offering examples, assigning a role to the AI tool, requesting a specific output format, iterating when the first response is not quite right, and prompting specifically for accessible output, such as asking for plain text and structured headings instead of tables or dense visual layouts, focus on one message at a time: you write a clear, well-formed prompt, send it, read the response with your screen reader, and revise if needed. That approach still works, and you should keep using it. This lesson adds a second layer on top of it. Instead of only improving what you say in a single message, you will learn ways to shape an entire conversation, guide an AI tool's reasoning process, teach it a pattern through multiple examples, split a big job into a sequence of smaller prompts, and check a result by asking a second AI tool the same question. Together, these techniques are what separate an occasional AI user from someone who reliably gets strong results on harder, more valuable tasks, exactly the kind of prompt fluency this course has identified as foundational to almost everything else you do with AI.
None of these techniques require anything beyond what you already have: a web browser or app for an AI tool such as Claude or ChatGPT, your screen reader, and the typing and navigation skills you have been building throughout this course. What changes in this lesson is not the tools, but how deliberately and strategically you use them.
System prompts and custom instructions: standing instructions instead of one message
A system prompt is a standing instruction that applies to a whole conversation, or to every conversation you start with a particular AI tool, rather than to just one message. Think of the difference between telling a coworker something once, for a single task, versus giving them a general instruction they will remember and follow every single time they help you from then on, such as "always send me a plain-text summary before the full document." A system prompt is that second kind of instruction, aimed at an AI tool instead of a coworker.
You have already met a version of this idea. If you have used ChatGPT, you may recognize its custom instructions feature: a settings screen with two boxes, one where you describe yourself and your situation, and one where you describe how you want ChatGPT to respond. Once you fill in those boxes, ChatGPT applies that guidance automatically to every new conversation, without you needing to repeat it. That is a system prompt in practical, everyday form. Claude offers a similar standing-instruction layer through Projects: instructions you set once for a Project apply to every conversation inside that Project. Some AI tools also let a developer set an underlying system prompt that shapes the AI's behavior before you ever type a word, which is part of why the same AI model can feel a little different depending on which app or website you are using it through.
Custom instructions are especially useful for exactly the kind of standing needs a blind or low vision learner is likely to have. Instead of retyping "please use plain text with clear headings, and do not put important information only in a table" at the start of every single conversation, you can set that preference once as a custom instruction and let it apply automatically going forward. Other useful standing instructions include a preferred reply length, a preferred tone, a note that you are a screen reader user so any described visual layout should be explained in words, or a reminder to flag when the AI tool is uncertain about a fact rather than stating it as if it were definitely true.
It helps to keep the levels straight. A single message is the most specific and temporary layer: it applies only to the one request you just typed. Custom instructions, set in your account or app settings, are a personal standing layer: they apply to every conversation you start, until you change them again. A system prompt set by the developer of an app or tool is the broadest and most fixed layer: it applies to everyone using that particular product, and you usually cannot see or change it directly, though you can often work around or add to it with your own custom instructions. Understanding these three layers helps explain why an AI tool sometimes behaves in a way you did not directly ask for in your message: it may be following a standing instruction you set earlier, or one the tool's developer built in.
This lesson gives you a working understanding of standing instructions so you can start using ChatGPT's custom instructions or Claude's Project instructions more deliberately right away. A later lesson in this course will return to this idea in much greater depth, helping you build a complete, personal, accessibility-first instruction set that you can reuse across tools and tasks. Treat what you learn here as the foundation that later lesson will build on, not the finished result.
Chain-of-thought requests: asking an AI tool to think step by step
Chain-of-thought prompting means explicitly asking an AI tool to reason through a problem step by step, or to show its reasoning, before giving you a final answer. In practice, this can be as simple as adding a sentence to your prompt, such as "think through this step by step before you answer" or "show your reasoning, then give me a clear final answer." Some AI tools also have a "thinking" or "reasoning" mode you can turn on, which does something similar automatically.
To understand why this technique tends to improve accuracy, it helps to recall a piece of vocabulary from earlier in this course: a large language model generates its response one token at a time, and each new token is generated based on everything that came before it in the conversation, a stretch of text called the context window. If you ask a hard, multi-step question and demand only a short final answer, the AI tool has to jump straight to a conclusion with nothing but your original question in its context window to draw from. If you instead ask it to reason out loud first, each step of that reasoning becomes part of the context window before the final answer is generated. The model is, in effect, building up more relevant, specific text to draw its next tokens from, rather than jumping straight from a short question to a guess. This tends to produce more accurate results on questions that involve several steps, such as a multi-part math problem, a logical puzzle, a scheduling conflict with several constraints, or a decision that depends on weighing more than one factor at once.
Chain-of-thought prompting is not equally useful for every task. For a simple factual question with one clear answer, asking an AI tool to "think step by step" mostly adds extra text to read without much benefit. It earns its keep on genuinely multi-step problems: working out a budget across several expenses, planning a sequence of job application steps with overlapping deadlines, debugging why a set of instructions did not produce the expected result, or working through a multi-part comparison between two options. As a rule of thumb, if a problem would take you more than one clear step to solve by hand, chain-of-thought prompting is worth trying.
Here is an honest and important caveat, directly connected to an earlier lesson on AI's weaknesses: the reasoning text an AI tool produces can still contain hallucinations, meaning confidently stated information that is wrong. A chain-of-thought response is not a guarantee of correctness. It is entirely possible for an AI tool to write out several steps that sound logical and organized, include one subtly wrong fact or calculation partway through, and then confidently deliver a wrong final answer built on that mistake. Reading the reasoning is actually one of the most useful ways to verify a result, since it lets you check each step rather than only the final claim, but it does not replace verification. Apply the verification habits you have already learned: check any factual claim that matters against an independent source, and treat a confident tone as no guarantee of accuracy, whether that confidence appears in a short answer or in several paragraphs of reasoning.
One accessibility-specific tip is worth adding here. Long chain-of-thought responses can be tiring to read in full with a screen reader, especially if the reasoning wanders. You can combine this technique with the output-format requests you have already learned by asking for something like: "Show your reasoning briefly, in a few short steps, then give me a clear final answer under its own heading." This keeps the accuracy benefit of chain-of-thought reasoning while keeping the response itself easy to navigate by heading, which matters as much for a technique's usefulness to you as its raw accuracy does.
Few-shot examples: showing the pattern instead of just describing it
You have already learned to include an example in a prompt when it helps the AI tool understand exactly what you want. This lesson extends that idea: a few-shot example means giving an AI tool two or three examples of the input-and-output pattern you want, together in a single prompt, rather than only one. The term comes from the idea of the AI tool learning a pattern from a "few shots," or examples, before applying it to a new case of your own.
Consider a concrete illustration. Suppose you want an AI tool to turn messy meeting notes into clean, short task items in a consistent format. A single example might look like this: "Note: need to email Sarah about the budget by Friday. Task: Email Sarah about the budget. Due: Friday." That one example shows the AI tool roughly what you want, but it leaves real questions unanswered: should every task include a due date, even when the note does not mention one? Should the task line always start with a verb? What happens with a note that describes two tasks at once? A few-shot prompt answers these questions by example instead of by additional instructions. You might provide three short example pairs: one with a clear deadline, one with no deadline at all, and one where the original note describes two separate tasks that need to become two separate task lines. Seeing all three examples together, the AI tool has a much clearer picture of the exact pattern you want, including how to handle the tricky cases, and it is far more likely to apply that same pattern consistently to new notes you give it afterward.
This is the core reason few-shot examples tend to produce more consistent results than a single example or a purely descriptive instruction: examples show edge cases, formatting choices, tone, and length all at once, in a way that is hard to fully describe in words alone, especially in a short prompt. A single example can be misread as showing one narrow case rather than a general rule. Multiple, varied examples make the general rule much clearer.
When you build a few-shot prompt, keep the examples short, keep their format consistent with each other, and choose examples that represent the real variety you expect to encounter, including at least one slightly unusual or tricky case if you can think of one. Three well-chosen examples are usually more valuable than five repetitive ones that all show the same simple pattern. This technique pairs naturally with the personal prompt library you will start building later this week, since a few-shot prompt that works well for a recurring task, such as cleaning up notes, formatting a weekly report, or converting a document into accessible plain text, is exactly the kind of reusable prompt worth saving rather than rebuilding from scratch every time.
Breaking a big task into smaller steps
A single giant prompt asking for an entire finished report, a full multi-page document, or a summary of a very long file all at once often produces a weaker result than the same task broken into a sequence of smaller, more focused prompts. There are two related reasons for this. First, a very large request gives the AI tool a lot of ground to cover at once, which tends to produce a more generic, less carefully considered result section by section, the same way a person asked to write an entire report in one uninterrupted sitting tends to produce weaker work than one who plans it out first. Second, and just as important for you specifically, a giant finished result is much harder to verify. Reading and checking one long document for accuracy, tone, and completeness all at once, especially with a screen reader, is far more tiring and far more likely to let an error slip past you than reviewing several shorter pieces as you go.
The most useful version of this technique is asking for an outline first. Instead of "write me a full report on our department's quarterly progress," try "give me a short outline of a quarterly progress report, with section headings only, no full paragraphs yet." Read the outline, adjust it, add or remove sections, and only once you are satisfied, ask the AI tool to fill in one section at a time: "Now write the first section, on completed projects, in full." This turns one large, hard-to-verify task into a short planning step followed by several small, easy-to-verify steps, and it gives you a natural checkpoint to catch a wrong direction early, before a great deal of text has already been written around it.
A second version of this technique applies to summarizing a long document: instead of pasting an entire lengthy file into one prompt and asking for a single summary, break the document into a few logical chunks, such as by section or by a fixed number of pages, and ask the AI tool to summarize each chunk on its own. Once you have a short summary of each chunk, you can either read them individually or ask the AI tool to combine those chunk summaries into one final, shorter overview. This chunked approach tends to preserve more detail than a single request to summarize a very long document all at once, since the AI tool is working with a smaller, more focused piece of context window each time rather than trying to compress an enormous amount of text into a few sentences in one pass. You will get direct, hands-on practice with reading and working through long files a section at a time in a later part of this course, when it turns to working files such as Markdown documents directly.
This step-by-step approach takes a little more of your own time than firing off one giant prompt and hoping for the best, but it consistently produces stronger, more accurate, and far easier to verify results, which makes it well worth that extra time for any task that genuinely matters, such as a resume, a work report, or a document you plan to share with someone else.
Comparing outputs across models
You have already learned to get a second opinion by checking an AI tool's claim against an independent source rather than accepting it on faith. This lesson extends that same idea into a specific, practical prompting technique: deliberately sending the exact same, well-formed prompt to two different AI tools, such as Claude, ChatGPT, or Gemini, and comparing the two answers side by side.
This technique serves two distinct purposes. The first is verification. If two different AI tools, built by different companies and trained somewhat differently, independently produce the same or a very similar answer to a factual or analytical question, that agreement gives you more confidence in the result than either answer alone. If the two tools disagree, that disagreement is a clear, concrete signal to slow down and check the claim against an outside, independent source before relying on it, exactly the kind of verification habit you have already practiced as essential to using AI responsibly. Comparing across models does not replace outside verification for anything important, but it is a fast, easy first check that often catches a problem before you go looking any further.
The second purpose is learning each tool's particular strengths, so you know which one to reach for on a given kind of task in the future. Over time, as you use this comparison technique on different types of requests, you may notice patterns: perhaps one tool tends to give longer, more thorough answers while another tends to be more concise, or one handles a long document you uploaded through a feature like Claude's Projects more smoothly, while another has a voice mode that fits a particular workflow better. These patterns are worth noticing and remembering, since they let you pick the right tool for a given job going forward instead of always defaulting to whichever one you happen to open first.
To use this technique with a screen reader, keep the prompt itself identical, or as close to identical as the two tools' interfaces allow, since even small wording differences can produce different results and make the comparison less fair. Open each tool, either in two separate browser tabs you switch between with your screen reader's tab-switching commands, or one after another, and consider copying both responses into a single plain-text document with a clear heading for each tool's answer, so you can read and compare them together using your screen reader's heading navigation, rather than having to hold both responses in memory as you switch back and forth between windows.
Building a personal prompt library
A prompt library is a personal, saved collection of prompts that worked well for you, kept in a plain text or Markdown file, organized so you can find and reuse them instead of reinventing a good prompt from scratch every time you need it. Once you have written a prompt that reliably produces a good result, whether it is a few-shot prompt for cleaning up notes, a chain-of-thought prompt for working through a scheduling problem, or simply a clearly worded request that took you a few tries to get right, saving it means that effort pays off every future time you need something similar, instead of only once.
A later lesson in this course will teach you the details of working with plain text and Markdown files directly, including how to read and edit them with your screen reader in Notepad and VS Code, so for now you only need a simple starting version: a single plain text file, saved somewhere you can find it again, such as your portfolio folder. A useful structure for each entry in your prompt library has three parts: a short task name that describes what the prompt is for, the prompt text itself exactly as you would type it, and a brief note about what worked well or what you would adjust next time.
Here is what one entry might look like in practice:
Task: Clean up messy meeting notes. Prompt: "Turn these notes into a short numbered task list. Each task should start with a verb and include a due date if one is mentioned, or say 'no deadline noted' if not. Here are three examples of the format I want: [examples]. Now do the same with these notes: [notes]." Note: works well with two or three examples included; without examples, the AI tool sometimes invents due dates that were not in the original notes.
A prompt library does not need to be long to be useful, and it is meant to grow gradually rather than all at once. A handful of solid, reusable prompts, each with an honest note about what worked and what to watch for, is more valuable than a long, disorganized list of prompts you never look back at. This week's portfolio project asks you to start exactly this file, and you will keep adding to it for the rest of the course. It will become directly useful again later in this course, when you build a fuller personal instruction set and learn to build simple agents that can reuse a saved prompt automatically as part of a repeating task.
Putting it together: a worked example
These techniques are most powerful combined, applied together to one real task rather than used one at a time in isolation. Here is a short, realistic example that pulls together most of what this week has covered.
Imagine you are preparing to summarize a long article for a coworker who does not have time to read the whole thing. First, you set a standing custom instruction in your AI tool, established once rather than repeated every time, asking it to always reply in plain text with short paragraphs and no tables, matching the accessible-output habit you have already practiced. Next, instead of pasting the entire article into one prompt, you break it into three sections and ask for a short summary of each section on its own, applying this lesson's step-by-step technique. For the most complicated section, the one with several statistics and comparisons, you add a chain-of-thought request, asking the AI tool to first list the key numbers it found, then reason about what they mean together, before giving you a two-sentence summary, since this is exactly the kind of multi-step task where that technique earns its keep. You give the AI tool two short few-shot examples of the summary style you want, so all three section summaries come out in a consistent tone and length. Once you have all three section summaries, you send the same final combined-summary prompt to a second AI tool as a quick check, comparing the two results before you send anything to your coworker. Finally, because this combination of techniques worked well and you expect to summarize long articles again, you save the whole prompt sequence, with a short note about what worked, in your prompt library.
Notice that no single step in that example was complicated on its own. Each technique, a standing instruction, a broken-down task, a chain-of-thought request on the hardest part, a few-shot example for consistency, a second opinion from another tool, and a saved record for next time, is simple by itself. Combining them deliberately, on a task that actually matters to you, is what turns prompt fluency from a helpful habit into a genuinely professional skill.
Key terms from this week
Use this list to review the vocabulary introduced in this lesson before you start the exercises and the test.
- System prompt
- A standing instruction that applies to a whole conversation, or to every conversation with an AI tool, rather than to just one message.
- Chain-of-thought
- A prompting technique that explicitly asks an AI tool to reason through a problem step by step, or show its reasoning, before giving a final answer.
- Few-shot example
- A prompt that includes two or three examples of the input-and-output pattern you want, rather than only one example.
- Prompt library
- A personal, saved collection of prompts that worked well, kept in a plain text or Markdown file so they can be reused and adapted instead of rewritten from scratch.
Keyboard-only exercises
These exercises use only your keyboard. Screen reader commands are described in general terms below; substitute your own screen reader's equivalent command where needed.
Exercise 1: Compare a direct answer with a chain-of-thought answer
- Open an AI tool you are comfortable with, such as Claude or ChatGPT, and start a new conversation.
- Move focus to the message box. Press Tab repeatedly, or use your screen reader's browse-mode command for jumping to edit fields or form controls, until your screen reader announces the message edit field. Check your own screen reader's shortcuts if you are unsure which key moves focus directly to a form field.
- Type a moderately hard question that involves more than one step, such as a multi-part scheduling problem or a question that requires weighing two or three factors together, and press Enter to send it.
- Read the response with Say All, or your screen reader's continuous reading command.
- Return to the message box and send the same question again, this time adding "Think through this step by step, then give me a clear final answer" to the end of your prompt.
- Read the second response the same way, and compare it to the first: did the step-by-step version reach a different, more accurate, or better-explained answer?
Exercise 2: Compare the same prompt across two AI tools
- Write one well-formed prompt, following the clear-instruction habits you have already practiced, on a topic you are genuinely curious about.
- Send that exact prompt to one AI tool, such as Claude, and read the response with Say All.
- Open a second AI tool, such as ChatGPT or Gemini, in a new browser tab. On most browsers, Ctrl plus T opens a new tab, and Ctrl plus Tab switches between open tabs. On a Mac, use Command plus T and Command plus the number of the tab, or your screen reader's tab navigation commands.
- Send the exact same prompt, word for word, to the second tool and read that response with Say All as well.
- Compare the two answers. Note whether they agree, where they differ, and which response you found clearer or more useful, applying the second-opinion habit you have already learned.
Exercise 3: Start your prompt library file
- Open Notepad. On Windows, you can search for it from the Start menu by typing "Notepad" and pressing Enter on the matching result.
- Type a title at the top of the file: "My Prompt Library."
- Choose one prompt from Exercise 1 or Exercise 2 that worked especially well, and type it into the file, labeled with a short task name, such as "Task: Comparing scheduling options."
- On the line underneath, write a one-sentence note about what worked well or what you would change next time you use it.
- Save the file with the name
my-prompt-library, in the same portfolio folder you have used throughout this course, using Ctrl plus S and typing the file name when prompted.
Portfolio project: My Prompt Library
This week's portfolio piece is the real, ongoing start of your personal prompt library, the same file you began in Exercise 3. You will keep adding to this file for the rest of the course, so treat it as a living document rather than a one-time assignment.
- Open the
my-prompt-libraryfile you created in Exercise 3, or open Notepad and start a new file with that name if you have not already. - Add at least five prompts you have found genuinely useful across the AI tools you have learned so far, drawing on prompts you wrote while learning Claude, ChatGPT, Gemini, or any other tool covered so far, as well as the prompts from this week's exercises.
- For each of the five prompts, include a short label describing the task it is for, the prompt text itself, and one sentence explaining what it is good for or when to reach for it.
- Reread all five entries with Say All, and check that each one is specific enough that you could copy and reuse it later without having to remember extra context.
- Save the file, keeping the name
my-prompt-library, in your portfolio folder. - Add a short note at the top of the file reminding yourself that this is an ongoing collection: plan to keep adding useful prompts to it every week for the rest of the course.
Weekly test
This test has 50 questions: 30 multiple choice questions, 15 true or false questions, and 5 short answer questions. Every question can be answered using this week's lesson. A score of 38 correct answers out of 50 is a pass. For multiple choice and true or false questions, choose one answer per question. For short answer questions, type a brief answer in your own words.
Answer key
Each answer below includes a one-sentence explanation drawn from this week's lesson.
| Question | Correct answer | Explanation |
|---|---|---|
| 1 | A. A standing instruction that applies to a whole conversation, or to every conversation, rather than to just one message | The lesson defines a system prompt as a standing instruction applying to a whole conversation or every conversation. |
| 2 | B. A box describing yourself and your situation, and a box describing how you want the AI tool to respond | The lesson describes the two custom instructions boxes: about you, and how you want the AI tool to respond. |
| 3 | C. A single message | The lesson explains a single message is the most specific and temporary layer, applying only to one request. |
| 4 | D. A developer's system prompt | The lesson states a developer's system prompt is the broadest, most fixed layer, usually not visible or changeable by the user. |
| 5 | A. A note that visual layout should be explained in words, since the user is a screen reader user | The lesson suggests noting you are a screen reader user so described visual layout is explained in words. |
| 6 | B. Asking an AI tool to reason through a problem step by step, or show its reasoning, before giving a final answer | The lesson defines chain-of-thought prompting as asking the AI tool to reason step by step before a final answer. |
| 7 | C. "Think through this step by step before you answer" | The lesson gives this exact example phrase for requesting chain-of-thought reasoning. |
| 8 | D. The context window | The lesson ties chain-of-thought's benefit to the context window concept: reasoning text becomes part of the context the model draws from. |
| 9 | A. A simple factual question with one clear answer | The lesson states chain-of-thought mostly adds extra text without much benefit for a simple, single-answer factual question. |
| 10 | B. It can still contain hallucinations and should still be checked | The lesson states reasoning text can still contain hallucinations and should still be checked. |
| 11 | C. A prompt that includes two or three examples of the input-and-output pattern you want | The lesson defines a few-shot example as a prompt including two or three examples of the desired pattern. |
| 12 | D. Whether every task should include a due date, even when none is mentioned in the note | The lesson's example shows a single example leaves questions like due-date handling unanswered. |
| 13 | A. They show edge cases, formatting choices, tone, and length all at once, in a way words alone struggle to capture | The lesson explains multiple varied examples show edge cases and formatting in a way hard to fully describe in words. |
| 14 | B. Keep examples short, consistent in format, and representative of real variety, including a tricky case | The lesson recommends short, consistent, representative examples, including at least one tricky case. |
| 15 | C. The personal prompt library | The lesson states a working few-shot prompt for a recurring task is exactly the kind worth saving in a prompt library. |
| 16 | D. It often produces a weaker, more generic result than a broken-down sequence of prompts | The lesson states a giant single prompt often produces a weaker, more generic result. |
| 17 | A. Asking for an outline first, then filling in sections one at a time | The lesson recommends asking for an outline first, then filling in sections one at a time. |
| 18 | B. Reading and checking one long document all at once is more tiring and more likely to let an error slip past | The lesson explains a long, all-at-once result is more tiring to check thoroughly, increasing the chance of missed errors. |
| 19 | C. Breaking the document into chunks and summarizing each chunk separately, then combining the summaries | The lesson describes chunked summarization: summarizing each section, then combining the chunk summaries. |
| 20 | D. The AI tool works with a smaller, more focused piece of context window each time | The lesson explains chunking lets the model focus on a smaller piece of context window at a time, preserving more detail. |
| 21 | A. Sending the exact same, well-formed prompt to two different AI tools and comparing the answers | The lesson defines the technique as sending the same prompt to two different tools and comparing results. |
| 22 | B. Verification and learning each tool's particular strengths | The lesson names verification and learning each tool's strengths as the two purposes. |
| 23 | C. It gives more confidence in the result than either answer alone | The lesson states agreement between two tools gives more confidence in the result. |
| 24 | D. Slow down and check the claim against an outside, independent source | The lesson states disagreement is a signal to check against an independent source. |
| 25 | A. The prompt itself, or as close to identical as the interfaces allow | The lesson states the prompt should stay identical, since wording differences can change results and make comparison unfair. |
| 26 | B. A personal, saved collection of prompts that worked well, kept in a plain text or Markdown file | The lesson defines a prompt library as a saved collection of prompts kept in a plain text or Markdown file. |
| 27 | C. That effort pays off every future time you need something similar, instead of only once | The lesson explains a saved prompt's value compounds across future uses rather than paying off only once. |
| 28 | D. A short task name, the prompt text itself, and a brief note about what worked | The lesson describes a three-part entry: task name, prompt text, and a note on what worked. |
| 29 | A. Gradually, growing over time rather than all at once | The lesson states a prompt library is meant to grow gradually rather than all at once. |
| 30 | B. The AI tool sometimes invents due dates that were not in the original notes | The lesson's example note states without examples the AI tool sometimes invents due dates not in the original notes. |
| 31 | True | The lesson defines a system prompt this way. |
| 32 | False | The lesson states a single message is the most specific and temporary layer, not the broadest. |
| 33 | False | Chain-of-thought prompting means asking the AI tool to reason step by step before a final answer, not to answer in one word. |
| 34 | True | The lesson describes this token-by-token generation process, tied to the context window concept. |
| 35 | False | The lesson states chain-of-thought adds little benefit for a simple, single-answer factual question. |
| 36 | True | The lesson explicitly states reasoning text can still contain hallucinations and should still be checked. |
| 37 | False | The lesson explicitly states chain-of-thought is not a guarantee of correctness. |
| 38 | True | The lesson defines a few-shot example this way. |
| 39 | True | The lesson recommends including a tricky case among the chosen examples. |
| 40 | False | The lesson states three well-chosen examples are usually more valuable than five repetitive ones. |
| 41 | True | The lesson recommends this outline-first approach as the most useful version of the technique. |
| 42 | False | The lesson states a giant result is harder, not easier, to verify than smaller pieces. |
| 43 | True | The lesson explains chunked summarization tends to preserve more detail. |
| 44 | False | The lesson explicitly states comparing across models does not replace outside verification for anything important. |
| 45 | True | The lesson states a prompt library is meant to grow gradually rather than being built all at once. |
| 46 | System prompt (or custom instructions) | See this week's lesson and key terms list for the full definition. |
| 47 | Chain-of-thought | See this week's lesson and key terms list for the full definition. |
| 48 | A few-shot example | See this week's lesson and key terms list for the full definition. |
| 49 | A prompt library | See this week's lesson and key terms list for the full definition. |
| 50 | Check or verify it | See this week's lesson section on chain-of-thought's important caveat. |