01
Topic One
What Exactly Is AI?
🤖

🧠 The Simple Definition

Artificial Intelligence (AI) is the ability of a computer or machine to do things that normally require human intelligence — like understanding language, recognising faces, making decisions, or learning from experience.

The word "artificial" just means it's made by humans, not natural. The word "intelligence" means the ability to think, learn, and problem-solve.

💬 Put simply: AI = teaching computers to think and learn, almost like a human brain — but using maths and data instead of biology.
🎮
🔥 Analogy — Make It Click
Imagine you're teaching a friend to play chess. You show them thousands of example games, explain which moves won and which lost. Eventually they start to see patterns and make smart moves on their own — without you telling them every step.

That's exactly how AI learns. Instead of a friend, it's a computer. Instead of chess examples, it could be millions of photos, sentences, or customer records. The computer finds patterns in all that data and gets smarter over time.

⚙️ AI vs Normal Software — What's the Difference?

This is one of the most important distinctions to understand. Most software you've used follows rules written by programmers. AI is different — it figures out its own rules from data.

Feature Normal Software AI Software
How it works Follows strict rules written by programmers Learns patterns from examples (data)
Example Calculator: 2+2 always = 4, exactly as coded Face recognition: learns to tell your face apart from others
Can it improve? No — unless a programmer rewrites it Yes — it gets better the more data it sees
Handles new situations? Only if the programmer prepared a rule for it Can make reasonable guesses about new situations
Malaysian example Touch 'n Go balance calculator Grab's surge pricing & route recommendation
🌍
Did You Know?
The term "Artificial Intelligence" was first used in 1956 by a scientist named John McCarthy at a conference at Dartmouth College, USA. Back then, computers were the size of rooms and could barely do simple calculations. Now, the AI in your phone is more powerful than the computers that sent astronauts to the moon! 🚀
Exercise 1A AI or Not AI? 🤔

For each item below, decide: is this AI-powered or normal software? Click to reveal the answer after you've thought about it!

1
Your calculator app on your phone (like when you type 15 × 3)
Tap to reveal ▾
✅ Answer
Normal Software. A calculator just follows fixed arithmetic rules. It doesn't learn anything. If you type 2+2 a million times, it doesn't "get better" at maths — it just follows the same rule every single time.
2
TikTok's "For You Page" — how it knows exactly what videos you'll enjoy
Tap to reveal ▾
✅ Answer
AI! TikTok's recommendation engine studies your watching habits, pauses, replays, and what you skip. It uses AI to build a model of your taste and predicts what you'll enjoy next. No human programmer manually decides what to show you.
3
Google Translate — when you type "Selamat pagi" and it translates to "Good morning"
Tap to reveal ▾
✅ Answer
AI! Modern translation uses a type of AI called a Neural Machine Translation model, trained on billions of translated sentences. It doesn't just swap words — it understands sentence structure, context, and even tone. It gets better as more people use and correct it.
4
A traffic light that switches from red to green every 60 seconds automatically
Tap to reveal ▾
✅ Answer
Normal Software. A fixed-timer traffic light just follows a programmed schedule. However! Some smart traffic lights in Kuala Lumpur DO use AI — they use cameras and sensors to detect traffic density and adjust timing automatically. Those are AI-powered.
5
Shopee/Lazada showing you products "you might also like" after you buy something
Tap to reveal ▾
✅ Answer
AI! This is called a Recommendation System. It's trained on what millions of shoppers buy together. When you buy a phone, it figures out that most people also need a phone case, screen protector, or charger — and recommends those. This single AI feature generates billions in extra sales globally.
02
Topic Two
The 3 Types of AI
🎯

🗂 Not All AI Is the Same

Scientists classify AI into three levels based on how capable it is. Think of it like levels in a video game — we're currently at Level 1, and Level 3 only exists in science fiction (for now).

🎯
Level 1
Narrow AI
Can do one specific task extremely well — but only that task. It has no understanding of anything outside its training.
📌 We are here right now.
Examples: ChatGPT (text), Siri (voice), AlphaGo (chess), your phone's face unlock
🧠
Level 2
General AI (AGI)
Can do any intellectual task a human can — reasoning, creativity, learning new skills, having a conversation about anything.
🔮 Does not exist yet.
Scientists are working towards it. Estimated 10–30+ years away.
Level 3
Super AI (ASI)
Smarter than all humans combined in every field — science, art, strategy, emotional intelligence, creativity.
🎬 Science fiction only — for now.
Think: movies like Ex Machina or Her
🏆
🔥 Think of It This Way
Narrow AI is like a world-champion archer — absolutely incredible at one thing, useless at everything else.

General AI would be like a person who is expert-level at every skill simultaneously — cooking, surgery, coding, poetry, engineering.

Super AI would be like having the combined knowledge and intelligence of every human who ever lived — and being able to process it in milliseconds.
🤯
Narrow AI Can Still Be Mind-Blowing
Don't underestimate Narrow AI. In 2016, Google's AlphaGo (a Narrow AI) beat the world champion Go player Lee Sedol 4–1. Go is a board game with more possible positions than there are atoms in the observable universe! The AI found strategies no human had ever thought of in 3,000 years of the game being played. The world champion said it felt like being beaten by "an entity from another dimension."
Exercise 2A Which Level Is It? 🎯

Read each scenario. Decide which type of AI it describes: Narrow, General, or Super. Then tap to check!

1
Spotify's AI listens to all your past music and creates a perfect personalised playlist for you — but it can't do anything other than recommend music.
Tap to reveal ▾
✅ Answer
Narrow AI. Brilliant at one thing (music recommendations), but it has zero ability to do anything outside of that. Ask it to write an essay or recognise your face — it simply cannot.
2
In a science fiction movie, a robot AI decides to learn architecture, become a doctor, write a novel, and start a business all in the same week — learning each skill faster than any human could.
Tap to reveal ▾
✅ Answer
General AI (AGI). The ability to learn any skill and transfer knowledge across completely different domains — that's the hallmark of AGI. This does not exist yet in reality.
3
Malaysia's MySejahtera app used AI to detect whether someone's face matched their IC photo during the COVID vaccination check-in.
Tap to reveal ▾
✅ Answer
Narrow AI. Facial recognition is a classic Narrow AI task — very good at matching faces, trained on millions of face photos, but it can only do face recognition. It cannot diagnose your COVID symptoms, write your vaccination report, or do anything else without separate AI systems.
03
Topic Three
How Does AI Actually Learn?
📚

🔬 The Learning Process — Step by Step

The most important thing to understand is this: AI learns from examples, not rules. Instead of a programmer writing "if the image has two ears and whiskers, it's a cat," an AI looks at a million cat photos and figures that out by itself.

This process is called Machine Learning — making machines learn from data. Here's how it works:

🗂
Collect Data
Gather thousands or millions of examples (photos, text, numbers)
🏷
Label Data
Tell the AI what each example IS (humans do this first)
⚙️
Train Model
AI studies all examples and finds hidden patterns
🧪
Test & Fix
Test on new examples. Fix errors. Repeat many times
🚀
Deploy
Launch the model for real use — it keeps improving
🍜
🔥 The Nasi Lemak Analogy
Imagine you want to teach someone to cook the perfect Nasi Lemak — but instead of giving them a recipe, you show them 10,000 examples of good and bad Nasi Lemak.

After studying all those examples, they start to notice patterns: "the ones rated 10/10 always have crispy anchovies, the right coconut-to-pandan ratio, and sambal that's sweet-spicy-tangy." Nobody told them those rules. They discovered them from the examples.

Then you show them a new bowl and ask "is this good?" They can now judge it themselves — even if they've never seen that exact recipe before.

That's machine learning. Examples → Patterns → Predictions.

🏷 What is "Training Data"?

The examples an AI learns from are called training data. The quality and quantity of this data determines how smart the AI becomes.

💡 Key Insight: "Garbage in, garbage out." If you train an AI on bad, biased, or incorrect data — it will make bad, biased, incorrect decisions. Data quality is everything.
Exercise 3A Fill in the Blanks 📝

Complete each sentence using the word bank below. Type in your answer, then click Check Answers.

Word Bank patterns data examples training improve rules
1. AI learns from rather than following fixed rules written by programmers.
2. The process of feeding an AI thousands of examples is called the model.
3. AI finds hidden in large amounts of data to make predictions.
4. The more quality an AI sees, the smarter it becomes.
5. Unlike normal software that follows fixed , AI can over time as it sees more examples.
04
Topic Four
AI All Around You
🌍

📱 AI in Your Daily Malaysian Life

You interact with AI dozens of times every single day — you just didn't know what to call it. Let's map out exactly where AI shows up in your life from morning to night.

🌅 Morning — The AI you wake up to
Smart Alarm
Some phone alarms use AI to detect your lightest sleep phase and wake you gently
📰
News Feed
Google News uses AI to show you articles it predicts you'll want to read
🗣
Hey Siri / Ok Google
Voice recognition AI converts your speech to text and understands your intent
📸
Face Unlock
Your phone maps 30,000 infrared dots on your face — AI compares them every time
🌤 Afternoon — AI at school and around town
🔍
Google Search
AI ranks billions of pages and predicts which answer you actually need
🚗
Waze / Google Maps
AI predicts traffic jams using data from millions of other drivers right now
🏦
Online Banking
AI detects suspicious transactions and blocks fraud before you even notice
🏥
Hospital AI (KKM)
Malaysian hospitals use AI to read X-rays and help doctors spot diseases earlier
🌙 Evening — AI for entertainment and social life
🎵
Spotify / YouTube Music
AI analyses your listening habits and creates Discover Weekly playlists just for you
🎬
Netflix
AI recommendations save Netflix RM 2.7 billion yearly by keeping users watching
📱
TikTok FYP
The most sophisticated recommendation AI ever built — adapts to you within 3–5 videos
🎮
Game NPCs
AI controls enemy characters in games, adapting to your playing style to challenge you
Exercise 4A AI in MY Day 📓

This is a reflection exercise. Think about yesterday — from the moment you woke up to when you went to sleep. Try to identify at least 8 moments when you used something powered by AI. Use the examples above as inspiration, but try to find ones personal to you!

My AI Timeline — Yesterday
Morning
Afternoon
Evening
💬 Share with the class: Which AI moment surprised you the most? Which one do you feel you couldn't live without?
05
Topic Five
AI vs Humans — Who Wins?
⚔️

🤝 It's Not a Competition — It's a Partnership

One of the biggest myths about AI is that it will "replace" humans. The truth is more nuanced: AI is extraordinarily good at some things, and remarkably bad at others. Understanding the difference is one of the most important skills you can develop.

Situation 🤖 AI is better 🧑 Humans are better
Processing data Can analyse millions of data points in seconds, never gets tired
Creativity & originality True original ideas, emotional meaning, cultural depth
Detecting patterns Finds patterns in huge datasets humans would never notice
Empathy & care Genuinely understands emotions, grief, love, relationships
Repetitive tasks Does the exact same task perfectly a billion times
Moral judgement Can weigh complex ethics, values, and consequences
Speed Makes decisions in milliseconds
Common sense Understands context that "doesn't need explaining"
Medical diagnosis Reads X-rays with 99%+ accuracy (never tired or distracted) Understands the whole patient — lifestyle, stress, family history
🏥
Real Malaysian Example — AI in Healthcare
Hospital Universiti Kebangsaan Malaysia (HUKM) and Hospital Kuala Lumpur are piloting AI systems that read chest X-rays to detect tuberculosis and pneumonia. The AI catches things the human eye might miss at 3am after a 12-hour shift. But the final call is always made by the doctor — because the AI can't know the patient's full context. AI + Human = better outcomes than either alone.
🎮 Class Activity
AI or Human? The Turing Test Challenge
⏱ Estimated time: 20 minutes  ·  👥 Whole class
📖 Key Terms to Remember

These are the most important terms from Week 1. Make sure you can explain each one in your own words.

Artificial Intelligence
The ability of a computer or machine to perform tasks that normally require human intelligence
Machine Learning
A type of AI where the computer learns patterns from examples rather than following programmed rules
Training Data
The examples (data) used to teach an AI model — quality and quantity both matter enormously
Narrow AI
AI that is extremely good at one specific task only — all current AI is Narrow AI
General AI (AGI)
Hypothetical AI that can do any intellectual task a human can — does not exist yet
Algorithm
A set of instructions or rules a computer follows to solve a problem or make a decision
Recommendation System
AI that predicts what content, product, or action a user would most likely want next
Pattern Recognition
The core ability of AI — finding repeating structures in large amounts of data
🏆 Week 1 Assessment
Take-Home Assignment — Due Next Session
10 AI Tools + Personal Reflection
1
Part A — The List (50 marks): Name 10 AI tools, apps, or systems you use in your daily life. For each one, write: (a) what it does, (b) what type of AI it uses (e.g. recommendation, voice recognition, image AI), and (c) one example of how it helps you personally.
2
Part B — Reflection (30 marks): Write a short paragraph (5–8 sentences) answering these questions: "Before this lesson, did you realise how much AI was in your life? Which AI tool would be hardest to live without, and why? Does knowing something is AI-powered change how you feel about using it?"
3
Part C — Prediction (20 marks): Choose ONE area of your life (school, sports, hobbies, family). Write 3–5 sentences predicting how AI will change that area in the next 10 years. Be specific — what will be different?
Quick Quiz Test Your Understanding 🧪

Answer these questions before you finish. Tap each one to check your answer!

Q1
In your own words, what is the main difference between regular software (like a calculator) and AI?
Model Answer ▾
✅ Model Answer
Regular software follows fixed rules programmed by a human developer — it can only do exactly what it was coded to do and cannot change. AI, on the other hand, learns patterns from data (examples) and can improve over time, make predictions on new situations it hasn't seen before, and develop its own "rules" from those patterns.
Q2
Why do experts say "data is the fuel of AI"? What happens if an AI is trained on bad data?
Model Answer ▾
✅ Model Answer
Data is the raw material AI learns from — without it, there's nothing to learn. Just like a car needs petrol to run, an AI needs data to function. If trained on bad data (incorrect, incomplete, or biased), the AI will learn wrong patterns and make bad predictions. A famous example: early AI hiring tools were trained mostly on male applicants' data and ended up discriminating against women — not because it was programmed to, but because the training data was skewed.
Q3
Name 3 things that humans can currently do that AI cannot do well. Explain why for each one.
Model Answer ▾
✅ Model Answer (sample — your answer may differ)
1. True empathy: AI can detect that someone is sad from their words or face, but it doesn't genuinely feel concern. A good nurse knows when a patient needs a human hand to hold — AI doesn't naturally know that.

2. Moral and ethical judgement: Should a doctor tell a patient a hard truth that could cause distress? AI can suggest options but cannot weigh the full moral weight of a decision the way a human conscience can.

3. Common sense in novel situations: AI can fail catastrophically in situations that differ slightly from its training. A human child understands instinctively that you shouldn't walk into traffic — an AI robot still struggles with this kind of basic common-sense reasoning in unfamiliar contexts.
Coming Up Next Week →
Week 2: Data — The Fuel of AI 🗄️

Now that you know AI learns from data — what IS data exactly? We'll explore data types, learn why data quality matters more than quantity, build your first real dataset, and discover why biased data leads to biased AI. You'll also get hands-on with Excel and Google Sheets.

Before next session, try: Keep a data diary for 24 hours — every number, list, or measurement you encounter