Comment Re:Not transforming programming but entrepreneursh (Score 2) 115
For reasons I won't go into beyond saying it's an educational projects for kids, I needed to write a (very simple) app for an iPhone 3G recently, Problem is: I've never written any kind of app at all. I have remnants of a single college level C++ class from thirty years ago, that's it.
I was lucky to have a friend 'in the business' - he pointed me in the right way and got me set up in Xcode (4.4, in case you're skeptical), but I was astonished how much AI (specially Chat-GPT) was able to pull me through. Explaining to me what the code was doing, and - crucially - writing chunks of it. It was wrong often enough to cause problems, but feeding its own mistakes back to it and asking for corrections worked well.
Point is - I became a vibe coder and the app now works: I still can't write code or understand half of what is in my app. Even the basic principles of UIView construction made no sense to me. But it works, and the kid's project works.
We're at that level today. Someone with zero experience and knowledge can produce basic working apps. I gotta think we'll be much further along in 3-5 short years. My heart goes out to the code-crafters, but manipulating (synthetic) language turns out to be something AI is excellent at.