Frequently asked questions

Short answers I got tired of repeating in email. I am tboy1337; longer policy text is on privacy and terms.

Does REhume store the text I paste?

No. Detection and autofix run in your browser. If a paragraph window needs a model rewrite, that window is sent to Cloudflare Workers AI for the request, then discarded. I do not train a private model on drafts. Do not paste secrets, patient data, or anything your organization forbids sending to a processor.

Why is the Humanize button disabled?

Either the input is empty, or the daily Workers AI budget is parked. Parking happens at 92% of the 10,000 neuron free-tier cap, or when account-wide Worker requests get high. Detection, autofix, and articles stay up. Rewrites resume at 00:00 UTC.

Will this make my text pass an AI detector?

I do not promise that, and I do not optimize for it. Detectors disagree with each other and with themselves after a model update. REhume removes common default phrases. It is an editing aid, not a laundering service. If a policy requires disclosure, disclose.

Can I use this on school or client work?

Only if the relevant policy allows AI assistance and you still review the output as your own work. Do not use it to evade a banned-AI rule, to submit someone else's writing, or to invent citations. When I would not be comfortable naming the tool, I do not run it. See When not to run a humanizer.

Why are some fixes instant and others slow?

Deterministic patterns (dashes, emoji, curly quotes, chatbot greetings, some filler) are regex-level and free. Judgment patterns need a small model call per paragraph window, with a cap of ten windows and 8,000 input characters. The worker re-runs detection and rejects windows with no valid hit so the API is not a general LLM proxy.

Where do the 33 patterns come from?

They are a TypeScript port of blader/humanizer v2.9.1 (MIT, Siqi Chen), based on Wikipedia's Signs of AI writing notes. This site is not affiliated with the original author or Anthropic. The public pattern encyclopedia lists every id, mode, and a field note from edits I have made.

Why are there ads on articles but not next to the tool?

AdSense units sit on article pages and the article index only. I do not put ads beside the paste box or the output panel. The homepage is the workspace. Advertising, if Google approves the site, is how I hope to pay for a Workers paid plan so the neuron cap is less tight.

How do I report a bad rewrite?

Email contact@rehume.com with the page URL and a short non-confidential sample. A detector screenshot without the source paragraph is not enough to debug. I usually reply within a few days.

Pattern-by-pattern notes: the 33 patterns. How the pipeline is wired: How REhume works.