AI is coming for us developers. Are you ready for it?
I have been vibe coding in my spare time lately and managed to create and publish an iOS app called SnoreBuzzer within 2(!) days. Do I have knowledge of the underlying Swift programming language? Zero. I created the app solely by prompting and focusing on the functional specification. OpenAI Codex did the heavy lifting: code generation, improving code quality, and documentation (incl. generating a data privacy statement). I specified my intent and tested the outcome. As a developer, I still kept an eye on the code to make sure it did not end up in a mess, so understanding the code is still required, but you definitely do not need to write it yourself anymore. As I let Codex make changes to my code, I regularly checked in to Git so I could easily revert changes if Codex messed things up, but that happened for only 5% of my prompts. Now to the big picture of this: a new age for developers is rising. In a couple of years, every developer will be using prompts for most of his developme...