Software Without Code, eight years later: the no-code promise finally works
In 2018 I started this site to write about building software without writing code. The tools at the time were visual builders like Bubble and Glide, plus a lot of Zapier glue. They worked for demos and simple CRUD apps, but the moment you needed something specific, you hit a wall and called a developer anyway. I lost interest, the site went quiet, and the domain sat around serving 2018-era tutorials.
Meanwhile the actual answer showed up from a different direction. AI coding agents don’t try to remove code from the process. They just write it for you. You describe what you want, the agent plans the change, writes it, runs the tests, and shows you the diff. The output is a real codebase you own, not a subscription to somebody’s proprietary builder.
What counts as “without code” now
The honest version: you still need to know what you want, and you still need to review what you get. What’s gone is the typing. In practice that means:
- Describing features instead of implementing them. “Add a page that lists blog posts by tag” is a sentence, not an afternoon.
- Reading diffs instead of writing them. The skill shifts from writing code to judging it. That’s a much shorter learning curve, but it isn’t zero.
- Shipping real artifacts. You get a git repo, a build, and a deploy. If the agent vendor disappears tomorrow, your software still works. No-code platforms never gave you that.
What happens to this site
Going forward, Software Without Code is about building software with AI agents, from the perspective of someone who writes code for a living and keeps a running tally of where the agents save time and where they faceplant. Expect:
- Workflows that survive contact with real projects, not toy demos. Repo setup, guardrails, review habits, the boring stuff that decides whether agent-written code is maintainable.
- Honest tool comparisons. I use several agents across personal and client work. When one is better at something, I’ll show the receipts.
- Build-in-public posts for the projects I’m shipping this way, including what the agents cost versus what they saved.
The old tutorials are retired. If you arrived here from a link to one of them, the short answer is: whatever that post told you to wire together by hand, an agent can now just build.
If you’re building with agents too, I’d like to hear what’s working for you: contact@softwarewithoutcode.com.