New Junior Developers Can’t Actually Code.
-
Hell, I would copy the question sometimes
-
It's like useful information grows as fruit from trees in a digital forest we call the Internet. However, the fruit spoils over time (becomes less relevant) and requires fertile soil (educated people being online) that can be eroded away (not investing in education or infrastructure) or paved over (intellectual property law). LLMs are like processed food created in factories that lack key characteristics of more nutritious fresh ingredients you can find at a farmer's market. Sure, you can feed more people (provide faster answers to questions) by growing a monocrop (training your LLM on a handful of generous people who publish under Creative Commons licenses like CC BY-SA on Stack Overflow), but you also risk a plague destroying your industry like how the Panama disease fungus destroyed nearly all Gros Michel banana farming (companies firing those generous software developers who “waste time” by volunteering to communities like Stack Overflow and replacing them with LLMs).
There's some solar punk ethical fusion of LLMs and sustainable cultivation of high quality information, but we're definitely not there yet.
-
Yeah, and copy-pasting SO answers with no thought is just as bad.
-
And when copy-pasting didn't work, those who dared to rise above and understand it, became better. Same with AI, those of the new generation who see through the slop will learn. It's the same as it has always been. Software engineering is more accessible than ever, say what you will about the current landscape of software engineering but that fact remains undeniable.
-
I don't think phonics are the most critical part of why the kids can't read.
It's proven that people who read primarily books and documents read thoroughly, line by line and with understanding, while those that primarily read from screens (such as social media) skip and skim to find certain keywords. This makes reading books (such as documentation) hard for those used to screens from a young age and some believe may be one of the driving forces behind the collapse in reading amongst young people.
If you're used to the skip & skim style of reading, you will often miss details, which makes finding a solution in a manual infinitely frustrating.
-
Oddly enough, on my first development project I was paired with a "senior dev" who turned out just to be a guy in his 60s who had never actually coded before, so... just a senior.
I ended up doing 100% of the coding, but the guy managed to keep his job for a few months.
-
They never could
-
People who would have gone into finance or received an MBA have been going to tech for a decade now. Every one of them pushes out someone who would have been a real developer.
I've also had the pleasure of watching a lot of the generation who's now complaining as they grew through their journey as developers. I think a lot of them are sugar coating their own abilities. I struggled with many a now illustrious developer whole they banged their head against the wall for hours.
-
To me, I feel like this is a problem perpetuated by management. I see it on the system administration side as well -- they don't care if people understand why a tool works; they just want someone who can run it. If there's no free thought the people are interchangeable and easily replaced.
I often see it farmed out to vendors when actual thought is required, and it's maddening.
-
Exactly, the jr dev that could write anything useful is a rare gem. Boot camps cranking out jr dev by the dozens every couple of months didn’t help the issue. Talent needs cultivation, and since every tech company has been cutting back lately, they stopped cultivating and started sniping talent from each other. Not hard given the amount of layoffs lately. So now we have jr devs either unable to find a place to refine them, or getting hired by people who just want to save money and don’t know that you need a senior or two to wrangle them. Then chat gpt comes along and gives the illusion of sr dev advice, telling them how to write the wrong thing better, no one to teach them which tool is the right one for the job.
Our industry is in kind of a fucked state and will be for a while. Get good at cleaning up the messes that will be left behind and that will keep you fed for the next decade.
-
Well said. Some of the most talented devs I know use Stack Overflow. It depends on how you use it.
-
Thanks for the reply, i've seen those patterns as well, kinda sad.
-
Skip & skim could also stem from the fact that this how a mind used to everpresent ads reads. It's like an adblocker built into your brain.
-
Has anyone else clicked the chat.com url in the article …
-
judging them by their approach, not end result, should be fair.
Yup, that's the approach. It's okay if they don't finish, I want to know how they approach the problem. We absolutely adjust our decision based on the role.
If they can extend existing code and design a new system (with minimal new code) and ask the right questions, we can work with them.
-
Most hiring managers are looking for unicorns
-
It's not that phonics is integral, but rather if reading is a guessing game that's just one more barrier to reading, and they read less, and what they do read they skim over and potentially ignore foreign words
-
As someone who can't code (not a developer) but occasionally needs to dip my toes in it. I've learned quite a bit from using chatgpt and then picking apart whatever it shat out to figure out why it's not working. It's still better than me starting from scratch on whatever it is I'm working on because usually I don't even know where to begin.
-
Holy shit just like an LLM
-
I work at a software development school, and ChatGPT does a lot of damage here too. We try to teach that using it as a tool to help learning is different from using it as a "full project code generator", but the speed advantages it provides makes it irresistible from many students' perspective. I've lost many students last year because they couldn't pass a simple code exam (think FizzBuzz difficulty level) because they had no access to internet, and had to code in Emacs. We also can't block access to it because it starts an endless game where they always find a way to access it.