I'm starting to find the naive techno-optimism here annoying. If you don't have capital or can do something else you will be homeless.
Well, there are so many more lower hanging fruits that LLMs can actually replace before they get to developers -- basically every middle manager, and a significant chunk of all white collar jobs. I'm not convinced software developers will be replaced - probably less will be needed and the exact work will be transformed a bit, but an expert human still has to be in the loop, otherwise all you get is a bunch of nonsens…
Coding after coders: The end of computer programming as we know it?
221–230 of 469 posts
Re: Coding after coders: The end of computer programming as we know it?
#222Earlier quoted context omitted.
Depends on what you mean by "builder." If you mean "somebody with an idea who wants to make it real" then that person is massively enabled.
Those "idea men" I've seen are usually not capable of following through a logical product, even if they start using AI. It's not just the code that's the barrier. The prototypes or whatever can be handy to help them explain themselves to others of course.
Re: Coding after coders: The end of computer programming as we know it?
#223Having an AI is like having a dedicated assistant or junior programmer that sometimes has senior-level insights. I use it to do tedious tasks where I don't care about the code - like today I used it to generate a static web page that let me experiment with the spring-ai chat bot code I was writing - basic. But yesterday it was able to track down the cause of a very obscure bug having to do with a pom.xml loading two…
>I think though that the day is coming where I can trust the code it produces and at that point I'll just by writing specs. It's not there yet though. Must be nice to still have that choice. At the company I work for they've just announced they're cancelling all subscriptions to JetBrains, Visual Studio, Windsurf, etc. and forcing every engineer to use Claude Code as a cost-saving measure. We've been told we should b…
Re: Coding after coders: The end of computer programming as we know it?
#224Earlier quoted context omitted.
Depends on what you mean by "builder." If you mean "somebody with an idea who wants to make it real" then that person is massively enabled.
So enabled, in fact, that there's almost no point in downloading an already-made app when you can just trivially tailor-make your own. The builder is massively enabled to quickly make anything they want, for an audience of exactly one.
Re: Coding after coders: The end of computer programming as we know it?
#225I see lots of discussions about humans no longer writing code but the elephant in the room is the rapid extinction of human-review of AI-made code. I expect this will lead to a massive hangover. In the meantime we try to mitigate this by ensuring the structure of code remains AI-friendly. I also expect some new types of tools to emerge that will help with this “cognitive debt”.
Re: Coding after coders: The end of computer programming as we know it?
#226Earlier quoted context omitted.
Those "idea men" I've seen are usually not capable of following through a logical product, even if they start using AI. It's not just the code that's the barrier. The prototypes or whatever can be handy to help them explain themselves to others of course.
There are plenty of programmers who are perfectly capable of delivering products, who have ideas that are too ambitious to do on their own.
Re: Coding after coders: The end of computer programming as we know it?
#227You have to hold AI hand to do even simple vanilla JS correctly. Or do framework code which is well documented all over the net. I love AI and use it for programming a lot, but the limitations are real.
The other day I (well, the AI) just wrote a Rust app to merge two (huge, GB of data) tables by discovering columns with data in common based on text distance (levenshtein and Dice) . It worked beautifully An i have NEVER made one line of Rust. I dont understand nay-sayers, to me the state of gen.AI is like the simpsons quote "worst day so far". Look were we are within 5 years of the first real GPT/LLM. The next 5 yea…
Re: Coding after coders: The end of computer programming as we know it?
#228Earlier quoted context omitted.
Depends on what you mean by "builder." If you mean "somebody with an idea who wants to make it real" then that person is massively enabled.
So enabled, in fact, that there's almost no point in downloading an already-made app when you can just trivially tailor-make your own. The builder is massively enabled to quickly make anything they want, for an audience of exactly one.
Re: Coding after coders: The end of computer programming as we know it?
#229Earlier quoted context omitted.
So enabled, in fact, that there's almost no point in downloading an already-made app when you can just trivially tailor-make your own. The builder is massively enabled to quickly make anything they want, for an audience of exactly one.
Strongly disagree. You think you’d be able to prompt your way through creating an app with even half the feature set of Microsoft word, for example? I would be very time consuming to be able to think through how the app should work for many use cases you care about or didn’t think about. This time isn’t free. Now consider having to do this iteration across many apps you depend on. And, count on introducing regression…
Combined with the fact that my use cases aren't your use cases, yes, it might be cheaper for me to make my own than to slog though software that wasn't built to serve my exact needs.
Re: Coding after coders: The end of computer programming as we know it?
#230Earlier quoted context omitted.
Depends on what you mean by "builder." If you mean "somebody with an idea who wants to make it real" then that person is massively enabled.
So enabled, in fact, that there's almost no point in downloading an already-made app when you can just trivially tailor-make your own. The builder is massively enabled to quickly make anything they want, for an audience of exactly one.