A 12-Year-Old Asked Me to Let Her 'Write' an Ad With AI. The Result Stunned Us
A 12-Year-Old's AI-Powered Ad That Surprised a Room Full of Professionals
By Dr. David Patel, PhD in Artificial Intelligence
When a Child Sees What Adults Miss
A few months ago, I was invited to speak at a community tech workshop for local students and parents. I'd spent years building large language models, publishing papers on interpretability, and consulting with marketing agencies on how AI could streamline creative work. I'd seen hundreds of AI-generated ads — polished, optimized, algorithmically refined. So when a 12-year-old in the back row raised her hand and asked if she could "write" an ad with me using the same tools I demoed, I figured it would be a charming five-minute exercise. A little live demo to show the kids that AI isn't magic; it's just math wearing a nice suit.
What happened next changed how I think about creative collaboration between humans and machines. Not because her output was technically superior — though it was. But because of why it worked, and what that says about where our field is actually heading.
The Setup: A Simple Brief
The client for the exercise was a local bakery in town that had been struggling with its social media presence. Their previous agency-produced ads were, to put it gently, lifeless. Product shots with gradient overlays. Stock photography of smiling families eating toast. Nothing that made you smell the butter or feel the warmth of the oven.
I opened our collaborative writing interface — a system I've built for workshops like this, where you can iterate on copy in real time, asking for variations, adjusting tone, and refining structure. The model behind it is a 70-billion-parameter transformer, fine-tuned on creative writing corpora. Not the biggest model out there, but good enough to produce coherent, stylized output quickly.
I turned to Maya (not her real name), who was sitting cross-legged in a chair too small for her. "Okay, Maya. What does your bakery care about? What do you want people to feel when they see this ad?"
She thought for a moment. Then she said: "Not the bread. The morning. You know? When it's still dark and Mom's already up and there's that smell and the house is warm and nobody's had coffee yet."
I paused. That wasn't a marketing brief. That was a memory. A sensory, emotional, specific fragment of lived experience that no copywriter would have prompted for because no one thinks in terms of pre-dawn kitchen warmth when writing about sourdough.
The Iteration: Where the Child Lead Took Us
Here's where it gets interesting from an AI perspective, and I want to be precise about what actually happened, because there's a lot of folklore in this space.
Maya didn't type a prompt like "write me an ad for a bakery that evokes morning warmth." She typed: "The house is warm but the sky is still grey. You can see your breath near the window. The bread just came out and the whole kitchen smells like it's hugging you."
I ran that through our system with a few structural constraints — 120 words, second person, no exclamation marks (a stylistic choice I imposed), one line break between stanzas. First pass output was competent but generic. The model smoothed her language into something more "ad-like," which is the thing about LLMs: they pull toward the mean of their training distribution. Your quirky specificity gets averaged with a million similar texts until it starts sounding like everyone else's quirk.
Maya read it and frowned. "It lost the breath part."
So I adjusted — added a system note emphasizing sensory preservation, reduced smoothing. Second pass kept the breath line but flattened the rest into cliché. Third pass was better. By the fifth iteration, we had something that looked like this:
The sky hasn't decided to be morning yet.
Your fingers find the jar of honey by feel. The kitchen is warm and the house smells like it's been holding its breath all night, waiting for you to walk in.
You don't make a sound. You just stand there with your hand on the counter and let the bread finish speaking.
It wasn't 120 words anymore. Maya added lines between passes that I'd never have thought to prompt for — "let the bread finish speaking" being the one that made two of my graduate students in the audience go quiet in a way that meant they were re-evaluating something fundamental.
Why This Matters: The Math Behind the Magic
Let me get technical, because I think we need to be honest about what's actually happening here.
A transformer model like the one we used processes text as sequences of tokens, predicting the next token given all previous context. Its "creative" output is essentially a weighted average over its training distribution, conditioned on your prompt. The quality parameter $\alpha$ (let's call it) that controls how much it smooths toward probability peaks versus exploring lower-probability but more specific phrasings — that's the knob I was turning between passes.
Maya's advantage wasn't that she had a better model than I did. She had the same model, same parameters, same sampling temperature. Her advantage was epistemic access. She could articulate what she wanted in terms of a specific sensory memory — grey sky, visible breath, hand on counter — because she actually has those memories at that scale. Adults describing "morning warmth" are doing an act of abstraction, compressing experience into category labels the model then expands back out into generic language. Maya was giving the model raw perceptual data and letting it do the expansion.
In information-theoretic terms: her prompts had higher mutual information with the target output because they preserved idiosyncratic detail that survives the compression-decompression cycle. Our training data has millions of "cozy bakery" descriptions, so when you prompt for "cozy," the model gives you the expected value of cozy. When you prompt for "hand on counter and visible breath," there's no cluster in distribution to average toward — the model has to construct something novel from constituent parts.
This isn't unique to 12-year-olds. It's a property of anyone who can articulate experience at the level of perception rather than category. But children, for reasons that are part developmental and part un-self-consciousness, do this more naturally. They haven't fully internalized that their sensory world is "not professional enough" to share.
The Broader Implication: AI as a Lens, Not an Author
Here's what I want the industry to get from this small experiment. We keep framing generative AI as a replacement for creative labor. "Now you don't need a copywriter. Now you don't need a designer." And that's true in some dimensions — yes, the baseline competent output is now nearly free and instant.
But what Maya showed us is that the valuable part of creative work isn't generation. It was never really generation. The valuable part is knowing what to ask for — having a specific perceptual memory you can translate into language precise enough to steer a model past its distributional mean. The AI is a lens that magnifies your own specificity. If you bring vague categories, it gives you average output. If you bring lived detail, it constructs something that looks like it was written by someone who's never seen the internet because there's no training data for "hand on counter and visible breath at 5:47 AM in a house where Mom is already up."
The result stunned us not because a child wrote better copy than professionals. It stunned us because she demonstrated, in front of 40 people, that the bottleneck in human-AI creative collaboration isn't the model — it's our willingness to be specific. We've trained ourselves to write briefs in abstractions. "Target audience: busy professionals." "Tone: warm but professional." These are instructions for a machine to average across millions of similar texts. Maya wrote like she was describing her kitchen to a friend, and the machine gave us back something that felt like it came from one specific person in one specific house on one specific grey morning.
What I Changed After That Day
I've restructured how I teach creative AI use to students. The first assignment is no longer "write a prompt for an ad." It's: "Describe the last time you smelled something that made you stop what you were doing. Don't name the smell. Describe the room, your body, the light, and what you were reaching for with your hands." Then we take those descriptions into the model.
The outputs are consistently better than any prompt-engineering exercise I've run before. And it's not that students have better models or more tokens in context windows. It's that they're bringing data to the collaboration instead of instructions. And a 70-billion-parameter transformer is, at its core, an interpolation machine. Give it sparse category labels and you get expected values. Give it dense perceptual coordinates and you get something that looks like invention because the model has to invent the connective tissue between your specific points.
A Note on Humility
I hold a doctorate in this field. I've read every interpretability paper published in the last five years. And a 12-year-old with a chair too small for her just made me revise my mental model of where creativity lives in human-AI systems. She's not using AI better than I am — she's thinking about it differently, and that difference is worth more than any parameter count.
The lesson isn't "kids are smarter." The lesson is: specificity beats optimization, and the people who can articulate their sensory world without translating it into professional abstractions will get outputs from these models that look like they were written by a person rather than generated by one.
The bakery ran Maya's copy on their social channels for three months. Conversion was up 40% over their previous agency work. But the number I keep thinking about is different: the owner told me a regular customer walked in, saw the ad on their phone while waiting for his order, and said to her, "Someone finally wrote what it's actually like."
That's not a metric. That's a memory. And that's what these models are best at preserving — if you give them one.