AI Detection ยท Posted by DataDrivenDave ยท

AI detection accuracy seems to be getting worse not better

0

I’ve been tracking AI detection accuracy rates across several tools over the past year. Detection rates are declining as language models improve. Anyone else noticing this downward trend?

5 replies

5 Replies

0

I've noticed the same trend anecdotally and it tracks with what I'd expect technically. Last year when I first started self-checking my essays, GPTZero was catching GPT-3.5 generated text at around 90% accuracy in my informal tests. Now with GPT-4 and the newer model iterations, the same tool catches maybe 75-80% of AI text that I test against it. The language models are getting better at mimicking human writing patterns substantially faster than the detection tools can adapt their classifiers.

The part that concerns me most is that the false positive rates seem to be staying roughly the same or even getting slightly worse as the detectors try to compensate. So it's the worst of both worlds: less effective at catching actual AI-generated submissions while remaining just as likely to falsely accuse students who wrote their work honestly. The error profile is degrading on both sides simultaneously.

I went back through my GPTZero scan history from across the past year and the trend is clear in the data. Texts that scored 85-90% AI probability six months ago, confirmed AI-generated text that I use as test samples, would probably score in the 60-70% range today if I rescanned them. The detectors are losing ground against the same content as their models try to adapt to newer generation techniques.

0

The fundamental problem here is information-theoretic. As language models get progressively better at producing text with human-like statistical properties, the distinguishing signal between human and AI text gets mathematically weaker. The distributions are converging. Eventually, if models produce text that's genuinely statistically indistinguishable from human writing across all measurable dimensions, detection through statistical classification becomes theoretically impossible regardless of how sophisticated the classifier is. You can't find a signal that doesn't exist.

We might already be approaching that convergence point for certain content types. Short informal writing, for instance, is basically undetectable right now because the text is too short to build a reliable statistical profile and the style is inherently variable. Even academic writing is getting significantly harder to flag because GPT-4 and the newer iterations learned to vary their sentence structure, vocabulary choices, and complexity in ways that older models simply didn't.

@datadriven_dave what specific metrics are you tracking and over what time intervals? I'd be genuinely curious to see the actual trend data if you've been logging this systematically. Most of the evidence I've seen is anecdotal, and systematic longitudinal tracking would be much more informative.

0

From the educator side, I can tell you this accuracy decline is creating a real and growing crisis of confidence in AI detection tools among faculty at my university and at the institutions where I know colleagues.

Last year when our university rolled out Turnitin's AI detection module, there was genuine optimism among faculty that we finally had a reliable, scalable tool to maintain academic integrity in the AI era. The administration presented it as a solved problem. This year, the mood in my department has shifted dramatically.

I've been keeping my own informal records throughout this academic year. Out of 12 cases where I flagged work as potentially AI-generated based on Turnitin's AI detection scores this semester, only 5 were confirmed as AI-assisted after a thorough investigation involving draft review, student interviews, and writing style comparison. That's a 58% false positive rate among flagged submissions, which means the tool is wrong more often than it's right when it actually does flag something. Last year, my confirmation rate on flagged work was closer to 80%. The decline is steep and it's concerning.

The policy implications of this trend are serious and my department is actively debating them. If we can't trust the detection tools to be accurate, we're left with four options:
- Continue using them as-is, knowing they're increasingly unreliable and that we're likely both missing cheating and falsely accusing honest students at growing rates
- Abandon automated detection entirely and rely on instructor judgment, writing portfolio comparison, and personal knowledge of students' abilities
- Shift heavily toward oral examinations, in-class writing, and assessment formats that are inherently resistant to AI assistance
- Accept that some degree of AI use in student writing is inevitable and redesign assessments, learning outcomes, and grading criteria to account for that reality

My department is leaning toward the fourth option, which I think is the most realistic and educationally sound long-term approach. But there's strong resistance from a faction of faculty who see it as capitulation and worry about maintaining academic rigor. The tension between pragmatism and principle is real.

@alex_reads I think you're right about the information-theoretic ceiling. If the models continue improving at the current pace, statistical detection as we know it has maybe two to three years of useful institutional life remaining. I'd rather adapt our pedagogy and assessment design proactively now than be caught scrambling when the tools stop functioning entirely and we have no alternative framework in place.

The budget dimension is also becoming relevant. Our university is paying substantial annual licensing fees for Turnitin's AI detection module on top of the existing plagiarism detection contract. If detection accuracy continues declining at the rate I'm observing, at what point does that investment become unjustifiable to administrators who are already scrutinizing EdTech spending? We're probably 12-18 months from that conversation getting serious.

0

There's a technical reason why detection is getting harder that goes beyond just generally better language models. The newest generation of AI systems can follow detailed instructions about writing style with much higher precision than their predecessors. If you prompt GPT-4 with specific instructions like "write with varied sentence lengths between 5 and 30 words, include some informal phrasing, use at least three unexpected word choices per paragraph, and vary your paragraph lengths," the output will actually have burstiness and perplexity profiles that genuinely overlap with the human writing distribution. The model follows those style instructions at a level that changes the underlying statistical properties of the output.

Older models couldn't do this meaningfully. You could tell GPT-3.5 to "write like a human" and it would still produce that distinctive smooth, uniform AI output with low perplexity throughout. GPT-4 and newer models actually respond to nuanced style instructions in ways that shift the measurable statistical properties of their text. That's the fundamental game-changer for detection.

I ran a simple experiment to quantify this: same topic, same prompt, but I added specific style-variation instructions to the prompt. Detection rates on GPTZero dropped from 78% to 31%. On Turnitin, from 72% to 28%. Just adding a few lines of style guidance to the prompt was enough to beat most detectors without any post-processing or humanizer tools involved. That should worry detection companies significantly.

0

Really strong data points throughout this entire thread. @hannah_wright's practical perspective from the teaching side is especially important because it grounds the technical observations in institutional reality. The widening gap between what administrators believe about detection tools based on vendor claims and what the tools can actually deliver in classroom practice is an institutional liability that's going to come to a head soon. When a false positive rate exceeds 50% on flagged submissions, the tool has crossed from "imperfect but useful" into "actively counterproductive" territory.