Hacker News new | ask | show | jobs
by Traster 103 days ago
>we're no longer hiring: specialists. In this new era, generalists win.

I am truly astonished someone said this. My experience with AI has been the opposite. It can knock up something reasonable given the right prompting. It can generate a lot of code. It will hit deliver whatever goal you have, but it won't do it in the simplest neatest way, it won't have context about how you way to grow the codebase in the future.

The inevitable result of this is that it produces much more complexity to do a given thing than a senior engineer will. This is a big problem, because their performance degrades as their context window fills. So you will reach a point where the AI has coded you into a corner, it has created such complexity that it can't understand what is going on without filling its context window, at which point it can't do anything and you're left with a massive stinking pile of slop that's too big for you to work on and too complex for it to unpick.

The only way of sustainably using AI to accelerate your productivity is to be the specialist who can give guidance on structure and approach so that the codebase doesn't spiral.