At 2am I asked Claude a question I'd been chewing on for weeks:
Can someone with zero technical knowledge pull off a HUGE project with Claude Code?
I build software for a living, so this isn't idle curiosity. Almost every week a founder lands in my inbox carrying the same quiet hope.
The answer wasn't yes. It wasn't no.
It was "partially." And that one word does a lot of heavy lifting.
Here's what's real: a non-technical person can now ship a booking tool, an internal dashboard, a content site with logic behind it. On a real domain. With real users. I've watched founders do it. That used to be a wall. It's a ramp now.
Then the word "huge" shows up, and four walls appear:
Judgment doesn't ship inside the tool. Offer Claude Code two ways to structure something and it builds whichever you pick, without arguing. A non-technical builder can't tell which choice quietly hurts them in six months.
Verification is the real bottleneck. Code can run perfectly and still be wrong. A silent security hole. A race condition under load. A query that flies on 100 rows and dies on 100,000. The tool won't flag what it doesn't know to look for.
Debugging gets harder as the code gets bigger. At 2,000 lines the model holds it all in its head. At 200,000 lines it needs a human who can say "the bug is almost certainly in the payment module, ignore the rest."
Operations are a separate craft. Secrets, backups, scaling, monitoring, the 3am failure that wakes nobody because nobody set the alert. You can't prompt your way through a running system.
These aren't tool weaknesses. They're human problems wearing a technical costume.
So what do I tell founders? Never "stop." I tell them: ship the small version yourself, prove the idea, feel the product in your own hands. That part is yours now, and it's genuinely valuable.
Then, before it turns into the huge thing you're dreaming about, bring in judgment. Not to take it from you. To review the architecture, harden the security, own the operations.
The tool is the easy part now. The judgment is the whole game.
If you've built the small version and it's starting to outgrow you: that's a good problem. What are you stuck on?
(Full write-up, including the screenshot of that 2am chat and an FAQ, is linked in the first comment.)
Top comments (1)
Some comments may only be visible to logged-in visitors. Sign in to view all comments.