ChatGPT Masterclass
Amit Tiwari
https://academy.amittiwari.net
29/01/2023 | Sunday
How GPT3 was Created
1. ChatGPT was launched on 30th November 2022.
2. It is built on GPT 3.5 which is a specialized version of GPT 3.
3. GPT 3 was trained on 750 GB data.
4. GPT 3 training cost was about 5,000,000 USD.
OpenAI InstructGPT ChatGPT
SAFETY
RLHF
RLHF
GPT 3
GPT 3
GPT 3
*RLHF = Reinforcement Learning From Human Feedback
RULE – 001
Don’t Ask The AI
TELL IT!
Tell it with details
RULE – 002
If you don’t get the right answer,
start a new chat and ask again!
TIP
Use “Shift+Enter” or “Shift+Return”
to type in second line
Simple Prompts
Prompt: create a formal whatsapp dinner invite for my uncle but he can't bring aunty
Prompt: create a formal whatsapp dinner invite for my uncle but he can't bring my aunty
Prompt: write a cover letter for the position of senior technical director position in an
Indian company based in Gurgaon
Prompt: Help me prepare for the job of SEO Intern. You will act as interviewer and I am the
intern. Ask only the questions and wait for my answers. Lets start.
Hi
Prompt: create a monthly shopping list for small north indian vegeterian family
Prompt: create a list of 10 action packed movies set about war released in 90s
Prompt: create a list of 10 action packed movies set about war released in 90s
Prompt: create a table of 10 richest movie stars
Prompt: add a new column and insert an emoji for each of them
Prompt: write these names in ALL CAPS
Prompt: convert this table in CSV
Prompt: convert this table into JSON
TIP: ChatGPT has a limit of about 3000 words. To create
longer text, just type “continue” after its response and it
will keep generating text.
Prompt: Let's play a game of truth or false about indian geography. Ask me 10 questions
and I will answer in yes and no. Ask me one question and wait for my answer. Let's start.
ADVANCED PROMPTS
Prompt: write a regex code that I can use to find only questions in google search
console
Prompt: write a regex code that i can use to find words being
repeated in a google sheet
Prompt: explain this regex code and what would be the use of it?
(?:^|\G)(\b\w+\b),?(?=.*\1)
Prompt: Write objects as ASCII art code in the code block. Write only ASCII art code. The
object is cat
Prompt: create a javascript code that shows todays date in DD/MM/YYYY format when
used in an html page
Prompt: Respond in Markdown using the format  without quotes and
without using a code block. Use the Pollinations API
(https://image.pollinations.ai/prompt/panda) and HTML encode space. Place the text of
the prompt under each image in italics.
THANK YOU