The editorial argues the issue isn't cheating per se but that AI eliminates the cognitive friction that converts symbol manipulation into intuition. Spending ninety minutes stuck on an induction proof rewires how you think; having Claude generate it in eight seconds produces the artifact without the learning.
The article documents Berkeley CS professors observing students who submit polished problem sets but go blank on closed-book exams — a gap that didn't exist at this scale three years ago. Faculty attribute the trend to two converging factors: normalization of AI homework tools and downward-trending math placement diagnostics linked partly to pandemic-era high school instruction.
Surfaced the Daily Cal piece to Hacker News where it drew 745 points and 724 comments, signaling broad developer-community recognition that the dual diagnosis (AI dependence + math erosion) matches what's being observed elsewhere.
Notes that Berkeley CS is one of the largest industry pipelines, with thousands of majors cycling through core courses like 61A, 61B, 70, and 170. When the failure curve shifts at that scale, the downstream effect on engineer quality and hiring will be visible in industry within a few years.
The Daily Californian reports that professors across UC Berkeley's CS department are seeing a sharp climb in failing grades, tied to two converging trends: increased AI use on homework and noticeably weaker math skills among incoming students. Faculty describe students who can produce working code for assignments but cannot reproduce the underlying reasoning on a closed-book exam — a gap that didn't exist at this scale three years ago.
The piece quotes instructors in core theory and systems classes describing the same pattern: problem sets come back polished, exams come back blank. Office hours have shifted from debugging conceptual confusion to triaging students who don't know where to start because they've never sat with a hard problem long enough to build a mental model. Math placement diagnostics are also trending downward, which faculty link partly to pandemic-era high school instruction and partly to the normalization of tools that solve symbolic problems on demand.
This is not a small department. Berkeley's CS program is one of the largest pipelines into the industry, with thousands of majors and tens of thousands of students cycling through 61A, 61B, 70, and 170 each year. When the failure curve shifts at that scale, it shows up in the labor market two to four years later.
The easy reading is moralistic: kids these days cheat with ChatGPT, news at 11. That framing misses the actual mechanism. The problem isn't that students use AI; it's that AI removes the productive struggle that converts symbol manipulation into intuition. When you spend ninety minutes stuck on an induction proof and then finally see it, the proof technique becomes part of how you think. When Claude writes it in eight seconds, you get the artifact without the rewiring.
This maps directly onto a debate that's been simmering in industry since GPT-4 shipped. Andrej Karpathy, Simon Willison, and others have argued that AI is a leverage multiplier — it makes strong engineers stronger because they can verify, edit, and direct output. That's true. The counterpoint, increasingly visible in code review queues and incident postmortems, is that leverage requires a base to lever against. A junior who has never written a recursive descent parser by hand cannot meaningfully review one that Cursor generated. They can only run it and see if it passes.
Berkeley's data is the leading indicator. The students failing 170 this semester are the engineers your team will interview in 2028. The bottleneck is no longer 'can they ship?' — LLMs make almost anyone ship — it's 'can they tell when the ship is wrong?' Math-heavy CS coursework was never really about the math. It was a forcing function for the kind of patient, adversarial thinking that catches off-by-one errors in distributed consensus protocols and notices when a regex matches the empty string.
There's a useful comparison to calculators in the 1980s and Stack Overflow in the 2010s. Both triggered the same panic, and both turned out fine — but with a caveat. Calculators didn't replace arithmetic understanding because algebra still required it. Stack Overflow didn't replace problem-solving because you still had to know what to search for. LLMs are different in degree: they can produce a full, plausible solution to a problem the user does not understand and cannot evaluate. That asymmetry is new, and educational systems calibrated for the previous two waves are misfiring.
If you're hiring, the resume signal is degrading fast. GitHub activity, leetcode scores, and even take-home projects are now low-information channels — all three are trivially AI-augmented. The interview signals that still work are whiteboard reasoning, live debugging of unfamiliar code, and asking candidates to explain trade-offs in systems they claim to have built. Several teams I've talked to have quietly reintroduced in-person technical rounds for exactly this reason. It's not anti-AI; it's pro-verification.
If you're managing juniors, the failure mode to watch for is confident wrongness. Engineers who lean heavily on AI tend to produce code that compiles, passes the happy path, and breaks on edge cases they never considered because they never built the muscle of considering edge cases. The fix isn't to ban Copilot — that ship has sailed and shouldn't be recalled. The fix is to require, in code review, that the author can explain every non-trivial line as if they had written it from scratch. If they can't, that's the learning moment.
If you're a senior engineer, your own usage pattern matters. There's a real risk of skill atrophy in domains you used to own. Pick one area per quarter — concurrency, query planning, whatever you used to teach others — and deliberately work in it without AI assistance. Think of it as the engineering equivalent of strength training: you don't take the elevator on leg day.
Berkeley will adapt. Some classes will move to in-person, proctored, pencil-and-paper exams. Others will lean into AI and redesign assignments around critique and verification rather than production. Both approaches are defensible, and the next two years of academic experiments will produce data the industry should pay close attention to. The students who will dominate the next decade aren't the ones who refuse to use AI, and they aren't the ones who use it for everything — they're the ones who know exactly which 20% of their work needs to happen in their own head, and who guard that 20% jealously.
The likely 'real' reason is hidden in one paragraph within the article and has nothing to do with the implication of the eye-catching title: "Both Garcia and Ranade have joined more than 1,300 UC faculty in signing a petition calling for the reinstatement of ACT and SAT standardized t
CS Professor here: just yesterday I did the discussion of a course projects' (Parallel Computing), and one of the three groups that I did yesterday have clearly gone the ChatGPT way. They couldn't even understand the choices the LLM made regarding the architecture, etc. The way to "ca
It's a strange thing that as humans, we sleepwalk into every crisis, never agreeing on anything, and then when we're there, we also never agree on the causes. When we ge too the point where we can no longer "engineer" or "science" anything we will spend the next decade
In 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
Top 10 dev stories every morning at 8am UTC. AI-curated. Retro terminal HTML email.
I 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