The short version
AI detectors measure how predictable and uniform a piece of writing is.
AI detectors measure how predictable and uniform a piece of writing is.
Human writing tends to be uneven and occasionally surprising; machine writing tends to be smooth and statistically regular, because language models pick high-probability words and produce steady, even sentences. A detector turns those patterns into a probability that the text was AI-generated.
It doesn't read a hidden label or watermark, and it can't be certain — which is why the honest output is a likelihood, not a yes/no.
The signals AI detectors read
Modern detectors combine several signals rather than relying on any one. Astra shows them per sentence, so a result is explainable rather than a black box:
Perplexity
How predictable each word is to a reference language model. AI text keeps perplexity low and flat because it favors the most likely next word; human writing is more surprising and varied.
Burstiness
The variation in sentence length and rhythm, often measured as the spread of sentence lengths across a document. People mix long, short and fragmentary sentences; models hold a steadier pulse, so low burstiness reads as machine-like.
Token-level probability
Word-by-word likelihood given the words before it — this drives the highlight “heat” you see in the tool, marking which words fit the machine pattern most closely.
Semantic & lexical similarity
Meaning- and wording-level patterns that help catch paraphrased and rewritten AI, where the words changed but the structure didn't.
Formatting & phrasing fingerprints
Repeated sentence openers, heavy use of transitions like “Furthermore” and “In conclusion,” and tidy bulleted “key takeaways” that GPT-family models default to.
Sentence-level analysis
Every sentence carries its own confidence, so any flag can be traced back to the specific evidence behind it.
Behind the score: classifier models
The strongest detectors train a classifier on millions of labelled samples.
The strongest detectors don't stop at perplexity and burstiness.
They train a machine-learning classifier on millions of labelled human and AI samples, extracting features like word-frequency distributions, syntax and punctuation habits, then validate on held-out data to measure accuracy and control false positives.
That's why detection quality varies so much between tools — it depends on the training data, the models covered and how the thresholds are tuned.
How to read your score
Treat the percentage as a likelihood, not a verdict.
Treat the percentage as a likelihood, not a verdict.
Look at which sentences are highlighted and how strongly, weigh the context, and remember that longer passages give more reliable results than a sentence or two.
A middling score is a prompt to read carefully — not a confident answer in either direction.
What AI detection can't do
It can't prove who wrote something — and here's why.
It can't prove who wrote something.
The signals it relies on aren't unique to AI, so formal, simple or non-native (ESL) English can be flagged as AI — a false positive — while genuinely AI text can slip through, and heavy paraphrasing or humanizing can defeat any detector. New models can also outrun detection until it's updated.
That's why Astra is designed as a transparent guide, and why we publish how accurate AI detectors are rather than a single marketing number.