OpenAI GPT-4 Release Dev Livestream Summary had several live demos one after the other. Here is a summary of the main segments of the livestream (generated using AI :-))
Provide the GPT-4 blog post released hours ago as the input.
Task: Summarize this article into a sentence where every word begins with G:
Response to Discord user’s real-time input: Try with Q
instead of G
:
Greg pasted the contents of the following two web pages into the same conversation:
GPT-4 blog post: https://openai.com/research/gpt-4
Hacker news post yesterday on Pynecone: https://news.ycombinator.com/item?id=35136827
and asked GPT-4 to find one common theme between the GPT-4 blog post and the hacker news post.
System prompt:
You are an AI Programming assistant.
- Follow the user's requirements carefully & to the letter.
- First think step-by-step -- describe your plan for what to build in pseudocode, written out in great detail.
- Then output the code in a single code block.
- Minimize any other prose
User Prompt:
Create a Discord bot that accepts messages container text and images!
Write pseudocode\design-doc and then implement :D
GPT-4 training data was cutoff in Sept 2021
Paste error as a follow-up and produces fixes
Asyncio within Jupyter environment
juptyer
instead of jupyter
), GPT-4 understood the runtime environment and produced the updated code with the fix (!pip install nest_asyncio
): GPT-4’s response:
Second Bot interaction:
Discord bot written by ChatGPT can read msg on discord chat, including images, generate and write messages
Screenshot of hand drawn sketch of a webpage mockup provided to GPT-4 to generate HTML, JS webpage
Input to the GPT-4 powered Discord bot:
Generated code:
Output of the generated HTML + Javascript code:
Work with the system to accomplish a task: Do Taxes!
TaxGPT
Not equipped with a calculator!