AI AdventureAICreate with AIDay 2
🌱 Create with AI · Day 2

The Magic Seed

Yesterday every roll was a surprise. Today you get the cheat code: a generator starts from one secret number called a seed. Same seed = the exact same creature, every single time. It's how pros re-create, share, and debug AI art — on purpose.

↓ plant a seed
🌱 Lab · Two Seeds

Same seed → same creature. Prove it.

Two little generators, side by side. Each one grows a creature from its seed number. Type the same number in both boxes and watch — you get identical twins. Change one number and they split apart. Try it!

DIFFERENT creatures — the seeds don't match

A seed is just the starting number the generator rolls from. Same start + same recipe = same result. No magic, no memory — pure math you can repeat. 🔁

🐞 Break-It · The Tiny Tweak

Keep the seed, change ONE thing

Left is seed 2025, untouched. On the right we keep the exact same seed but override one gene — the color, or how many eyes. Same body, same spots, same pose... one controlled difference. That's a designed variation, not chaos.

200°

color gene (overrides just the hue)

Try to break it: drag the color all the way around and swap the eyes — notice the creature never turns into a different creature. Same seed locks the shape; you're only nudging the dials you chose. Reset a dial and it snaps right back. 🎯
🏷️ The pro wordsThat starting number is the seed. Because the same seed always gives the same output, we say the generator is deterministic — no surprises. Being able to get the exact same result again is called reproducibility, and it's how real AI teams share art, file bug reports, and re-create a result months later. Grown-ups literally write "seed = 42" in their notebooks.
🎯 Boss · Seed Detective

Which seed grew this creature?

Here's a mystery creature grown from a hidden seed. Below are three suspect seeds — each already grown out so you can compare. Tap the one that exactly matches the target. Crack 3 cases to earn your detective badge!

Cracked: 0 / 3
🚀 Beyond the Basics

A seed is half of a recipe

Pros write down the whole recipe so anyone can re-cook the exact same result: the model, the prompt, and the seed. Hit the button and watch this recipe re-run — same output, twice, on demand.

🍳 recipe.txt
model  = creature-gen v1
prompt = "friendly monster"
seed   = 31337
runs: 0
🔁

Debug it

Something looks wrong? Share your seed and a teammate re-creates the exact image to help fix it.

📤

Share it

Post "seed 42, this prompt" and anyone with the same model gets your identical art back.

🎛️

Version it

Lock the seed, change one setting at a time, and you can see exactly what each dial does.

🏷️ Peek at tomorrowReal language models roll dice too — but you can turn the dice off. Set the "creativity dial" (temperature) to 0 and even a giant model becomes repeatable, just like a seed. Tomorrow you'll grab that dial with a real AI. 🌡️

🎉 Day 2 Complete!

You learned the generator's cheat code: the seed. Same seed + same recipe = the exact same result, on purpose, forever. That's reproducibility — the difference between a lucky roll and a result you can share, debug, and re-create anytime.

Day 3: The Weirdness Dial →
Tomorrow: if the seed sets where the dice land, what sets how wild the dice are? Meet the temperature dial — on a real AI. 🌡️
AI Adventure · Create with AI · Day 2 — made for young inventors 🚀