A real lesson from Foundation of AI

Telling Real AI From Marketing Hype

How to tell a real AI capability from a sales claim

Narrow AI - The Only Kind That Exists Today

Artificial Narrow Intelligence (ANI) is every AI system that exists today. It does one thing - or a cluster of related things - extremely well, and nothing else.

A facial recognition system cannot play chess. An AI that plays chess cannot write emails. An AI that writes emails cannot detect fraud. Each is trained for its specific domain and has no ability to transfer skills to a new task without retraining.

The tools this course spends most of its time on - ChatGPT, Claude, Gemini - are one family inside narrow AI, called generative AI, or GenAI when someone is in a hurry. They produce something new, usually text or images or code, rather than sorting or scoring something that already exists. Their cluster of related things is an unusually wide one, which is why they can feel general. They are not. The same tool that drafts your board paper will not read an X-ray or price an insurance policy.

You already rely on narrow AI. The spam filter sorting your inbox and the image recognition tagging faces in your photo library are both narrow AI, and that is exactly why narrow AI carries high business relevance: it is the only kind you can actually buy, deploy and budget for. Two other terms get used in the same breath and neither is a product. Artificial General Intelligence (AGI) would match a person on any cognitive task and transfer knowledge across domains the way people do. Artificial Superintelligence (ASI) would surpass all human abilities in every domain, and is purely theoretical.

This matters more than most people realise. When a vendor says their product "uses AI," they mean ANI. The question is always: what specific task did it learn from what specific data?

Identify
+2 XP

Which of the following are characteristics of Narrow AI (ANI)?

Narrow AI vs General AI vs Superintelligence

CharacteristicNarrow AI (ANI)General AI (AGI)Superintelligent AI (ASI)
StatusExists todayDoes not exist yetPurely theoretical
ScopeOne specific task or domainAll human-level cognitive tasksSurpasses all human abilities
ExamplesSpam filters, image recognition, ChatGPTNone yet (hypothetical)None (science fiction for now)
Can transfer knowledge?Limited or noneYes - learns new domains like humansWould exceed human learning
Business relevanceHigh - this is what you will useWatch this space - years or decades awayNot actionable today
Risk levelManageable with governanceSubject of major safety researchExistential debate territory

Under the hood (optional) - Where AI came from

The term "artificial intelligence" was coined in 1956, at a workshop where researchers believed machines with human-level reasoning were only decades away. Since then, "AI" has meant something different in nearly every era: rule-based expert systems in the 1980s, statistical machine learning in the 2000s, and today's large-scale neural networks - software built to work its own patterns out by adjusting millions of internal numerical settings, instead of following rules a person sat down and wrote.

The label has always been a moving target. Once a capability works reliably enough to become unremarkable, people usually stop calling it "AI" and just call it software - spell-check, GPS routing and fraud detection were all once described as artificial intelligence. Everything else in this course is about the AI that already exists.

Quick Check
+2 XP

A vendor tells you their rostering tool "uses AI". Before you hear anything else, what does that already tell you about the system?

AI vs Traditional Software - The Key Question

The most important distinction in AI is not technical - it is conceptual. Traditional software follows explicit rules written by a programmer: if X, then Y. If a new situation arises that the programmer did not anticipate, the software fails or ignores it.

AI systems learn the rules from data. Instead of being told "spam emails often contain the word 'free'," a spam filter is shown millions of examples of spam and non-spam and discovers its own patterns - including ones no programmer thought to specify.

The diagnostic question for any tool claiming to use AI: does it learn from data, or is it following rules someone wrote? If someone had to explicitly code every decision, it is traditional software. That is not an insult - most of what runs your organisation is exactly that, and for most jobs it is the better tool. The thing worth naming out loud is narrower: the same rule-following software, sold to you as AI, at an AI price.

Predict
+2 XP

A company claims their "AI-powered" HR tool screens CVs by matching keywords from the job description. Is this actually AI?

Cmd+Enter to reveal

Why the Distinction Matters in Practice

The AI/rules distinction has three practical consequences for everyone who works with these systems:

  • Explainability - traditional software can always explain its decision (follow the code). AI systems often cannot - the pattern exists in millions of numerical weights, not in readable rules.
  • Failure modes - traditional software fails in predictable ways. AI systems can fail in unpredictable ways on inputs outside their training distribution.
  • Improvement - traditional software improves when engineers rewrite rules. AI systems improve when given more or better data.

This shapes how you audit, maintain, and govern AI tools - very differently from traditional software procurement.

AI or Traditional Software?

Exercise

Classify each product by how it actually works under the hood. Two of the piles look alike, so hold the line between them: Traditional Software is for the tools that never claimed to be anything else, and Marketing Hype is for the ones sold to you as AI that turn out to be following rules someone wrote.

Drag items into buckets

Unclassified

Gmail sorting emails into Primary, Social, and Promotions tabs by learning from your behaviour
A calculator app that gives the same answer every time
An "AI-powered" to-do list app that just sorts tasks alphabetically
Netflix recommending shows based on viewing patterns of millions of users
A thermostat that follows a fixed weekly schedule set by the owner
A Nest thermostat that learns your preferences and adjusts automatically over time
An "AI-powered" website builder that uses pre-made templates with no personalisation
Uses AI/ML
Drop items here
Traditional Software
Drop items here
Marketing Hype
Drop items here

Five Questions to Ask About Any AI Claim

When a vendor, colleague, or news article makes a claim about an AI system, run it through five questions:

  1. What specific task was it trained on? "AI-powered" without specifics is not a claim.
  2. What data was it trained on? Training data determines what the system can and cannot do.
  3. How was it evaluated? Benchmark results mean little without knowing the benchmark's conditions.
  4. What are its known failure modes? Every AI system has them. If the vendor can't name any, that's a red flag.
  5. Who is responsible for errors? In high-stakes decisions, "the AI got it wrong" is not an acceptable answer.
Quick Check
+2 XP

A vendor cannot name a single situation in which their tool gets things wrong. Which of the five questions has just been answered badly?

Red Flags in AI Claims

Certain phrases consistently appear in AI claims that do not survive scrutiny. Treat these as prompts to ask the five questions immediately:

  • "General AI" - no general AI exists. This usually means "we have not defined what it does"
  • "Learns continuously from every interaction" - worth drawing a careful line here, because half of it is true. A recommender or a spam filter genuinely does keep up with changing behaviour, because someone retrains it on newer examples on a schedule. What almost nothing does is learn from the message you sent thirty seconds ago while you are still typing. Ask which of the two they mean, and how often the retraining actually runs.
  • "100% accurate" - no AI system is. Either the benchmark is deceptive or the claim refers to a narrow test case.
  • "Like having an extra employee" - AI tools fail silently and have no accountability. This framing dangerously misrepresents the risk.
  • "Understands your business" - pattern matching on business data is not understanding. It will fail on situations outside its training distribution.
ScenarioA startup pitches your CEO on their product, claiming it uses "general AI" to handle any business task - from writing code to managing finances to designing marketing campaigns. They say their system truly understands what it is doing, unlike other AI tools.
Q

Based on what you have learned, what is the most accurate way to evaluate this claim?

Check Your Understanding

Think about AI tools you already use in your daily life or work (even if you didn't realise they were AI). List 3-5 examples and identify what type of narrow AI each one represents (e.g., recommendation system, natural language processing, image recognition).

That was the whole lesson, not a sample of one.

Every lesson in Foundation of AI works like that one. One payment, no subscription, no expiry.

Get the course