-
Notifications
You must be signed in to change notification settings - Fork 1k
Prompt-based humanization won't solve detection #82
Description
We've been working on AI humanization at https://rephrasy.ai for a while and
wanted to share something relevant to the issues being raised here (#55,
#78).
▎ The core problem is that prompt-based rewriting still produces statistically
predictable output. Detectors like Undetectable AI, GPTZero and WasItAIGenerated
don't look for specific words — they analyze perplexity and burstiness
patterns at a deeper level. No matter how good the prompt is, you're still
using the same base model that produced the original text.
▎ What actually moves the needle is a fine-tuned model trained specifically on
humanization, one that learns the statistical patterns detectors look for
and rewrites against them.
▎ If anyone wants to test the difference, we're offering 20% off Rephrasy API (credits)
access with code HUMANIZER20GH. happy to compare outputs directly.