PM & AI Chronicles

From Product Thinking to Prompt Engineering – One Tool at a Time

Categories of AI 🤖✨: Understanding AI Classifications 🌐📚🧠

In the previous article, we explored the different disciplines of AI and how machine intelligence evolves. It provided a clear look at how AI progresses from simple to more advanced forms. 👉 Exploring Intelligence

This article explores three major categories of AI you encounter in everyday digital experiences. Conversational AI helps systems understand and respond to human language, powering tools like chatbots and virtual assistants. Generative AI creates new content—such as images, videos, music, or text—based on patterns it has learned. Predictive AI analyzes existing data to forecast trends, detect risks, and support smarter decision-making.

Having conversations is something most of us do every day. Some people find it effortless, others find it challenging, but almost everyone has at least some proficiency in communicating by voice or text. Interestingly, spoken and written conversations follow slightly different rules—even when they use the same language.

For example, when speaking, you don’t literally say punctuation out loud. A pause usually signals the end of a sentence, and raising your voice slightly indicates a question. Someone could say “period” at the end of a spoken sentence—maybe for dramatic emphasis—but doing it after every sentence would quickly become strange and tiring.

In writing, however, punctuation is essential. While casual texting can bend the rules, a two-page email with no punctuation at all would be extremely difficult to read!

Thanks to advances in AI, computers can now participate in both spoken and written conversations—either with people or with other systems. This capability, known as Conversational AI, is powered primarily through two technologies:

  • Natural Language Processing (NLP) – understanding human language
  • Machine Learning (ML) – learning patterns from data to improve responses

Two of the most common applications in this category are AI chatbots and AI assistants. The boundary between the two can be fuzzy, but there’s a general distinction.

AI chatbots are automated response systems designed to answer specific questions or handle a defined set of topics. A familiar example is when you call a company and hear:

  • “Please tell me the reason for your call.”
  • “Please say or enter your account number.”

Based on your response, the bot may route your call to a specific department or provide your account balance after you verify your identity. These tasks are narrow in scope, so if you suddenly ask the credit card bot about avocados, it won’t know what to do with that!

Chatbots appear online as well. Many company websites now include a small chat window in the corner—often greeting you with something like:

“Hi! How can I help you today?”

You might type:

“I’m looking for the best data plan.”

The chatbot can guide you through available options. And if your responses suggest you’re a strong sales lead, it might smoothly transition you to a live salesperson who can close the deal.

Like chatbots, AI assistants can also hold conversations and respond to questions—but their scope is much broader. You’ve probably used one or more of these:

  • Amazon Alexa
  • Apple Siri
  • Google Assistant
  • Samsung Bixby

These are general-purpose AI assistants capable of handling a wide variety of requests:

  • Looking up information
  • Playing music
  • Sending messages
  • Setting timers
  • Providing directions
  • Delivering reminders or notifications

Because they can respond to such a wide range of prompts, AI assistants are considered more complex than chatbots.

Alongside these general assistants, specialized versions also exist—for example:

  • Financial advisory assistants
  • Travel planning assistants
  • Workplace productivity assistants
  • Writing and editing assistants

Some are free, while others require a subscription or usage fee.

Generative AI is all about creating new content—whether that content is text, images, music, or even videos. One of the most well-known generative AI tools today is ChatGPT, but there are many others available online, each designed for different creative tasks.

Using a generative AI tool is usually simple: you visit the website or app and enter a prompt—a short description of what you want the AI to create. For example:

“Generate a simple bedtime story about a curious robot who learns to dance.”

Within seconds, the AI produces a story based on that request.

Generative AI can produce many types of content:

  • Text: stories, poems, explanations, summaries, study notes, and training materials
  • Images: artwork, logos, icons, social media graphics
  • Videos: short clips, animations, or visual drafts
  • Audio: synthetic voices, music, or sound effects

Different tools specialize in various formats. For example:

  • Craiyon generates AI artwork.
  • Other tools may focus on logos, landscapes, product designs, or animations.

Once you create something, many platforms allow you to refine it by adding more prompts—for instance:

“Make the image brighter and add a blue background.”

This helps you gradually move closer to the exact result you want.

Generative AI can also create computer code in many popular languages, including:

  • Python
  • Java
  • JavaScript
  • C++
  • R
  • Lisp and many others.

Just like generating text or images, you provide a prompt describing what you need the code to do:

“Write a Python function that checks if a number is even or odd.”

The code the AI provides may not always be perfect—and it’s not designed to write entire applications from scratch—but it can be a powerful starting point for developers. Some AI tools can also:

  • Analyze existing code
  • Suggest improvements
  • Highlight potential errors
  • Provide explanations for confusing sections

This makes them helpful companions when debugging or learning a new programming language.

One of the most fascinating aspects of AI is its ability to learn, adapt, and improve over time. As an AI receives more feedback and additional data, we generally expect it to become better at its assigned tasks.

But what happens when the opposite occurs—when an AI actually becomes worse?

This surprising phenomenon was observed in 2023, when ChatGPT’s performance declined over several months. For example, when asked to solve certain math problems or answer medical licensing exam questions, ChatGPT performed worse in June than it did in March of the same year. And this wasn’t unique to ChatGPT—other generative AI systems have shown similar patterns at times.

So how does an AI get dumber instead of smarter?

This behavior is known as AI drift. Technically speaking, drift occurs when an AI model begins to act in unexpected, inconsistent, or unpredictable ways.

Drift can happen for several reasons:

  • A small error was introduced in the model while trying to update or optimize another part of the system
  • The AI is learning from incorrect, biased, or poor-quality data
  • Accumulation of user-generated input that isn’t reliable
  • Shifts in real-world patterns that the AI hasn’t been retrained to understand

In practical terms, if an AI absorbs flawed information, it won’t recognize that it’s wrong—and it will build that information into its internal understanding.

A simple analogy would be teaching someone with a textbook full of mistakes, without them knowing it. If every example in the book said that 2 + 2 = 5, the student would confidently repeat that answer, believing it to be correct.

That’s drift: bad input leads to bad output.

Engineers use several strategies to reduce drift:

  • Verify and cross-check data sources to ensure accuracy
  • Limit or filter user-generated data to avoid unreliable learning
  • Regularly retrain the model with high-quality, trusted data
  • Purge and rebuild parts of the model when drift becomes significant
  • Use adaptive feedback loops that incorporate corrections from developers and known-good examples

These practices help keep AI systems aligned with the intended behavior.

There are two important lessons here:

  • AI, while incredibly advanced, is not perfect. Its performance can improve or degrade depending on how it is trained and maintained.
  • Always use AI results thoughtfully. Treat them as helpful tools—not unquestionable sources of truth.

Here’s a simple activity to help you experience how generative AI works in real time. Follow these steps using any generative AI tool you prefer.

  1. Go to a Generative AI Website or App.
    • Choose any platform (such as ChatGPT, Craiyon, or another AI tool). You don’t need an account for many free versions.
  2. Decide What You Want to Create
    • Pick one type of content—text or image- to keep things simple for beginners. Example: “I want to create a short poem about space exploration.”
  3. Type a Clear Prompt
    • In the prompt box, briefly describe what you want. Example: “Write a four-line poem about an astronaut discovering a new planet.”
  4. Review the Output
    • The AI will generate content based on your request. Read or view what it created and think about whether it matches what you imagined.
  5. Refine With a Follow-Up Prompt
    • You can improve or personalize the output by giving additional instructions.
    • Example: “Make the poem more cheerful and add a rhyme at the end.”
    • This step shows how AI content can be shaped over multiple prompts.
  6. Save or Compare Versions
    • Look at your original output and the refined one.
    • This helps you understand how prompts influence results—and how generative AI adapts to your instructions.

Predictive AI uses machine learning to analyze patterns in past data and make educated guesses about future behavior. Like other types of AI you’ve learned about, you’ve probably encountered predictive AI many times—often without realizing it.

A common example is autocorrect and text suggestions on your smartphone. As you type, the phone predicts what word you’re likely to use next based on your typing history and common language patterns. That’s predictive AI working quietly behind the scenes.

Another everyday example is spam detection in email. The system learns from millions of known spam messages and then predicts whether a new incoming message is likely to be spam—even before you open it.

Predictive AI is everywhere in online shopping. If you’ve ever seen:

“Customers who bought this also purchased…”

You’ve witnessed predictive AI in action.

These suggestions are based on behavioral patterns from thousands (or millions) of other shoppers with similar interests. The AI uses those patterns to guess what you might want next.

Of course, the AI isn’t always perfect—you may notice that it continues recommending the same item even after you’ve already purchased it. Over time, these systems are improving, but they’re still learning how to react to real-world timing and context.

Anywhere you find large datasets with historical patterns, predictive AI can be applied. Some of the most common areas include:

  • Finance: forecasting stock trends, detecting fraud
  • Healthcare: predicting disease risk, hospital readmission, or treatment needs
  • Insurance: assessing risk profiles and pricing policies
  • Entertainment: recommending movies, music, or games based on your past choices
  • Marketing: predicting customer churn and identifying likely buyers

To work effectively, predictive AI models must be:

  • Developed using high-quality past data
  • Validated carefully to ensure accuracy
  • Monitored and updated over time as patterns change

Once these steps are completed, the model can be used to predict what is likely to happen next.

Artificial intelligence shows up in many forms, and each category—Conversational AI, Generative AI, and Predictive AI—plays a unique role in how we interact with technology today. Whether it’s holding a natural conversation, creating new content, or anticipating what we might need next, these systems are woven into our daily digital experiences. Understanding these categories gives you a clearer picture of how modern AI works, where it shines, and why it continues to shape the tools we use every day. As AI evolves, these classifications may expand or shift, but the core ideas behind them will remain essential for anyone looking to understand the world of intelligent systems

This article is part of the Cloud Computing & AI Foundations series, where we break down the core technologies shaping today’s digital world. For the full overview of how virtualization, cloud platforms, and intelligent systems work together, refer to the main article in this series. 👉 Cloud Computing & AI