It Started at a Table in Augusta
A while back I wrote about taking my kid to Cyber Saturday at the Georgia Cyber Innovation and Training Center in Augusta. I went in hoping he would have fun. I did not expect it to light a fire that is still burning months later.
We drove home from the Cyber Center and he did not stop talking. Not about the snacks, not about the building, about the idea that a computer will do whatever you tell it to, exactly, every time, if you learn how to ask. That is the whole thing. That is the door. And once a kid walks through it on their own, you get out of the way.
He Went Looking for the Boring Stuff
Here is the part I love. He did not ask me to build him a game or a bot. He went looking for something boring to automate.
He started with batch. Plain Windows batch files, the .bat kind that have been around longer than he has. He learned that you can line up commands, run them in order, and let the machine do the repeat work. Batch processing, in the oldest and most honest sense of the phrase: give the computer a list, walk away, come back to it done.
His first published project is a batch script that makes a folder. That is it. He named it somewhat-useful-folder-maker, and the description he wrote for it is better than anything I could put here:
this just makes folders in batch because i can and batch is cool :)
The script prints a line, waits for you to say yes, creates a folder in your Downloads directory, and then tells you, honestly, that there is nothing in it. Then it waits twenty seconds and closes itself, with a comment in the code explaining that you do not actually need to wait, it just does. You can read the whole thing in about a minute. That is the point.
You can find it here: github.com/thecoding-duck/somewhat-useful-folder-maker.
Why "Somewhat Useful" Is Exactly Right
A lot of grown professionals would be embarrassed to ship a folder maker. My son shipped it with a duck for a profile picture and a name that undersells it on purpose, and I think that is the healthiest possible way to start.
He is not pretending it changes the world. He wrote something small, it works, and he understands every line of it. Ask him what any part does and he can tell you, because he typed it, ran it, watched it fail, and fixed it himself.
That is the whole lesson, and most adults skip it.
The Code Is His, Not a Machine's
I need to say this part plainly, because it is the reason I am proud instead of just amused.
None of it is AI generated. He is not pasting a prompt into a chat window and shipping whatever comes back. He is writing the code, by hand, and learning what each piece means before he trusts it. When it breaks, he reads the error instead of asking a model to make the error go away.
I work in a field that is racing to hand its thinking to a machine. I have written before about what that costs. So watching my own kid choose the slower path, the one where he actually owns what he builds, means more to me than any certificate on my wall. He is building the thing that makes AI useful instead of dangerous later: judgment. You cannot review code you never learned to read.
From Folders to Real Life
Batch was the on-ramp. He is already moving to bash, because he figured out on his own that the machines that run the real world mostly speak Unix. Now the questions at dinner have changed. How do I rename a hundred files at once. How do I back this up without doing it by hand every time. How do I make the computer check something for me so I do not have to remember.
Those are automation questions. They are the same questions I get paid to answer for companies, just scaled down to a kid's daily life. Same instinct. Same discipline. He is learning that the best code is the code that quietly saves you time for the rest of your life.
What I Want Other Parents to Take From This
You do not need to be technical to give your kid this. I took him to a free Saturday event at a place built to teach exactly this, and then I let his own curiosity do the rest. The Cyber Center, Cyber Saturday, and the people who run those rooms deserve the credit for the spark.
If your kid shows a flicker of interest in how any of this works, feed it. Point them at the small, honest projects. Let them ship something that is only somewhat useful. That folder maker is going to look like the most important thing he ever built, ten years from now, because it is the one where he decided this was his.
Keep coding, duck. I am proud of you.
