Comment by applied_heat
7 hours ago
>They’re not all going to get their own boat and captain hat
Why not? Anyone can load up Claude code and start trial and erroring until they get something that works and has similar reliability to accepted software … what is the stat about 1 bug per 10 lines of code on average?
I am meeting a lot of non coders telling me about their projects they are getting AI to do for them, stuff to help land title something or other, stuff to work on avalanche forecast, whatever their area of expertise they are unchained and writing programs using AI that they couldn’t before.
Everyone is the captain now
The studies I have seen show that AI written software is 70% more buggy than human written code [1]. I am curious where you get your data on AI code having “a similar reliability to accepted software”?
[1] https://www.coderabbit.ai/blog/state-of-ai-vs-human-code-gen...
Anyone can load up Claude code and start trial and erroring until they get something that works and has similar reliability to accepted software..
You still need to understand the code that AI is generating to fix the problems that you can't vibe a solution to. You still need to understand the process of developing software to know when something isn't working even if it looks like it is. You still need other people to trust the software that you created. None of those things comes naturally to vibe coders. They're essentially teaching themselves software engineering in a very back-to-front way.
Everybody learned somehow. I wonder what % of programmers actually have relevant training and education in programming vs just taught themselves with online resources.
Maybe the amateurs aren’t going to be writing a new distributed database but CRUD apps must be easier than ever