AI Fundamentals • Lesson 6

How AI Makes Decisions

AI can receive information, find patterns, and use what it has learned to make a prediction or decision.

In this lesson, we'll follow this process step by step using simple examples that are easy to understand.

By the End of This Lesson

  • Understand how AI receives information.
  • Understand how AI analyzes information.
  • Learn how AI makes predictions.
  • Understand how predictions can lead to decisions.
  • See how this process is used in everyday applications.

Step 1: AI Receives Information

Before AI can make a decision, it needs information.

This information can come from many different sources. It could be an image, a sound, a message, a number, or information collected by a sensor.

Think about how a person makes a decision. Before deciding whether to carry an umbrella, you might look outside and check the weather.

AI also needs information before it can make a prediction or decision.

Example: Weather Prediction

Imagine an AI system that helps predict whether it will rain.

The system may receive information such as:

  • Temperature
  • Humidity
  • Wind speed
  • Cloud conditions
  • Previous weather information

🌡 Temperature
💧 Humidity
💨 Wind
☁️ Cloud Conditions
📊 Previous Weather Data

          ↓

        🤖 AI

This information gives the AI something to work with.

Without useful information, AI cannot make a meaningful prediction.

This is why data is such an important part of AI systems.

But receiving information is only the first step. AI must next examine that information and look for useful patterns.

Step 2: AI Analyzes the Information

In the previous section, we learned that AI first needs information before it can make a decision.

But AI does not simply collect information and immediately make a decision. It needs to examine that information and look for useful patterns.

This is where the learning process we discussed in Lesson 3 becomes important.

AI can compare new information with patterns it has learned from previous examples.

Let's Continue Our Weather Example

Imagine the AI receives this information today:

  • Temperature: 22°C
  • Humidity: High
  • Wind: Strong
  • Clouds: Heavy

AI can compare these conditions with information from previous days.


Today's Weather
       │
       ▼
🌡 22°C
💧 High Humidity
💨 Strong Wind
☁️ Heavy Clouds
       │
       ▼
🤖 AI Compares With
Previous Patterns
       │
       ▼
Finds Similar Conditions

Suppose the AI has seen many previous days with similar conditions and noticed that rain often followed.

The AI can use that pattern when analyzing today's weather.

Notice that the AI is not simply following one fixed rule such as:

"If the temperature is 22°C, it will rain."

Instead, it considers several pieces of information together and looks at patterns from previous examples.

This makes the process more flexible than simply writing a separate rule for every possible situation.

After analyzing the information, AI can move to the next step: making a prediction.

Step 3: AI Makes a Prediction

After analyzing the information, AI can make a prediction.

A prediction is the answer that AI believes is most likely based on the information it has received and the patterns it has learned.

Let's continue with our weather example.

The AI has analyzed today's temperature, humidity, wind, and cloud conditions.

It has also compared those conditions with patterns from previous days.


Today's Information
        │
        ▼
🤖 AI Analyzes Patterns
        │
        ▼
📊 Prediction
        │
        ▼
🌧️ Rain is Likely

A Prediction Is Not Always Certain

One important thing to understand is that AI predictions are not always guaranteed to be correct.

For example, AI might predict that there is an 80% chance of rain.

This does not mean that it will definitely rain.

It means that, based on the information and patterns it has learned, rain appears to be the more likely outcome.

AI systems often work with probabilities rather than absolute certainty.

Prediction vs Decision

A prediction and a decision are not always the same thing.

The AI might predict:

"There is an 80% chance of rain."

Another system could then use that prediction to make a decision:

"Take an umbrella."

So the basic idea is:


Information
     │
     ▼
Analysis
     │
     ▼
Prediction
     │
     ▼
Decision

In the next section, we'll look at how a prediction can be used to produce an actual decision.

Step 4: AI Makes a Decision

After AI analyzes information and makes a prediction, that prediction can be used to make a decision.

The decision depends on what the AI system was designed to do.

Let's continue with our weather example.

Suppose the AI predicts that there is an 80% chance of rain.

A weather application could use that prediction to suggest that you carry an umbrella.


🌡 Weather Information
        │
        ▼
🤖 AI Analyzes Data
        │
        ▼
📊 80% Chance of Rain
        │
        ▼
⚙️ Decision
        │
        ▼
☂️ Take an Umbrella

Another Example: Spam Email

Imagine an email system receives a new message.

AI analyzes the message and compares it with patterns learned from previous emails.

The AI might predict that the message is highly likely to be spam.

The email system can then make a decision:

Move the email to the spam folder.


New Email
    │
    ▼
Analyze
    │
    ▼
Prediction
    │
    ▼
Likely Spam
    │
    ▼
Move to Spam Folder

Notice that the AI does not simply make a random decision.

The decision is based on the information it receives and the patterns it has learned.

The Complete Process

Now we can put the entire process together.


Information
     │
     ▼
Analyze
     │
     ▼
Find Patterns
     │
     ▼
Make Prediction
     │
     ▼
Make Decision

This basic process appears in many AI applications, although the actual technology behind each system can be much more complex.

In the next section, we'll look at several real-world examples and see how this process is used in everyday technology.

AI Decision-Making in Everyday Life

Now that you understand the basic decision-making process, let's see how the same idea appears in everyday technology.

📧 Spam Email Detection

An email service receives a new message.

AI analyzes the message and compares it with patterns learned from previous emails.

It predicts whether the message is likely to be spam.

The email system can then decide whether to keep the message in your inbox or move it to the spam folder.


New Email
    ↓
Analyze Message
    ↓
Find Patterns
    ↓
Predict: Spam
    ↓
Move to Spam Folder

🎬 Movie Recommendations

A streaming service collects information about the movies and shows you watch.

AI analyzes your viewing history and looks for patterns that may indicate what you enjoy.

It then predicts which movies or shows you might like.

The service can use that prediction to recommend new content to you.


Your Viewing History
        ↓
Analyze Patterns
        ↓
Predict Your Interests
        ↓
Recommend a Movie

🚗 Navigation and Route Planning

Navigation applications can use information such as traffic conditions, road speeds, and previous traffic patterns.

AI can analyze this information and predict where traffic may be heavier.

The application can then recommend a route that is expected to be faster or more suitable.

The exact technology varies between systems, but the general idea is similar: information is analyzed to help produce a useful prediction or decision.

🛒 Product Recommendations

Online shopping websites can analyze products you search for, view, or purchase.

AI can identify patterns in this information and predict products that may be relevant to you.

The website can then recommend those products.


Information
     ↓
Analyze
     ↓
Find Patterns
     ↓
Prediction
     ↓
Decision or Recommendation

These examples look very different, but the basic idea is similar.

AI receives information, analyzes it, uses learned patterns to make a prediction, and that prediction can be used to produce an action, recommendation, or decision.

Next, let's review the main ideas from this lesson.

What You Learned

Congratulations! You have completed Lesson 6.

You now understand the basic process AI can use to turn information into predictions and decisions.

1. AI Receives Information

AI needs information before it can make a prediction or decision. This information can come from images, text, sensors, numbers, or other sources.

2. AI Analyzes Information

AI examines the information and can compare it with patterns learned from previous examples.

3. AI Makes a Prediction

Based on the information and learned patterns, AI can predict what is likely to happen or what something is likely to be.

4. A Prediction Can Lead to a Decision

A prediction can be used by an AI system or another part of an application to produce an action, recommendation, or decision.

Remember It This Way


Information
     ↓
Analyze
     ↓
Find Patterns
     ↓
Prediction
     ↓
Decision

        

Remember one important idea from this lesson.

AI uses information and learned patterns to make predictions that can help produce decisions or actions.

In the next lesson, we'll look at where Artificial Intelligence is used in the real world.

Next Lesson

Congratulations! You have completed Lesson 6.

You now understand how AI can receive information, analyze patterns, make predictions, and use those predictions to produce decisions or actions.

But AI is not limited to one type of application. It is already being used in many different areas of our lives.

Where Is AI Used in the Real World?

From recommendation systems and online shopping to healthcare, transportation, finance, and entertainment, AI is being used to solve many different types of problems.

In the next lesson, we'll explore some of the most important real-world applications of Artificial Intelligence.

Lesson 7

Real-World Applications of AI

Discover how Artificial Intelligence is being used in everyday life and across different industries.

Continue to Lesson 7 →