AI is making me dumb
51–60 of 328 posts
Re: AI is making me dumb
#52Relatable! Or at least making me feel dumb (at times). Things that help me feel smarter are * actually writing more on my own - created a personal blog just to get myself to write more * upleveling my thinking - think more about problems and framing * leverage my experience - guide (or sometimes force) the AI assistant to leverage my experience to avoid problems * learning new things - rather than let AI just replace…
> learning new things I wonder lately, doesn't that all new knowledge push out the old knowledge? As in new things replace old things we know. I don't know any studies on this but do we have infinite capacity for knowledge? What about retaining it? I catch myself asking AI wondering about random things that pop into my head, reading it, maybe using that knowledge once and later no longer remembering what it was. Mayb…
Retaining (again just speaking for myself) requires actually using / applying the knowledge at some point within some timeframe of learning it. Otherwise yeah it fades to the point of disappearing over time.
Re: AI is making me dumb
#53Re: AI is making me dumb
#54I can't relate that much to this. Every time I use AI to write code, I'm constantly fighting a feeling on the back of my neck that I need to look over everything it has done and supplement/alter it with my own code. That ick feeling counteracts the dopamine hit of having a working app after a few minutes of vibe coding, and I don't think that's going anywhere anytime soon. That said, I have experience. I could absolu…
If you try and get AI to do anything meaningful, it will be riddled with footguns and bizarre choices. Maybe if you have hundreds of dollars worth of tokens that might not be the case - but for someone who spends $10 a month, it's just not worth the headache.
Besides, for me these are hobby projects and writing code is still fun, I just make AI write the boring parts (good examples: saving and loading, parsing of data files and settings menu functionality) - but I keep it away from anything that needs a humans judgement to create.
Re: AI is making me dumb
#55Re: AI is making me dumb
#56Earlier quoted context omitted.
I've been thinking a lot about the new primitives and paradigms we'll see.
Care to share some of these thoughts?
2. we will think of verification loop more - tasks will be chosen that have more ability to be easily verified
3. the concept of the difference between "generation" and "verification" will be more mainstream [1]
4. spec driven development will become more common
5. scenario testing will become mainstream
i have few more predictions like these.
[1] I wrote a blog post on this explaining why I keep this generation vs verification difference in many parts of life https://simianwords.bearblog.dev/the-generation-vs-verificat...
Re: AI is making me dumb
#57You need to spend time on coding without agents and writing without AI as practice if nothing else.
You should not get complacent in offloading all detail oriented work to agents.
Re: AI is making me dumb
#58For my current project I'm coding every day in Java, ruby, and JavaScript. I waste a lot of tokens doing what used to be simple google searches for language differences since I mix up things like the null-safe operator ruby vs jscript or what is the continue/break statement in ruby vs java. I think Claude is probably very disappointed in me that the most complicated thing I use it for is refactoring old Java loops to…
Re: AI is making me dumb
#59Re: AI is making me dumb
#60Is it tho? I get paid more these days to write less code. Is it dumb to be paid more/do more, have more oversight and deal less with the minutia? Im still concerned enough about the specifics to show concern about background refresh tokens silently failing in OAuth in a mission critical real-time system. Im not coding it, but im still thinking it. That's the important part, ain't it? Is it dumb or just clever delegat…
You lose some ideas of thinking if AI does all the coding unless you study that code. But that’s still different to creating the code yourself.
Same with authors or songwriters. Their brain is used to create stories and songs that‘s why it’s easier for them to come up with ideas.
If you are just a reader or listener your brain doesn’t get wired in the same way.
AI is a lesser problem for already experienced developers, because they just lose some abilities but new developers will never get those abilities in the first place, which will limit their thinking especially for edge cases that need creativity