As a Cal alum, I am actually really glad to see they are holding the line on grade inflation. I worked my butt off to achieve the GPA I did, and it would really suck to see my labor devalued if Cal went the direction of e.g. Yale and started handing out 79% A's and A-minuses: https://yaledailynews.com/articles/professors-face-grading-d...
Failing grades soar with AI usage, dwindling math skills in Berkeley CS classes
71–80 of 828 posts
Re: Failing grades soar with AI usage, dwindling math skills in Berkeley CS classes
#72Re: Failing grades soar with AI usage, dwindling math skills in Berkeley CS classes
#73I 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…
Do any of said PhDs gain anything positive from LLM usage? Or does it only lead to declining thinking skills in your view?
Other fields may be different. YMMV
Re: Failing grades soar with AI usage, dwindling math skills in Berkeley CS classes
#74I 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'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.
Re: Failing grades soar with AI usage, dwindling math skills in Berkeley CS classes
#75Earlier 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.
I'm hearing different from PhDs. The bottleneck with much research isn't "trying out ideas" so much as it's all the bureaucratic minutiae, grants, mentoring PhD candidates, collaboration with other researchers, etc. I've heard LLMs can be helpful in limited targeted ways. But not as some kind of "game changing" accelerant.
Re: Failing grades soar with AI usage, dwindling math skills in Berkeley CS classes
#76I 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…
Re: Failing grades soar with AI usage, dwindling math skills in Berkeley CS classes
#77Earlier quoted context omitted.
If the removal of standardized testing in 2021 was the real reason, then why is there a sudden spike of failure rates happening right now?
There's always a lag between cause and effect in education. Works the other way too - if you introduce something positive in grade 1, you'll only see the results a few years later.
Re: Failing grades soar with AI usage, dwindling math skills in Berkeley CS classes
#78>In addition, the guidelines state that “a typical GPA for a lower division course will fall in the range 2.8 – 3.3.” In spring 2026, both classes’ average grades were C-pluses, according to Berkeleytime, corresponding to a 2.3 GPA. As a Cal alum, I am actually really glad to see they are holding the line on grade inflation. I worked my butt off to achieve the GPA I did, and it would really suck to see my labor deval…
Re: Failing grades soar with AI usage, dwindling math skills in Berkeley CS classes
#79Sorry, but I don't think AI is entirely to blame here. When I graduated from a CS program at a top-10 school, I felt frustrated that the professors didn't ever teach. They had slides. They read off slides, verbatim. They explained things sometimes if you asked them, but most often in a very elitist and condescending tone. Like in the movie Good Will Hunting, you could have learned nearly all of it and more by borrowi…
I really wonder if it's important to learn all that low-level stuff at this point. Most programmers today will never write a binary tree or a hash table. Modern high-performance ones are generic components you get from libraries. Even MIT gave up on teaching from Structure and Interpretation of Computer Programs. I got all that stuff. I've wired up a 4-bit adder on a solderless breadboard for an architecture class. I…
Start the kids off with high level stuff, but make them do some embedded systems on their way through. At least for an engineering degree. Also, do a bit of lower level communications somewhere in there; expose them to tcpdump/ wireshark, but they need not develop expertise.