If you cannot define AI in one sentence, every later concept will feel slippery. AI is also the single most misused word in technology marketing today. Getting this right is your shortcut to seeing through hype.
Think of a thermostat. It senses temperature and decides whether to turn the heater on. That is a tiny piece of intelligence in a machine. AI is the same idea, scaled up: a machine that senses, decides, and acts in a way that we would call intelligent if a human did it.
Artificial Intelligence is the broad goal of building machines that perform tasks which normally require human intelligence: understanding language, recognizing images, making decisions, planning, and learning from experience.
AI is the goal. Everything else you will hear about (machine learning, deep learning, LLMs) is a technique used to reach that goal.
AI splits into two families based on how the intelligence is built:
- Symbolic AI (rule-based): Humans write explicit rules. If X then Y. The chess engine Deep Blue (1997) was largely symbolic. Strengths: predictable, explainable. Weaknesses: brittle, scales badly.
- Statistical / learned AI: The machine learns patterns from data instead of being told rules. Everything modern (ChatGPT, image recognition, recommendation systems) is in this family. Strengths: handles messy real-world data. Weaknesses: less interpretable, needs lots of data.
In 2026, "AI" almost always means the second category.
Insert a diagram here: a large circle labeled "AI", with two child circles inside labeled "Symbolic AI" and "Learned AI". Inside "Learned AI", a smaller circle "Machine Learning", and inside that "Deep Learning", and inside that "Generative AI", and inside that "LLMs". This nested-circles diagram is the most important visual of Module 1.
Open ChatGPT or Gemini. Ask: "Give me three tasks where AI is genuinely useful and three where humans calling something AI is mostly marketing." Compare its answer to your own gut. Notice where you disagreed. That gap is where your intuition needs reps.
No code yet. Do this writing exercise (15 minutes):
- Open a document. List 10 apps or features you used today.
- For each, write whether it uses AI (Y/N) and why you think so.
- For the Y items, guess whether it is symbolic or learned.
- Save this. We will revisit it at the end of Module 2 and you will be amazed how much your mental model sharpens.
Classify these as AI or not AI: (a) the recommendation row on Netflix, (b) a CAPTCHA, (c) Excel's SUM function, (d) Google Translate, (e) Siri's wake-word detection. Answers at the end of the lesson.
When you hear "this product uses AI", ask three questions:
- What data did it learn from?
- What is the prediction or output?
- What happens when it is wrong?
If a salesperson cannot answer all three, it is probably not AI in any useful sense.
Write a one-page "AI vs not-AI" explainer for a non-technical friend. Use only analogies, no jargon. Publish it as a GeekHub post and tag it #ai-beginners.
In hiring, "AI experience" without context is meaningless on a resume. Specify which family and which task: "trained a classification model on customer churn data" or "built a RAG app with the OpenAI API". This is the language that gets interviews.
AI is the goal of making machines act intelligently. In 2026 it is dominated by learned approaches, where machines find patterns in data rather than being told explicit rules. Everything else in this course is a technique inside this umbrella.
Mini Exercise answers: a) AI (recommendation model), b) AI (image classification model behind the scenes), c) Not AI (it is a formula), d) AI (neural machine translation), e) AI (small on-device model).