Comment on We went from LEARN TO CODE to NO ONE LEARN TO CODE GET A CONSTRUCTION JOB in about a 3 year span.
JcbAzPx@lemmy.world 2 days ago
Learn code anyway. LLMs can’t code worth a shit, so there will be plenty of jobs available to clean up their mess.
mic_check_one_two@lemmy.dbzer0.com 2 days ago
LLMs can’t code worth a shit yet. But techbros are determined to change that. The sad reality is that code is just a form of language, and LLMs are good at learning languages. They can’t code worth shit right now, but the progress likely will improve them.
We’ll still need experienced debuggers who can actually code. But in a decade, the broad strokes will likely be done by LLMs, which will vastly shrink the demand for experienced coders.
Isoprenoid@programming.dev 2 days ago
This is debatable. LLMs are prediction machines.
What use is prediction when you are trying to code something new?
Not_mikey@lemmy.dbzer0.com 2 days ago
The vast majority of coding isn’t making something new, it’s using existing patterns and tools and arranging them to fit a specific use case.
Llms may not be able to create a new framework or design pattern, but neither will most coders in there day to day.
Isoprenoid@programming.dev 2 days ago
I would argue that arranging something to fit a specific use case is making something new.
Ask any designer how difficult it is to get a spec sheet from a client and meet their expectations. We’re expecting LLMs to suddenly solve this problem.
Until they can do this, there is little threat to designers. There will be less grunt work, of course.
DragonTypeWyvern@midwest.social 2 days ago
Tbh this whole thing made me realize what we really need is a modular automated code bank
Yermaw@lemm.ee 2 days ago
Right now they are. Who knows what tomorrow will bring.
Compared to just 20 years ago we’re living in the future. You may not have noticed the progress because you’d expect the future to includes hoverboards.
pinball_wizard@lemmy.zip 2 days ago
We do. Experienced programmers who have been promised we’re about to be obsolete several times, now. For many of us, this isn’t our first rodeo.
As an expert in computer, there’s two things I can guarantee:
pixeltree@lemmy.blahaj.zone 2 days ago
Lmfao the hardest part of building a product is understanding customer wants and needs. LLMs are incapable of understanding
CtrlAltDefeat@sh.itjust.works 2 days ago
You described project management
pixeltree@lemmy.blahaj.zone 1 day ago
No, it’s the difference between software engineering and software development. If your project manager is handling that, your org is wack
hibsen@lemmy.world 2 days ago
I thought that was just the job we give people who are trying their best but can’t really anything.
Saleh@feddit.org 1 day ago
Learning a language and forming and expressing complex thoughts in an efficient way are three different things.
Learning the syntax of a programming language doesn’t make you a programmer.
Being able to solve complex problems with the programming language makes you a programmer.
Being able to solve complex problems with the programming language in an efficient way makes you a good programmer.