Slide 81
Slide 81 text
GenAI Basics Prompt Engineering
You
Brainstorm a list of product names for a shoe that fits any
foot size, in the style of Steve Jobs.
Return the result as a comma separated list, in this format:
Product description: A shoe that fits any foot size
Product name: [list of 3 names]
## Examples
Product description: A refrigerator that dispenses beer
Product names: iBarFridge, iFridgeBeer, iDrinkBeerFridge
Product description: A watch that can tell accurate time in space
Product names: iNaut, iSpace, iTime
ChatGPT
Product description: A shoe that fits any foot size
Product names: iFitFoot, iPerfectFit, iShoeSize
<10/10>
LR
1. Give Direction
Describe the desired style in detail,
or reference a relevant persona.
2. Specify Format
Define the rules to follow, and the
required structure to respond.
3. Provide Examples
Insert a deverse set if test cases
where the task was done correctly.
4. Evaluate Quality
Identify errors and rate responses,
Testing what drives performance.
You
Please rate the product names based on their
catchines, uniqueness, simplicity. Rate them on a
scale from 1 to 5, with being 5 the highest score.
Respond only with a table containing the results.
LR
ChatGPT
Product Name Catchiness Uniqueness Simplicity
iFitFoot 4 4 4
iPerfectFit 5 4 3
iShoeSize 3 3 5
5. Devide Labor
Split the task into multiple steps,
chained together for complex goals.