Live data from Hacker News

Is AI ruining our skills? Early results are in – and they're not good

nature.com

21–30 of 328 posts

Re: Is AI ruining our skills? Early results are in – and they're not good

#21
post #8

The two senior engineers in my org (in a FAANG) who vibe-code the most have lost literally all of their skills. Their code has become terrible and their judgment even worse. A very similar topic was discussed here: https://news.ycombinator.com/item?id=48392004 and I make the exact same conclusion: All of this makes me selfishly excited for my own future. It's glaringly obvious that anyone who's a heavy user of LLMs i…

You're making the right call there. I've felt it, seen it around me personally. That study is terrifying. I'm no code ninja at the best of times. It's scary to hear that's happening to top engineers. I need an exit strategy. Anyone else come off AI?

Yes, feeling like I had to relearn to walk. The first week was rough, everything was wired for LLM usage and autocomplete. Couldn't even type right anymore.

Re: Is AI ruining our skills? Early results are in – and they're not good

#22
A skill which is now done better by a machine is no longer a skill, it is technology. It is just a matter of time before most of our logical and language reasoning skills are replaced by frontier model-agents, which will at some point be far superior (if not already) to human capability.

So I totally disagree with this premise that human skills are being ruined by the use of AI technology. No, many human skills are being made obsolete. That's a good thing for economic productivity as a whole, but for those who only have skills that are being automated, their labor value decreases (which is usually bad for them as individuals).

Re: Is AI ruining our skills? Early results are in – and they're not good

#23
post #12

The two senior engineers in my org (in a FAANG) who vibe-code the most have lost literally all of their skills. Their code has become terrible and their judgment even worse. A very similar topic was discussed here: https://news.ycombinator.com/item?id=48392004 and I make the exact same conclusion: All of this makes me selfishly excited for my own future. It's glaringly obvious that anyone who's a heavy user of LLMs i…

Another tactic is to use LLMs to help you learn. That's another way to approach "It has never been easier to get better than others." Avoiding tool use because you're afraid you won't be able to use the tool responsibly is not likely to be a winning strategy in the end. Learning to use the tool well is much more effective.

But they're also unreliable in what they present, they still hallucinate. I rather do my own research or listen to a real human on the topic who actually has an internal concept and structure of what they're talking about.

Re: Is AI ruining our skills? Early results are in – and they're not good

#24
> To investigate whether skills are being lost in the field of computer science, researchers at the AI firm Anthropic in San Francisco, California, designed a randomized controlled trial in which 52 software engineers were asked to perform a basic coding task3. During the exercise, all 52 participants could search the web and access instructions on how to do the task. Half of the participants were prompted to use an AI assistant as well.

> Afterwards, all of the software engineers were asked to complete a quiz about what they had learnt from the task. The participants who had used an AI assistant did significantly worse on the quiz than those who hadn’t: the average score was 50% in the AI group versus 67% in the non-AI group.

This doesn't strike me as a great test? Most engineers aren't going to learn anything from a basic coding task anyway, so I do wonder exactly what they were testing there. If it was just recall about what the issue was, then it doesn't really strike me as a problem - using AI to handle simple problems that it's clearly capable of dealing with is the right way to use it, and of course you're not going to spend time poring over the details because then you haven't saved any time by using AI.

There are other examples that don't strike me as particularly problematic, like GPS eroding people's sense of direction. It's totally reasonable to let a skill atrophy that you no longer really need because you have an ever-present tool to handle it. I'm a lot worse at doing long division than I was when I was .

The whole skill atrophy thing seems like much less of a problem than it's made out to be. We've been letting skills atrophy for good reason long before the advent of AI. If you start at McDonald's as a fry cook and work your way up to regional manager, if you suddenly have to work a shift on the fry station you're going to be worse than you were when you were doing it all the time. MDs at investment banks almost certainly can't put together a pitch deck as well as the junior bankers who are doing that task regularly. These things are fine - part of moving up in the world and having a broader impact is being able to successfully delegate tasks, and when you delegate tasks your skill at those tasks will atrophy. No real difference whether you're delegating them to AI or not.

To be clear, there are of course cases where skill atrophy is bad. iLoveOncall posted about senior engineers in their org who have lost all of those skills and their judgment along with them. That's definitely bad! If you delegate so much that you lose the ability to even judge good work, now you can't even delegate effectively any more.

I think the real lesson with AI is that you need to be self-aware about what skills you should practice and retain vs. what skills you can let atrophy, since it's easier than ever to hand things off. I've lost most of my ability to write a SQL query, but that's fine because it was only a skill I used intermittently and AI can always do the job fine at the level of complexity I need. I have not let my skill of writing product specs atrophy (I am a PM, in case you haven't read my username), because that's critical to using AI correctly in the first place.

Re: Is AI ruining our skills? Early results are in – and they're not good

#25

The two senior engineers in my org (in a FAANG) who vibe-code the most have lost literally all of their skills. Their code has become terrible and their judgment even worse. A very similar topic was discussed here: https://news.ycombinator.com/item?id=48392004 and I make the exact same conclusion: All of this makes me selfishly excited for my own future. It's glaringly obvious that anyone who's a heavy user of LLMs i…

Are you actually seeing any signs that we’re going back to how software was written before, and needing those skills in the same way? Because I sure am not seeing that right now. As someone who vibe codes 100% and has become managements favorite, while being more or less allowed to break the platform every other release I know my skills are atrophying. But it’s taking me different places in my career entirely. There’s a path to managing other engineers now that opened years before it would have previously. Even writing this makes it sound ridiculous, but that’s what’s infront of me right now. There is an entirely other set of skills that I’m interested in sharpening now. Definitely no more sitting down several hours per day and meeting about system design and integrations with others.

Re: Is AI ruining our skills? Early results are in – and they're not good

#27

Earlier quoted context omitted.

Sure. But if you don't own the tool and it is held by a cabal of centralist (even political state-adjacent) parties, you're having a bad day when computer says no.

The tools aren't owned by a cabal of state-adjacent parties. Specific implementations are. But open-source models have saved the day here.

If they can keep up. Unfortunately, we learn from previous technology shifts that the masses will always favor ease of use (to the point of infinite scroll 5 second videos dopamine puddle, or echo chamber social networking in lieu of critical media consumption), which does not bode well for the market for alternative hardware: one which is already expensive.

I fear on-prem AI is likely to become as popular as on-prem servers without Cloudflare using self-hosted email are today: that is to say, people have heard of it but the skillset is almost popularly eviscerated, external policies make it progressively impractical, and anyone who does it is 'niche'. While basic guides will exist, obtaining top-level output will probably require many moons of concerted effort.

Basically: AI is SaaS for thinking.

Re: Is AI ruining our skills? Early results are in – and they're not good

#28

Earlier quoted context omitted.

Sure. But if you don't own the tool and it is held by a cabal of centralist (even political state-adjacent) parties, you're having a bad day when computer says no.

We love our open source models. GLM 5.2 came out recently and the timeline for closing the gap to closed source shrank to something like 2 weeks by popular measurements. Edit: Mis remembered the timeline I saw not 2 weeks, 3 months, but still I think my point stands.

Just to make sure I understand your argument. Are you saying that today's open source models are on par with frontier closed models of two weeks ago? By what criteria?

Re: Is AI ruining our skills? Early results are in – and they're not good

#29

The two senior engineers in my org (in a FAANG) who vibe-code the most have lost literally all of their skills. Their code has become terrible and their judgment even worse. A very similar topic was discussed here: https://news.ycombinator.com/item?id=48392004 and I make the exact same conclusion: All of this makes me selfishly excited for my own future. It's glaringly obvious that anyone who's a heavy user of LLMs i…

I recently did a manual exercise to force myself to keep my skills from decaying too much after about a year of using agents exclusively. My ability to go from a blank slate to software was indeed in the toilet, but my ability to reason over and edit code seems to be surviving fine. I suspect that your LLM-pilled coworkers' judgment issues are related to laziness that LLMs have enabled, rather than an inherent property of LLM use.

Re: Is AI ruining our skills? Early results are in – and they're not good

#30

The two senior engineers in my org (in a FAANG) who vibe-code the most have lost literally all of their skills. Their code has become terrible and their judgment even worse. A very similar topic was discussed here: https://news.ycombinator.com/item?id=48392004 and I make the exact same conclusion: All of this makes me selfishly excited for my own future. It's glaringly obvious that anyone who's a heavy user of LLMs i…

My friends can't ride horses as well as they used to, they've been using cars to get around too much. Sure horses are more efficient, but cars are faster and more convenient, and allow you to get a lot more done. Also cars will get better in our lifetime, horses are horses.

Writing code seems more like walking to me; at least it is the most manual way of getting a computer program. Horses might be more like one of those low-code/no-code solutions (it really fits, they are useful but very opinionated, so not always cooperative). And, the situation with AI seems a bit worrying for them.

To continue the modified analogy, if your friends lost the ability to walk, you’d be quite worried, right?

Post reply on HN