Imaginative uses of AI in the classroom and beyond

Recently a friend of mine suggested I use ChatGPT to write a breaking news story about a leaf falling from a tree. I followed his suggestion and the result was hilarious. We read and hear lots of breaking news stories but rarely ever think about how they are written and how they might sound featuring mundane topics as leaves falling from trees. Writing prompts are great way to inspire creativity and that is one of the many things I love about ChatGPT and the future of artificial intelligence and machine learning in education.

Following the same line of thought I thought of using ChatGPT to generate an conversation between two imaginary characters with the intent of having them discuss their life in the forest. My writing prompt for ChatGPT was “Write an exciting dialogue between Herbert the squirrel and Leslie the deer.” Here is the result of some of the dialog that was generated.

Herbert the squirrel was running through the forest, darting from tree to tree and chattering away to himself. Suddenly, he spotted Leslie the deer standing on the path ahead.

“Hello there, Leslie!” Herbert called out. “What brings you out to the forest today?”

Leslie turned to Herbert and smiled. “Oh, just out for a leisurely stroll. The weather is so beautiful today, I couldn’t resist the opportunity to enjoy it.”

“Absolutely!” Herbert agreed. “This is the perfect day to be outside and explore. I’ve been chasing after acorns all morning.”

Try it yourself at ChatGPT

Imagine your class completing the dialogue and or incorporating it in some other way into their own writing. I see a bright future for this technology in the classroom.

What is an AI Writer?

An AI writer is a type of artificial intelligence (AI) technology that can generate written content. AI writers are powered by natural language processing (NLP) and natural language generation (NLG) algorithms that enable them to understand and generate written content. AI writers can be used to create content for a variety of applications, including content creation, automated news reports, and automated social media posts.

Natural Language Generation (NLG): NLG is a type of AI technology that enables machines to generate written content from structured data. NLG algorithms are used to analyze data and generate written content that is both accurate and engaging.

Natural Language Processing (NLP): NLP is a type of AI technology that enables machines to understand written content. NLP algorithms are used to analyze written content and extract meaning from it.

AI writers learn by analyzing large amounts of data. They use machine learning algorithms to identify patterns in the data and generate written content that is both accurate and engaging.

AI writers use machine learning algorithms to generate written content. Machine learning algorithms enable AI writers to identify patterns in data and generate written content that is both accurate and engaging.

AI writers can be used to create content for a variety of applications, including website content, blog posts, and articles. AI writers can generate content that is both accurate and engaging, making them a valuable tool for content creators.

AI writers can analyze data and generate written content that is both accurate and engaging, making them a valuable tool for news organizations.

AI writers can be used to generate automated social media posts. AI writers can analyze data and generate written content that is both accurate and engaging, making them a valuable tool for social media marketers.

AI writers can be prone to bias if they are not trained properly. AI writers can learn from the data they are given, so it is important to ensure that the data is unbiased and representative of the population.

AI writers are limited by the data they are given. AI writers can only generate content that is based on the data they are given, so it is important to ensure that the data is accurate and representative of the population.

AI writers are a powerful tool for content creation, automated news reports, and automated social media posts. However, there are some challenges with AI writers, including bias and limitations. It is important to ensure that AI writers are trained properly and given accurate data in order to ensure that the content they generate is both accurate and engaging. Despite these challenges, AI writers have the potential to revolutionize the way we create content and communicate with each other.

This blog post was created by HyperwriterAI.

An intelligent approach to eggs

I’m not a fan of eggs in the morning so the rising prices will not effect my breakfast. But I am a fan of cookies, cakes, casseroles and breads that do use eggs. The rising cost of eggs will affect baking and many food items that use eggs. Many Americans are not aware that there are ingredients that can be substituted for eggs and the cost of the items they’re making will be reduced and maybe they’ll have lower cholesterol as well. Eggs are a wonderful ingredient but maybe there are other ingredients that are even better. I asked ChatGPT to supply a list of egg substitutes that can be used in baking and cooking. Here are five possible solutions to your baking woes:

  1. Applesauce: This can be used as a substitute for eggs in many recipes, and can be used in a 1:1 ratio (i.e., 1/4 cup applesauce can be used in place of 1 egg).
  2. Banana: Mashed bananas can also be used as a substitute for eggs in many recipes, and can be used in a 1:1 ratio.
  3. Flaxseed meal: Mixing 1 tablespoon of flaxseed meal with 3 tablespoons of water can be used as a substitute for one egg in many recipes.
  4. Commercial egg replacer: There are many commercial egg replacer products on the market that can be used as a substitute for eggs in cooking and baking. These products are typically made from a combination of starches and other ingredients, and can be used in a 1:1 ratio.

It’s important to note that not all substitutes work well in all recipes, so it’s best to experiment and see which ones work best for the specific dish you’re making.

I mentioned in an earlier post that I’ve been experimenting with artificial intelligence solutions to improve my own writing and research. I used ChatGPT and HyperWrite in this blog post.

Using ChatGPT

Earlier today I decided to begin using ChatGPT. Curiosity got the best of me. I asked ChatGPT to draw a square with Python. I’m very familiar with the ‘turtle’ module in Python and regularly use it in classes I teach for middle school students. The solution offered by ChatGPT was not one I had ever seen nor demonstrated for students. I was impressed and shared this on Fosstodon.org . Later I asked ChatGPT to draw and ‘isosceles’ triangle. I expected that it might use the ‘turtle’ module again but instead this time it used ‘matplotlib.’ Another unique solution. A response to my post on Fosstodon stated that the AI powered solution was merely repeating information that could be found with a ‘Google search.’ I liked the response and didn’t disagree. Fast forward six hours and I used ChatGPT to draw a circle with ‘C++.’ The code appeared once again. This time AI provided two possible solutions. I asked it to give me a Python program that would write haiku. Once again the answer was a code snippet I would not have thought of.

import random

haiku = [
    "Autumn leaves fall gently",
    "As the cool breeze blows softly",
    "Nature's symphony"
]

print(random.choice(haiku))

I ‘Googled’ the same request and yes the answers were there but I had to sift through a couple of blog posts to find the code examples. I think AI is going to significantly change how we interact with knowledge from the internet and other databases that are connected to these learning engines. What are your thoughts?