GeekHub Learn
Module

What is AI, really? (and what it is not)

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:

  1. 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.
  2. 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.

Visualize it

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.

Try it now

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.

Hands-on lab

No code yet. Do this writing exercise (15 minutes):

  1. Open a document. List 10 apps or features you used today.
  2. For each, write whether it uses AI (Y/N) and why you think so.
  3. For the Y items, guess whether it is symbolic or learned.
  4. Save this. We will revisit it at the end of Module 2 and you will be amazed how much your mental model sharpens.

Try it now

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.

Common mistakes

  • Calling every automation "AI". A SQL query that updates a column is automation, not AI.
  • Believing AI is conscious. It is not. It is statistics at scale.
  • Thinking AI is new. The term was coined in 1956. The current boom is one of many waves.

Debugging tip

When you hear "this product uses AI", ask three questions:

  1. What data did it learn from?
  2. What is the prediction or output?
  3. What happens when it is wrong?

If a salesperson cannot answer all three, it is probably not AI in any useful sense.

Challenge

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.

Where this shows up

  • Email spam filters (learned AI, classification)
  • Voice typing on your phone (learned AI, speech recognition)
  • Self-driving lane assist (learned AI, computer vision)
  • A traffic light timer (not AI, just a rule)

From the field

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.

Recap

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).


Quick recall

3 prompts · think before you flip

Prompt 1 of 3

What is the difference between symbolic and learned AI?

Quiz time

2 questions · tap an answer to check it

  1. 1. AI is best defined as

  2. 2. Deep Blue (1997 chess engine) is mostly an example of

Finished lesson 1.1?

Mark complete to update your module progress and unlock the streak.

Loading