Earlier quoted context omitted.
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 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.
Failing grades soar with AI usage, dwindling math skills in Berkeley CS classes
151–160 of 828 posts
Re: Failing grades soar with AI usage, dwindling math skills in Berkeley CS classes
#152Earlier quoted context omitted.
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 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.
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.
Re: Failing grades soar with AI usage, dwindling math skills in Berkeley CS classes
#153Earlier quoted context omitted.
They're incredibly more productive. LLMs are amplifiers, so where they'd have branched and tried out N things, they can easily try 5N pathways of RnD. LLMs are extending the frontiers of science fast -- math -> phy -> chem -> bio in that order.
To me it is crazy that you are being downvoted. My experience in academia was that an incredible amount of time was devoted to data cleansing analysis, coding, etc., which were completely non-core to the actual underlying academic pursuit.
The downvotes are just a sign of the times. It's also something to observe and think about..
Re: Failing grades soar with AI usage, dwindling math skills in Berkeley CS classes
#154I have some sympathy for these kids. If LLMs were around when I was a student, I would've also used them to "speed up" my homework assignments then proceed to fail all my tests. Now I work mostly with PhDs who were at the top of every academic environment they've ever been in. And yet I can see their thinking skills rapidly declining as well; many of them can no longer brainstorm, code, think deeply, or write without…
At this rate humans will become avatars remotely controlled by LLMs. Ironic conclusion of the consciousness debate.
Re: Failing grades soar with AI usage, dwindling math skills in Berkeley CS classes
#155In unrelated news "More than 600 University of California faculty members, led by mathematicians at UC Berkeley, are calling on the system to reinstate standardized testing requirements for science, technology, engineering and mathematics applicants, saying that six years of test-free admissions has not reliably assessed readiness and professors are often teaching middle school math to incoming students." https://arc…
Re: Failing grades soar with AI usage, dwindling math skills in Berkeley CS classes
#156I have some sympathy for these kids. If LLMs were around when I was a student, I would've also used them to "speed up" my homework assignments then proceed to fail all my tests. Now I work mostly with PhDs who were at the top of every academic environment they've ever been in. And yet I can see their thinking skills rapidly declining as well; many of them can no longer brainstorm, code, think deeply, or write without…
On the contrary, with the amount of times I went to ask for help and was failed pedagogically, plus not being able to afford tutoring like my peers had, I think access to an LLM would have genuinely boosted my grades. I still did well, but I had gaps for which there was no help outside of the internet available.
Re: Failing grades soar with AI usage, dwindling math skills in Berkeley CS classes
#157I have some sympathy for these kids. If LLMs were around when I was a student, I would've also used them to "speed up" my homework assignments then proceed to fail all my tests. Now I work mostly with PhDs who were at the top of every academic environment they've ever been in. And yet I can see their thinking skills rapidly declining as well; many of them can no longer brainstorm, code, think deeply, or write without…
At this rate humans will become avatars remotely controlled by LLMs. Ironic conclusion of the consciousness debate.
Re: Failing grades soar with AI usage, dwindling math skills in Berkeley CS classes
#158I have some sympathy for these kids. If LLMs were around when I was a student, I would've also used them to "speed up" my homework assignments then proceed to fail all my tests. Now I work mostly with PhDs who were at the top of every academic environment they've ever been in. And yet I can see their thinking skills rapidly declining as well; many of them can no longer brainstorm, code, think deeply, or write without…
I've been wondering if there would be a benefit to inverting how we teach subjects now. Previously we would teach from the bottom, and build up. Semi-colon goes here, curly brace goes there, and then build up to architecture, systems, etc. But this doesn't seem to make sense when someone comes to a topic with an LLM in-hand. They need to know high-level techniques, architecture, best practice, etc. As they pursue the…
High-level techniques were never a problem. You could Google tens of articles on this topic. They are useless too, it's like learning how to drive a racing bicycle from reading a book. Sure, you will know a lot about nuances, but you will fail miserably when it comes to a real race.
Re: Failing grades soar with AI usage, dwindling math skills in Berkeley CS classes
#159Earlier quoted context omitted.
Eh, I think it's less like a cigarette and more like the car. We're not going back. Americans are famously less healthy the more car dependent they are, and now people walk/run as an explicit task to be healthy. People will start going to a "thinking" gym, or engaging in additional manual mental activities for sport, like we do with chess today.
Or when the Internet came and made memory kinda obsolete. Why remember facts if you can simply index them and then lookup on demand. But now we delegate thinking itself, so I wonder what is left.
Re: Failing grades soar with AI usage, dwindling math skills in Berkeley CS classes
#160It’s like testing your drawing ability in a photography class. The difference is that now nearly have subject and testing method we have has become obsolete. Drawings courses still exist as will traditional courses, but the main stream has changed and exams and schools need to adapt.