Day 1: How AI Actually Works
The Concept
Every useful relationship starts with understanding what you are actually dealing with. AI is no different. Most people arrive with one of two mental models: either AI is a smarter, chattier search engine that gives longer answers, or it is something close to a thinking machine that knows things and reasons through problems. Neither is accurate, and the gap between the model you hold and what the tool actually does is where most of the frustration comes from.
What AI actually is
The most useful way to think about it: AI is a very sophisticated pattern-completion system. It was trained on an enormous amount of text — books, articles, websites, conversations, and more — and through that training it learned which words and ideas tend to appear near each other. When you give it a message, it does not search a database or think through a problem the way you do. It predicts the most useful next sequence of words given everything you have said and everything it has learned.
That sounds simple. The underlying mathematics is not — the scale and complexity of what happens inside a large language model is genuinely extraordinary. But the practical implication is clear: AI is not looking anything up. It is generating a response based on patterns in its training. Which is why it can be impressively helpful and surprisingly wrong in the same conversation, often with the same tone and confidence.
Why this matters for how you use it
This mental model changes two important things. First, it explains why context is so valuable. AI does not know your situation, your history, or what you actually need unless you tell it. The more relevant context you include in your message, the better the pattern it can complete. Second, it explains why verification is important. Because AI is generating language rather than retrieving facts, it has no internal alarm that fires when it produces something inaccurate. It simply continues generating the most plausible-seeming continuation of your conversation.
None of this is a reason to distrust AI. It is a reason to understand it accurately before you rely on it.
The three tools you will hear about most
ChatGPT by OpenAI was the tool that brought AI into everyday conversation and remains the most widely used. Claude by Anthropic is known for longer, more thoughtful responses and careful handling of nuanced requests. Gemini by Google integrates with Google's products and handles documents and files particularly well. You will learn how to choose between them on Day 19. For now, pick one and use it consistently — the skill you are building transfers across all of them.
Today's task is not about doing anything complicated. It is about getting the right model in place before you do anything else. Everything in this course will make more sense because of it.
Prompt of the day
Copy this into your AI tool and replace any bracketed placeholders.
Prompt
I want to understand how AI language models actually work. Please explain the core concept without using technical jargon. Tell me: what is actually happening when I type a message and you respond? Include one analogy that makes the process intuitive, and tell me the single most important thing this means for how I should use you.
Your 15-minute task
Open ChatGPT, Claude, or Gemini. Run the prompt above. When it finishes, ask this follow-up: 'Give me one example of a task you are reliably good at and one example of a task where I should double-check your answer.' Save both responses somewhere you can refer back to.
Expected win
A clear mental model of what AI is and is not — the foundation that makes every other day in this course easier to understand and apply.
Power user tip
After reading the response, ask: 'What would make you give me a better answer to this question?' The response will teach you more about prompting than any tutorial.