Hacker News new | ask | show | jobs
by bakuninsbart 438 days ago
There are multiple factors exacerbating this even further:

1) AI generated code is "soulless". Reviewing code can be engaging if you are trying to understand your colleagues thought process. Sometimes you learn something new, sometimes you can feel superior, or politely disagree. AI ain't worth the hassle.

2) You unlearn how to write code by relying heavily on LLMs. On some level, it is similar to an IDE giving you context clues and definitions. On another, it can replace the hard work of thinking things through with mediocre yet usually workable solutions. And that's the big trap.

1 comments

> Sometimes you learn something new, sometimes you can feel superior, or politely disagree. AI ain't worth the hassle.

Often I am looking for opportunities to mentor a less experienced developer

Why bother if they are just offloading their thinking to AI

> Why bother if they are just offloading their thinking to AI

Because you get to make them cry when you show them the error of their AI ways.

Consider it a teaching moment if you can show them why the AI-generated code is insufficient for production.