Quote:
Originally Posted by Rochard
Last night I came up with an idea for a non adult website, bought a domain name, and had it installed on my server. (Thanks Mojo!)
Today over the course of four hours I created an entire website in Chat GPT... Logos, design, text, mulitple pages, search feature, complete admin area where I can control the entire site....
Four hours.
|
Meh, people who can't read Visio flowcharts and know nothing about writing complex specifications or prompts for AI will generate some half-assed code and think they've replaced programmers. Later, they'll regret it. You'll still need QA-minded programmers and engineers to clean up the mess, figure out why things are breaking, untangle the logic, and make the code maintainable. AI can generate code, but it doesn't magically understand business processes, edge cases, system architecture, or poorly defined requirements. The real bottleneck has never been typing code. It's understanding what needs to be built, communicating it clearly, validating the results, and maintaining it over time. Those problems don't disappear just because an AI can write a function in five seconds.
