Sunday, 06 September 2026
Advertisement Advertise Your advert could be here Reach thousands of learners and ICT professionals across Rwanda. Contact us
Advertisement Opportunity Jobs, scholarships & hackathons Fresh openings from Rwandan job boards are pulled in every hour. See openings

What artificial intelligence actually is

Artificial intelligence from zero · lesson 1 of 12

In this lesson: Define AI in one sentence and tell the difference between a rule-based program and a learned one.

Artificial intelligence is software that improves at a task by being shown examples, instead of being told every rule. That single sentence covers everything from a spam filter to the chatbot on your phone. Everything else is detail.

To see why this matters, imagine you must write a program that separates spam from real email.

The old way: you write the rules

You sit down and think hard:

if the subject contains "FREE MONEY": spam
if the sender is not in the address book: spam
if the message has more than 5 exclamation marks: spam

This is rule-based programming. It works, briefly. Then a spammer writes "FR33 M0NEY" and your rule misses it. You add another rule. They change again. You are now in a race you lose every week, forever.

The new way: the machine finds the rules

Instead you collect 100,000 emails that humans already labelled "spam" or "not spam". You hand the pile to a program and say: find whatever pattern separates these two groups. The program works out its own rules — thousands of them, weighted, many of which no human would have thought to write. When spammers change tactics, you feed in newer examples and the rules update themselves.

That is machine learning, and machine learning is the engine inside almost everything called "AI" today.

The trade you just made: you gave up understanding. You can read a rule-based program and know exactly why it flagged an email. You usually cannot do that with a learned model. This trade is the source of nearly every AI controversy you will ever read about.

Three words people use loosely

TermWhat it means
Artificial intelligenceThe whole field. Any machine doing something that looks like thinking.
Machine learningThe main technique: learn the rules from examples. A part of AI.
Deep learningMachine learning using neural networks with many layers. A part of machine learning.

They nest inside each other like boxes. When a news article says "AI", it almost always means deep learning.

What AI is not

It is not a mind. It has no beliefs, no intentions and no understanding in the way you have them. A model that writes a beautiful paragraph about grief has never grieved. Keeping this clear in your head is not pedantry — it is what stops you trusting output that deserves checking.

Try it yourself

Write down three tasks you do that follow strict rules ("if the student scores below 50, they resit"), and three that you do by pattern and experience ("this student seems to be struggling"). The first list is ordinary programming. The second list is where AI belongs. You will use this instinct for the rest of the track.

Create a free account to save progress

All lessons in this track

  1. 1
  2. 2
  3. 3
  4. 4
    What a language model is really doing ~20 min account needed
  5. 5
  6. 6
    Writing a prompt that actually works ~20 min account needed
  7. 7
    When AI is confidently wrong ~20 min account needed
  8. 8
  9. 9
    What never to paste into an AI tool ~15 min account needed
  10. 10
  11. 11
  12. 12
    AI careers, and where to go from here ~15 min account needed
Advertisement Yanjye Learn a new digital skill this week ICT, programming and professional courses with graded weekly assignments. Start free