THE GENIUS PROJECT
⚖️ Lesson 5 of 6

Ethics and Power

🕒 About 30 minutes 🧠 Deepfakes, bias, data gaps, energy, jobs 🗣️ Debate cards for your crew

You now understand generative AI better than most adults. That knowledge comes with a bill: you are the person in the room who can tell what is real, what is fair, and what is worth building. This lesson is the equipment for that job, with the Caribbean at the centre of every question.

Deepfakes: seeing is no longer believing

You know from Lesson 3 that a diffusion model can conjure any image from noise, and voice models can clone a voice from seconds of audio. Combined, that is a deepfake: fabricated video or audio of a real person. Some uses are harmless fun. Others are scams ("your grandson needs bail money", in his exact voice), fake politician clips before elections, and fake celebrity endorsements for sketchy investments, all of which have already hit the Caribbean.

Your defence is a habit, not an app:

Spot the play

A WhatsApp voice note in your aunt's exact voice asks her family to urgently send money to a "new account", and says not to call because her "phone is breaking up". Best response?

Exact-voice is now cheap to fake, and "don't call me" is the tell: it blocks the one check that beats the clone. Replying in the same chat only reaches whoever holds that account. Out-of-band verification (the number you already have) defeats the whole scam. Teach this one to your parents and grandparents this week.

Bias: the data decides who is seen

Generative models learn from whatever data was collected, and the internet over-represents some faces, accents, and stories while barely sampling others. The results are concrete: face tools that work worse on dark skin, speech systems that stumble on Patois and Creole, image models that render "a professional" as someone who does not look like your street. This is not the machine being evil; it is arithmetic faithfully amplifying an unbalanced dataset, the same way one biased column skewed your Week 5 models.

The fix requires people who OWN the missing data: Caribbean voices, Caribbean images, Caribbean records, collected and governed by Caribbean institutions. That is not charity work; it is infrastructure, and it is a career one of you reading this will have.

Where the bias physically lives: it is just counting

Bias is not a mood inside the machine. It is a number you could point to: how many times each kind of example appears in the training data. Remember Week 5: gradient descent nudges the weights a tiny bit for every training example, so whatever appears most often gets the most nudges, and the model gets very good at exactly that. The internet the big models trained on skews heavily toward English text from the US and Europe, because that is who has been posting the most, the longest, on the platforms that got scraped. Patois lives mostly in voice notes, dancehall lyrics, and conversations that never became web text at all. If it was never written down and scraped, then as far as the model is concerned, it never happened.

🔢 An illustration (invented numbers, real pattern)

Imagine a training set where, for every 10,000 sentences of standard American English, there are 3 sentences of Jamaican Patois. During training, the model's weights get pulled toward American English roughly 3,000 times more often. So when you type "Wah gwaan, mi deh yah a study fi CSEC", the model is standing in territory it has barely visited: it may misread you, "correct" you into American English, or answer in a cartoon version of Patois stitched from song lyrics. The exact numbers here are made up for the illustration, but the mechanism is real, and it is the same reason image models can nail a New York skyline yet mangle a Port Antonio fishing beach: millions of photos of one, a handful of the other.

Why AI confidently makes things up

Ask a chatbot for the year a small Jamaican community group was founded, and it may answer "1987" in a calm, certain tone, when no such fact exists anywhere. Why? Go back to Lesson 1: the model is choosing the most probable next token, not looking facts up in a database. "The organisation was founded in" is almost always followed by a plausible year in its training data, so a plausible year is exactly what gets generated. The sentence is fluent because fluency is what the model was trained to produce. Nothing in next-token prediction ever asks "wait, is this TRUE?". Fluency and truth are two different things, and the model only optimises the first one.

🌫️
New Word! Hallucination

When an AI generates confident, fluent output that is factually false, because it is predicting probable-sounding tokens rather than checking facts. Most dangerous exactly where data is thin, like Caribbean names, local history, and small-island statistics.

🧠 Misconception check: "the AI knows the truth and sometimes lies"

It is a tempting picture, because the output sounds like a knowledgeable person, and people who sound like that usually either know or are lying. But lying requires knowing the truth and choosing to hide it, and there is no truth-checker inside next-token prediction to consult. The correct picture: the model always does the same single thing, generating the most probable continuation. When the training data was rich on a topic, probable text happens to be true. When the data was thin, probable text is a smooth guess wearing a confident voice. Same mechanism both times, which is why the confident tone tells you nothing about accuracy.

Who actually holds the power

Strip away the hype and generative AI runs on three ingredients. Whoever controls them controls what these systems can see and say.

📚DataWhose lives got recorded, scraped, and fed in. Decides who the model can see.
🏭ComputeWarehouses of specialised chips worth billions. Decides who can afford to train.
🤖ModelsThe trained weights and the rules baked into them. Decide what everyone downstream gets.

Right now, all three are concentrated in a handful of companies, mostly in the US and China. That is why "just use the app" is not the whole story: the app's defaults, blind spots, and prices were set far from here. But the three ingredients are not equally locked up. Compute is the hardest for a small region to match. Data is the opposite: nobody on Earth can collect Caribbean voices, stories, and records better than the people who live them. Open-weight models you can fine-tune are the bridge in the middle. That is the realistic play for the region, and for you: own the data layer, master the models, and rent the compute until we build our own.

The bill nobody shows you

⚡ Energy and water

Training and serving frontier models consumes serious electricity and cooling water. For islands paying some of the world's highest power rates and living on the front line of climate change, "just build a data centre" is not a neutral sentence. Efficiency and siting are Caribbean questions too.

🎨 Creators' work

The models absorbed millions of artworks, songs, and books without permission, including Caribbean music. Where is the line between learning from a style and taking it? Courts are split; artists are organising; licensing markets are emerging. Watch this space, it is your industry.

💼 Jobs

Generative AI automates chunks of writing, design, support, and junior coding, the exact rungs young people climb first. The counterweight: it also collapses the cost of STARTING things. One teen with these tools can ship what needed a team in 2020. Ladder removed, launchpad added.

🗳️ Truth itself

When anything can be faked, real evidence gets doubted too ("that recording of me is AI!"). Societies need new verification habits, provenance standards, and journalists and citizens (you) who check sources by reflex.

Before you trust it or share it: the 60-second check

You now know two mechanisms that should change your habits: models hallucinate where data is thin, and deepfakes are cheap. So run this routine on any AI output (or viral clip) before it leaves your hands:

The builder's code

This course's answer to all of the above is not "avoid AI". It is: be one of the people who builds and steers it. A short code to carry into the AI Solution Challenge and beyond:

Check your understanding

A face-recognition model performs noticeably worse on darker skin. What is the most accurate diagnosis, based on what you know about training?

Models minimise average loss on the data they are given. Under-represented groups contribute little to that average, so errors on them barely register during training. The fix is representative data and testing broken out by group, which is engineering work someone from this region should be doing.
📌 Lesson recap

1) Deepfakes: check sources and verify out-of-band; habits beat detectors. 2) Bias is amplified arithmetic; representative data is the fix. 3) The hidden bills: energy, creators' work, entry-level jobs, and truth itself. 4) The builder's code: disclose, verify, consent, represent, question.

Final stop: the quiz, your certificate, and the Challenge. 🎓