Comment by brabel
I consider myself a hacker as I spend many evenings and weekends writing code for no commercial purpose but to create cool stuff and sometimes even useful stuff all in the open. I have no idea why I should be against using LLM. Just like I use an IDE and wouldn’t want to write code without one, sometimes an LLM can quickly write some drudgery that if I had to write completely myself would likely stop me from continuing. It’s just another tool in the toolbox, stop regarding it as some sort of evil that replaces us! It doesn’t and probably never will, we will always have more important things to do that will still require a human, even if that does not include a whole lot of coding .
> I have no idea why I should be against using LLM
It highly depends on your own perspective and goals, but one of the arguments I agree with is that habitually using it will effectively prevent you building any skill or insight into the code you've produced. That in turn leads to unintended consequences as implementation details become opaque and layers of abstraction build up. It's like hyper-accelerating tech-debt for an immediate result, if it's a simple project with no security requirements there would be little reason to not use the tool.