One day · No prerequisites · No jargon

From "What's Inside My Phone?" to "I Just Made AI Do Something."

A full-day workshop that starts with a $15 circuit board and ends with every participant generating and analyzing their own AI-powered dataset.

"This is a computer. This is data. This is AI. You just used all three."

Morning

"What Is This Thing?"

We start where everyone actually is — and build from there.

1Hour

The $15 Computer

9:00 – 10:00 AM
The Moment

The instructor holds up a bare Raspberry Pi Zero. Passes one around. Everyone touches it. No case, no mystery — just a circuit board the size of a stick of gum.

  • This is a computer. Your phone is also a computer. Your car has dozens. They all work the same way.
  • Four things every computer does: Input → Store → Process → Output. That's it. Every computer ever made.
  • The Pi has the same parts as a $2,000 laptop — just smaller, slower, cheaper. Point at each chip: "This is the brain. This is the memory. This is where it talks to the world."
  • Plug the Pi into a monitor. It turns on. It has a desktop. It looks like a regular computer — because it is one.
  • Type something. It appears on screen. You just gave a computer an input and it produced an output. That's computing.
The Takeaway

A computer is not magic. It's a machine that follows instructions. The instructions are the only interesting part.

Activity

Everyone writes on a paper card: "One thing I wish a computer could do for my job." Cards go on the wall. We come back to them at the end of the day.

2Hour

What Is Data?

10:00 – 11:00 AM
The Moment

The instructor opens a spreadsheet on the Pi. Ten rows — names, ages, zip codes. Everyone has seen a spreadsheet before.

  • Data is just information written down in a way a computer can read. A spreadsheet is data. A contact list is data. A receipt is data.
  • Rows and columns. Every row is a person (or a thing). Every column is a fact about that person. That's a dataset.
  • Why 10 rows isn't enough to learn anything — but 10,000 rows starts to show patterns. That's why we generate data.
  • The privacy problem: you can't practice on real patient records, real bank accounts, real student files. So we make fake data that looks real but isn't.
  • Show the 10-row spreadsheet next to a 10,000-row one. Same columns. Same structure. One you can learn from.
The Takeaway

Data is not scary. You already make data every day — every time you fill out a form, swipe a card, or check in somewhere. AI just reads it faster than you can.

Activity

As a group, design a dataset on the whiteboard. "Let's track visitors to [local attraction]. What would we write down about each one?" The room calls out columns: origin, date, spending, group size. They just designed a schema without hearing the word.

3Hour

Making a Computer Do Work

11:00 AM – 12:00 PM
The Moment

The instructor types one English sentence into SDG AI Studio: "Generate 1,000 visitor records for [local attraction]." The screen fills with data in under a second.

  • What just happened: the AI read that sentence, figured out what columns to make, and the engine filled in 1,000 rows of realistic fake data.
  • Open the output. Scroll through it. "Does this look like it could be real?" Yes. That's the point.
  • The AI is the architect — it designs the blueprint. The engine is the construction crew — it builds the building. They work together.
  • Show the spec file. "This is the blueprint the AI wrote. It's readable. You can see every decision it made. Nothing is hidden."
  • Change it to 10,000 records. Run again. Same speed. The computer doesn't care whether it's 1,000 or 100,000.
The Takeaway

You just told a computer what to do, in plain English, and it did it. That's AI. It's not thinking. It's following very sophisticated instructions — instructions that you gave it.

Activity

Each table picks a dataset idea from the whiteboard brainstorm. The instructor generates each one live. Every group sees their idea become 10,000 rows of data on screen. Applause encouraged.

The "So What?" Conversation

12:00 – 1:00 PM · Working Lunch
Afternoon

"Now You Drive."

Every participant gets their hands on the keyboard.

4Hour

Your Hands on the Keyboard

1:00 – 2:00 PM
The Moment

Every participant (or pair) sits at a computer. For many, this is the first time they've intentionally told a computer to do something beyond tapping an app.

  • Guided walkthrough: open the browser, navigate to SDG AI Studio, type a request.
  • "Ask it for something you care about." Healthcare worker? Patient records. Factory worker? Production data. Small business owner? Customer transactions.
  • The AI generates the schema. Review together. "Are these the columns you expected?"
  • Hit generate. Watch the rows appear. Download the CSV. Open it in a spreadsheet. It's a regular file.
The Takeaway

You didn't need to code. You didn't need permission. You asked a question and got an answer. That's what AI looks like when it works for you.

Activity

Every person generates at least one dataset of their own choosing. Walk the room helping. Celebrate each success out loud.

5Hour

Reading the Data

2:00 – 3:00 PM
The Moment

Now that everyone has their own dataset, the instructor shows what you can do with it — using nothing fancier than a spreadsheet.

  • Sort by a column. "Who's the oldest patient? What's the most expensive transaction?" You just asked a data question.
  • Filter. "Show me only records where insurance is Medicaid." You just queried a dataset.
  • Chart. Select two columns, insert a bar chart. That's data visualization. You just did it.
  • Count. "How many records have this value?" That's aggregation.
  • The instructor isn't teaching Excel. The instructor is showing that the data they made is usable — right now, with tools on any computer.
The Takeaway

The data you generated isn't just a demo. It's a working dataset you can analyze, chart, and learn from — the same way professionals do, with the same tools.

Activity

Each person finds one interesting thing in their dataset and shares it with their table. "Most of my patients are over 65." "The highest-spending visitors come from out of state." They're doing data analysis — they just don't know the formal name yet.

6Hour

The Big Picture

3:00 – 3:45 PM
The Moment

Step back from the keyboards. This is the "why it matters" conversation.

  • You started today not sure what a computer really is. You're ending it having used AI to generate and analyze data. That happened in six hours.
  • AI is a tool. Like a hammer. A hammer doesn't build a house — a person with a hammer builds a house. AI doesn't replace you. It makes you faster.
  • The jobs that are growing — healthcare, tech, government, manufacturing — all involve data. Not because everyone needs to be a data scientist, but because everyone needs to be comfortable around data.
  • Where to go from here: free resources, community college courses, FastForward credentials, the Virginia AI Corps.
  • The Pi that started the day? $15. Everything you did today works on it. Nothing is locked behind expensive software.
The Takeaway

AI is not for "tech people." It's for people who have questions about their work, their community, and their world — and want faster answers.

7Hour

Certificates & Wish Cards

3:45 – 4:30 PM
  • Revisit the wish cards from the morning. "Can we do this now?" Walk through a few. Most are now achievable with what they've learned.
  • Certificates of completion distributed.
  • Group photo.
  • Instructor leaves contact info and follow-up resources — including how to stay connected to the Virginia AI Corps.
Our Rules

Six Design Principles

Every choice in this workshop exists to remove intimidation and replace it with confidence.

Principle 1

The Pi Is the Anchor, Not a Gimmick

Every time someone thinks "this must require an expensive computer," hold up the Pi. "This runs on that." It shatters the cost barrier in people's minds.

Principle 2

No Jargon Without Earning It

We don't say "schema" until they've designed one on a whiteboard and called it "the list of columns." The word comes after the experience, never before.

Principle 3

Every Person Produces Something

Nobody leaves as a spectator. Every participant generates at least one dataset and finds at least one insight in it. The output is proof they did it.

Principle 4

Celebrate Small Wins Loudly

When someone generates their first dataset, say it: "You just did something most people think requires a CS degree." Because it's true — and confidence compounds.

Principle 5

Local Data, Local Relevance

Coal country generates mine land data. Hampton Roads generates naval maintenance data. The Eastern Shore generates fishing catch data. This isn't abstract — it's their world in rows and columns.

Principle 6

The Phone Is the Bridge

Everyone is already a computer user — they just don't think of it that way. We acknowledge that expertise, then extend it.

Provided at Every Workshop

What We Bring

Raspberry Pi Zero 2 W demo unit
Printed "What Is a Computer?" reference card
Printed "What Is Data?" reference card
Printed "What Can I Do Next?" resource guide
SDG AI Studio access (web-based, any device)
Pre-built local use case datasets
Certificate of completion
USB drive with sample datasets (optional)
What Success Looks Like
A participant who walked in saying "I'm not a computer person" walks out saying "I made a computer generate 10,000 rows of data and found something interesting in it."

That's the whole goal. Everything else follows from that shift.

Bring this workshop to your community.

$495 flat rate. Up to 100 participants. You provide the room and the audience — we bring everything else.

Reserve a Date → See Regional Use Cases