Not just satnav, but as a kid I could remember at least 20 phone number of close friends and family. My spelling used to be quite good, but now I struggle with words my 9 year old can spell. I think this is the way with any new technology, we just move to the next level of abstraction and hopefully get to build bigger/better things...maybe.
I've never heard of spelling regressing. I think my spelling ability is mostly correlated to how much I have read. I know how to spell many words I've never used myself.
Ask HN: Is anyone experiencing "AI brain rot?"
11–20 of 43 posts
Re: Ask HN: Is anyone experiencing "AI brain rot?"
#12Re: Ask HN: Is anyone experiencing "AI brain rot?"
#13Re: Ask HN: Is anyone experiencing "AI brain rot?"
#14how is it possible? what size and complexity projects are you working with? I have integrated llms into my dev workflow as much as possible and they are just not capable of doing all that much.
One time trying to fix a redux problem gemini started rewriting redux itself.
Re: Ask HN: Is anyone experiencing "AI brain rot?"
#15Re: Ask HN: Is anyone experiencing "AI brain rot?"
#16If not for it I'd be spending even longer scouring StackOverflow and documentation for ideas and example code, so other than a potential timesaver it's not really that different than what I was doing before.
Re: Ask HN: Is anyone experiencing "AI brain rot?"
#17So I use it for brainstorming, and as a temporary crutch for working with unfamiliar languages/frameworks/tools, and wean myself off it as quickly as I can.
For my work, which is very research and CS theory-heavy, I'm faster without it.
Re: Ask HN: Is anyone experiencing "AI brain rot?"
#18Re: Ask HN: Is anyone experiencing "AI brain rot?"
#19Re: Ask HN: Is anyone experiencing "AI brain rot?"
#20I 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.