← all repositories
lynote-ai/humanize-text

Laundering LLM prose through four languages and two APIs

An open-source pipeline that rewrites AI-generated text by bouncing it through DeepSeek, Google Translate, and Niutrans until detectors give up.

1.1k stars Python Other AI
humanize-text
Velocity · 7d
+52
★ / day
Trend
steady
star history

What it does

Humanize-Text is a Python toolkit that takes AI-generated English text and runs it through a fixed four-step pipeline: two DeepSeek rewrites (English → Chinese → Japanese at temperature 1.3) followed by two machine-translation hops (Japanese → Finnish via Google, Finnish → English via Niutrans). The goal is to break statistical fingerprints that AI detectors look for while keeping the original meaning intact.

The interesting bit

The project treats translation engines as noise injectors. By chaining different NMT systems across linguistically distant languages, it compounds structural disruption without inventing facts. The README publishes full intermediate traces for five sample texts, which is more transparency than most “humanizer” tools bother with.

Key highlights

  • Ships with a reference implementation of four distinct methodologies (translation chain, multi-turn LLM rewriting, detection-guided feedback loop, mixed-engine translation) plus one production “Standard Pipeline”
  • Includes an n8n workflow JSON for no-code automation
  • Claims 100% key-information retention over 50 text pairs and an “expert quality score” of 9.1/10
  • MIT licensed; requires Python 3.10+ and API keys for DeepSeek, Google Translate, and Niutrans

Caveats

  • The “expert quality score” and detection-confidence numbers (0.7218–0.9997) come from the project’s own showcase; no independent benchmark or third-party detector is cited
  • The README is essentially a funnel for the hosted Lynote.ai service, which adds two proprietary tiers the open-source repo does not include
  • Heavy reliance on external APIs means cost and latency scale with text volume; no local/offline fallback is mentioned

Verdict

Worth a look if you’re researching adversarial text perturbation or need a concrete, auditable pipeline to study—not a magic cloak. Skip it if you need guaranteed detector evasion or a fully offline solution.

heatdrop uses Google Analytics to see which pages get read — nothing else. Your call. How we handle data.