GPTZero is the most widely used AI detector in education, built by Edward Tian at Princeton in 2023 and now used by tens of thousands of teachers. Most people try to beat it by paraphrasing or using a thesaurus. That almost never works, because it doesn't touch what the detector actually measures.
What GPTZero Actually Measures
Perplexity is how statistically predictable each word choice is. AI models are trained to produce fluent, coherent output, so they almost always pick the most likely next word, which produces low perplexity. Human writing has higher perplexity, since we make unexpected choices and break patterns. Burstiness is variation in sentence length: human writing naturally mixes long, complex sentences with short ones, while AI writing tends toward uniform, moderate length throughout. GPTZero also weighs writing consistency, whether style and vocabulary stay suspiciously stable across a whole document, since humans naturally shift register between paragraphs, more casual in one, more precise in the next, while AI models tend to hold one level throughout the whole piece.
Pasted text returns three things: an overall probability score, sentence-level highlighting in orange or yellow for the parts most likely AI-written, and a plain classification. The highlighting is the most useful signal for fixing your text, since orange sentences are exactly where perplexity is lowest.
What Score Is Actually Safe?
GPTZero doesn't publish a fixed threshold, but based on how it's commonly used academically: below 20% is reliably "unlikely AI" and safe for almost any context, 20 to 50% is "may include AI parts" and usually triggers a conversation rather than an automatic penalty, and above 50% is the range that leads to formal integrity proceedings. Below 10% leaves a safety margin even if the algorithm updates between when you check and when your teacher does. GPTZero has updated its scoring several times since 2023 and gotten more accurate at catching lightly-rewritten AI text, which is exactly why methods targeting the underlying signals hold up better over time than one-off tricks.
Why Paraphrasing Tools Don't Work Here
QuillBot and similar tools substitute synonyms and rearrange clauses, but the replacement words are chosen by a model that also leans toward safe, likely choices, and sentence lengths aren't deliberately varied. You end up with text that reads slightly differently and scores almost identically, because neither perplexity nor burstiness actually moved. GPTZero's developers explicitly test their models against common paraphrasers as part of training, so surface-level rewriting isn't enough, and it hasn't been since roughly early 2023.
Getting a Consistently Low Score
Paste your text into GPTZero first and note the orange sentences, your highest-risk ones. Rewrite them manually: break a long sentence into two, combine two short ones into one, swap a formal phrase for an informal one, add a concrete detail the AI wouldn't have included. This works but is slow on longer documents. For tighter deadlines, a dedicated ai detector rewriter like AI Rewriter restructures text at the sentence and paragraph level instead of substituting words; Drift mode specifically maximises style variation to raise that score directly, and every rewrite shows a live detection score so you can confirm the result before submitting.
You can also raise burstiness by hand. A flat paragraph like "AI tools have changed how students write. They are widely used in universities. Many teachers are concerned about this." rewrites into "AI tools have fundamentally changed how students approach writing, and the shift happened faster than most institutions were ready for. Teachers noticed." Same information, told with a completely different rhythm, and that rhythm is exactly what a detector is measuring.
Reddit's Tricks, Tested Against How It Works
Invisible characters and look-alike letters are the oldest trick and the riskiest: modern detectors normalize text before scoring, and a file salted with zero-width characters is itself evidence of tampering. Adding typos nudges perplexity without touching sentence structure, and classifiers are trained on typo-salted text already. Round-trip translation is unreliable, since it garbles meaning more than it changes structure and often keeps the flag anyway. "Rewrite it in your own words" is the boring answer that keeps winning, because restructuring is the only method that changes what GPTZero actually measures.
Tricks that attack the file or the surface fail or backfire; changes to sentence structure are the only durable lever.
One genuine gray area is worth naming: how GPTZero handles heavily-edited AI drafts. If a human restructures more than roughly 40 to 50% of an AI-generated draft, perplexity and burstiness profiles start looking human enough that the detector's confidence drops, which is exactly why GPTZero added sentence-level highlighting instead of relying on one document-level number. That threshold is also the practical target for anyone using a human ai rewriter tool to edit AI-assisted work before submitting it: partial polish rarely survives, but genuine restructuring of most of the document usually does.