Vibe coding is collapsing the distance between idea and deployment. But the real risk is whether your company has the judgment system to govern what AI can now build.
The danger here is that many people think that software is all about having code that seems to work when you try it. Those people have never been able to get past “Hello, World” in X for Dummies, so they don’t realize all the practical realities of software distribution that are very much more nuanced and complicated than just writing the code. They get their hands on some working code and wheeeee!!! Ship it!!!
A while back I compared LLMs to lightsabers - and pointed out how many amputees are found in the Galaxy far far away that has lightsabers.
Produce correct results even when encountering “edge cases.”
Not crash, even when encountering “edge cases.”
Work correctly in all deployment environments.
Work correctly after scope creep multiplies the feature set by 3x, 10x, 30x… yeah, successful projects experience that kind of expansion.
Work correctly after the operating environments shift under your feet - can the code be updated to work with the next version of Android? iOS? Windows? Linux? After “security updates” take away the infrastructure you were depending on for correct functioning?
Will it scale to 100 users? 10,000? 10,000,000?
What happens when “threat actors” actively target the system?
What happens when your methods / development processes aren’t compliant with new government regulations?
Are you ready for IP lawsuits, whether deserved or not?
The danger here is that many people think that software is all about having code that seems to work when you try it. Those people have never been able to get past “Hello, World” in X for Dummies, so they don’t realize all the practical realities of software distribution that are very much more nuanced and complicated than just writing the code. They get their hands on some working code and wheeeee!!! Ship it!!!
A while back I compared LLMs to lightsabers - and pointed out how many amputees are found in the Galaxy far far away that has lightsabers.
Or should produce “correct results.”
Produce correct results even when encountering “edge cases.”
Not crash, even when encountering “edge cases.”
Work correctly in all deployment environments.
Work correctly after scope creep multiplies the feature set by 3x, 10x, 30x… yeah, successful projects experience that kind of expansion.
Work correctly after the operating environments shift under your feet - can the code be updated to work with the next version of Android? iOS? Windows? Linux? After “security updates” take away the infrastructure you were depending on for correct functioning?
Will it scale to 100 users? 10,000? 10,000,000?
What happens when “threat actors” actively target the system?
What happens when your methods / development processes aren’t compliant with new government regulations?
Are you ready for IP lawsuits, whether deserved or not?