Pangram 4 review: what the 1-in-24,000 claim really means

Kurnia Kharisma Agung Samiadjie
Written by

Kurnia Kharisma Agung Samiadjie

Katelin Teen
Reviewed by

Katelin Teen

Last edited August 4, 2026

Expert Verified
Two colleagues reviewing an AI detection result on a laptop, in Pangram's orange brand colour

What Pangram 4 actually is

Pangram Labs makes one thing: a classifier that reads a document and tells you which parts of it were probably written by a language model. Pangram 4 is the fourth generation, and the launch post calls it "our most powerful and accurate AI detector to date."

The company shipped it alongside a $9M round led by Menlo Ventures, announced the same day. It was co-founded by Max Spero, who is CEO, and Bradley Emi, the CTO. They met in a Stanford freshman dorm. Spero's X bio reads "slop janitor @pangram," which tells you roughly how the company sees its own job.

Pangram's report view on a 12,234-word PDF, showing a Mixed verdict, a 61.3% AI content gauge, and per-line highlighting, as taken from Pangram
Pangram's report view on a 12,234-word PDF, showing a Mixed verdict, a 61.3% AI content gauge, and per-line highlighting, as taken from Pangram

The product surface is wider than the name suggests. There is the web app above, a browser extension, a Google Docs integration, a plagiarism checker bundled into paid plans, an API, and as of the same launch a research-preview image detector claiming 99.8% accuracy. Named customers on the homepage include Substack, Quora, Google Classroom, and Wiki Education. The Substack rollout matters later, because it is why most of 2026's complaints come from newsletter writers rather than students.

Pangram's browser extension adding a "Check for AI Content" item to the right-click menu, as taken from Pangram
Pangram's browser extension adding a "Check for AI Content" item to the right-click menu, as taken from Pangram

If you are new to this category, the short version of the mechanism is in my guide to AI content detectors. If you are comparing tools rather than reading a single review, I keep a running list of detection tools too.

Two others come up constantly in the same conversations. Writer's content detector is the free one people try first, and my notes on picking a detection tool cover what to look for before you pay for any of them.

How Pangram 4 reads a document

This is the part I found genuinely interesting, because Pangram 4 is not one classifier with one output. The model card describes a sparse mixture-of-experts backbone with four separate heads bolted on: a 15-class head estimating overall AI involvement in a window, a three-class head labelling every single token as Human, AI-Assisted, or AI-Generated, a binary head asking whether the segment is mixed, and a four-class humanizer head.

How Pangram 4 reads a document: 512-token windows, four prediction heads, a stitching pass, and sentence-level flags
How Pangram 4 reads a document: 512-token windows, four prediction heads, a stitching pass, and sentence-level flags

Long documents get chopped into overlapping 512-token windows. Every window gets scored, a conditional random field stitches the token-level calls into one label sequence across the whole document, and a postprocessing step snaps the result to sentence boundaries with a minimum contiguous run of about two sentences. That is a real upgrade over Pangram 3, which chunked text during preprocessing and produced coarser blocks.

It also explains a behaviour people report constantly and read as a bug. Because scoring is windowed and then smoothed, the same paragraph can come back a different colour depending on what surrounds it. Pangram lists this in its own limitations: "Occasionally, a subset of a longer text will receive different predictions depending on whether it is isolated or embedded in the surrounding document." That is candid, and it is also the mechanism behind half the confused forum posts about Pangram.

Pangram's document breakdown card, here running Pangram 3.0, splitting a result into 80.2% AI-generated, 15.8% AI-assisted, and 4% human, as taken from Pangram
Pangram's document breakdown card, here running Pangram 3.0, splitting a result into 80.2% AI-generated, 15.8% AI-assisted, and 4% human, as taken from Pangram

Two API details are worth knowing before you build anything on this, because they are easy to misread. The ai_assistance_score is computed as P(AI-Generated) + 0.5 × P(AI-Assisted), and the model card says plainly it is "not the probability of the displayed discrete label." The confidence field returns High, Medium, or Low, and the card says it "is not a calibrated probability estimate." So you cannot treat confidence: High as a 95% certainty. If you are wiring detection into a workflow, that distinction is the whole ballgame. My notes on building an AI content pipeline cover where a gate like this actually belongs.

The numbers Pangram publishes

Credit where it is due: Pangram publishes more of its own evaluation detail than any detector I have looked at, including a technical write-up and an arXiv report. Here is the headline set.

MetricPangram 4Pangram 3 / 3.3Test set
False positive rate (English)0.0041% (95% CI 0.0032% to 0.0050%)not stated on the page1,000,000 English FineWeb samples
False positives, plain Englishroughly 1 in 24,000 documents14x moresame
False negative rate (English)0.3396%1.9942%519,993 samples, 26 generator models
AI-polished human writing flagged fully AI0.01%0.18%Grammarly, Apple Intelligence and Gemini edits on student writing
Humanized AI still caught98.83%not stated13 commercial humanizer tools
AUROC0.9916not statedPangram's own corpus

The false negative table by generator is the most quotable thing on the model card. Grok 4.3 is the hardest model for Pangram 4 to catch at 0.605%, and Claude Haiku 4.5 is the easiest at 0.130%. Gemini improved the most between versions, from a 5.138% family miss rate on Pangram 3.3.2 down to 0.498%. Pangram also reports no meaningful correlation between a model's release date and how detectable it is, which is a bolder claim than it sounds and cuts against the usual assumption that newer models are harder to spot.

One inconsistency to know about if you cite this: the technical post's key-results block gives the AI-polish false-flag rate as 0.009%, while a section further down the same page gives 0.01%. Small, but it is the kind of thing that makes you check the rest.

Where the headline number stops holding

Now the part I think a fair review has to lead with rather than bury.

Every number above is an English number, measured on long-form prose in complete sentences. Pangram publishes the per-language table too, and the spread is large.

Missed AI text by language: English 0.34%, Spanish 0.89%, French 1.78%, Persian 3.17%, Urdu 5.32%
Missed AI text by language: English 0.34%, Spanish 0.89%, French 1.78%, Persian 3.17%, Urdu 5.32%

Across 18 languages the multilingual false negative rate is 1.24% against 0.3396% for English. Per language it runs from Czech at 0.2760% up to Urdu at 5.3169%, roughly 16 times the English figure. The false positive side holds up much better, with most languages at 0.0000% and Ukrainian worst at 0.0361%, so the multilingual weakness is misses rather than false accusations. Pangram lists 24 supported languages and does not hide any of this, which I respect. But "one false positive in 24,000" and "we support 24 languages" are two true statements that people will read as one claim, and they are not.

Then there is the scope list, quoted straight from the model card:

"Short conversational replies, answers to questions with a single factual answer, source code, tables of contents, reference sections, templated or automated writing, instructions and technical manuals, and text dominated by mathematical notation are outside the model's primary scope or may be more susceptible to errors."

Read that again with a real workflow in mind. Support macros are templated writing. Release notes are close to technical manuals. A product FAQ is answers to questions with single factual answers. Anything under 50 words does not get scored at all. Pangram also recommends stripping headers and footers before you scan, and prefers .docx or raw text over PDF because PDF parsing introduces artifacts.

So before you act on any Pangram verdict, it is worth walking the same four checks I do:

Does this Pangram verdict hold?

Four checks, straight from Pangram's own published scope. Pick what applies to your document.

1. Is the text at least 50 words?

2. Is it long-form prose in complete sentences?

3. What language is it in?

4. Would this score be the only evidence behind a decision?

Answer the four above to see where the published numbers stop covering you.

Out of scope entirely. Pangram 4 accepts text of at least 50 words. Below that, no published accuracy figure applies at all. Do not read a verdict here.

Named as out of scope. Pangram's model card lists source code, tables of contents, reference sections, templated writing and technical manuals as outside its primary scope or more error-prone. The 0.0041% does not describe this document.

A different model, in effect. The multilingual false negative rate is 1.24%, and up to 5.3169% for Urdu, against 0.3396% for English. False positives stay low, so trust a clean result less than you would in English.

Stop here. This is the one thing detector critics and Pangram's own ethics section agree on: a non-zero error rate makes a score unsafe as sole evidence. Get corroboration before you act.

This is the supported case. English, over 50 words, ordinary prose, used as one signal among several. This is exactly the population the published numbers describe, and on it Pangram 4 is the strongest detector I have tested.

What independent researchers actually found

I went looking for someone outside Pangram Labs who had measured this. The answer is more interesting than either "it is verified" or "it is marketing."

Three independent teams have tested Pangram, and none of them measured a higher false positive rate for it than for any other commercial detector. In two of the three it was lowest outright; in the VUB study it tied at 0% with Turnitin and Copyleaks. That is a consistent result across different corpora and different metrics.

  • Jabarian and Imas at UChicago Booth (NBER Working Paper 34223) ran 1,992 pre-2020 human passages plus AI counterparts across six genres and four models, and declared no conflicts of interest and no Pangram funding. Pangram scored a 0.001 false positive rate against 0.002 for Originality.ai and 0.007 for GPTZero, and was "the only tool to satisfy a strict cap (FPR ≤ 0.005) without sacrificing accuracy."
  • A peer-reviewed study from Vrije Universiteit Brussel in the International Journal for Educational Integrity tested 160 academic papers of at least 4,000 words each. On fully human papers written by graduate students, Pangram returned 0% AI. On fully AI papers, Turnitin produced false negatives 100% of the time and Pangram's median was closest to the truth. Their conclusion: "from the four AI detection tools studied here, at this moment only [Pangram] produced satisfactory results."
  • Epoch AI tested Pangram 3.3.2 on 495 human passages from 99 named pre-2022 authors and got 0 false positives.

So the direction is clear. Now the arithmetic, which is the part nobody says out loud.

Independent testHuman samplesPangram versionMeasured FPRTightest bound that sample can support
Jabarian and Imas, UChicago Booth1,992 passages3.x era, mid-20250.001roughly 0.15%
Epoch AI495 passages3.3.2, stated0% (0/495)roughly 0.6%
Van Vlasselaer et al., VUB40 ESL papersnot stated0%roughly 7.5%
Russell et al., ACL 202560 articlesnot stated2%not meaningful at this size
Needed to confirm 0.0041%~73,0004never measuredn/a

No independent study is large enough to test a number as small as 0.0041%. Zero false positives in 1,992 passages bounds the rate at roughly 0.15%. Zero in 495 bounds it at roughly 0.6%. Every published independent dataset is one to two orders of magnitude too small, and that is a fact about sample sizes rather than a criticism of anyone's methodology.

And none of them tested Pangram 4. Epoch AI states version 3.3.2 explicitly. The UChicago study ran in mid-2025. Pangram 4 shipped on July 29, 2026, so the model carrying the headline figure has not been benchmarked by anyone outside the company.

There are three more findings a buyer should weigh:

  • Epoch AI found Pangram 3.3.2 missed 10% of AI text written in a named author's style overall, and 25% of AI-generated scientific writing under style imitation, rising to 48% on Gemini-generated scientific passages. The false positive story is strong. The false negative story under adversarial prompting is not.
  • A CMU-affiliated team (arXiv:2605.19516) showed base-model text reads as human while instruction-tuned text from the same model does not, and pushed individual passages from 0% human to 100% human with two rounds of paraphrasing. Their verdict is worth quoting: "current detectors are tracking artifacts of instruction tuning and local context more than any invariant notion of machine-generated text." Note the authors disclose Pangram and GPTZero donated the API credits.
  • Pangram is absent from RAID, the only large detector leaderboard not run by a detector vendor. GPTZero is listed there at 0.984 AUROC. There is nowhere neutral to look Pangram's number up next to its competitors' on a dataset none of them controls.

Part of why that evidence base is thin is cost, and it is a structural point rather than a knock. A TU Darmstadt group (arXiv:2606.04906) dropped Pangram from a six-dataset benchmark outright, writing that testing the proprietary detectors "is infeasible with current pricing (over 1500$ in total)." When a detector's API pricing prices academics out of auditing it, the audit does not happen.

Worth saying plainly: Pangram's own eleven-benchmark table is labelled as third-party benchmarks, and the datasets genuinely are third-party, but the scoring is Pangram's own. That is a weaker claim than independent results, and two rows in Pangram's own table cut against the marketing. On DetectRL, a fine-tuned RoBERTa baseline beats Pangram 4 (99.75 against 96.93 F1 on the multi-domain split), and Pangram 4 scores below Pangram 3 on every DetectRL split. The upgrade is not monotone, and Pangram published that anyway.

What the false-positive stories have in common

Search Pangram on any writing forum and you will find people whose own work got flagged. The reflex is to dismiss these as cheaters seeking deniability. Having read a few hundred of them, I do not think that holds, because the stories cluster by register rather than by skill.

Reddit

"Writing professor here. I've been teaching composition for 25 years. To be honest, I'm alarmed by Pangram. It said my writing is AI-generated, with a 100% degree level of certainty. I write comedy. Comedic writing has very specific rules, such as the "rule of three" (or comic triple), a classic comedic technique. As a comic writer, I have to tighten and re-tighten my writing over and over and over and over again, line by line. It's torturous. […] I might just abandon writing at this point."

The mechanism there is checkable and it is not a vibe: prose that has been tightened toward a formal constraint converges on the same surface statistics as generated prose. The best-documented case anywhere is one variable, reported by a teacher who otherwise rates Pangram highest in its class.

Hacker News

"Turns out, I had a section in the text with three bullet points. I removed the bullets (literally just the bullets themselves, no actual text) and it passed as human."

Same family: epigraphs written as clipped statements of fact, twenty years of marketing copy, academic prose with correct grammar and an em dash habit. If your writing has a deliberate house style, you are closer to the boundary than someone writing loosely. Which is a slightly grim thing to learn about your own craft, and it explains the perverse incentive people describe, where cleaner prose scores worse than error-free writing is supposed to.

That is also why "add some errors back in" keeps showing up as folk advice, and why an entire genre of detection-avoidance guides exists. Chasing a score that way is the wrong lever, and it makes the writing worse for the reader who was the point.

I would rather see people invest in a real editing process and in genuine personality in the writing. I reached the same conclusion about better prompts: fix the input, not the score.

The strongest criticism is not any of these anecdotes though. It is arithmetic, from a named academic.

LinkedIn

"Suppose every instructor started using an AI detector on all student work. I'd estimate that students submit 500 – 1,000 written works in the course of a 4 year education […] If each of these were run through an AI detector with a FPR of 1 / 10,000, you'd have 5–10% of your student body falsely accused of cheating at least once."

That argument survives contact with Pangram's numbers because it accepts them. Pangram's cofounder Bradley Emi replied to the same thread on X, so this is a two-sided exchange rather than a pile-on. The related statistical point from a Hacker News thread is that a false positive rate is not a false discovery rate, and the number people quote is not the number they mean: if you flag 50 true positives and 10 false ones, the FPR can be 1 in 10,000 while the chance a given flag is wrong is 1 in 6.

Pangram's own ethics section does not dodge this, and I would rather quote it than paraphrase:

"False accusations of AI usage can lead to serious consequences, including reputational damage, emotional trauma, and other undue harm. We acknowledge that our model has a non-zero error rate and its errors may result in such harms."

There is also a workflow in the community that actually works, and it is the most useful thing I read all week. One professor runs the assignment prompt through several models first, gathers everything else, and treats the detector as the last step rather than the first.

Reddit

"I state that the AI detector is a "last chance at exoneration" and only comes after all the due diligance from before. If the detector says its real (even if it's a false negative) I drop it and don't report it. […] But when I point out that the detector is the last step and not the first step, this past year I have gone 24-for-24 in academic integrity submissions"

Detector last, never first. That is the one thing both camps in this argument actually agree on.

Pricing: the 10x nobody announced

Pangram's plans are simple. The change underneath them is not.

PlanMonthlyAnnualWords per monthImage scansSeatsTrial
Free$0$02,000 per day3 per day1no card needed
Individual$20$180300,00010017 days
Professional$65$5401,500,0005001none stated
Team$20 per seat$180 per seat300,000 per seatnot published2 minimum7 days
Institutionalquotequote"unlimited" AI and plagiarism checksnot publishednot publishednot published
Enterprise"Variable Pricing"quotenot publishednot publishednot publishednot published

Plagiarism detection is the paywall line: absent on Free, present on every paid tier. The $200 monthly API allowance sits on Professional only, not Individual and not Team. LMS integrations for Canvas, Brightspace, Moodle and Google Classroom are Institutional-only. Zero data retention and rate limits above 5 QPS are Enterprise-only, both unpriced.

Now the interesting bit. Pangram 4 changed the billable unit from one scan per 1,000 words rounded up, to one scan per 100 words. That is a straightforwardly good change, and Pangram framed it as "letting you make the most of your credits." At the same time, the monthly ceilings were halved: Individual from 600,000 words to 300,000, Professional from 3,000,000 to 1,500,000.

The 500-word line: on the same $20 plan, a 100-word document goes from 600 to 3,000 scans a month, while a 2,000-word document goes from 300 to 150
The 500-word line: on the same $20 plan, a 100-word document goes from 600 to 3,000 scans a month, while a 2,000-word document goes from 300 to 150

Those two changes pull in opposite directions, and the break-even is a 500-word document. Below that you win, up to 5x on a 100-word snippet. Above it you lose, down to half on anything 1,000 words or longer. Pangram's own framing of the API side matches: the change "represents a price change of 1-2x for short documents and up to 10x for long-form documents."

On the API the arithmetic is blunter. The dollar figure did not move, it is $0.05 either way, but the unit shrank tenfold.

PathCost per 1,000,000 words
Professional, annual$30.00
Professional, monthly$43.33
Individual or Team, annual$50.00
Pangram 3 API, realtime (legacy)$50.00
Individual or Team, monthly$66.67
Pangram 4 API, bulk (20% off)$400.00
Pangram 4 API, realtime$500.00

The Pangram 4 API costs 7.5x more per word than the Individual subscription and 11.5x more than annual Professional. If your volume fits inside 1,500,000 words a month, a subscription is dramatically cheaper. The API is priced for embedding detection inside a product, not for bulk self-serve scanning. Worth sizing this against the rest of the stack, since a detector is rarely the biggest line in an AI blog writer's cost.

One trap the pricing page does not mention. Pangram 3 is supported until September 30, 2026, and until then API calls that omit the model argument keep routing to Pangram 3 on the old billing. After that date, the same call silently becomes ten times more expensive per word. If you have a script calling Pangram, go and pin model="pangram-4" now, and put a note in your calendar rather than finding out from an invoice. My writeup of the blog writer API has the wider version of that lesson about pinning versions.

Humanizer detection, and why I have skin in this

Here is where I stop being neutral, because eesel runs its own blog writer as its content engine, and Pangram is the last gate every draft goes through before it publishes. That is a few hundred drafts of firsthand experience with this specific detector, and the gate sits at a fixed point in my blog writing workflow rather than floating about.

The single most useful thing I learned is one Pangram deserves credit for. Rewriting for style does not move the score at all. Not voice, not rhythm, not first-person anecdotes, not scrubbing stock phrases. I tried all of it. What Pangram is reading is how predictable each token is, segment by segment, which means polished model output flags precisely because it keeps picking the most likely next word. That finding cost me weeks and it is, annoyingly, a point in Pangram's favour: the thing it measures is not a surface style you can paint over.

Pangram 4 goes a step further. The four-class humanizer head now labels text as Human, AI-Generated, AI-Edited, or Humanized-AI, and the API returns an is_humanized boolean that trips at a humanizer_score of 0.91 by default. Pangram reports catching AI involvement in humanized output 98.83% of the time across 13 commercial tools. So a whole category of workaround, the one that powers the content humanization tool market and things like the Surfer humanizer, is now its own labelled output field rather than an undetected gap. Pangram also disclosed something honest here: in ablations where the humanizer head's gradients reached the base model, the overall false positive rate held but the ablation "concentrated the failures in specific registers: academic writing and ESL essays." They froze the head to avoid that. Very few vendors publish the experiment that went wrong.

They also ran a red team properly. They handed an agent, Codex GPT 5.6 Sol, live API access for 24 hours with the explicit goal of engineering repeatable false negatives. It found exactly one bypass, by mimicking dictated surgical pathology notes, which Pangram then declared out of scope because the output was terse bullet points rather than open-ended prose. That carve-out is the softest moment on an otherwise rigorous page. The attack still worked.

And the conclusion I actually draw from all of it is not about detectors. eesel's traffic moved with search policy changes, not with detector scores. Google's guidance targets unhelpful content regardless of how it was produced, which is a different question from provenance, and I have the analytics to show the two do not track each other. A low Pangram score is hygiene. It is not a strategy, and it will not rescue a page that nobody needed. The honest lever is the boring one: research the thing properly, have a human edit it, and answer a real question. That is what my notes on E-E-A-T compliant content and on drafts that fail to rank are all about, and it is the same reason scaling content safely beats scaling it fast.

Pangram 4 versus the other detectors

Pangram is the most expensive option here by a distance, and on measured false positive rate it is also the best of the ones independent teams have tested. Both things are true.

ToolCheapest paid planBillable unitFree tierSelf-reported accuracyAPIImage detection
Pangram$20/mo (Individual)words, 100-word units2,000 words/day0.0041% FPR, 0.3396% FNRYes, $0.05 per 100 wordsYes, research preview, 99.8%
GPTZero$12.99/mo annual (Premium)300,000 words/moYes99%, sits beside RAID's 95.7% on its own pageContact salesNo
Originality.ai$12.95/mo annual (Pro)credits, 1 = 100 wordsNo plan, 3 scans a dayTurbo 1.5% FPR, Lite 0.5%Enterprise tier only, $136.58/mo annualNo
Copyleaks$13.99/mo annual (Personal)credits, 1 = 250 words or 1 image25,000 characters per scan99%, with per-language AI accuracy as low as 93.08%YesYes
Turnitinquote-gated, institutions onlynot publishedNounder 1% FPR, but only on documents over 20% AINo standalone APINo
Winston AI$10/mo annual (Essential)credits, 1 per wordYes99.98%, no FPR publishedYesYes

A pattern worth naming: no vendor here publishes a credible accuracy figure and a matched-methodology false positive rate together. Winston claims the highest accuracy with no FPR at all. Copyleaks claims the lowest FPR but scopes accuracy to internal English testing. Turnitin publishes the best-validated FPR and no accuracy headline. Two of them undercut their own number on the same page. Pangram is the only one that publishes both with confidence intervals and sample sizes, and that transparency is most of why it earns the benefit of the doubt.

Verdict: Pangram if you need provenance and can afford it. GPTZero if you want a cheaper second opinion, and it is on RAID, which counts for something. Turnitin if you are an institution and workflow integration matters more than the score. Skip the free and open-source detectors: the UChicago study measured an open RoBERTa baseline at a 0.50 false positive rate and called it "unsuitable for high-stakes applications," which is generous.

Who should actually buy this

Buy it if you are a platform, a publisher, or a journal that needs to know how a submission was probably produced, in English, at length, and you have a corroboration step after the score. Pangram is the best tool for that job and it is not close.

Buy the subscription, not the API, unless you are embedding detection in a product. At 7.5x the per-word cost, API credits only make sense when you need the integration rather than the volume.

Think hard if you are an educator. The tool is strong and the base-rate math is still against you at institutional scale, which is why Pangram's own ethics section and its loudest critics land in the same place. Run it last, never first.

Skip it if your content is mostly non-English, mostly short, mostly templated, or mostly code and reference material. The published numbers do not describe that population, and Pangram says so itself.

Skip it if what you actually want is content that ranks. A detector tells you nothing about whether a page deserves to exist. For that, go read about AI content creation and pick a content generation tool instead.

If that last one is where you actually are, the useful comparisons are my roundup of AI content generators and my shortlist of AI writer tools. Teams building this into a repeatable system usually want a content pipeline tool rather than another point solution.

One last note on the review base, because it surprised me. Pangram's G2 listing exists with zero reviews. Capterra has no listing at all. The Chrome extension sits at 5.0 from 19 ratings with 20,000 users, and search listings put Trustpilot around 2.4 out of 5 from 13 reviews, though the page itself refused every attempt to load it. So there is no broad review corpus here in either direction, and anyone citing "the reviews" on this product is citing about thirty people. The real signal lives in academic papers and forum threads, which is unusual and, for a research-led company, sort of fitting.

Try eesel for the part a detector cannot do

Pangram tells you how a draft was probably written. It cannot tell you whether the draft was worth writing, and after a few hundred posts through that gate, I am confident the second question is the one that moves traffic.

That is the job eesel does. The eesel blog writer researches a topic from primary sources, writes with brand voice training, builds the internal link graph, and hands you a draft that a human editor can finish rather than rescue. It is the same pipeline that produced this post, detector gate included, which is about as honest a demo as I can offer.

You can see automating blog writing, compare it against the field in my AI blog writer review, and then try eesel free. If your bar is search performance specifically, start with the SEO blog writer angle instead.

The eesel blog writer mid-draft: the post in the editor, its research folder in the sidebar, and the agent reporting each step in the chat pane
The eesel blog writer mid-draft: the post in the editor, its research folder in the sidebar, and the agent reporting each step in the chat pane

Frequently Asked Questions

How accurate is Pangram 4?
Pangram Labs measures a 0.0041% false positive rate and a 0.3396% false negative rate on its own held-out corpora, which is roughly one false positive per 24,000 English documents. Independent teams have consistently found Pangram to have the lowest false positive rate of the commercial detectors they tested, but every one of those tests ran Pangram 3.x, and none was large enough to confirm a figure that small. For the mechanics behind any of these numbers, see how AI content detectors work and my wider look at detector accuracy.
How much does Pangram cost?
Pangram's free tier scans 2,000 words per day. Individual is $20 per month or $180 per year, Professional is $65 per month or $540 per year, and Team is $20 per seat per month with a two-seat floor. The API is prepaid credits at $0.05 per 100 words on Pangram 4. If you are budgeting a whole content operation rather than one detector, my breakdown of AI blog writer cost is the wider picture.
Is Pangram 4 worth upgrading to from Pangram 3?
If you scan short documents, yes, because billing moved to 100-word units so a 150-word snippet no longer burns a full 1,000-word credit. If you scan long-form articles through the API, the same change makes Pangram 4 ten times more expensive per word. Pangram 3 is scheduled for deprecation on September 30, 2026, so the decision has a deadline. Teams running long drafts at volume should read my notes on AI content production speed before committing.
Can Pangram 4 detect humanized AI text?
Pangram reports catching AI involvement in humanized output 98.83% of the time across 13 commercial humanizer tools, and Pangram 4 adds a dedicated is_humanized field to its API response. Independent work still finds gaps: a CMU team pushed individual passages from 0% human to 100% human with iterative paraphrasing. If your goal is prose that reads human because it is well edited, making AI content sound human and a real editing process beat any detector-gaming trick.
Does a high Pangram score mean Google will penalize my content?
No. Pangram scores how a text was probably produced, and Google's guidelines target unhelpful content regardless of authorship, so the two are measuring different things. I have watched eesel's own traffic move with search policy changes rather than with detector numbers. The fuller answer is in does Google penalize AI content, and the practical version in scaling SEO content safely.

Share this article

Kurnia Kharisma Agung Samiadjie

Article by

Kurnia Kharisma Agung Samiadjie

Kurnia is a software engineer and writer at eesel AI with two years of SEO experience, writing about AI tools, helpdesk software, and customer support. He pairs a developer's understanding of how these products are built with search-driven research into what actually ranks and resonates with the people searching for them.

Related Posts

All posts →
A document split into human, AI-assisted and AI-generated bands, being read under a magnifying glass, in Pangram's orange brand colour
Trending

Pangram 4: how it reads a document and how to read the result

Pangram 4 explained from its own model card: the four classifier heads it runs in one pass, the output fields most people misread, and where it stops working.

Alicia Kirana UtomoAlicia Kirana UtomoAug 4, 2026
A team comparing AI text detectors on a whiteboard matrix, in Pangram's orange brand colour
Alternatives

Pangram 4 alternatives: 5 AI detectors compared

Five Pangram 4 alternatives, compared on what each vendor will actually put in writing: accuracy, false-positive rate, billing unit, API access and free tier.

Alicia Kirana UtomoAlicia Kirana UtomoAug 4, 2026
Editorial illustration of a benchmark leaderboard with one tall highlighted bar, representing ZCode and the GLM-5.2 model
Trending

ZCode: what Z.ai's new AI coding agent really is

A hands-on read on ZCode, the free agentic coding app from the GLM team: the GLM-5.2 model behind it, the real launch-week complaints, and who should use it.

Rama Adi NugrahaRama Adi NugrahaJul 12, 2026
Hand-drawn illustration with the Grok logomark, a support agent, and benchmark and pricing panels
Trending

Grok 4.5: benchmarks, pricing, and what it means for support

xAI just shipped Grok 4.5. I dug into the real benchmarks, the token pricing, and whether a hot new model actually changes anything for your support queue.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieJul 9, 2026
Image alt text
Guides

How to make AI content sound human: A practical guide

Struggling with robotic-sounding AI content? Learn the key techniques, from manual editing to using AI humanizer tools, to make your articles engaging and authentic for your readers.

Stevia PutriStevia PutriJan 30, 2026
Image alt text
Guides

Does Google penalize AI content? Here's what the data says

We explore the question: does Google penalize AI content? We'll look at what Google has officially said, dive into a huge study of what's actually ranking, and settle this whole thing.

Stevia PutriStevia PutriJan 14, 2026
Skywork AI review illustration showing a super-agent turning one prompt into slides, docs and websites
Trending

Skywork AI review (2026): capable agent, messy billing

An honest Skywork AI review: the super-agent makes real slides, docs and websites, but the trial-to-paid billing is where users get burned.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieJul 20, 2026
Editorial illustration of parallel coding agents and terminal windows, representing the field of ZCode alternatives
Trending

The 8 best ZCode alternatives in 2026

ZCode is impressive and rough at the same time. Here are the 8 best ZCode alternatives in 2026, with real pricing, honest trade-offs, and who each one is for.

Rama Adi NugrahaRama Adi NugrahaJul 12, 2026
PromptQL alternatives cover banner on an indigo backdrop
Trending

8 best PromptQL alternatives in 2026

The 8 best PromptQL alternatives in 2026, from Databricks Genie to open-source Wren AI, with real pricing, strengths, and who each one is actually for.

Rama Adi NugrahaRama Adi NugrahaJul 10, 2026

Ready to hire your AI teammate?

Set up in minutes. No credit card required.

Get started free