Internal lab

Paste an AI-flavored draft. Each button runs a different humanise strategy against the local API, in increasing cost order. Detector scores come from desklib/ai-text-detector-v1.01 (DeBERTa-v3-large, MIT). The adversarial loop also uses sentence-transformers/all-MiniLM-L6-v2 for the similarity-floor invariant.

Cost ladder — click to expand
#MethodPer-call costLatencyNotes
0Detect (baseline)$0~150msdesklib DeBERTa CPU
1Postprocess only$0~50ms warm8 deterministic rules
2Editorial + Postprocess~$0.0011–10sLLM cascade single-shot
3Adversarial + Feedback + PP~$0.001×iters5–30sClosed loop, detector-aware
4Local paraphraser (T5)$05–60shumarin T5-base ~880MB or DIPPER 11B ~22GB
5Compare all~$0.00310–40sRuns 1–3 in parallel via /benchmark
Channel + tier         

API base: ·