DAY 01What a language model actually is
Before you write a single prompt, you need an accurate picture of the machine, because almost every frustration people have with AI comes from a wrong mental model. Claude is not a database, a search engine, or a librarian retrieving stored answers. It is a language model: a system trained on an enormous amount of text that learned the statistical patterns of how ideas, arguments, and explanations fit together. When you send a message, Claude generates a response token by token, each choice shaped by everything that came before it — your words, its words, the whole conversation.
This single fact explains the strange shape of its abilities. It explains why Claude can write a brilliant analogy on demand (pattern synthesis is its native skill), why it can confidently state something false (a wrong fact can be a perfectly fluent pattern), and why two slightly different phrasings of the same question can produce noticeably different answers (different inputs activate different patterns). It also explains the most important practical lesson of this entire curriculum: the quality of what you get is a function of what you provide. You are not querying a database. You are steering a generator.
People who internalize this stop asking 'why did it lie to me?' and start asking 'what in my prompt made that output likely?' That shift — from blaming the tool to engineering the input — is the actual difference between casual users and experts, and everything in the next 83 days builds on it.
Try sending these two messages in separate chats and compare: (A) 'Tell me about productivity.' (B) 'I'm a freelance designer who loses afternoons to client email. Give me three specific systems for batching communication, with the tradeoffs of each.' Same model, same knowledge — radically different output, because B gives the generator something to steer by.
- Ask Claude: 'Explain how a language model generates text, to a 10-year-old.' Read it fully.
- Then: 'Now explain it to a skeptical CEO deciding whether to trust this technology.' Notice what changed and why.
- Then: 'Now to a software engineer, including what tokens are.' Compare all three.
- Finally, ask: 'Given how you actually work, what are three mistakes people make when prompting you?' Write its answer in your notes — you'll test it against your own experience all week.