Hacker News new | past | comments | ask | show | jobs | submit
I'm dumb as a rock and I don't have a PhD, but since ~1 year ago I started forcing myself to do small bits of coding and math manually.

I'm not noticing a "cognitive decline" per se, but I do see I'm a lot "lazier", even stuff that used to be routine when I started coding now feel heavy.

>I'm not noticing a "cognitive decline" per se

The funny thing is, maybe not noticing one can be the actual sign of it :)

Yes, precisely. Assessing your own cognitive skills is dubious. I’m pretty certain I’m less clever than I was when younger but if I find a problem tough now maybe 25 yo me would also have struggled?
That’s the most important thing. If we keep reading, maybe we can hold our own.
> but I do see I'm a lot "lazier", even stuff that used to be routine when I started coding now feel heavy.

Not getting that quick dopamine hit the LLMs give you..

Some say you can re-train your system to get back the dopamine hits you used to get from other things, like the enjoyment of the "old fashioned" manual coding and math. Getting there is hard work. And YMMV.

Absolutely this, I'm the same as you.

And I'm just afraid this is what cognitive decline feels like from inside the deteriorating mind.

>even stuff that used to be routine when I started coding now feel heavy.

The same weight feeling heavier is a sign that your muscles are weaker :)

There's many areas in life were we look back a few decades and think "people use to do it that awkwardly?" And yet results were better. I think the process of removing friction have just served to destroy our ability to concentrate and tolerate difficulty.

I do a similar version of this, where if I notice a mistake in generated code, I fix it manually (or at least attempt to) instead of telling Claude to fix it.
This is the right balance for me as well.

I use an agent to generate a first-pass attempt, and then (deadlines willing), I manually read every line at least once so I understand what the code actually does.

Then I manually fix the inevitable slop that is mixed in with the good stuff, and only once the code is up to my personal standards do I send it.

This probably reduces my “AI performance boost” to 30-50% instead of the huge gains reported by others. But I retain the ability to reason about the codebase and use AI much more precisely when I’m trying to troubleshoot production outages or subtle bugs — something I notice the rest of my team struggles with, since adopting “agentic workflows” everywhere.

I think actively working to retain some cognitive flexibility and “muscle memory” around coding tasks is going to be rather advantageous in the long run.

Pure copium, but what can you do with the deadlines.
Same, but also because it feels like it takes longer for an LLM to do it. I think that's something people who are into gathering personal metrics should do - measure how long it takes to type a prompt / have the LLM fix things vs just doing it yourself.
“ I'm not noticing a "cognitive decline" per se, but I do see I'm a lot "lazier"”

These are correlated - it just hasn’t happened in a large enough amount for you to have clearly noticed it yet.

LLMs are making me smarter. I have more code to read!