Offline-ready notes · progress saves on this device
Project LibraryStudy workspace →
Courses/Digital Entrepreneurship/Lesson 4

Lesson 4 of 9

AI Usage & Key Concepts

Read the overview in
English overview

Learn what AI and large language models do, how transformer-based systems learn patterns, and why useful AI work still requires clear instructions and human checking.

12:18 lectureBeginner12 video chapters30 flashcards + 30 questions
Official Binary Tree uploadSenegal Digital Literacy and Digital Entrepreneurship Week 4Published 2026-08-07 · embedded with chapters, checkpoints, deep notes, and a project

Four clear stages

Learn → Project → Check → Finish

Watch and work through the lecture
  1. 1LearnWatch and work through the lectureUse the chapter notebook and answer each video checkpoint.Do this now
  2. 2ProjectComplete a prompt-and-verification experimentPlan it, create it, then prove it meets the definition of done.Next
  3. 3CheckAnswer all 30 questionsCorrect weak spots using the explanation after each answer.Next
  4. 4FinishMark the lesson completeThen move to Canva & Digital Design.Next
Course outlineSenegal Digital Entrepreneurship

Interactive lecture

Watch, pause, think, apply.

Explain what modern AI and language models do, write a testable prompt, and verify outputs before using them in real work.

0:003 thinking points marked12:18

Numbered markers show where the video will pause. Seeking past one opens the first unanswered check.

Connecting to the lecture…Open on YouTube ↗

Chapter-by-chapter lecture notebook

Everything in the video, organized for learning

The lecture introduces AI, LLMs, neural networks, transformers, prompting, and creative tools. This guide separates useful mental models from claims that require current evidence.

Source reviewed12:18 lectureReviewed against the public lecture and its English captions; automatic-caption wording was checked against the lesson context.
12

video chapters mapped into notes, examples, and a concrete action.

This is a detailed learning companion reconstructed from the reviewed lecture—not a verbatim transcript.
01
0:00 in the lectureAI in the existing toolkit
What the video is teaching

Artificial intelligence is a broad field for systems performing tasks associated with perception, prediction, language, planning, or decision support. Machine learning is one approach in which performance is learned from data.

A large language model specializes in token sequences. It can transform, summarize, draft, classify, and reason imperfectly from context, but it does not become a verified source merely by sounding natural.

What to noticeTool fit

Use an LLM to draft three email variants; use a spreadsheet formula for an exact total; use an official source for a legal deadline.

Do this before continuing

Name one task for which an LLM is useful, one for which deterministic software is better, and one requiring a qualified human.

Replay this chapter on YouTube ↗
02
0:40 in the lectureArtificial intelligence
What the video is teaching

Artificial intelligence is a broad field for systems performing tasks associated with perception, prediction, language, planning, or decision support. Machine learning is one approach in which performance is learned from data.

A large language model specializes in token sequences. It can transform, summarize, draft, classify, and reason imperfectly from context, but it does not become a verified source merely by sounding natural.

What to noticeTool fit

Use an LLM to draft three email variants; use a spreadsheet formula for an exact total; use an official source for a legal deadline.

Do this before continuing

Name one task for which an LLM is useful, one for which deterministic software is better, and one requiring a qualified human.

Replay this chapter on YouTube ↗
03
1:05 in the lectureLarge language models
What the video is teaching

Artificial intelligence is a broad field for systems performing tasks associated with perception, prediction, language, planning, or decision support. Machine learning is one approach in which performance is learned from data.

A large language model specializes in token sequences. It can transform, summarize, draft, classify, and reason imperfectly from context, but it does not become a verified source merely by sounding natural.

What to noticeTool fit

Use an LLM to draft three email variants; use a spreadsheet formula for an exact total; use an official source for a legal deadline.

Do this before continuing

Name one task for which an LLM is useful, one for which deterministic software is better, and one requiring a qualified human.

Replay this chapter on YouTube ↗
04
1:37 in the lectureApplication reflection
What the video is teaching

Artificial intelligence is a broad field for systems performing tasks associated with perception, prediction, language, planning, or decision support. Machine learning is one approach in which performance is learned from data.

A large language model specializes in token sequences. It can transform, summarize, draft, classify, and reason imperfectly from context, but it does not become a verified source merely by sounding natural.

What to noticeTool fit

Use an LLM to draft three email variants; use a spreadsheet formula for an exact total; use an official source for a legal deadline.

Do this before continuing

Name one task for which an LLM is useful, one for which deterministic software is better, and one requiring a qualified human.

Replay this chapter on YouTube ↗
05
4:36 in the lectureNext-token prediction and neural networks
What the video is teaching

Text is divided into tokens. During generation, the model estimates a probability distribution for the next token and repeats the process. Neural-network parameters encode patterns learned during training.

Transformer attention helps information in the current context influence other positions. This supports flexible language behavior but does not provide human understanding, a factual database, or transparent proof.

What to noticePrediction

A likely continuation can be grammatically excellent and factually wrong because plausibility is the generation objective, not independent verification.

Do this before continuing

Take one AI answer. Mark each sentence as instruction, interpretation, or factual claim, then identify what evidence each factual claim needs.

Replay this chapter on YouTube ↗
06
5:01 in the lectureTransformers and attention
What the video is teaching

Text is divided into tokens. During generation, the model estimates a probability distribution for the next token and repeats the process. Neural-network parameters encode patterns learned during training.

Transformer attention helps information in the current context influence other positions. This supports flexible language behavior but does not provide human understanding, a factual database, or transparent proof.

What to noticePrediction

A likely continuation can be grammatically excellent and factually wrong because plausibility is the generation objective, not independent verification.

Do this before continuing

Take one AI answer. Mark each sentence as instruction, interpretation, or factual claim, then identify what evidence each factual claim needs.

Replay this chapter on YouTube ↗
07
8:26 in the lectureTraining data and bias
What the video is teaching

Training and evaluation data shape which people, languages, and situations a model represents well. Historical inequity, missing groups, annotation choices, and deployment context can produce uneven outcomes.

Do not paste secrets, private learner records, or copyrighted material into a third-party tool without permission and an appropriate data policy. Minimize data before sending it.

What to noticeBias test

Compare the model’s recommendations for equivalent profiles with names or locations changed, then investigate differences rather than accepting them as neutral.

Do this before continuing

Create a risk checklist for one planned AI use: privacy, accuracy, bias, harm, review owner, and fallback.

Replay this chapter on YouTube ↗
08
8:59 in the lectureEveryday use cases
What the video is teaching

A useful prompt states the role or perspective, task, audience, relevant context, constraints, desired format, and evaluation criteria. Give examples when the format is hard to infer.

Verification is part of the workflow. Check sources, calculations, dates, names, and omissions; compare with authoritative material; disclose meaningful AI assistance; keep a human responsible for the result.

What to noticePrompt pattern

“Draft a 120-word workshop reminder for parents, using the confirmed details below, plain French, one action, and no invented facts. List any missing detail instead of guessing.”

Do this before continuing

Improve one vague prompt, run it, identify a weak output, and revise the prompt using evidence from the failure.

Replay this chapter on YouTube ↗
09
9:28 in the lectureAssistant use and verification
What the video is teaching

A useful prompt states the role or perspective, task, audience, relevant context, constraints, desired format, and evaluation criteria. Give examples when the format is hard to infer.

Verification is part of the workflow. Check sources, calculations, dates, names, and omissions; compare with authoritative material; disclose meaningful AI assistance; keep a human responsible for the result.

What to noticePrompt pattern

“Draft a 120-word workshop reminder for parents, using the confirmed details below, plain French, one action, and no invented facts. List any missing detail instead of guessing.”

Do this before continuing

Improve one vague prompt, run it, identify a weak output, and revise the prompt using evidence from the failure.

Replay this chapter on YouTube ↗
10
9:56 in the lecturePrompting and limitations
What the video is teaching

A useful prompt states the role or perspective, task, audience, relevant context, constraints, desired format, and evaluation criteria. Give examples when the format is hard to infer.

Verification is part of the workflow. Check sources, calculations, dates, names, and omissions; compare with authoritative material; disclose meaningful AI assistance; keep a human responsible for the result.

What to noticePrompt pattern

“Draft a 120-word workshop reminder for parents, using the confirmed details below, plain French, one action, and no invented facts. List any missing detail instead of guessing.”

Do this before continuing

Improve one vague prompt, run it, identify a weak output, and revise the prompt using evidence from the failure.

Replay this chapter on YouTube ↗
11
11:01 in the lectureVideo and image tools
What the video is teaching

A useful prompt states the role or perspective, task, audience, relevant context, constraints, desired format, and evaluation criteria. Give examples when the format is hard to infer.

Verification is part of the workflow. Check sources, calculations, dates, names, and omissions; compare with authoritative material; disclose meaningful AI assistance; keep a human responsible for the result.

What to noticePrompt pattern

“Draft a 120-word workshop reminder for parents, using the confirmed details below, plain French, one action, and no invented facts. List any missing detail instead of guessing.”

Do this before continuing

Improve one vague prompt, run it, identify a weak output, and revise the prompt using evidence from the failure.

Replay this chapter on YouTube ↗
12
11:46 in the lectureModel families
What the video is teaching

A useful prompt states the role or perspective, task, audience, relevant context, constraints, desired format, and evaluation criteria. Give examples when the format is hard to infer.

Verification is part of the workflow. Check sources, calculations, dates, names, and omissions; compare with authoritative material; disclose meaningful AI assistance; keep a human responsible for the result.

What to noticePrompt pattern

“Draft a 120-word workshop reminder for parents, using the confirmed details below, plain French, one action, and no invented facts. List any missing detail instead of guessing.”

Do this before continuing

Improve one vague prompt, run it, identify a weak output, and revise the prompt using evidence from the failure.

Replay this chapter on YouTube ↗

Deep explanations

The ideas behind each chapter

Use these sections when the video moves quickly or you need another example.

010:40

Distinguish AI systems by their job

Artificial intelligence is a broad field for systems performing tasks associated with perception, prediction, language, planning, or decision support. Machine learning is one approach in which performance is learned from data.

A large language model specializes in token sequences. It can transform, summarize, draft, classify, and reason imperfectly from context, but it does not become a verified source merely by sounding natural.

Tool fit

Use an LLM to draft three email variants; use a spreadsheet formula for an exact total; use an official source for a legal deadline.

Try it now

Name one task for which an LLM is useful, one for which deterministic software is better, and one requiring a qualified human.

024:36

Build a precise model of language generation

Text is divided into tokens. During generation, the model estimates a probability distribution for the next token and repeats the process. Neural-network parameters encode patterns learned during training.

Transformer attention helps information in the current context influence other positions. This supports flexible language behavior but does not provide human understanding, a factual database, or transparent proof.

Prediction

A likely continuation can be grammatically excellent and factually wrong because plausibility is the generation objective, not independent verification.

Try it now

Take one AI answer. Mark each sentence as instruction, interpretation, or factual claim, then identify what evidence each factual claim needs.

038:26

Treat data, bias, and privacy as design constraints

Training and evaluation data shape which people, languages, and situations a model represents well. Historical inequity, missing groups, annotation choices, and deployment context can produce uneven outcomes.

Do not paste secrets, private learner records, or copyrighted material into a third-party tool without permission and an appropriate data policy. Minimize data before sending it.

Bias test

Compare the model’s recommendations for equivalent profiles with names or locations changed, then investigate differences rather than accepting them as neutral.

Try it now

Create a risk checklist for one planned AI use: privacy, accuracy, bias, harm, review owner, and fallback.

048:59

Prompt, inspect, verify, and revise

A useful prompt states the role or perspective, task, audience, relevant context, constraints, desired format, and evaluation criteria. Give examples when the format is hard to infer.

Verification is part of the workflow. Check sources, calculations, dates, names, and omissions; compare with authoritative material; disclose meaningful AI assistance; keep a human responsible for the result.

Prompt pattern

“Draft a 120-word workshop reminder for parents, using the confirmed details below, plain French, one action, and no invented facts. List any missing detail instead of guessing.”

Try it now

Improve one vague prompt, run it, identify a weak output, and revise the prompt using evidence from the failure.

Language of the lesson

Know these ideas

Artificial intelligence
A broad field of systems performing tasks associated with intelligent behavior.
Machine learning
Methods that learn patterns from data to make predictions or generate outputs.
Large language model
A model trained to predict and transform token sequences.
Token
A unit of text represented and processed by a language model.
Attention
A mechanism relating token representations within context.
Hallucination
A plausible-looking model output not grounded in reliable evidence.

Reason like a practitioner

Misconceptions to correct

  • LLMs search a perfect internal database.They generate likely language; retrieval and citations require separate systems and verification.
  • A bigger dataset removes bias.Scale can preserve or amplify representation and measurement problems.
  • A detailed answer is probably true.Specificity and confidence are style; truth requires evidence.
Transfer challenge

Build a verified AI workflow for a real communication task: prompt, first output, factual audit, corrected output, source list, privacy decision, and a short disclosure.

Lesson project · AI learning record

Complete a prompt-and-verification experiment

Two prompt versions, an annotated comparison, one independently verified claim, and a responsible-use decision.

0%0 of 3 checks
1
Project phase 1

Plan the work

State the goal, audience or user, and the evidence a strong result needs. Explain how Large language model changes your plan.

2
Project phase 2

Create the deliverable

Ask an AI tool the same question twice: first with no context, then with audience, constraints, and format. Highlight what improved and verify one important claim.

3
Project phase 3

Prove and improve

Use Transformer and Responsible use to check the result. Record one piece of evidence, one correction, and one improvement you would make next.

Offline referenceRead the independent walkthrough and practice notes

Why this lesson matters

Learn what AI and large language models do, how transformer-based systems learn patterns, and why useful AI work still requires clear instructions and human checking.

The goal is not to memorize vocabulary. By the end of the lesson, you should be able to use the ideas in a realistic situation, explain the reason for your choices, and check whether the result actually works for the intended person or task.

Learning objectives

  • Explain Large language model in your own words.
  • Apply Transformer to a realistic classroom or community example.
  • Connect Large language model with Responsible use when making a decision.
  • Complete the practice task and reflect on one improvement.

Core ideas

1. Large language model

A model trained on large collections of text to predict and generate language for tasks such as explanation, drafting, translation, and coding.

In practice: Look for this idea while you complete the lesson task. Pause before each major step and explain how Large language model changes what you choose, create, or check.

2. Transformer

A neural-network architecture that uses attention to weigh relationships between parts of an input and preserve useful context.

In practice: Look for this idea while you complete the lesson task. Pause before each major step and explain how Transformer changes what you choose, create, or check.

3. Responsible use

Protecting personal data, checking accuracy and bias, naming AI assistance when appropriate, and keeping people accountable for final decisions.

In practice: Look for this idea while you complete the lesson task. Pause before each major step and explain how Responsible use changes what you choose, create, or check.

How the ideas connect

Start with Large language model to understand the foundation of the lesson. Use Transformer to turn that understanding into an action. Then apply Responsible use to check the quality, safety, or usefulness of the result. The three ideas are strongest when you can explain their relationship rather than treating them as separate definitions.

Guided walkthrough

  1. Name the goal. In one sentence, write what you are trying to understand, create, or improve.
  2. Make a prediction. Before touching a device, use Large language model and Transformer to predict what a strong result should look like.
  3. Complete the task. Ask an AI tool the same question twice: first with no context, then with audience, constraints, and format. Highlight what improved and verify one important claim.
  4. Check the outcome. Use Responsible use to inspect the result. Ask what worked, what did not, and what evidence supports your judgment.
  5. Explain and revise. Tell a partner what you changed and why. Make one small improvement, then compare the new result with the first one.

Worked classroom scenario

Imagine two learners sharing one device. The first learner is the driver and performs the steps; the second is the navigator and reads the goal, predicts the next step, and checks the result. Halfway through the task, switch roles. Both learners should be able to explain how Large language model, Transformer, and Responsible use appeared in the work.

If no device is available, complete the same reasoning on paper: sketch the screen or result, label each decision, and describe what you would test when a device becomes available.

Common mistakes and fixes

  • Rushing into the tool: Write the goal and prediction first so every click or step has a reason.
  • Copying without understanding: After each major step, explain it in your own words to a partner.
  • Accepting the first result: Compare the outcome with the goal and make at least one deliberate improvement.
  • Letting one person control a shared device: Rotate driver and navigator roles so both learners think and practice.

Independent practice

Ask an AI tool the same question twice: first with no context, then with audience, constraints, and format. Highlight what improved and verify one important claim.

For an extra challenge, adapt the task for a different audience or community need. Write two sentences explaining what changed and which lesson idea guided your decision.

Check your understanding

  1. How would you explain Large language model to someone new to the topic?
  2. What is one realistic example of Transformer outside this classroom?
  3. When might Responsible use prevent a weak, unsafe, or confusing result?
  4. How are Large language model and Transformer connected?
  5. What evidence would convince you that your practice result works?
  6. If you repeated the activity tomorrow, what would you improve first and why?

Key takeaway

Learn what AI and large language models do, how transformer-based systems learn patterns, and why useful AI work still requires clear instructions and human checking.

You are ready to move on when you can explain the three core ideas, complete the practice without copying, and describe one improvement using evidence from your result.