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 observations:

Chatbots can be a great source of inspiration when brainstorming:

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

Turn this into a meeting invite

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

Say it like a pirate

Automating web searches

We can also use chatbot’s to search the web and summarise results for us.

Enable the web search option in the chat (sometimes chatbot’s 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}?

Note that we started discussing a new topic here in the same chat, sometimes it’s helpful to start a new chat 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.

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

Summarising Documents

  1. From technoon.org/ainoon, download washing_machine_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 100

What is the mean rating?

Should be approximately 7.74

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