Skip to content

What generative AI actually is

Picture a Tuesday afternoon at work. A coworker pastes six messy bullet points into a chat window, types one sentence, and waits. Four seconds later a clean, confident, two-page memo appears on the screen. It sounds professional. It sounds, honestly, a little like you on a good day. Your coworker shrugs, fixes two lines, and sends it.

If your stomach dropped a little just reading that, this track was written for you. That drop is the feeling of not knowing what you are looking at. Is this thing intelligent? Is it faking? Is it coming for the part of your job you are proudest of? You cannot answer those questions with a knot in your stomach. You can answer them with understanding. That is what we are here to build, and it takes less time than you think.

This track adapts, with gratitude, a Harvard Kennedy School course called The Science and Implications of Generative AI, created by Sharad Goel, Dan Levy, and Teddy Svoronos. They built it for policy students who are smart, busy, and mostly non-technical, which makes it a wonderful match for you. We have reshaped it for Clawdemy readers and refreshed its examples, and we encourage you to watch the original lectures too. Good teachers deserve more students.

Generative AI did not begin in 2022. Researchers had been building these systems for years. What changed is who could touch them.

On November 30, 2022, a company called OpenAI released ChatGPT to the public as a free website. For the first time, a powerful language model was available to millions of people who had never cared about AI at all. You did not need to install anything or write code. You typed a sentence, and it typed back. Within five days, OpenAI’s chief executive reported that it had crossed a million users. One prominent software executive wrote at the time that this was a rare moment when you could glimpse how technology as a whole was about to change.

Treat that date as a historical marker, the way you might treat the launch of the web browser. The specific products have changed many times since, and they will keep changing. As of mid-2026, GPT-style assistants from several companies can hold long conversations, describe and create images, listen and talk out loud, and draft whole documents. Exactly what any given tool does well this month is a moving target. That churn is normal now. This lesson teaches the part that stays true underneath it.

Here is the part that stays true. A generative language model does one thing: given some words, it predicts what word most likely comes next. Then it does it again. And again. One word at a time, using everything written so far as its guide, until a whole answer has poured out. When you watch a reply appear word by word on your screen, you are not watching a typing effect. You are watching the machine actually work.

The Harvard course’s first class includes a lovely classroom exercise about this. The teacher shows the class a sentence fragment, “human language,” and asks students to vote on the next word. They pick “is.” Then they vote again and pick “surprisingly.” Then again. The sentence the room builds, one vote at a time, is “human language is surprisingly predictable.” The class has just imitated the machine. Sharad Goel calls the exercise “humans mimicking machines mimicking humans.”

Where do the predictions come from? The model’s makers feed it an enormous amount of human writing: trillions of words from web pages, forums, and books. From all that text it learns which words tend to follow which. Not by memorizing exact sentences, because most sentences you say have never been said before by anyone, ever. Instead it learns the deep statistical patterns of how people write, so it can continue almost any passage in a way that sounds like us.

That can sound too small to explain what you saw on your coworker’s screen. Prediction? That is just autocomplete. But think about what good prediction requires. To predict the last word of “the capital of Australia is,” you have to know a fact about the world. To predict the next word of a sad story, you have to track feeling and grammar and plot. Prediction, done well enough, ends up soaking up a startling amount of knowledge. As Goel puts it, “It’s a complicated prediction problem but it’s still really just prediction.”

Hold onto that sentence. It is the core insight of this entire lesson, and we will come back to it more than once. A generative model is a prediction machine that writes one word at a time. It is genuinely powerful. It is not a mind. Both halves are true, and both halves matter for how you use it.

There is one more step in how these systems are built. Raw prediction machines will happily continue any text, including harmful or useless text, so companies tune them afterward toward being helpful, honest, and safe. Getting that tuning right, and deciding whose values it should reflect, is one of the hardest open problems in the field. We will meet it again late in this track.

How this is different from the AI you already knew

Section titled “How this is different from the AI you already knew”

You have been using AI for years, probably without calling it that. The spam filter that sorts your email. The bank system that flags a strange charge. The map that predicts your commute. That older style of AI takes in data and sorts it into categories: spam or not spam, fraud or fine, fast route or slow.

Generative AI breaks from that older style in three ways. The framing comes from the Harvard course, which borrowed it from a 2023 Goldman Sachs analysis, and it still holds up. First, it is general. The spam filter does exactly one job; a chat assistant will attempt almost any writing or thinking task you hand it. Second, it is generative. It does not just label what exists, it makes new things: memos, poems, plans, images, code.

Third, and this is the quiet revolution, it is approachable. You operate it in plain English. For the first time in computing history, the most advanced tool in the building takes instructions in the same language you use to talk to a colleague.

That third point is why this track can exist. If using AI well required a programming language, we would start there. It does not. It requires clear thinking expressed in ordinary words, and clear thinking is a skill you already practice every day.

Clawdemy already has whole tracks on the machinery, and this track will point at them rather than repeat them. If you want to know how a model chops text into pieces called tokens, the Transformers and LLMs track (you will see it as AI Foundations in the lesson sidebar) covers it, starting with how AI reads your words. If you want to see how a network of simple number-crunching units learns anything at all, that is Neural Network Intuition. And if the safety questions pull at you, AI Safety and Alignment treats them with the seriousness they deserve.

None of that is required here. This track assumes you can type sentences and care about your work. That is the whole entry fee.

After its opening unit on how the technology works, the Harvard course is organized around a pair of questions, and we have kept that shape because it is exactly the right pair. First, how do I use this well? Second, what does it mean for my world?

One story from the course’s opening session shows why you need both. The teachers asked students to imagine university admissions. An applicant can now use AI to brainstorm, draft, and polish an application essay. When the Harvard class ran this exercise in 2024, most students rated the essay their teams drafted with AI in five to ten minutes as a good or very good first draft. That is question one in action: a real skill, learnable, immediately useful.

But the same tool lands on the admissions office’s desk as a dilemma. Should AI-assisted essays be banned, and could a ban even be enforced? Is the tool an unfair edge, or does it level the field for applicants who never had editors and coaches? And if AI can screen and summarize applications, does the admissions officer’s job grow or shrink? Same technology, and suddenly you are asking what it means for fairness, privacy, and work. That is question two, and notice that it is your question. The admissions office is every office.

So the track moves in two arcs. Lessons 2 through 5 answer “how do I use this well”: how to ask clearly, what lives beyond the chat window, how to judge which tasks deserve AI at all, and a full working case study that runs a real project end to end. Lessons 6 through 9 answer “what does it mean for my world”: the honest map of risks, who owns AI’s words and pictures, whether AI will take your job (asked seriously, with evidence, not vibes), and how to keep your footing in a world where anyone can generate convincing text at scale.

Along the way you will not just read. Each lesson comes with practice you can run yourself in Clawless, the working environment we use across Clawdemy, so every idea gets tested against a real, live model. This lesson’s practice is the gentlest of the whole set: your first structured conversation with a model, just to watch the prediction machine work. Understanding you have used sticks. Understanding you have only read about evaporates.

  • The prediction insight is a practical tool, not trivia. Once you know the machine is predicting likely words rather than looking up verified facts, its strange behavior stops being spooky. It explains why answers sound confident even when wrong, and why the same question can get different answers twice. You will handle both cases in this track.
  • Knowing what it is protects you from both hype and dread. People who think it is magic trust it too much. People who think it is a gimmick ignore a tool their colleagues are already using. The accurate picture, a powerful prediction machine with real limits, keeps you out of both traps.
  • Approachable means you are already qualified. The interface is plain language. Every skill in this track builds on abilities you have: writing clearly, giving context, checking work. Nobody is starting from zero here, including you.

Treating it like a search engine. A search engine retrieves pages that exist. A generative model composes new text that sounds right. Those are different machines with different failure modes, and asking one to be the other is where much frustration begins.

Assuming it thinks like a person. It produces language like a person, which makes your brain assume a mind behind it. Keep the core insight in view: one word at a time, by prediction. Respect what that achieves without imagining feelings, intent, or understanding that may not be there.

Deciding it is all hype because you caught it being wrong. You will catch it being wrong. That is expected, and later lessons teach you to work with it. A tool can be flawed and still be the biggest change to knowledge work in a generation. Both things are true at once.

Waiting until you feel ready. The people getting value from these tools are not smarter than you. They started sooner and stayed curious. Feeling behind is nearly universal and says nothing about your ability to catch up quickly.

  • Generative AI became a public phenomenon when ChatGPT launched on November 30, 2022, reaching a reported million users in five days. Treat 2022 as history; the tools have changed many times since and keep changing.
  • A generative language model is a prediction machine: it writes one word at a time by predicting what likely comes next, based on patterns learned from enormous amounts of human writing.
  • Good prediction quietly absorbs knowledge, grammar, and style. Powerful, yes. A mind, no.
  • Unlike older AI that sorts things into categories, generative AI is general, it creates new content, and you drive it in plain English. That last part makes you already qualified.
  • This track answers two questions in order: how do I use this well, and what does it mean for my world.

Lesson 2 starts the first arc with the most useful skill in the field: asking well. It turns out a good prompt has an anatomy, a small set of parts you can learn in an afternoon and use for the rest of your career. Bring a real task from your own week; you will want to try this one immediately.

Generative AI writes one word at a time, by prediction.
That is the whole trick, and the trick is genuinely powerful.
Understand the trick, and the fear starts turning into fluency.