Alexandra Mendes
Vítor Bernardes

25 June 2026

Min Read

Can AI Generated Content Be Detected? Tools, Methods, and Limits

Yes, AI generated content can be detected. Statistical analysis, machine learning classifiers, and linguistic pattern recognition all pick up on it. But "detected" and "detected reliably" are very different claims, and the gap between them is where every real decision lives.

Large language models like ChatGPT, Claude, and Gemini now sit inside marketing, support, and newsroom workflows. So the old question, who wrote this, a person or a machine, has stopped being a curiosity. It is an operational risk. This article covers what the tools actually measure, where an AI check holds up, and where it stops being worth trusting.

What AI generated content detection means for enterprise leaders

If you run engineering, operations, or a content team, AI detection is not an exam-cheating story. It is a governance question. And it lands in five concrete places.

Content governance risk. Now that writing tools have AI baked in, some slice of everything your organisation publishes is machine-assisted, often without anyone choosing that on purpose. Skip the policy on what is allowed and how it gets checked, and you inherit whatever your vendors do. The first decision is not which detector to buy. It is what your standard actually is.

Vendor and supplier trust. Agencies, freelancers, and outsourced partners are the most common source of undisclosed AI text. A detector gives you a signal here, but a noisy one. Write AI disclosure into supplier contracts and treat detection as a spot-check, not a gate. A tool that wrongly flags genuine work costs you a relationship. A tool you trust blindly costs you your standards.

Brand integrity at scale. One AI-drafted paragraph is not a brand risk. A thousand pages of unreviewed, generically fluent text is. The danger grows with volume, which is exactly where detection is weakest.

Regulated-industry exposure. In finance, health, and legal, publishing confident, fluent, wrong content is not just embarrassing. It can be a compliance event. The question shifts from "is this AI" to "can we evidence accountability for it", and the EU AI Act now puts that into law (more below).

ROI and time-to-value. The detector subscription is cheap. The expensive line item is review time. Your return comes from triaging what people look at, not from the tool's per-check accuracy. A bought tool reaches value fast. A custom build does not, which is the heart of the next decision.

Build versus buy. Most enterprises should buy. Off-the-shelf detectors get retrained constantly as the models shift underneath them, and rebuilding that in-house rarely pays off. A custom classifier earns its keep only in narrow cases: domain-specific text at high volume, detection that must run inside your own systems, or data-residency rules that forbid sending content to an outside tool.

The commercial test is simple. Estimate the annual review hours you would save, multiply by loaded cost, then weigh that against a bought tool's licence or a build's engineering plus maintenance. For most teams the bought tool clears the bar inside the first quarter. If you are weighing it up, our applied AI and machine learning team helps scope which side of that line you sit on, and our guide to building domain-specific AI copilots walks through what a custom pipeline really involves.

4 Strategies to Improve the Relevance of your Business using Data Science call to action
blue arrow to the left
Imaginary Cloud logo

What is AI generated content?

AI generated content is text produced by large language models such as GPT-4, Claude, and Gemini. These models train on enormous datasets and work by predicting the most likely next word in a sequence. That one mechanism, probability over the next token (a token being a word or word-fragment the model treats as a single unit), is why the output reads so fluent and so clean.

It is also why detection is hard. The models are optimised for coherence, so their writing settles near the statistical average of well-formed text. Picture a river finding the lowest path: an LLM flows toward the most probable phrasing, every time. The trouble is that careful writing by a person, the structured and polished kind, follows that same low channel. So it reads as machine to a detector.

That is the whole basis for everything below. Detection tools are not reading for meaning. They are measuring how closely your text hugs the channel a model would have carved.

blue arrow to the left
Imaginary Cloud logo

Why AI detection matters

The reason to detect AI generated text is not the technology. It is that a handful of business decisions get worse the moment you cannot tell who wrote something.

Publishing decisions. If you cannot tell whether a page reflects real expertise or a model's best guess, you cannot stand behind it. That bites hardest on "Your Money or Your Life" (YMYL) content, the finance, health, and legal pages where a confident, fluent, wrong answer carries a real cost.

Supplier accountability. Pay for original writing, receive machine output, and you have paid for something you did not get. Detection is one way to check. A weak one on its own, but a way in.

Search visibility. Google's stated position is that quality matters more than authorship. So the risk is not that AI content gets penalised. It is that unreviewed AI content tends to be generic, and generic content does not earn rankings or links.

Disclosure and trust. Readers increasingly expect to know when a machine wrote what they are reading. Publish it quietly and get caught, and you lose more trust than disclosure would ever have cost.

None of this needs a perfect detector. It needs you to know how far to trust the one you have.

blue arrow to the left
Imaginary Cloud logo

How does AI detection work?

Detectors combine linguistic analysis, statistical modelling, and machine learning. Three techniques do most of the lifting. You will never implement any of them yourself, but knowing which one a tool leans on tells you where it will fail. That is what you are really buying.

Perplexity and burstiness

Perplexity measures how predictable a piece of text is to a language model. AI generated content tends to run low on perplexity, because it follows the patterns the model was trained to produce. People throw in odd word choices that push perplexity back up.

Burstiness measures the variation in sentence length and shape. We write in bursts. A long, winding sentence, then a short one. AI output sits flatter and more even.

A quick illustration:

  • AI-style: "The economy is recovering. Inflation is slowing. Jobs are increasing."
  • Human-style: "While the economy shows signs of recovery, ongoing inflation and market shifts complicate the outlook, though employment is rising."

Tools like GPTZero score both signals. Here is the catch. Plenty of real writing runs low on perplexity and burstiness, like technical documentation, lab reports, and formal business prose, which is exactly why these signals misfire.

Watermarking

Watermarking hides a statistical signal inside generated text by nudging which tokens the model picks. The meaning stays the same, but in bulk the pattern shows up.

The appeal is provenance. A platform could confirm that text came from a known model. The snag is that watermarking only works if the model provider applies it, and a light paraphrase strips it straight out. So it is not widely deployed yet.

Machine learning classifiers

Classifiers train on big paired sets of machine and people's writing, learning the small tells in syntax, pacing, and structure. Tools like Turnitin and Originality.ai work this way, and on raw, unedited model output it is usually the most accurate approach. The weakness is the one that haunts every method here. Classifiers misfire on text that is predictable for honest reasons, which falls hardest on non-native English writers and formulaic genres.

blue arrow to the left
Imaginary Cloud logo

The detection confidence threshold

Most AI detection advice has the same hole. It tells you which tool to use, hands you a percentage, then leaves you alone with it. A "73% AI" score means nothing until you know how much to trust it for this text, in this context.

So we use a simple idea with our clients. We call it the detection confidence threshold: the level of certainty you need before a detector's result is allowed to drive a decision. The tool does not give you this number. You set it, from two things. The cost of being wrong, and the conditions that make the tool reliable.

Step 1. Set the threshold by the cost of a wrong call. The more damage a mistaken accusation or a missed catch would do, the higher your bar before you act on a score alone.

  • Low stakes (internal draft triage, a first-pass audit): one score is a fine starting signal. Act on it, verify later.
  • Medium stakes (paying a supplier, deciding whether to publish): make two independent tools agree, then add a read by a person.
  • High stakes (ending a contract, a formal accusation, a compliance record): a score is never the deciding evidence. You need process evidence. Drafts, version history, the writer's own account.

Step 2. Discount the score by the conditions. Trust the result less when:

  • The text is short. Most detectors wobble under roughly 300 words.
  • The author is a non-native English writer. This is the single biggest source of wrong flags (see the data below).
  • The text is formulaic, like methods sections, boilerplate, or structured summaries.
  • The content is probably edited or hybrid. A light pass by hand defeats most detectors.

Step 3. Act at the threshold, not below it. Clear the bar the stakes demand, and act. Fall short, and the correct output is "investigate further", never "guilty".

Here is how that plays out. A content team we worked with ran a 600-page knowledge base through a single detector and got 40 pages flagged above 70%. The instinct was to fire all 40 back to the agency that wrote them. The threshold changed the call. This was a supplier-accountability decision, so medium stakes, so two tools had to agree, and much of the flagged text was short, structured FAQ entries, a condition that inflates wrong flags. A second detector cut the genuinely suspect set from 40 pages to 9. Those 9 went to review with the version history attached. Six turned out to be revised by hand, and three were undisclosed AI the agency then owned. The detector did not make the decision. It narrowed the review from 40 pages to 9, which is the entire point.

The principle: a detector tells you where to look, not what to conclude.

blue arrow to the left
Imaginary Cloud logo

Tools used to detect AI writing

A few tools are worth knowing. Each measures something slightly different, and none clears a high confidence threshold on its own.

Originality.ai

A commercial tool built for web publishers, running a fine-tuned classification model. It returns an AI-likelihood score and handles texts over roughly 50 tokens reliably. The site-wide checker suits audits across many pages. It is paid-only, and it can flag heavily edited work.

GPTZero

Built on perplexity and burstiness, GPTZero aims at educators and scales for whole institutions, with a free tier to start. It is twitchy on short content, so it fits classroom screening better than any high-stakes call.

GLTR (Giant Language Model Test Room)

Built by researchers from the MIT-IBM Watson AI Lab and Harvard NLP, GLTR is a free tool that paints how predictable each word is in context. It gives no score. You read the colour map yourself, which makes it a research tool rather than a decision tool. It runs on GPT-2, so it trails newer models.

DetectGPT

A free, academic method that pokes at the text and compares probabilities. If small changes sharply drop the probability, the original was likely machine-made. Rigorous, but it needs access to the model's output probabilities, which limits everyday use.

Writer.com AI Content Detector

A free, no-fuss tool for in-house teams, sitting inside a wider writing platform. Accuracy falls away on short or informal content.

Brandwell AI Detector

A general-purpose checker with quick, line-by-line results. Handy for casual checks, though it is light on transparency about method and accuracy.

A summary:

ToolMethodBest forMain limitation
Originality.aiML classifier plus probability scoringPublishers, site-wide auditsPaid-only; flags edited text
GPTZeroPerplexity plus burstinessEducation, institutional useWeak on short text
GLTR (Giant Language Model Test Room)Perplexity visualisationResearchers, developersNo score; based on GPT-2
DetectGPTLog-probability deviationResearch, analysisNeeds model probabilities
Writer.comPredictive NLP classifierIn-house content teamsLower accuracy on short text
BrandwellNLP heuristicsQuick casual checksLimited transparency

Manual signals

Tools aside, a few patterns tend to give AI generated content away, especially over longer pieces:

  1. Uniform, short sentences with little structural variation.
  2. Repetition. The same word or phrase comes round again, because the model pads over the gaps in what it actually knows.
  3. Facts without analysis. Accurate-sounding statements that never join up into an argument.
  4. Confident but wrong specifics. Invented numbers or details, the classic tell of a model filling a gap rather than leaving one.

Treat these as prompts to look closer. Not as proof.

blue arrow to the left
Imaginary Cloud logo

Real-world use cases

Higher education

Turnitin built its name on plagiarism checking, then added AI detection in 2023 as a separate system. By its own reporting, after reviewing 280 million student papers, more than 9.9 million were flagged as containing at least 80% AI writing (Turnitin). To cut mistaken accusations, Turnitin hides the numeric score below 20% and shows an asterisk instead, and it says plainly that the score is "not a determination of misconduct" (Turnitin Guides). The case shows both the scale of the problem and the vendor's own caution about acting on a score alone.

Journalism and media

Some newsrooms now screen freelance submissions for AI before they accept them. Reporting has caught institutions finding detectors unreliable on hybrid work. Temple University staff called the tool inaccurate on mixed writing, and Australia's Catholic University logged close to 6,000 alleged misconduct cases in 2024, about 90% of them AI-related, before dropping the Turnitin tool after finding it ineffective (ABC News, via Popular AI's summary). The lesson for editors: a flag is the start of a review, not the end of one.

Marketing and SEO

Agencies and in-house teams lean on tools like Originality.ai to confirm authorship, especially on YMYL (Your Money or Your Life) content where trust is everything. A grey area is spreading, though, around blending AI drafts with editing to pass detection while scaling output. That is precisely the hybrid case detectors handle worst, and precisely why a tool-only policy buckles at scale. The teams getting it right treat AI as part of the production line and govern it on purpose, rather than banning it and hoping. Our overview of how generative AI is transforming industries covers where that line sits, and our natural language processing services cover the engineering side of doing it reliably.

blue arrow to the left
Imaginary Cloud logo

The limits of AI detection

The honest summary: detection works in a narrow band of conditions and falls apart outside it.

Wrong flags, stacked on non-native writers. This is the big one, and it is well documented. A 2023 Stanford study (Liang et al., published in Patterns) ran 91 TOEFL essays by non-native English speakers and 88 essays by native speakers through seven detectors. The tools nailed the native-speaker essays almost perfectly, then misclassified the non-native essays as AI-generated at an average false-positive rate of 61.3% (Stanford HAI; PMC).

The cause is structural. These detectors lean on perplexity, and second-language writing tends to run more predictable. Rewriting the same essays with richer vocabulary dropped the rate to 11.6%, which means the tools were punishing an authentic voice, not catching AI.

Missed catches on edited text. A light edit, a paraphrase, or a clever prompt defeats most detectors. The Stanford authors showed that even simple prompt changes slip straight past.

Short and mixed text. Reliability drops sharply under a few hundred words, and on anything that mixes original and AI writing.

English-centric, which is an enterprise problem. Most detectors are tuned for English, and coverage of other languages is partial and newer. For a multinational that is no footnote. Your detection standard ends up uneven across markets, sturdy on English content and thin or absent on the German, French, or Japanese pages your other teams ship. Any enterprise programme has to know which languages it actually covers before it claims to cover the whole organisation.

A moving target. Every model release shifts the patterns detectors rely on. Newer models write with higher entropy and more variety, which erodes the very signals detection depends on. So the tools need constant retraining just to stand still.

The detector is not the thing you trust. Your judgement about when its result is reliable is.

blue arrow to the left
Imaginary Cloud logo

What the EU AI Act means for AI content disclosure

Detection used to be a quality-and-trust question. Regulation is turning part of it into a legal one, and that changes who in your organisation needs to care.

Under Article 50 of the EU AI Act, deployers must disclose AI-generated or manipulated content in two cases that touch most businesses: deepfake image, audio, or video, and AI-generated text published to inform the public on matters of public interest. Providers of generative AI systems also have to mark their outputs in a machine-readable, detectable format (European Commission; Article 50 text).

A few things push this from compliance footnote to board-level issue.

It reaches past the EU. The obligations apply to any provider or deployer whose output is used in the EU, wherever the company sits. A UK or US business serving EU users is in scope (Bratby Law).

The penalties bite. Falling foul of the transparency obligations can run to €15 million or 3% of worldwide annual turnover, whichever is higher (Greenberg Traurig).

The "we had someone check it" defence is narrow. The Commission's draft guidance is blunt that a quick glance does not exempt AI-generated public-interest text from labelling. Only genuine, documented editorial responsibility, with an accountable person attached, clears it (Greenberg Traurig).

On timing, the transparency rules become applicable on 2 August 2026, with a Code of Practice on marking and labelling being finalised alongside them. The Commission's AI Omnibus proposal does contemplate targeted relief that may push the marking-and-detection deadline to December 2026 (Greenberg Traurig). Treat the dates as firm enough to prepare against and the detail as still moving.

The practical takeaway loops back to the confidence threshold. Detection helps you find unlabelled AI content in your own estate before a regulator or a customer does, and it helps you check supplier compliance. But the Act rewards provenance and documented accountability, not a detector score. So build disclosure and accountability records into your workflow now, and use detection to confirm the workflow is holding.

blue arrow to the left
Imaginary Cloud logo

Frequently asked questions

Can someone tell if you use ChatGPT?

Often, yes. Tools like GPTZero and Originality.ai can flag ChatGPT text, especially when it has not been edited. But "flagged" is not "proven", and a round of editing drops detectability a long way.

Can AI detectors be trusted for enterprise content audits?

As a signal, yes. As a verdict, no. For a first-pass audit, a detector is a reasonable way to triage what to review. For anything with real consequences, a single score should not decide it. Set the confidence threshold to the stakes. Low-stakes triage can act on one tool. High-stakes calls need agreeing tools, a read by a person, and process evidence.

Is AI content detection reliable for regulated industries?

Not reliably enough to stand alone, and in regulated settings the gap matters more. In finance, health, and legal, a detector score is a triage signal, not evidence. What regulators and the EU AI Act reward is provenance and documented accountability, being able to show who reviewed a piece of content and who owns it. Use detection to find unlabelled AI content, then build the disclosure records that actually satisfy the obligation.

How do you write AI disclosure into supplier contracts?

Make three things explicit. First, a disclosure clause: suppliers declare where and how AI was used. Second, a standard: spell out what is permitted, say AI for research or outlining but not final drafting, rather than a blanket ban that just drives usage underground. Third, a verification right: reserve the right to run detection as a spot-check, while stating that a flag triggers a conversation and a request for drafts, not an automatic penalty.

How accurate is Turnitin's AI detection?

Turnitin advertises around 98% accuracy on its own testing (Turnitin Guides), but independent testing is messier. A 2024 study in Computers and Education found it correctly flagged AI text about 91% of the time, with a 4.2% false-positive rate on genuine text, over four times the rate Turnitin claims. On non-native English writing the risk climbs higher still. Turnitin itself says the score is not a determination of misconduct. It is good at catching long, unedited AI text and much weaker on edited, short, or formulaic writing.

Does paraphrasing fool AI detection tools?

Frequently, yes. Paraphrasing, by hand or with a rewriting tool, reshapes the token-level patterns detectors rely on, and the Stanford study showed even simple prompt changes slip past. Hybrid text is among the hardest there is for any detector to call.

Is AI detection the same as plagiarism detection?

No. Plagiarism detection compares your text against existing sources to find copied passages. AI detection looks for the statistical fingerprint of machine-written prose, with no source to match against. A page can be fully original yet score high for AI, or be plagiarised yet look human. They answer different questions.

What is the most reliable AI detector?

There is no single answer, and no tool is fully reliable. Originality.ai and GPTZero do well on unedited output, but accuracy swings hard on text length, editing, and the writer's background. Agreement across two independent tools beats any one tool's score.

How does watermarking work?

It nudges a model's token choices to embed an invisible, statistically detectable signal. It only works if the model provider applies it, and editing or paraphrasing can wipe it out.

Conclusion

So, can AI generated content be detected? Yes. Can it be detected reliably enough to treat a score as proof? No. The tools are sharp at one narrow job, catching long, unedited model output, and blunt at nearly everything else: short text, edited text, hybrid text, and the writing of non-native English speakers, where wrong flags have been measured above 60%.

For an enterprise, the takeaway is not "buy the best detector". It is to decide what your content standard is, write disclosure into your supplier agreements, and set a confidence threshold that matches the stakes, so a detector tells you where to look and never what to conclude. Most teams are better off buying a maintained tool than building one. The exception is high-volume, domain-specific, or data-sensitive checking that has to run inside your own systems.

If that sounds like yours, it is a build-versus-buy question worth working through properly. Our data science team does exactly that with enterprises. If you are weighing it up, tell us about your project and we will help you think it through.

Artificial intelligence solutions call to action
Alexandra Mendes
Alexandra Mendes

Alexandra Mendes is a Senior Growth Specialist at Imaginary Cloud with 3+ years of experience writing about software development, AI, and digital transformation. After completing a frontend development course, Alexandra picked up some hands-on coding skills and now works closely with technical teams. Passionate about how new technologies shape business and society, Alexandra enjoys turning complex topics into clear, helpful content for decision-makers.

LinkedIn

Read more posts by this author
Vítor Bernardes
Vítor Bernardes

Data scientist passionate about data science and watchful of its ethical implications. Besides work, I love nerding out on music and reading a good story.

Read more posts by this author

People who read this post, also found these interesting:

Dropdown caret icon