← Latest papers
💻 computer science

AI Unplugged: Embodied Interactions for AI Literacy in Higher Education

This paper presents a novel pedagogical approach for higher education that integrates embodied, unplugged physical activities to foster holistic AI literacy by helping university students build intuitive understanding of complex concepts before transitioning to mathematical formalizations and code.

Original authors: Jennifer M. Reddig, Scott Moon, Kaitlyn Crutcher, Christopher J. MacLellan

Published 2026-03-20
📖 5 min read🧠 Deep dive

Original authors: Jennifer M. Reddig, Scott Moon, Kaitlyn Crutcher, Christopher J. MacLellan

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to teach someone how to drive a car.

The Old Way (Traditional AI Classes):
You sit them in a classroom, hand them a thick textbook full of physics equations, and make them memorize the formula for friction and the mechanics of an internal combustion engine. You explain the theory of steering, but you never let them touch the wheel. By the time they finally get to drive, they are terrified because they understand the math of driving, but they have no feel for how the car actually moves.

The New Way (This Paper's Approach):
Instead of starting with the engine, you put them in a giant, empty parking lot. You give them a steering wheel and a map. You say, "Okay, turn left. Now, what happens? The car slides a bit, right? Now try to stop." They learn by doing, by feeling the car, by making mistakes and seeing what happens. Only after they've felt the car slide do you hand them the physics textbook to explain why it happened.

This paper, "AI Unplugged," is about bringing that "parking lot" experience to university-level Artificial Intelligence classes.

The Problem: AI is Too Magical

Right now, many students think AI is like magic. They see it in movies or on TikTok and think, "It just knows things!" But when they get to college, they are suddenly asked to write complex code and solve hard math problems. They get stuck because they don't understand the logic behind the magic. They are trying to build a house without ever having seen a brick.

The Solution: "Unplugged" Activities

The authors (teachers from Georgia Tech) decided to stop using computers for the first part of the class. They used "Unplugged" activities. This means:

  • No computers.
  • No code.
  • Just people, paper, cards, dice, and their bodies.

They treated the students like the AI agents themselves. Instead of writing a program to solve a maze, the students became the program.

The Four "Games" They Played

Here is how they turned boring math into fun, physical games:

1. The Search Game (Becoming Search)

  • The Concept: How does a computer find a path from point A to point B?
  • The Game: The class splits into groups of four. Each person holds a secret piece of information on a card (like a map fragment). One person is the "Algorithm," one is the "Goal," one is the "Map," and one is the "Memory." They have to pass cards back and forth to find a hidden treasure.
  • The Lesson: Students realized that an AI doesn't see the whole map at once (like a human looking at a map). It only sees one step at a time. By physically passing cards, they felt the frustration and logic of searching step-by-step.

2. The Card Game (Red and Black Jack)

  • The Concept: Making decisions when the future is uncertain (Markov Decision Processes).
  • The Game: A version of Blackjack. But instead of trying to get 21, you are trying to guess if you should "Hit" (take a risk) or "Stand" (play it safe) based on the cards you've seen.
  • The Lesson: Students learned that AI has to weigh risks. If they draw too many "bad" cards, they lose points. They physically felt the difference between a "safe" strategy and a "risky" one, which helped them understand how AI calculates the best move when it doesn't know what will happen next.

3. The Human Maze (Q-Learning)

  • The Concept: Learning by trial and error (Reinforcement Learning).
  • The Game: Students walked through a grid drawn on the floor. Each square had a piece of paper with a "reward" written on it. They rolled dice to decide whether to explore a new square or stick to the path they knew was good.
  • The Lesson: They acted as the AI "learning" the maze. At first, they were lost (exploring). As they played more rounds, they started remembering which paths gave them the most points (exploiting). They physically experienced the "Aha!" moment when the AI finally figures out the best route.

4. The Spy Game (Hidden Markov Models)

  • The Concept: Guessing where something is when you can't see it clearly (like a robot trying to find a person using noisy sensors).
  • The Game: One student is a "Spy" hiding in a city. Another is a "Hunter." The Spy moves secretly, but the Hunter gets vague clues (like "The spy is near the park"). The Hunter has to guess where the Spy is based on those fuzzy clues.
  • The Lesson: Students learned that AI often has to make guesses based on imperfect information. They realized that even with bad data, you can narrow down the possibilities if you use the right logic.

Why This Matters

The teachers found that when students played these games:

  1. They stayed awake: Attendance went up because it was fun.
  2. They understood the "Why": When they finally went back to the computers to write the code, the math didn't feel like magic anymore. It felt like the rules of the game they had just played.
  3. They built confidence: Students who were scared of math realized, "Oh, I already know how to do this; I just did it with cards!"

The Takeaway

This paper argues that to teach AI well, we shouldn't just dump code on students. We need to let them play with the ideas first.

Think of it like learning to swim. You don't start by reading a book about fluid dynamics. You start by getting in the shallow end, splashing around, and feeling the water. Once you aren't afraid of the water, then you learn the science of swimming.

By "unplugging" the classroom, these teachers helped students swim in the ocean of Artificial Intelligence without drowning in the math.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →