slowlp
← Blog
Story 2026.07.05 · 6 min read

Just Start Already

Story

“I know zero about development — can I actually do this?”

I get this a lot. Working as a developer, whenever someone nearby mentions wanting to build something, this question follows right behind it. A while back I’d have said “start by learning HTML.” There was a time when coding knowledge really was the price of admission. But now AI translates plain language into code. That condition is gone. So I think the question itself is the wrong one. It’s not about whether you can — you just do it.

The interesting part is, most people who ask this are already into agents. They read the news, watch a few tutorials, even go compare tools before deciding what to use. And then they stop right there. They keep telling themselves “I should really understand the fundamentals first” and pile up more articles instead of opening anything. Or they spend a whole afternoon comparing options and never pick one. Or they get pumped up, then talk themselves back down — “is this even the right level for someone like me?” The interest is real. It just never turns into hands on a keyboard. I don’t think that’s a knowledge problem at all. I think it’s a problem of making “starting” way bigger than it needs to be.

Words alone won’t convince you, so let me tell you what I saw firsthand.

My wife built a web page

My wife has zero development background. No code, no git, no idea what “deploy” meant. And someone like that built a web page. Our son was studying for his 8th-grade Chinese character exam, and she wanted him to have practice problems — so: a page that randomly pulls ten questions at a time from the 8th-grade character set.

She didn’t even know where to start. So she asked AI — what do I even do here. It told her: whatever you don’t know, just ask as you go, and it’ll walk you through it. And that’s exactly what she did. “Why isn’t this working?” “What does this mean?” She asked every time she got stuck. You’d think I helped from the sidelines, being the developer husband and all — but I taught her nothing. Genuinely nothing.

She deployed it herself too, hooking git up to a free hosting service — using git without knowing what git was. And now our son actually goes online and uses that page to study. Something Mom built, and her kid uses it.

It didn’t stop at the character page either. She’s been gathering AI news, putting her own designs up on a marketplace site. Once one thing worked, the next one did too.

What she actually had

Looking at this as a developer myself, I got curious what it was that she had. Definitely not skill — she had none. And it wasn’t some grand resolve or iron will either. Just one thing: wanting her son to have practice problems. When she got stuck, she asked. And she did what she was told.

I think that’s the whole point. What decides whether you start isn’t coding knowledge. It isn’t resolve either. If anything, “I should get properly ready before I start” is what stops people — because ready never quite arrives. Maybe she could start precisely because she didn’t wait to be ready.

Being able to ask “why isn’t this working?” — that’s it. That’s the entire bar. The AI does the answering. All you have to do is ask, and asking doesn’t require any qualification.

You’ve probably got something you want to build. No pressure — just ask as you go. Just start already.

Starting with this post, I’m going to use this blog to unpack the actual, concrete stuff agent development needs — what to check first when you’re stuck, how to phrase questions to an agent so you actually get useful answers, the things my wife and I learned by living through it ourselves. Less grand theory, more stuff you can actually use.

COMMENTS