AI Is Like a Crappy Consultant

39 points by krig


krig

I submitted this story to hopefully have a conversation about this.. personally I don’t and never have used any kind of LLM coding assistance. I don’t even like using Intellisense/autocomplete, I find that it tends to interrupt my flow. I know that I am in the minority here though, so I don’t expect most people to agree with me.

However, this part of the article really bothered me:

I did find one area where LLMs absolutely excel, and I’d never want to be without them:

AIs can find your syntax error 100x faster than you can.

They’ve been a useful tool in multiple areas, to my surprise. But this is the one space where they’ve been an honestly huge help: I know I’ve made a mistake somewhere and I just can’t track it down. I can spend ten minutes staring at my files and pulling my hair out, or get an answer back in thirty seconds.

To me, this seems like it would really be a bad idea in the long run. Those situations where I feel stuck and really have to dig deep to figure out why something is broken are exactly the moments where I feel that I am gaining a deeper understanding of the problem I am trying to solve, the tools I use or the programming environment in general… If I have a cheat code that lets me skip all the hard parts of the level, won’t I just remain a beginner forever?