I'm curious about how the barrier to entry for creating software products has changed since the rapid proliferation of AI development tools.
Ask HN: Are AI dev tools lowering the barrier to entry for creating software?
1–10 of 33 posts
Re: Ask HN: Are AI dev tools lowering the barrier to entry for creating software?
#2It's a dynamic I can't quite put a name on right now but I think that's a barrier.
Re: Ask HN: Are AI dev tools lowering the barrier to entry for creating software?
#3Re: Ask HN: Are AI dev tools lowering the barrier to entry for creating software?
#4I've had many friends with "app ideas" and using tools can help them flesh out their value proposition
Re: Ask HN: Are AI dev tools lowering the barrier to entry for creating software?
#5Chat GPT and friends are really good at grunt work, but as far as picking the tech stack and architecting out an actual solution, it falls flat.
Plus if you ever run into any real trouble, chat GPT has a very nasty habit of just telling you to keep doing it the same way. I've had times where I'll post the same code in multiple LLMs and get multiple incorrect answers. All while I'm thinking if I was an actual web developer this would take 30 seconds...
Re: Ask HN: Are AI dev tools lowering the barrier to entry for creating software?
#6Re: Ask HN: Are AI dev tools lowering the barrier to entry for creating software?
#7I think for prototyping and helping people with some programming abilities yes. No code tools have existed for years, so the barrier was somewhat low to build basic applications. I've had many friends with "app ideas" and using tools can help them flesh out their value proposition
I have the same type of friends and they would often ask me for help. But when you ask for even the minimal amount of work, they often just give up.
For instance, have an idea for an app? Draw out the screens. You can use a pen and paper. Where does this button take you?
AI can help with that sure, but its still a lot of work to go over and iterate with AI
Re: Ask HN: Are AI dev tools lowering the barrier to entry for creating software?
#8Those who already have a high level idea of what to do and roughly how to execute it benefit the most from LLMs at the moment. This is very good for purely "technical" devs in greenfield environments. Less useful for super large interconnected codebases, but tools are getting there.
It will not, however, make a bad dev a good one magically. A bad software product is not usually bottlenecked by the software its running on, its bottlenecked by user experience and pmf. That still requires some skilled human input, but that could also change soon. Some people have better product intuition than others but couldn't execute on complex code, so LLMs do help here to an extent.
As of 2025, I think you still need to be a pretty decent dev even with LLM assistance.
Re: Ask HN: Are AI dev tools lowering the barrier to entry for creating software?
#9AI dev tools are that catamaran. They’ll get you across the pool; you might even get half a mile from shore, but there you are, in the middle of the lake, sitting on cardboard and duct tape, wishing you knew how to swim.