What Is AI, and Why Now?
Before automating anything, it helps to understand what "AI" actually means in practice — not the sci-fi version, the version you'll actually use this week.
- Explain what a large language model (LLM) does in plain terms
- Tell the difference between AI that generates and AI that decides
- Identify one task in your own work an AI could help with today
1. AI Is a Prediction Engine, Not a Brain
Modern AI tools like ChatGPT and Claude are built on large language models — systems trained on enormous amounts of text to predict what word (or piece of a word) should come next in a sequence. Ask a question, and the model is essentially completing the sentence "the best answer to this question is..." one piece at a time, informed by patterns it learned from millions of documents.
That's it. There's no understanding in the human sense, no goals, no awareness. But the predictions are good enough that the output is often indistinguishable from something a knowledgeable person would write — which is why it's useful for drafting, summarizing, explaining, and brainstorming.
2. Two Kinds of "AI" You'll Run Into
Most tools you'll encounter fall into one of two buckets:
- Generative AI — creates new content: text, images, code, audio. This is ChatGPT, Claude, Midjourney, and similar tools. You give it a prompt; it produces something new.
- Predictive / decision AI — scores or classifies existing data: fraud detection, recommendation engines, spam filters. You don't "chat" with these; they run quietly in the background of apps you already use.
In this course, we're focused almost entirely on generative AI, because it's the kind you can start using immediately, with no coding and no budget.
3. Why "Now" Specifically?
AI research has existed for decades. What changed recently is access: models that used to require a research lab are now available through a chat box for free or a few dollars a month. That shift — from "AI is something companies build" to "AI is a tool anyone can pick up" — is what makes this the right moment to learn it, the same way learning to use a spreadsheet mattered once computers showed up on every desk.
4. What Comes Next
Lesson 02 covers prompting — the actual skill of getting useful, reliable output from an AI tool by how you ask, not just what you ask. Lesson 03 moves into automating a real repetitive task in your own work.
Quick Check
What is a large language model fundamentally doing when it answers a question?