• 8 Posts
  • 294 Comments
Joined 2 years ago
cake
Cake day: May 31st, 2024

help-circle







  • Ahhhhhhhh look at me I’ve lost the ability to read code!!!

    Pretending that skill atrophy isn’t a real issue doesn’t make it go away. The more a developer outsources his brain to an LLM, the more skills they lose over time. I experienced it first hand, because I wasn’t always so strictly against “AI” and used it extensively for many months. But I noticed that I wasn’t able to solve pretty simple coding tasks after a while anymore, tasks which were second nature to me before. Anyone who mindlessly boosts AI without even taking this into consideration, isn’t a good developer.

    I still code better than most of my juniors.

    This statement is a nothingburger. You can’t hype yourself up to make yourself more legitimate, anyone can just claim things on the internet. In order to assess if you are truly a good coder, another senior who doesn’t use AI would have to look over your code. The results might surprise you.

    I’ll leave it at that, you completely jumped on the hypetrain, you aren’t even interested in a real discussion and my time is too valuable to spend it on such trivialities. I just feel sorry for the juniors working under your management and I hope you’ll not be out of a job when OpenAI, Anthropic and all of the other big “AI” companies eventually go down the drain.












  • I have stopped using it, because the skill atrophy kicked in and I don’t want to turn into someone chatting with a bot every day.

    To quote myself:

    I work as a software developer and over the last months, I slipped into a habit of letting ChatGPT write more and more code for me. It’s just so easy to do! Write a function here, do some documentation there, do all of the boilerplate for me, set up some pre-commit hooks, …

    Two weeks ago I deleted my OpenAI account and forced myself to write all code without LLMs, just as I did before. Because there is one very real problem of excessive AI useage in software development: Skill atrophy.

    I was actively losing knowledge. Sometimes I had to look up the easiest things (like builtin Javascript functions) I was definitely able to work with off the top of my head just a year ago. I turned away from being an actual developer to someone chatting with a machine. I slowly lost the fun in coding, because I outsourced the problem solving aspects that gave me a dopamine boost to the AI. I basically became a glorified copypaster.