r/AiHumanizer

Claude started watermarking its text, so I built a tool that removes AI watermarks
▲ 3 r/AiHumanizer+1 crossposts

Claude started watermarking its text, so I built a tool that removes AI watermarks

So Claude made the news recently for watermarking its output. I got curious and pasted some AI text into a hex viewer to see what was actually in there.

Turns out there are two completely different things going on:

  1. Invisible Unicode characters — zero-width spaces and friends, literally hiding in your text. They survive copy-paste and end up in your Google Docs, emails, wherever.

  2. Statistical watermarks — the SynthID-Text stuff from the news, where the model's word *choices* form the pattern. Way sneakier.

I couldn't find a tool that handled both, so I built one: (https://textwatermarkremover.org)

- Quick Clean — finds and strips 34+ types of invisible characters, instantly, entirely in your browser. Text never gets uploaded anywhere. Free, unlimited.

- Deep Rewrite — for the statistical kind, it runs your text through an LLM paraphrase so the word-choice pattern breaks.

Would love feedback — especially if you find text it *doesn't* catch.

textwatermarkremover.org
u/Extra_Mountain7735 — 19 hours ago

Any free ai humanize and actual AI content dector

I am trying to find the AI humanise and accurate ai contnet dector is there any suggest me the right ai humanizer and ai content detector

reddit.com
u/CollarRoutine4069 — 21 hours ago
▲ 2 r/AiHumanizer+1 crossposts

Plzz help me here to humanize my work Free Ai humanizer

Does anyone know free ai humanizer where i can humanize my report...i humanized my report and checked the ai content is around 5 percent and I sent the same pdf to my sir he checked in Turnitin idk why tf he's getting 79 percent ai content ...plzz somebody help me...I almost humanized it around 20 times but still tf 79 percent....

reddit.com
u/Ctrl_Logic — 3 days ago
▲ 9 r/AiHumanizer+3 crossposts

learned the hard way that “free” traffic was eating my ad budget and a small lesson from running a $24/mo AI writing tool solo

solo founder here, building ReverseGPT.ai on the side. it takes AI-generated drafts and rewrites them so they actually read like a person wrote them (less robotic phrasing, more natural rhythm).

the niche is stupidly crowded, so I’ve been leaning on paid acquisition instead of waiting for SEO. quick lesson that might save someone money:

I dug into my search terms report and a huge chunk of clicks were coming from queries with “free,” “no credit card,” “without account” etc. people who were never going to pay. I’d been advised to keep “free” queries because some convert eventually.

other thing that surprised me: I assumed my pricing was steep until I actually lined up competitors turns out $24 unlimited is on the cheap end for the category. almost repriced based on vibes instead of data.

curious how other solo folks running paid ads decide what traffic to cut vs. keep. do you block free-seekers or nurture them?

u/ReverseGPT — 3 days ago

Built a skill to make AI avoid obvious AI-sounding phrases

heya heya, i made this skill: <in comments>

it makes AI writing less obviously AI-sounding. right now, it only counters the things mentioned in the research papers in the repo, so it definitely won't make AI write exactly like a human. that's kinda impossible anyway, since AI will always hallucinate at some point unless you feed it millions of tokens of context, which can just make lower-end models fuck up in other ways.

reddit.com
u/Auth-dev — 3 days ago
▲ 4 r/AiHumanizer+2 crossposts

Do you find pangram reliable?

I put my text in several ai detectors, winston ai, copyleaks, zerogpt and GPTZero, giving me close to 0%. While, pangram gives me around 70%? Do you think it’s reliable?

reddit.com
u/Overall_Tip6001 — 8 days ago
▲ 14 r/AiHumanizer+1 crossposts

How to bypass Anthropic (and any other) AI Text Watermarks?

Here's my idea:
- preprocess the raw text to remove the most obvious signs of AI-generated content: em dashes, zero-width characters, exotic spaces, etc.

The next three steps tackle with core concept of watermarking: specific token-selection distribution. Here how that works:
- send the text to a translator (e.g. Google Translate) and translate it into an intermediate language
- translate text back from the intermediate to the original language
- optionally, rewrite the text using an LLM that is guaranteed not to watermark its output (e.g. an open-weighted model like DeepSeek-v4) to make the resulting text more readable (in case it was degraded during double translation) and to remove any remaining watermarks traces if they were somehow preserved.

I developed a simple application which automates that process. In the application you can select which steps to use and also customize each step (e.g. choosing a specific translator or rephrasing LLM).

Here`s the test results (used Google SynthID watermarking)

z-score:

watermarked text: 11.43

eng-germ-eng transtaled text: 5.68

eng-germ-eng translated + paraphrased text: 1.02

eng-cn-eng transtaled text: 4.10

eng-cn-eng translated + paraphrased text: 2.86

eng-ru-eng transtaled text: 4.19

eng-germ-eng translated + paraphrased text: 0.51

paraphrased only text: -1.18

And here's the link:

https://github.com/beatwad/AI-watermark-remover

Notebook with results can be found inside watermark_detector folder.

u/beatwad — 8 days ago

🚨 Claude is rolling out invisible AI watermarks in generated text: here’s what that actually means

Anthropic is starting to embed invisible, machine-readable watermarks directly into Claude’s outputs. Not metadata. Not labels. Actual signals inside the text itself.

That raises a big question for everyone using AI writing tools:

👉 Can you detect or remove Claude’s watermark?

What we know so far:

  • The watermark is embedded directly into the text (not a file tag)
  • Copy/paste does NOT remove it
  • Simple formatting changes won’t remove it either
  • It’s designed to survive normal content handling
  • It applies across Claude, API, and cloud integrations

I

mportant nuance:

Anthropic also says that heavy rewriting, paraphrasing, or translation may make the watermark undetectable — but:

  • No detection tool has been released yet
  • No one can currently verify removal claims reliably

So right now, a lot of what’s being said online is still speculation.

What this means in practice:

  • You can’t “strip” it like metadata
  • You likely need real rewriting, not cosmetic edits
  • Detection vs. non-detection is still an open question
  • Claims of guaranteed removal should be taken with caution

Where tools like AI humanizers come in:

Our Humanizer doesn't just swap words: it restructure sand rewrites text. That may affect watermark signals, but again: nothing is confirmed until proper detection tools exist.

For more information checkout our newst blogpost: https://rephrasy.ai/blog/claude-ai-text-watermark

Bottom line:

Claude’s watermark is real, but the ecosystem around detection/removal is still untested.

Right now, anyone claiming 100% removal is basically guessing.

Curious what others think:

Do you see this as a useful transparency step, or just another arms race between AI generation and detection tools?

sources:

- https://support.claude.com/en/articles/16266773-how-claude-marks-ai-generated-content

- https://www.reddit.com/r/ClaudeAI/comments/1vlckt9/claude_watermarking_our_work_is_unethical_and/

reddit.com
u/rephrasyai — 8 days ago

We upgraded our humanizer - welcome Undetectable model v4

We launched a new AI Humanizer model to increase bypass rate and other quality measurements. This v4-Rephrasy Humanizer model is the best model we released so far.

TLDR:

  • Detectors flagged every one of our ten raw AI test documents. After v4, nine of ten read as human on GPTZero, and nine of ten on ZeroGPT.
  • Short texts, the hardest case, clear at 94%.
  • It beats WriteHuman on a public benchmark: 76% vs 64% averaged across three detectors.
  • Meaning similarity 0.925, length back at 1.05×, a 1,000-word document in ~ 10 seconds.

https://www.rephrasy.ai/blog/introducing-undetectable-model-v4-enhanced-bypass-on-every-detector

u/rephrasyai — 9 days ago
▲ 2 r/AiHumanizer+2 crossposts

A tool that helps check if text was AI-generated

I’ve been working with a lot of written content lately, and one thing I’ve found difficult is figuring out whether something was actually written by a person or heavily generated with AI.

Recently I started using Pangram to check some of the text I come across, and it’s been pretty useful for getting a quick second opinion.

It’s especially interesting when you compare different pieces of writing and see how the results change. I’ve found it useful for checking essays, articles, and other longer-form content without having to manually analyze everything.

Has anyone else here tried Pangram or other AI detection tools? Curious to hear which ones you’ve found useful.

u/charlemagne_74 — 11 days ago
▲ 2 r/AiHumanizer+1 crossposts

¿Porque se te puede detectar un texto como IA?

Verán, decidí empezar a escribir historias; el sueño de mi vida siempre ha sido escribir un libro. Sin embargo, mi problema siempre han sido los signos de puntuación. Decidí usar una herramienta llamada "LanguageTool". En fin, realicé una historia y cuando la subí en Inkspired, un comentario me dijo que era IA. Cabe destacar que dicha extensión solo coloca signos de puntuación, ni genera texto ni nada de eso.

Cuando decidí checar el texto en un detector de IA, me lo marca como IA. ¿Podrían decirme si es debido a la extensión y, si es así, decirme opciones a esta herramienta?

reddit.com
u/SolitarioEDO — 13 days ago