Purdue's CS 240 professor accused 200+ students of AI cheating, then walked it back
In late April 2026, the instructor of Purdue's CS 240 computer science course emailed more than 200 students accusing them of using AI on assignments. The email cited "clear and concrete indicators" of AI use, landed on the last day students could drop the class, and warned of course failure plus referral to the dean of students. Students had five days to fill out an online form describing which assignments they had used AI on. Outcry followed quickly, and the allegations were dropped within days. The instructor told students he understood the timing could be seen as "coercive." His own data, made available later, showed AI agents performing 10 to 15 percentage points worse than human students on the same assignments - which makes a blanket "200+ of you cheated with AI" assumption hard to support on the merits the professor had in hand.
Incident Details
Tech Stack
References
The email that hit on drop day
In late April 2026, the instructor teaching CS 240 at Purdue - one of the standard early-undergraduate computer science courses in the department - sent an email to more than 200 students in the class accusing them of using AI on assignments. The email cited "clear and concrete indicators" of AI use. It warned that students who had cheated would fail the course and be referred to the dean of students. It gave the students five days to fill out an online form describing which assignments they had used AI on.
The Purdue Exponent, the campus paper of record, was the first to report the campus-wide reaction. Plagiarism Today and follow-on syndication in Inkfreenews and AOL picked it up over the next several days. The single detail that turned this into a story rather than an internal academic-integrity matter was the timing. The email went out on the last day students could drop the class without penalty. A student who received the email and believed they had been wrongly accused had a choice: drop the class on the spot, with no time to investigate or appeal, or stay in and gamble on the outcome of the accusation process. Either way, the timing structurally limited the student's ability to mount a defense before the deadline passed.
Within days, the instructor told students he understood the timing could be seen as "coercive," even if that had not been the intent. The accusations were dropped. Anyone who had dropped the class could re-enroll. The Purdue Exponent's coverage walked through the chronology and the reaction from the department.
The "clear and concrete indicators" that were not
The most interesting piece of the public record on the case is the instructor's own data. After the accusations were dropped, the instructor shared analysis indicating that AI agents performed 10 to 15 percentage points worse than human students on the actual CS 240 assignments. That detail, reported by the Exponent and reproduced in subsequent coverage, is the part of the story that should change how any university thinks about AI-detection-driven discipline at scale.
If the AI baseline performance on the assignments is meaningfully worse than the average human-student performance, then the assignments themselves are not great training data for spotting AI cheaters by output quality. A student who would have gotten a solid B on the assignment is unlikely to be tempted to copy from an AI agent that would have gotten them a low C. The high-end student work that the instructor's heuristics flagged as "indicators of AI" was, on the data, probably not AI-driven. It was probably the work of stronger students whose writing or code patterns happened to match whatever pattern the instructor was using as an indicator.
None of this is a defense of every student in CS 240. Some students may indeed have used AI tools on assignments. The point is that the instructor's evidence base does not support distinguishing those students from the rest with anything like the confidence implied by a mass accusation email.
What the workflow looked like
Plagiarism Today and the Exponent both walked through the mechanics of the accusation. The instructor pre-decided that AI use was widespread in the course. He then built a workflow around that conclusion: a mass email, a confession form, a five-day deadline, and a threat of course failure plus dean-of-students referral as the consequence for non-cooperation.
The implicit theory behind a workflow like that is "students who used AI will admit it on the form because they don't want to risk the bigger consequence; students who didn't will fill it out as a denial; the instructor can then triage based on the responses." That theory works when the underlying detection is accurate and the rate of true positives is high relative to false positives. In CS 240, neither of those conditions appears to have been met. The instructor's later analysis suggests the rate of plausible AI-driven cheating was lower than the accusation rate implied. The students caught in the false-positive bucket were left to either lie and admit something they did not do, or stand on a denial and risk being treated as defiant.
The Exponent quoted student concerns about exactly that bind. Some students described feeling pressured to "confess" to AI use they had not committed in order to keep the consequence below the failure threshold. Others described drafting careful denials and watching the drop deadline pass with no clear sense of how the appeal would be evaluated. Even after the accusations were dropped, the chilling effect on students who had to navigate that week was real.
The structural problem with mass AI-cheating sweeps
Vibe Graveyard already has the Palo Alto Turnitin federal civil rights complaint in the slop-school category. The Purdue case is the higher-ed companion piece. In both cases, the institution used an AI-related signal as the basis for a sanction without an intermediate step that gave the accused student a real chance to refute the signal before the consequence landed.
Universities have understandable reasons to want fast workflows for academic integrity at scale. Real cheating is also a real problem, and faculty who teach intro courses see patterns the rest of the institution does not see. The Purdue case is not an argument against any AI-related enforcement; it is an argument against treating an instructor's instincts about AI use as sufficient grounds for mass sanction.
The defensible alternative is closer to the slow, individual academic-integrity process the existing rules already provide for. Each accusation gets a separate review. Each student gets to see the evidence against them. Each consequence is tied to evidence specific to that student rather than to a class-wide assumption. That process is slower than a single mass email, which is precisely why some instructors look for ways to compress it; but the compressed version produces exactly the failure mode Purdue's CS 240 just walked through.
The Hacker News thread on the underlying story leaned heavily into a related point: in introductory computer science courses, where assignments are by design well-scoped, AI tools produce solutions that look broadly similar to good student solutions. That superficial similarity is not evidence of AI use; it is evidence that the assignment is constrained enough to admit a small number of correct solution shapes. Building an enforcement workflow around the "AI-looking" similarity of student submissions in that environment is going to misfire in both directions: it will accuse students who wrote their own correct solutions and miss students who paraphrased a chatbot's output with a few sympathetic edits.
What the reversal actually fixed
The accusations were dropped. The students who dropped the class to avoid the risk could re-enroll. As immediate harms go, this is a relatively soft landing - no student appears to have actually failed the course as a result of the original email, and the academic-integrity referrals did not move forward.
The harder-to-undo damage is the trust hit. Students in a computer science department now know that one instructor can decide AI use is widespread and trigger a mass-accusation workflow with a five-day deadline. The next email like that will land in a campus where students remember this one. Whether the next instructor's evidence is solid or not, the institutional credibility for those workflows has been spent in advance.
The graveyard lesson
The clean version of the lesson is short. If the basis for a mass academic-integrity action is a set of "clear and concrete indicators" of AI use, those indicators have to be specific, documented, and reviewable per student before any consequence is communicated. They cannot be communicated to the students at the same time as the threatened consequence, on the last day they can drop the course, with the only escape route being self-incrimination on a form.
The longer version is harder. Real AI-driven cheating is hard to detect cleanly, and the tools that promise to detect it are not reliable enough to support discipline at scale. Faculty know this and are stuck with it. The institutional response that works long-term is going to involve assignment redesign, in-person evaluation, supervised work product, and acceptance that catching every cheater is not worth a workflow that punishes a much larger group of innocent students. The CS 240 episode is what the alternative looks like.
Discussion