Explore what's possible with some example applications
Q&A
Answer questions based on existing knowledge
Grammer Correction
Corrects sentences into standard English.
Natural language to Stripe API
Create code to call the Stripe API using natural language.
Summarize for a 2nd grader
Translates difficult text into simpler concepts.
English to other languages
Translates English text into French, Spanish and Japanese.
Friend chat
Emulate a text message conversation..
Movie to Emoji
Convert movie titles into emoji.
Explain code
Explain a complicated piece of code.
JavaScript to Python
Convert simple JavaScript expressions into Python.
Micro horror story creator
Creates two to three sentence short horror stories from a topic input.
Science fiction book list maker
This makes a list of science fiction books and stops when it reaches #10.
Python bug fixer
There's a number of ways of structuring the prompt for checking for bugs. Here we add a comment suggesting that source code is buggy, and then ask codex to generate a fixed code.
Tweet classifier
This is a basic prompt for detecting sentiment.
ML/AI language model tutor
This is a QA-style chatbot that answers questions about language models.
Interview questions
Convert simple JavaScript expressions into Python.
Recipe creator (eat at your own risk)
Create a recipe from a list of ingredients.
Marv the sarcastic chat bot
Marv is a factual chatbot that is also sarcastic.
Create study notes
Provide a topic and get study notes.
JavaScript helper chatbot
This is a message-style chatbot that can answer questions about using JavaScript. It uses a few examples to get the conversation started.
Translate programming languages
To translate from one programming language to another we can use the comments to specify the source and target languages.