Does an open source AI humanizer actually exist, or is this entirely a closed-source commercial space?
Most discussion I’ve found is around commercial SaaS products, and I’m wondering if there’s a GitHub project or similar that implements the same kind of text restructuring without being a paid product. Even something less polished that requires more technical setup would be worth knowing about.
There are a handful of academic and open research projects around adversarial text generation against AI detectors, but they’re typically research code, not polished consumer tools. Expect to need to run them locally with some technical setup.
you can approximate humanizing behavior yourself using an open source language model with a carefully written system prompt instructing it to vary sentence structure and reduce predictability. not a dedicated humanizer product but achieves a similar effect if you’re comfortable with that level of setup.
Worth searching GitHub specifically for AI text detector evasion or adversarial text generation rather than humanizer, since that’s the more common terminology in the research and open source space versus the commercial product space.
The privacy angle you’re raising (not wanting to send text to a third party) is a legitimate concern with commercial tools generally, not just a cost concern. Self-hosting addresses that directly if you have the technical capacity to set it up.
For anyone less technical: some commercial tools do offer a no data retention guarantee in their terms, Walter Writes is one example, which addresses the privacy concern without requiring you to self-host anything. Worth checking if that’s actually your underlying concern rather than cost specifically.