simonlesaumon commited on
Commit
d6f8bb4
Β·
verified Β·
1 Parent(s): e73e33a

Upload commercial_ai_detectors_report.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. commercial_ai_detectors_report.md +124 -0
commercial_ai_detectors_report.md ADDED
@@ -0,0 +1,124 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## Commercial AI Text Detectors β€” Pangram & Competitors
2
+
3
+ ### 1. Pangram Labs β€” Approach, Technology, and Published Research
4
+
5
+ Pangram Labs was founded in Brooklyn, NY in 2024 by Max Spero (former Google ML Engineer, Stanford CS) and Bradley Emi (former Tesla Machine Learning Scientist, Stanford CS & Physics). Their stated mission is to "rebuild trust amidst the increase in generative AI content." Pangram claims a detection accuracy of 99.98% with a false positive rate (FPR) of 1 in 10,000 β€” the lowest publicly claimed among commercial detectors [Pangram Homepage](https://www.pangram.com) (accessed 2026-06-29, confidence: Medium).
6
+
7
+ **Technical approach.** Pangram explicitly rejects perplexity and burstiness as detection signals, noting in their public materials that these metrics "often fail in practice" and produce false positives on texts like the Declaration of Independence. Instead, Pangram employs a proprietary transformer-based neural network architecture operating as a binary (or ternary, including "AI-assisted") classifier. Text is tokenized, embedded, passed through the transformer, and classified via a classifier head into human, AI, or AI-assisted labels. The initial model is trained on roughly one million documents spanning human-written text from public and licensed corpora and AI-generated text from models including GPT-4, GPT-5, Claude, Gemini, Llama, DeepSeek, Grok, and unreleased frontier models [Pangram How It Works](https://www.pangram.com/research/how-it-works) (accessed 2026-06-29, confidence: High).
8
+
9
+ **Hard negative mining with synthetic mirrors.** The key innovation described in Pangram's technical report is an iterative training algorithm they term "hard negative mining with synthetic mirrors." After training an initial model, they use the model itself to search large datasets for false positives (human documents incorrectly flagged as AI), then augment the training set with these hard edge cases before retraining. Additionally, for each human text in the training set, they generate a "mirror" β€” a corresponding AI-generated text that matches the human original on style, tone, and semantic content β€” forcing the model to learn classification based solely on characteristics specific to LLM writing rather than surface-level domain features. The company reports that this approach yields "38 times lower error rates" compared to commercial competitors and zero-shot methods like DetectGPT [Pangram Technical Report](https://arxiv.org/abs/2402.14873) (2024, confidence: High) [HF Paper Search](https://hf.co/papers/2402.14873) (accessed 2026-06-29, confidence: High).
10
+
11
+ **Published research.** Pangram has published three peer-reviewed or arXiv papers as of mid-2026:
12
+ - **"Technical Report on the Pangram AI-Generated Text Classifier"** (Emi & Spero, Feb 2024, arXiv:2402.14873): The core technical paper describing the transformer-based classifier, the hard negative mining algorithm, and benchmarking against 10 text domains and 8 LLMs, achieving over 99.9% recall. [HF Paper Search](https://hf.co/papers/2402.14873) (accessed 2026-06-29, confidence: High).
13
+ - **"DAMAGE: Detecting Adversarially Modified AI Generated Text"** (Jan 2025, arXiv:2501.03437): A study of 19 AI humanizer and paraphrasing tools, qualitatively assessing their effects on evading detection and how faithfully they preserve meaning. [Pangram Research Papers](https://www.pangram.com/research/papers) (accessed 2026-06-29, confidence: High).
14
+ - **"EditLens: Quantifying the Extent of AI Editing in Text"** (Oct 2025, arXiv:2510.03154): Demonstrates that AI-edited text (as opposed to fully AI-generated text) is distinguishable from both human-written and fully AI-generated text, opening a third category of detection. [Pangram Research Papers](https://www.pangram.com/research/papers) (accessed 2026-06-29, confidence: High).
15
+
16
+ **Detection signals used.** According to Pangram's public FAQ, the detector analyzes "writing style, word choice, syntax choice, and grammatical structure." They explicitly state they do not rely on perplexity, do not compare text against databases (like traditional plagiarism checkers), do not capture writing process data, and do not access OpenAI's internal databases [Pangram Homepage FAQ](https://www.pangram.com) (accessed 2026-06-29, confidence: Medium). Their blog elaborates that AI-generated text carries detectable patterns across three categories: (i) language and style (overuse of words like "delve," "tapestry," "crucial," "additionally," formulaic phrasing like "not only but also," perfect spelling and grammar in complex sentences); (ii) structure and organization (uniform paragraph length, formulaic introductions and conclusions starting with "Overall" or "In conclusion"); and (iii) purpose and personality (vagueness and generality, absence of personal reflection, abrupt shifts in tone in mixed human-AI documents) [Pangram Blog β€” How AI Detection Works](https://www.pangram.com/blog/how-does-ai-detection-work) (accessed 2026-06-29, confidence: Medium).
17
+
18
+ **Capabilities beyond binary detection.** Pangram offers segment-level AI analysis (identifying which portions of a document are AI-generated), AI assistance detection (identifying text edited by AI rather than fully generated), a plagiarism checker, support for 24 languages, and claims to detect humanized text that has been processed through tools like StealthGPT. The tool is available as a free dashboard (4 checks/day), Chrome/Firefox extension, and LMS integrations with Canvas, Google Classroom, and Moodle [Pangram Homepage](https://www.pangram.com) (accessed 2026-06-29, confidence: High).
19
+
20
+ ---
21
+
22
+ ### 2. GPTZero β€” Detection Methodology and Evolution
23
+
24
+ GPTZero was founded in January 2023 by Edward Tian and is widely recognized as the first major commercial AI detector. It claims to have served over 17 million users and 1 million educators across 3,500+ colleges as of 2026 [GPTZero Homepage](https://gptzero.me) (accessed 2026-06-29, confidence: Medium).
25
+
26
+ **Detection model architecture.** GPTZero employs a proprietary deep learning model comprising seven components that process text through multiple stages. The model explicitly uses perplexity (how predictable each word appears to a language model), burstiness (variation in sentence length and complexity), and stylistic signals as detection factors, alongside a neural sentence-level classifier. According to their technology page, they "take hundreds of factors into consideration" [GPTZero Technology Page](https://gptzero.me/technology) (accessed 2026-06-29, confidence: Medium).
27
+
28
+ **Key innovations and evolution.** GPTZero pioneered several features now common in the industry: (i) the first ternary classification scheme (human-only, AI-only, mixed) rather than a simple binary output, enabling more nuanced results; (ii) the first sentence-level highlighting model using Hidden Markov Models (HMMs) to identify which spans of text contributed most to the AI classification, featured on Anderson Cooper 360; (iii) a novel output mapping mechanism that calibrates the model to prefer false negatives over false positives β€” biasing toward less harmful errors in educational settings; (iv) the first detector to provide confidence categories (low, medium, high), with average error rates under 1% for high-confidence predictions [GPTZero Technology Page](https://gptzero.me/technology) (accessed 2026-06-29, confidence: Medium).
29
+
30
+ **Paraphraser Shield.** GPTZero has developed explicit defenses against common evasion techniques, including paraphrasing attacks and homoglyph substitutions (where characters are replaced with visually similar Unicode characters). Their "Paraphraser Shield" technology is designed to detect text that has been processed through tools intended to bypass AI detection [GPTZero Technology Page](https://gptzero.me/technology) (accessed 2026-06-29, confidence: Medium).
31
+
32
+ **ESL de-biasing.** GPTZero claims to have been reducing bias against English-as-a-Second-Language (ESL) writers since April 2022, using methods including model parameter tagging with an "education" label, text pre-classification at the output step, and representative dataset insertions. They report reducing their FPR on TOEFL essays to 1.1% [GPTZero Technology Page](https://gptzero.me/technology) (accessed 2026-06-29, confidence: Medium).
33
+
34
+ **Performance claims.** GPTZero claims 99% accuracy on modern LLMs, 95.7% detection on the RAID benchmark (with 1% FPR), and a 96.5% accuracy rate on "mixed documents" where human and AI writing are combined. They report a general FPR of under 1% [GPTZero Homepage](https://gptzero.me) (accessed 2026-06-29, confidence: Medium). Their model is updated with training data from newer models including GPT-4.1, GPT-4.1-mini, o3, o3-mini, Gemini 2.5 Pro/Flash, and Claude Sonnet 4 [GPTZero FAQ](https://gptzero.me/faq) (accessed 2026-06-29, confidence: Medium).
35
+
36
+ **Academic usage.** GPTZero has been used as a research instrument in multiple published studies, including work estimating that 15.8% of ICLR 2024 reviews were AI-assisted (Russo Latona et al., arXiv:2405.02150) and research detecting AI-generated content in Wikipedia (Brooks et al., arXiv:2410.08044) [GPTZero Technology Page](https://gptzero.me/technology) (accessed 2026-06-29, confidence: High).
37
+
38
+ ---
39
+
40
+ ### 3. Originality.ai β€” Detection Approach and Market Position
41
+
42
+ Originality.ai positions itself as a complete content integrity suite rather than a standalone AI detector. It combines AI detection with plagiarism checking, fact checking, grammar checking, readability analysis, and a "Deep Scan" feature that explains why text is flagged. The company holds patents on its AI detection and content quality assessment methods [Originality.ai Homepage](https://originality.ai) (accessed 2026-06-29, confidence: Medium).
43
+
44
+ **Detection methodology.** Originality.ai describes its approach as built on "adversarial datasets" β€” they actively test against AI tools that modify or edit text, and when a new evasion strategy is identified, they retrain their detector to catch it. Their model is continuously tested against the latest flagship models from OpenAI, Anthropic, Meta, and other LLM providers. The detector provides sentence-level highlighting indicating the probability each sentence was AI- or human-written [Originality.ai Homepage](https://originality.ai) (accessed 2026-06-29, confidence: Medium).
45
+
46
+ **Writing replay feature.** Originality.ai offers a Chrome extension with a distinctive "Writing Replay" feature that records the typing process in Google Docs, allowing writers to prove their work is original by showing a character-by-character replay of the document creation. This is positioned as a false-positive mitigation strategy for writers and students [Originality.ai Homepage](https://originality.ai) (accessed 2026-06-29, confidence: Medium).
47
+
48
+ **Performance in third-party benchmarks.** Originality.ai has compiled a meta-analysis of 15 third-party studies showing it as the most accurate detector across multiple benchmarks. Key results include: 97% accuracy in the AH&AITD empirical study (Akram, 2023); 100% accuracy on GPT-3.5 and GPT-4 papers in a 16-detector comparison (published in Open Information Science, 2024); 85% mean accuracy at FPR=5% on the RAID benchmark, ranking first among commercial detectors; 100% accuracy on both ChatGPT-generated and AI-rephrased medical articles in a Springer-published study; and 98% accuracy in detecting AI-generated STEM student writing at Arizona State University [Originality.ai Studies Round-Up](https://originality.ai/blog/ai-detection-studies-round-up) (accessed 2026-06-29, confidence: Medium β€” note that this meta-analysis is published by Originality.ai themselves and thus carries promotional risk).
49
+
50
+ **Multilingual and model coverage.** Originality.ai supports detection across major LLMs including GPT-5.5, Claude Opus 4.7, Gemini 3, Grok 4.1, and DeepSeek V3.2/V4, and supports multiple languages. The company publishes regular blog studies testing detectability of each new model release [Originality.ai Homepage](https://originality.ai) (accessed 2026-06-29, confidence: Medium).
51
+
52
+ ---
53
+
54
+ ### 4. Turnitin β€” AI Writing Detection for Academia
55
+
56
+ Turnitin is the incumbent academic integrity platform, already deeply embedded in universities worldwide for plagiarism detection. Their AI writing detection capability, launched in April 2023, is integrated into their Feedback Studio product (branded as Originality) and is available exclusively through institutional licenses β€” there is no free tier or individual subscription [Turnitin AI Writing Page](https://www.turnitin.com/solutions/ai-writing) (accessed 2026-06-29, confidence: High).
57
+
58
+ **Technical architecture.** Turnitin's AI detector is built on a "unique transformer deep-learning architecture" according to their whitepaper. Unlike Pangram, Turnitin's performance claims are more modest: their September 2024 technical report documents a 76.8% recall rate on GPT-4 generated text and a false positive rate of approximately 0.51% (roughly 1 in 200 documents) [Pangram vs Turnitin](https://www.pangram.com/blog/pangram-vs-turnitin) (accessed 2026-06-29, confidence: Medium β€” note that this comparison is from a competitor). Turnitin subsequently enhanced their detection in 2025-2026 to include AI paraphrase detection, identifying both "likely AI-generated" and "likely AI-paraphrased or bypassed" text categories [Turnitin Whitepaper](https://www.turnitin.com/whitepapers/turnitin-ai-writing-detection-model-architecture-and-testing-protocol) (accessed 2026-06-29, confidence: Medium).
59
+
60
+ **Accuracy context.** Independent research cited by Turnitin (a 16-detector study published in Open Information Science, 2024) found that Turnitin and Copyleaks both correctly identified 100% of GPT-3.5 and GPT-4 papers in their test set of 126 short essays. However, the Chicago Booth study by Jabarian & Imas (2025), which tested a larger and more diverse corpus of 1,992 human and AI texts across six genres, placed Pangram significantly ahead of GPTZero and Originality.ai on both false-positive and false-negative metrics. Turnitin was not directly compared in the Chicago Booth study [Chicago Booth Review](https://www.chicagobooth.edu/review/do-ai-detectors-work-well-enough-trust) (accessed 2026-06-29, confidence: High).
61
+
62
+ **ESL bias and false positives.** Turnitin has tested their detector against English Language Learner writing and found no statistically significant bias: a 1.4% FPR on ESL writing versus 1.3% on native English writing. In head-to-head comparisons conducted by Pangram on the same dataset, Pangram reported a significantly lower 0.02% FPR on ESL and 0.00% on non-ESL writing [Pangram vs Turnitin](https://www.pangram.com/blog/pangram-vs-turnitin) (accessed 2026-06-29, confidence: Low β€” this is self-reported by a competitor). Turnitin supports detection in three languages (English, Japanese, Spanish), compared with Pangram's 24 and GPTZero's 5 [Pangram vs Turnitin](https://www.pangram.com/blog/pangram-vs-turnitin) (accessed 2026-06-29, confidence: Medium).
63
+
64
+ ---
65
+
66
+ ### 5. Adversarial and Red-Teaming Research on Commercial Detectors
67
+
68
+ A growing body of research has systematically tested the robustness of commercial AI text detectors against adversarial attacks, with significant findings for the detection arms race.
69
+
70
+ **The DAMAGE study (Pangram, 2025).** Pangram's own research, published as "DAMAGE: Detecting Adversarially Modified AI Generated Text" (arXiv:2501.03437), studied 19 AI humanizer and paraphrasing tools, qualitatively assessing their effects on detection evasion and meaning preservation. The study found that humanizers frequently degrade text quality and that adversarially modified text remains detectable with appropriate detector training [Pangram Research Papers](https://www.pangram.com/research/papers) (accessed 2026-06-29, confidence: High).
71
+
72
+ **Adversarial paraphrasing attacks.** Cheng et al. (2025, arXiv:2506.07001) introduced "Adversarial Paraphrasing," a training-free attack framework that uses an off-the-shelf instruction-following LLM guided by an AI text detector to paraphrase content specifically optimized to evade detection. Their experiments achieved an average true-positive-rate reduction at 1% FPR (T@1%F) of 87.88% across neural-network-based, watermark-based, and zero-shot detectors, with the strongest result being a 98.96% T@1%F reduction on Fast-DetectGPT. This demonstrates that even advanced detectors remain vulnerable to detector-aware paraphrasing [HF Paper Search](https://hf.co/papers/2506.07001) (accessed 2026-06-29, confidence: High).
73
+
74
+ **Stress-testing with DPO fine-tuning.** Pedrotti et al. (2025, arXiv:2505.24523) presented a pipeline to test MGT detector resilience using Direct Preference Optimization (DPO) to shift language model writing style toward human text, exploiting detectors' reliance on stylistic clues. Their results showed that detectors "can be easily fooled with relatively few examples, resulting in a significant drop in detection performance" [HF Paper Search](https://hf.co/papers/2505.24523) (accessed 2026-06-29, confidence: High).
75
+
76
+ **Comprehensive robustness study.** Wang et al. (2024, arXiv:2402.11638), in "Stumbling Blocks," comprehensively tested popular MGT detectors under four attack categories β€” editing, paraphrasing, prompting, and co-generating β€” under limited access to generator LLMs and varying budget levels. They found that "almost none of the existing detectors remain robust under all the attacks, and all detectors exhibit different loopholes." Averaging across all detectors, performance dropped by 35% across all attack types [HF Paper Search](https://hf.co/papers/2402.11638) (accessed 2026-06-29, confidence: High).
77
+
78
+ **DIPPER paraphrase evasion.** Krishna et al. (2023, arXiv:2303.13408) demonstrated that their DIPPER paraphrase model could drop the detection accuracy of DetectGPT from 70.3% to 4.6% at a constant 1% FPR. GPTZero was also tested and showed vulnerability, though the paper predates GPTZero's later Paraphraser Shield technology [HF Paper Search](https://hf.co/papers/2303.13408) (accessed 2026-06-29, confidence: High).
79
+
80
+ **Theoretical impossibility results.** Sadasivan et al. (2023, arXiv:2303.11156) provided a theoretical framework showing that as language models become more sophisticated and better at emulating human text, the performance of even the best-possible detector degrades toward random classification. This result holds for specific scenarios including particular writing styles, clever prompt design, and text paraphrasing. For sufficiently advanced language models, "even the best-possible detector may only perform marginally better than a random classifier" [HF Paper Search](https://hf.co/papers/2303.11156) (accessed 2026-06-29, confidence: High).
81
+
82
+ ---
83
+
84
+ ### 6. Specific Text Features Used by Commercial Detectors
85
+
86
+ Based on the available evidence, commercial detectors analyze text across several feature categories:
87
+
88
+ **Perplexity-based signals (GPTZero).** Perplexity measures how "surprising" each word is to a reference language model. AI-generated text tends to have lower perplexity because LLMs produce the most statistically probable sequence. GPTZero explicitly uses perplexity as one of its many signals, though Pangram explicitly rejects it as unreliable [Pangram Blog](https://www.pangram.com/blog/why-perplexity-and-burstiness-fail-to-detect-ai) (accessed 2026-06-29, confidence: Medium).
89
+
90
+ **Stylometric and linguistic features (all detectors).** All commercial detectors analyze writing style patterns: word frequency distributions (e.g., overuse of "delve," "crucial," "moreover"), phrasing patterns (e.g., "not only but also," "it is important to note"), sentence length uniformity, paragraph organization, and the formulaic nature of introductions and conclusions. These features derive from the pre-training data biases and instruction tuning of modern LLMs [Pangram Blog β€” How AI Detection Works](https://www.pangram.com/blog/how-does-ai-detection-work) (accessed 2026-06-29, confidence: Medium).
91
+
92
+ **Learned latent representations (Pangram, GPTZero, Originality.ai, Turnitin).** All four detectors use deep neural networks (transformers) that learn to extract features from token embeddings without explicitly engineered feature definitions. Pangram's "synthetic mirrors" training explicitly forces the model to focus on features specific to LLM writing rather than domain-specific surface patterns. GPTZero's multi-stage architecture processes text through seven components that collectively capture hundreds of features. Turnitin's whitepaper describes a "unique transformer deep-learning architecture" that learns discriminative features from training data [Pangram How It Works](https://www.pangram.com/research/how-it-works); [GPTZero Technology](https://gptzero.me/technology); [Turnitin Whitepaper](https://www.turnitin.com/whitepapers/turnitin-ai-writing-detection-model-architecture-and-testing-protocol) (accessed 2026-06-29, confidence: Medium).
93
+
94
+ **Burstiness (GPTZero).** Burstiness measures the variation in sentence length and complexity across a document. Human writing typically shows more variation, while AI writing tends toward uniformity. GPTZero uses this as a detection signal [GPTZero FAQ](https://gptzero.me/faq) (accessed 2026-06-29, confidence: Medium).
95
+
96
+ **Semantic and discourse-level patterns.** AI-generated text displays characteristic patterns at the discourse level: vague and generic content lacking specific details, absence of personal experience or metacognitive reflection, uniform tone across documents, and abrupt stylistic shifts in documents where human and AI writing are mixed (detectable by GPTZero's HMM-based sentence classifier). Pangram specifically highlights "purpose and personality" as a detection category β€” AI text lacks authentic voice, reflection, and personal connection to the content [Pangram Blog](https://www.pangram.com/blog/how-does-ai-detection-work) (accessed 2026-06-29, confidence: Medium).
97
+
98
+ **Token probability distributions (zero-shot methods, not primary for commercial tools).** While earlier detection methods like DetectGPT and GPTZero's initial approach relied on analyzing token-level probability distributions from the generator model, commercial tools have largely moved beyond this approach. GPTZero still uses perplexity (a proxy for token probability), but Pangram and Turnitin rely primarily on learned features from their proprietary classifiers. Some zero-shot methods like Binoculars and Fast-DetectGPT remain competitive in benchmarks and operate on token probability analysis [HF Paper Search](https://hf.co/papers/2405.07940) (accessed 2026-06-29, confidence: Medium).
99
+
100
+ ---
101
+
102
+ ### 7. Benchmark Comparisons Between Commercial Detectors
103
+
104
+ **The Chicago Booth study (Jabarian & Imas, 2025).** This is the most rigorous independent comparison available as of mid-2026, testing Pangram, GPTZero, Originality.ai, and the open-source RoBERTa classifier on 1,992 human-written and 1,992 AI-generated passages across six genres (blogs, reviews, news, novels, restaurant reviews, rΓ©sumΓ©s) and four LLMs. Key findings: (i) Pangram achieved AUC scores of 100% for most model-genre combinations, and never below 99.8%; Originality.ai scored slightly lower and GPTZero slightly lower still, though GPTZero maintained 96% accuracy even on short passages. (ii) All three commercial tools kept false positive rates below ~1%, with Pangram's essentially at zero across most decision thresholds. (iii) Under a stringent policy cap of FPR ≀ 0.005, only Pangram maintained meaningful detection (FNR around 0.01 on most LLMs); GPTZero and Originality.ai performed poorly under this constraint. (iv) Pangram was described as "the only AI detector maintaining policy-grade levels on all main metrics when evaluated on all four generative AI models" [Chicago Booth Review](https://www.chicagobooth.edu/review/do-ai-detectors-work-well-enough-trust) (accessed 2026-06-29, confidence: High).
105
+
106
+ **The RAID benchmark (Dugan et al., 2024).** The largest public benchmark to date (6.2M+ texts across 8 domains and 11 generation models) compared 12 detectors. At a 5% FPR threshold, the top performers were: Originality.ai (85% mean accuracy), Binoculars (80%), FastDetectGPT (74%), GPTZero (67%), ZeroGPT (66%), and GLTR (63%). Originality.ai ranked first in 9 out of 11 adversarial attack types and first in 5 out of 8 domains, and achieved 96.7% accuracy on paraphrased content specifically. Notably, Pangram was not included in this benchmark at publication time [Originality.ai β€” RAID Study](https://originality.ai/blog/robust-ai-detection-study-raid); [HF Paper Search β€” RAID](https://hf.co/papers/2405.07940) (accessed 2026-06-29, confidence: High).
107
+
108
+ **16-detector academic comparison (2024).** A study by Walters (published in Open Information Science, 2024) evaluated 16 detectors including Originality.ai, Copyleaks, Turnitin, GPTZero, and others on 126 short papers from GPT-3.5, GPT-4, and first-year college students. Three detectors β€” Turnitin, Copyleaks, and Originality.ai β€” achieved 100% accuracy on both GPT-3.5 and GPT-4 papers. GPTZero scored lower (57% on GPT-4 papers). However, this study's sample size (126 documents) was relatively small [Originality.ai Studies Round-Up](https://originality.ai/blog/ai-detection-studies-round-up) (accessed 2026-06-29, confidence: Medium).
109
+
110
+ **Pangram vs. GPTZero head-to-head (Pangram blog, 2026).** In Pangram's own testing of GPTZero's newest model against GPT-5 generated text, they reported that their detector outperformed GPTZero. Specific numbers are available in their detailed comparison blog post [Pangram Blog β€” GPTZero Comparison](https://www.pangram.com/blog/how-does-pangram-compare-against-gptzero) (accessed 2026-06-29, confidence: Low β€” this is a competitor's self-published comparison).
111
+
112
+ **Pangram vs. Turnitin.** Pangram's self-published comparison against Turnitin's September 2024 technical report claims: GPT-4 detection recall of >99.9% (Pangram) vs. 76.8% (Turnitin); overall FPR of 0.01% (1 in 10,000) vs. 0.51% (1 in 200); ESL FPR of 0.02% vs. 1.4%; and 24 supported languages vs. 3. Turnitin has not publicly responded to these specific claims as of available data [Pangram vs Turnitin](https://www.pangram.com/blog/pangram-vs-turnitin) (accessed 2026-06-29, confidence: Low β€” self-reported by competitor, numbers for Turnitin from their own Sept 2024 whitepaper which may be outdated).
113
+
114
+ **The "Great Detectives" medical writing study (2024).** Published in the International Journal for Educational Integrity (Springer), this study found that Originality.ai identified 100% of both ChatGPT-generated and AI-rephrased medical articles, outperforming human reviewers and other detectors. GPTZero achieved 45% accuracy on AI-rephrased articles, and Turnitin achieved 62% [Originality.ai Studies Round-Up](https://originality.ai/blog/ai-detection-studies-round-up) (accessed 2026-06-29, confidence: Medium β€” summarized by Originality.ai).
115
+
116
+ **Summary hierarchy (synthesized from all available evidence).** On raw detection accuracy under non-adversarial conditions, independent evidence suggests the ranking is Pangram > Originality.ai > GPTZero > Turnitin, with the caveat that Turnitin's institutional-only access model means it is tested in fewer independent benchmarks. Under adversarial conditions (paraphrased or humanized text), Originality.ai's RAID benchmark performance (96.7% on paraphrased content) and Pangram's DAMAGE research and UMD evaluation (99.3% on humanized text) suggest both are robust, but no single benchmark has compared all four detectors under identical adversarial conditions. The Chicago Booth study is the most authoritative as of June 2026 due to its methodology (researchers with no affiliation to any detector company, large sample size, diverse genres, and a formal policy framework for evaluation).
117
+
118
+ ---
119
+
120
+ ### 8. Key Takeaways
121
+
122
+ The commercial AI detection landscape in 2024-2026 is characterized by a technical arms race between detector developers, LLM creators, and humanizer/paraphrasing tool makers. Pangram has emerged as a leading technical contender based on independent third-party evaluation, particularly in achieving near-zero false positive rates through hard negative mining. GPTZero remains the most widely adopted detector by user count and pioneered many features now considered standard. Originality.ai has accumulated the largest volume of third-party studies supporting its accuracy claims, though these are often summarized on the company's own platform. Turnitin remains the dominant institutional platform by installed base but shows meaningfully lower recall rates and higher false positive rates than newer entrants.
123
+
124
+ The most critical finding for practical deployment is the Chicago Booth researchers' "policy cap" framework: institutions must choose a false-positive tolerance appropriate to their context, and detectors perform very differently under different stringency requirements. At very low FPR tolerances (≀ 0.5%), only Pangram maintained adequate detection as of the 2025 evaluation. However, all detectors β€” including the best performers β€” show measurable degradation against adversarial attacks, paraphrasing, and humanizing tools, and the theoretical analysis by Sadasivan et al. (2023) suggests that perfect detection may be fundamentally impossible as language models continue to improve.