If AI is helping people code better, why aren't products getting better?
1–10 of 173 posts
Re: If AI is helping people code better, why aren't products getting better?
#2Even if we had a magic box that results in perfect code coming out every time for a given feature description, that doesn't mean the feature itself is good or well thought out.
Re: If AI is helping people code better, why aren't products getting better?
#3User research, UX improvements, feature ideation and creation, etc, are all the same as they have always been. Getting the code out faster doesn't help if its in service of a bad feature.
Re: If AI is helping people code better, why aren't products getting better?
#4Re: If AI is helping people code better, why aren't products getting better?
#5Re: If AI is helping people code better, why aren't products getting better?
#6Does it make the end product better? Not really: I would have gotten there with a function written by me or some LLM. But like everything I've been asked to do my professional career, it allows me to do more with less. More dumb functions in less time.
Re: If AI is helping people code better, why aren't products getting better?
#7I imagine for first pass prototypes, AI will greatly accelerate the process. But getting to the fine details and getting things done well will still take same amount of time.
AI-guided coding will help code up “good enough” implementations, which is great for research and testing ideas but not for production.
Re: If AI is helping people code better, why aren't products getting better?
#8Copilot mostly helps people code faster, or with less knowledge required. I'd expect output quality to go down, not up.
And it's like anything in capitalism. Companies could choose higher quality, but instead they do whatever gives the highest profit. which is usually adequate quality at low cost.
Re: If AI is helping people code better, why aren't products getting better?
#9Code AI tools today absolutely crush at creating proof of concept apps. You can test your idea and get market validation in days vs months.
They are getting better at medium/large codebases, but still have a ways to go before being super useful and it translating to a huge increase in productivity. Currently it's really good for helping with the menial tasks (creating docs, unit tests, understanding and onboarding) but not quite there yet when it comes to integrating gen ai code in large codebases, but it's only a matter of time.
Re: If AI is helping people code better, why aren't products getting better?
#101. The products you use are not developed by people using LLMs.
2. The products you use may be using LLMs in development, but only recently so you'll see a delay before any improvement.
3. The products you use are using it, and maybe it's helping with quality, but not anywhere that users care about or notice.
4. The products you use are using it, and it's not helping with quality, just churning out more code.