Hacker News new | ask | show | jobs
by bruce511 615 days ago
I've spent my career working in and on a low-code tool. For 30 years we've been doing what you describe; allowing non-coders to generate working applications that solve business problems.

It's similar to the way that Excel exposed non programmers to data manipulation.

Lots of people had very successful careers building software this way. They created a valuable product with mostly just domain knowledge and not programming knowledge.

But there are boundaries to this approach. Because they lack the fundamentals, they're (mostly) unable to understand what something is doing or how something works. So there's a skilled group providing assistance (paid) whenever they hit a boundary.

AI won't make programmers go away. But it will both expand the reach of "writing programs" to more people, and simultaneously replace "unskilled" programmers.

As more joe public writes code, more programmers will ultimately be needed to support those Joe's. And in some cases, just like spreadsheets, the help might be "we need to throw all this away and build it correctly."