Vibecode Pangram

track this build5 steps, step by step
NOT REALLY · don't bother
price $20/moyou'd save $240/yrbuild time one sittingcategory ✍️ ai writingreplaced by 0 people

The interface is a text box and a percentage, which is exactly the kind of thing that tricks you into thinking it is a weekend project. The product is not the text box: it is a classifier trained on a very large, continuously refreshed corpus of human writing paired with output from every model release, tuned hard against false positives because accusing a real person of cheating is the failure mode that ends the company. You can absolutely build a local detector from perplexity and burstiness features in an afternoon, and it will be confidently wrong often enough to be useless for any decision that matters. Nobody outside your own head will accept your homemade score, and the calibration drifts every time a new frontier model ships. Build it to understand the problem, not to rely on it.

the project pack4 files · fastest path to a working personal build
README.md
# Pangram indie build

## Goal

Build the smallest trustworthy replacement for the core Pangram workflow for one developer or a tiny team.

## Scope

Paste text, score it locally with a small language model's token log-probabilities plus a few style statistics, and get a hand-wavy human-or-machine guess with a loud accuracy disclaimer.

## Quick start

1. Install the documented dependencies.
2. Copy `.env.example` to `.env`.
3. Run the development command chosen during implementation.
4. Complete the acceptance checks in `BUILD_PLAN.md`.

## Honest limits

This build deliberately does not replace:
- Calibration: a real false positive rate you can quote, instead of a vibe
- Coverage of new models, which changes every few weeks whether you update or not
- Sentence-level and mixed-authorship detection rather than one blunt document score
- Any external credibility, since a self-built score persuades exactly zero teachers, editors or clients
- Throughput, batch uploads, API access and document parsing

If those capabilities are essential, use Pangram instead of pretending the gap is solved.

$ choose a build depth, inspect the files, then open the complete pack in your agent · this prompt is generated from the build plan · improve it via PR

why people still pay

Because the number has to be defensible to someone else. Institutions and publishers are not buying a classifier, they are buying a third party willing to stand behind a false positive rate, plus continuous retraining against whatever model came out last month. A local heuristic detector gives you a plausible-sounding percentage with no error bars, which is worse than nothing when the outcome is an accusation.

what you lose

xCalibration: a real false positive rate you can quote, instead of a vibe

xCoverage of new models, which changes every few weeks whether you update or not

xSentence-level and mixed-authorship detection rather than one blunt document score

xAny external credibility, since a self-built score persuades exactly zero teachers, editors or clients

xThroughput, batch uploads, API access and document parsing

prior art · use these instead of building, if you'd rather

Nothing worth pointing at. That's why the prompt exists.

share on X ↗"I just replaced Pangram ($20/mo) with one prompt"
questions
Vibecode Pangram

Not really. Pangram's value is not the code: The moat is a constantly retrained corpus of human and model text plus a reputation strong enough that other people accept the verdict. See the honest breakdown above.

How much does Pangram cost?

Pangram costs about $20/month (Individual, checked 2026-08-18), which is $240 per year.

What do I lose by replacing Pangram?

Honestly: Calibration: a real false positive rate you can quote, instead of a vibe; Coverage of new models, which changes every few weeks whether you update or not; Sentence-level and mixed-authorship detection rather than one blunt document score; Any external credibility, since a self-built score persuades exactly zero teachers, editors or clients; Throughput, batch uploads, API access and document parsing. If any of those are load-bearing for you, keep paying.

Is there an open-source alternative to Pangram?

No mature open-source alternative worth pointing at, which is exactly why the one-shot prompt on this page exists.