Ask HN: Is anyone experiencing "AI brain rot?"
21–30 of 43 posts
Re: Ask HN: Is anyone experiencing "AI brain rot?"
#22Re: Ask HN: Is anyone experiencing "AI brain rot?"
#23Not that I've noticed, but I've made a concerted effort from the beginning to mentally work through any AI-generated code I use. Yes, it does require a lot of discipline. I believe it's equally important to ask it to explain why it generated the code when the output is unexpected. More often that not, it's acting more like "fancy autocomplete", though.
Re: Ask HN: Is anyone experiencing "AI brain rot?"
#24Re: Ask HN: Is anyone experiencing "AI brain rot?"
#25Re: Ask HN: Is anyone experiencing "AI brain rot?"
#26This fails when people expect rote memorization like in coding interviews, but it works well when I'm actually working through problems in a company - I have a set of references up and available, usually of the internal codebase. I use AI as an advanced reference primarily so I haven't had the problem as stated here yet!
I think a lot of folks are finding that via AI they're switching over to the way that I do code, without the benefits of internal thinking structure I've had to come up with over time to manage it. I try to think of whatever I'm doing in a sort of scaffold, and then change my focus into the details. If you lose your ability to zoom in or out on layers of abstraction (because you don't understand whats happening in detail), that's when you need to spend time diving in.
You can't just sit back all the time like a farmer who's got a machine to plow and tend to all the fields, you need to be doing QA and making sure its doing what it says its doing. If you're letting it handle what the scaffold is, you know even less.
You decide which if any mental models you outsource to AI. You decide what you manage, and whats important for you to manage. Don't let short term productivity gains hobble your ability to zoom in!
Re: Ask HN: Is anyone experiencing "AI brain rot?"
#27Re: Ask HN: Is anyone experiencing "AI brain rot?"
#28For me the main difference is that I search and read much less when problem solving. In the past I'd often have to search docs and SO for ages looking for information about some bug/functionality. Today about 50% of the time I can just ask AI if it knows what I need. Although the other 50% of the time it will give me some BS hacky answers or just make something up – especially when I'm using less common libraries.
Where I have got much lazier is when it comes to writing BS code like regexs, etc. It's not that I can't write them, I just know that it will take me longer to think about and create the regex than explaining to an LLM what I want to match on. But you still need to know regex to review it so I don't feel like losing any skills, just able to work faster in some cases like how pulling a email regex from SO would have help you code a solution faster a decade a go.
Re: Ask HN: Is anyone experiencing "AI brain rot?"
#29It’s not only AI. It’s short form content, fast paced life. I can’t seem to be able to concentrate as I used to, get into the zone. I get irritated way more, for example when I can’t code a solution fast enough and the AI is being stupid, I get angry.
Re: Ask HN: Is anyone experiencing "AI brain rot?"
#30Hopefully LLMs won't vanish away... I'd be at a net negative.