Perplexity
A measure of how surprising a piece of text is to a language model — roughly, how unexpected each word is given the ones before it. Low perplexity means the text follows predictable paths.
Why it matters
Perplexity is one of the two signals AI detectors rely on, so it explains most of how they work and most of why they fail. It is also a standard metric for evaluating language models themselves, which is where it originated and where it is genuinely reliable.
A concrete example
The sentence "the cat sat on the mat" has very low perplexity: every word is the obvious continuation. "The cat sat on the escalator" has higher perplexity at the last word. A model generating text tends to pick the low-perplexity option, which is why generated prose reads smoothly — and why so does careful, plain human writing.
How to use it
You will meet this term mainly as one of the two things AI detectors measure, and knowing what it is takes most of the mystery out of how they work. Low perplexity means the text takes the predictable next word repeatedly, which is what a model optimising for likely output produces. It is also what careful, plain, formulaic writing produces — which is the whole reason detection built on it is unreliable. As a model-evaluation metric it is genuinely useful and largely a concern for people training models rather than using them.
The common mistake
Assuming low perplexity means machine-written. It means predictable, and plenty of human writing is predictable by design: technical documentation, legal boilerplate, anything written to a house style, and prose by someone writing carefully in a second language.
Related terms
AI Detector
A tool that estimates whether a passage of text was generated by an AI model, by measuring statistical properties of the writing rather than by checking any record of its origin.
Burstiness
The variation in complexity and length across the sentences of a passage. Human writing tends to be bursty — long sentences next to short ones — while generated text tends to be more uniform.
Token
The basic unit of text that AI models process — roughly 3/4 of a word in English. 'Unbelievable' is 3 tokens. Token limits determine how much text a model can process at once.
AI Dubbing
Automated translation and re-voicing of audio/video content into other languages while preserving the original speaker's voice characteristics, timing, and emotional delivery.
AI Orchestration
Coordinating multiple AI models, tools, and data sources in a unified pipeline. An orchestration layer manages prompt routing, context passing, error handling, and output aggregation across different AI services.
API (Application Programming Interface)
A way for software applications to communicate with each other. AI APIs let developers integrate AI capabilities into their own applications programmatically.