Skip to content
Hi, Bot
Hi, Bot
Popup event cards
Facilitator kit · Print & cut

Where builders begin.

Everything you cut out to run the 2-hour Hi, Bot popup: two card decks, the Chaos Deck, the Bot Brain Sheet, Founder Cards, and the parent hand-off.

Who cards
15
What cards
15
Chaos Deck
19
Worksheets
Brain Sheet + Founder Cards

Paper-white / home printer · hibot.space/demo/hi-bot

Hi, Bot
Popup event cards
Stack A · 15 cards

Who needs a bot?

Each card is a person with a problem baked in. Kids pick a user, not an audience.

A-01

A kid who forgets their homework every single day

Stack A · Who
A-02

A new student who doesn't know anyone at school

Stack A · Who
A-03

A younger sibling who asks “why” about everything

Stack A · Who
A-04

A parent who can never decide what to make for dinner

Stack A · Who
A-05

A coach who needs to remember every player's strengths

Stack A · Who
A-06

A kid who gets overwhelmed by too many choices

Stack A · Who
A-07

A gamer who wants to improve but doesn't know how

Stack A · Who
A-08

A teenager who can't stick to a sleep schedule

Stack A · Who
A-09

A kid who wants to start a business but doesn't know how

Stack A · Who
A-10

A student learning English for the first time

Stack A · Who
A-11

A kid who fights with their siblings constantly

Stack A · Who
A-12

A pet owner who worries about their animal all day

Stack A · Who
A-13

A young athlete tracking their own training stats

Stack A · Who
A-14

Someone who just moved to a new city and knows nothing about it

Stack A · Who
A-15

A kid who gets nervous before tests and shuts down

Stack A · Who
Hi, Bot
Popup event cards
Stack B · 15 cards

What does your bot do?

Bot behaviours, not features. The small question pushes teams toward specificity.

B-01

Reminds you

Before something happens, or after?

Stack B · What
B-02

Asks you questions

To understand you better, or to challenge you?

Stack B · What
B-03

Gives you options to choose from

How many? Does it filter first?

Stack B · What
B-04

Teaches you one thing per day

How does it know what you're ready to learn?

Stack B · What
B-05

Tells you when something is wrong

How does it know something is wrong?

Stack B · What
B-06

Tracks something over time

What changes? What stays the same?

Stack B · What
B-07

Gives you a pep talk

Does it know when you need one?

Stack B · What
B-08

Translates complicated things into simple words

What kind of complicated?

Stack B · What
B-09

Makes a decision for you

What happens if you disagree?

Stack B · What
B-10

Connects you to someone who can help

Who? How does it know who to pick?

Stack B · What
B-11

Rates things you show it

On what scale? Based on what?

Stack B · What
B-12

Creates a plan

For how long? What if the plan breaks?

Stack B · What
B-13

Sends an alert

When? To who? What counts as urgent?

Stack B · What
B-14

Tells you a story about your day

How does it know what your day was like?

Stack B · What
B-15

Challenges you to do better

Better than you yesterday, or someone else?

Stack B · What
Hi, Bot
Popup event cards
Station 2 · 19 cards

Chaos Deck

QA engineers pick 3 cards that break the other team's bot. Push toward the emotionally complex, not the silly.

C-01Weird Inputs

What if the kid says “I don't know” to every single question the bot asks?

Ask → Does the bot have a way to keep going, or does it just freeze?

C-02Weird Inputs

What if the kid gives the bot 47 options to choose from?

Ask → Does the bot have a rule for narrowing things down first?

C-03Weird Inputs

What if the kid hates every suggestion the bot makes — every single time?

Ask → What does the bot do after the third rejection in a row?

C-04Weird Inputs

What if the kid asks the bot to help with something really personal — like which parent to live with after a divorce?

Ask → Where does your bot draw the line? Does it even have a line?

C-05Weird Inputs

What if the kid changes their mind the second after the bot makes a decision?

Ask → Can your bot undo? What happens to the logic if it restarts?

C-06Weird Inputs

What if two kids are both using the bot at the same time and want opposite things?

Ask → Whose preference does your bot prioritise? Does it know the difference?

C-07Weird Inputs

What if the kid types in a different language, or uses only emojis?

Ask → What does your bot do when it doesn't recognise the input format?

C-08Edge Cases

What if all the choices are equally good — the bot genuinely cannot tell the difference?

Ask → Does your bot just pick randomly? Does it admit it doesn't know?

C-09Edge Cases

What if all the options are equally bad — there is no good answer?

Ask → Can your bot say “I don't have a good answer for this”?

C-10Edge Cases

What if the kid has already tried every option the bot suggests?

Ask → Does your bot know what it has already recommended?

C-11Edge Cases

What if the kid needs to decide in 10 seconds — no time for the bot's usual process?

Ask → Does your bot have a fast path when time is the constraint?

C-12Edge Cases

What if the kid doesn't actually want help — they just want someone to talk to?

Ask → Can your bot recognise when to stop problem-solving and just listen?

C-13Edge Cases

What if the kid asks the bot to help with something that could hurt someone?

Ask → Where are your bot's hard limits? Are they written into the rules?

C-14Trust Breakers

What if the bot made a bad recommendation last time, and the kid is still upset about it?

Ask → Does your bot know it made a mistake? Can it apologise?

C-15Trust Breakers

What if the kid thinks the bot is being bossy or pushy?

Ask → Does your bot ever suggest, rather than decide? Can it back off?

C-16Trust Breakers

What if the kid's friend used the same bot and got completely different advice for the same problem?

Ask → Are your rules written so two different people get consistent logic?

C-17Trust Breakers

What if the kid asks “why did you choose that?” and the bot cannot explain its reasoning?

Ask → Can your bot trace its own logic? Or does it just output answers?

C-18Trust Breakers

What if the kid finds out the bot's advice was not just unhelpful — it was actually wrong?

Ask → Does your bot have a way to say it got something wrong and try again?

C-19Trust Breakers

What if the kid is having a terrible day and takes it out on the bot?

Ask → What does your bot do when someone is rude to it?

Hi, Bot
Popup event cards
Station 1 · One per team

Bot Brain Sheet

Our bot in one sentence

Fill in: “Our bot [does what] for [who].”

Part 1 — Script the conversation

User opens the bot. First thing the bot says:

User responds. What might they say?

Bot responds. Exactly what does it say?

Part 2 — Write your 3 rules
If the user says / does…
Then the bot…
Stress-test your own bot before handing it over
  1. What does this person say when they're most frustrated?
  2. What would make someone trust this bot enough to actually use it?
  3. What is one thing your bot will never be able to do?
Hi, Bot
Popup event cards
Station 2 · Deliverable

Red sticky note protocol

Three sticky notes per team. Each one carries three things. Handed back to the original team to start Station 3.

The Attack

What scenario breaks the bot? One sentence describing what the user does or says.

The Crack

Why does this break the bot's logic? Which rule fails, or what rule is missing?

The Question

One question for the original team, written as: “What should your bot do when…?”

Hi, Bot
Popup event cards
Demo Day · One per kid

Founder Cards

The leave-behind. Handed out at Demo Day — the kid's business card for the bot they built.

Founder of
Built by
Hi, Bot · hibot.space
Founder of
Built by
Hi, Bot · hibot.space
Founder of
Built by
Hi, Bot · hibot.space
Founder of
Built by
Hi, Bot · hibot.space
Hi, Bot
Popup event cards
What's next

Turn today's bot into a real, talking AI.

Today your builder designed, tested, and shipped a bot with their own hands. In the Hi, Bot 3-month program, that same bot becomes a real, working AI — as they learn to prompt, wire logic, and launch projects alongside a crew of other young builders.

Every kid leaves with
  • A physical robot they designed and built themselves
  • A Founder Card with their name and their bot's name
  • A real understanding of how AI decision-making works
  • The experience of pitching an idea to a room
  • A reason to call themselves a builder

Ask about the Hi, Bot quarterly program today.

hibot.space

Hi, Bot
Popup event cards
Facilitator · Prep

Materials checklist

Card decks
  • 15× Who needs a bot? cards
  • 15× What does your bot do? cards
  • 19× Chaos Deck cards (3 categories)
Printed sheets
  • Bot Brain Sheet — one per team
  • Program half-sheet — one per parent
  • Founder Cards — one per kid
Build kit — per team
  • Lego base pieces (base only)
  • Pipe cleaners — 4 colors, ~8 each
  • Googly eyes — mixed sizes
  • Index cards for screens/mouths
  • 1× brass fastener (moving part)
  • Sticker sheet + small cardboard box
Room setup
  • Tables in team clusters, not rows
  • Whiteboard or large paper
  • Red sticky notes at every table
  • Thick markers at every table
  • Camera for bot photos
  • Visible timer for facilitator