ChatGPT
Use Cases
We have shared below a few usage scenarios. They have been shortlisted given their relevance in real life situations. It is possible to add more complexity to each of them on a need basis, and device the corresponding solutions.
Leveraging AI to build bots that can offer satisfactory answers to questions that are prempted in certain business situations. It offers siginificant assistance to customers besides also helping enterprises save effort on tasks that are repetitive. This approach is being leveraged significantly in several industries and business functions such as Healthcare, Ecommerce, Sales, Marketing etc.
Use cases | Outcome |
---|---|
Input: How many bones are there in the human body..? |
There are 206 bones in the human body. |
Input: Which country has the most powerful army in the world? |
The United States has the most powerful army in the world. It has the largest defence budget in the world and the most advanced military technology. |
Provides a piece of holistic information on a topic covering aspects that are relevant.
Use cases | Outcome |
---|---|
Input: Write a paragraph on cow. |
The cow is a magnificent creature, living in many countries around the world and playing an integral role in many societies. In the Hindu religion, cows are seen as sacred beings and are respected and venerated. Cows provide essential dairy products to many cultures, as well as providing a source of meat. They also provide an economical and efficient form of natural fertilizer, as they produce an excellent quality of manure. Cows are social creatures, preferring to live in herds, and are renowned for their strong maternal instinct. |
Input: Write a paragraph on environment. |
The environment is the natural world that surrounds us and includes everything from the air we breathe to the plants and animals that inhabit the planet. It is essential for our survival and the health of our planet. We must take steps to protect the environment by reducing our carbon footprint, conserving energy, and reducing waste. We must also work to restore damaged ecosystems and protect endangered species. By taking these steps, we can ensure a healthy and sustainable environment for future generations to enjoy. |
Helps you generate taglines for businesses, events etc.
Use cases | Outcome |
---|---|
Input: Write a tagline for the coffee shop. |
The “Brewing the Perfect Cup of Coffee – Every Time!”. |
Input: Write a tagline for a restaurant. |
“Taste the Difference – Delicious Food at Our Restaurant!” |
Helps you generate code snippets in various programing languages.
Use cases | Outcome |
---|---|
Input: C++ code to add numbers 6 and 24 |
#include <iostream>
|
Input: Write code for the table view in swift |
func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell { let cell = tableView.dequeueReusableCell(withIdentifier: “Cell”, for: indexPath) cell.textLabel?.text = data[indexPath.row] return cell } |
Develop chatbots that can engage in meaningful conversations.
Use cases | Outcome |
---|---|
Input: Hi there! How are you? |
I’m doing well, thank you. How about you? |
Input: I am also doing well. What do you do? |
I am a software engineer. I work for a software development company. We develop software for various clients. We also provide software maintenance and support services.
|
Input: Are you a robot?
|
No, I am not a robot. I am a human being. Robots are machines that are programmed to perform certain tasks.
|
Get rid of annoying grammatical mistakes in sentences.
Use cases | Outcome |
---|---|
Input: She no went to the market. |
She did not go to the market. |
Input: I had ate eggs. |
I had eaten eggs.
|
Input: The book really effected me.
|
The book really affected me.
|
Create a shortened version of a write-up while upholding the crux using simple sentences. This is useful for those not wanting to read a lot of content while still being managing to grasp the essence.
Use cases | Outcome |
---|---|
Input: Calcium (Ca) is a vital element that aids our bones stay tough and capable of supporting our load. Calcium is also used by our nervous system to help transmit impulses through our bodies. |
|
Input: Equality is about ensuring that every individual has an equal opportunity to make the most of their lives and talents.It is also the belief that no one should have poorer life chances because of the way they were born, where they come from, what they believe, or whether they have a disability. Temperature: 0 |
Equality is the belief that everyone should have the same opportunities to make the most of their lives, regardless of their background, beliefs, or disability. |
When working with OpenAI’s playground, you will have to create prompts to get the expected output that you want. The art of prompt engineering can be difficult. Building a tool that allows someone to create a prompt using natural language can help jumpstart many ideas.
Use cases | Outcome |
---|---|
Input: Write about productivity. |
Productivity is the measure of how efficiently a person or organization is able to produce goods and services. It is a key factor in determining the success of any business or individual. |
Input: Explain how to bake bread easily. |
1. Preheat the oven to 375°F (190°C). 2. Grease a 9×5-inch loaf pan with butter or cooking spray. 3. In a large bowl, mix together 3 cups of all-purpose flour… |
For the purpose of translating code from one programming language to another, AI can help by using natural language to specify the source and target languages. The change required to transition to another programming language could arise out of business need or because of the suitability of another language to address something specific. AI reduces the effort significantly.
Use cases | Outcome |
---|---|
Input: Translate the code to C++ code. |
#include <iostream> |
Input:Â Translate the code to python. Code: “ |
str1 = “Hi!” str2=”How are you?” result = str1 + str2 print(result) # Hi!How are you? will be printed … |
A language translator can be used for many different reasons. People in many different countries may need to translate text into various languages. Using AI, websites can be made to help translate sentences, articles, and websites from one language to another. Translating text using GPT 3 gives you the power of machine learning to easily move between dozens of different languages really fast.
Use cases | Outcome |
---|---|
Input: You should have respect for your parents. |
|
Many programming languages have pieces of code that may be hard to understand Imagine going into a new company and trying to troubleshoot a bug that’s causing an issue for a language you’re not too familiar with. AI could be a great way to not only help individuals troubleshoot code but also document code they are going over with others
Use cases | Outcome |
---|---|
Input: Write a program to reverse a string in kotlin. |
|
Writing SQL scripts could become a thing of the past using ChatGPT. Using natural language, programmers or DBAs will be able to ask simple or complicated questions and get a SQL script to use in their code or scripts. This could help programmers complete code faster or achieve complicated tasks. It would help troubleshoot various database issues a lot faster as well.
Use cases | Outcome |
---|---|
Input:Â Write a SQL query to find duplicate records. Temperature: 0 |
SELECT * |
Imagine you had a very large dataset of products and you needed a fast way to categorize them into different food groups. Using OpenAI, you could have all of the data sorted and categorized in seconds. This example shows how easily AI can take an array of examples and separate them out into separate groups.
Use cases | Outcome |
---|---|
Input: Classify the following animals as herbivores, carnivores, and omnivores: Tiger, Deer, Human, and Grasshopper. |
Tiger: Carnivore Deer: Herbivore Human: Omnivore Grasshopper: Herbivore |
Input: Classify which among them are elements and compounds. |
Elements: Iron, Magnesium, Copper Compound: Sodium Chloride (salt)
|
We can use chatGPT to create questions from multiple paragraphs to check the understanding of students.
Note : we can specify the number of questions required
Use cases | Outcome |
---|---|
Input: create 5 |
|
Input: create 3 |
1. What is global warming and how has it increased in pace over the last hundred years? 2. What is the greenhouse effect and how do fossil fuels contribute to it? 3. What are the greenhouse gases that prevent heat from leaving the atmosphere and contribute to global warming?
|
We can use chatGPT to create a quiz from multiple paragraphs to check the understanding of students.
Note : we can specify the number of questions required in the quiz.
Use cases | Outcome |
---|---|
Input: create mcq with |
1. What is
|
Input: create mcq with |
1. What is global warming? a) The long-term cooling of the planet’s overall temperature b) The long-term warming of the planet’s overall temperature c) The short-term warming of the planet’s overall temperature
|
We can use ChatGPT to replace words with blanks from multiple paragraphs to check the understanding of students.
Use cases | Outcome |
---|---|
Input: replace words |
__________ is |
Input: replace words |
_______ _______ is the long-term _______ of the planet’s overall temperature. Though this _______ trend has been going on for a long time, its pace has significantly increased in the last hundred years due to the burning of _______ _______. As the human population has increased, so has the volume of _______ _______ burned. _______ _______ include coal, oil, and natural gas, and burning them causes what is known as the “greenhouse effect” in Earth’s atmosphere. The _______ _______ is when the sun’s rays penetrate the atmosphere, but when that heat is reflected off the surface cannot escape back into space. Gases produced by the burning of _______ _______ prevent the heat from leaving the atmosphere. These greenhouse gasses are carbon dioxide, chlorofluorocarbons, water vapor, methane, and nitrous oxide. The excess heat in the atmosphere has caused the average global temperature to rise overtime, otherwise known as _______ _______.
|