AINoon Tutorial 1

The goal of this tutorial is to:

Data Security and Privacy

Before we begin, it is very important to remember:

Open a new chat

Brainstorming and Drafting

Let’s start by using the chatbot for some brainstorming for kicking off a new project at work.

Type in the following request - what’s referred to as a prompt:

Write an agenda for a project planning meeting

Some possible observations to discuss:

Chatbots can be a great source of inspiration when brainstorming:

Similar to brainstorming, chatbots can also be a good way to make a first draft of a document:

Turn this into a meeting invite

Chatbots are also quite good at mixing ideas together, like applying a style of writing to a piece of text:

Say it like a pirate

Generating images

Many chatbots now also have built-in capabilities to generate images, try asking it to draw a city skyline you know well:

Generate an image of the {city} skyline

This might take a while, so let’s come back to this later

Automating web searches

We can also use chatbots to search the web and summarise results for us.

Let’s start a new chat for this so that:

  1. You can easily revisit specific chats in the history along the sidebar.
  2. You avoid the chatbot getting confused by previous messages in the chat.

Enable the web search option in the chat (sometimes chatbots will do this automatically if needed), then prompt it to find out about upcoming events you’re interested in:

What {event type e.g. tech conferences} are coming soon in {your city}?

Reviewing the generated image

Go back to your first chat with the skyline image.

Summarising Documents

  1. From technoon.org/ainoon, download hotel_reviews.csv

  2. Upload the file to the chat

  3. Prompt it with:

    What are the common issues in these reviews?

What about asking it more detailed questions?

How many rows are in the file?

Should be 123

What is the average rating?

Should be approximately 6.5

You can try force ChatGPT to not use code by saying “don’t use code to answer”. But do this in a new chat so it can’t read the previous code-based answer.

Prompting Tips

Refer to slide in the slide deck.

Conclusion