## My Problem
I’m building a content generation workflow in n8n that creates blog articles.
Currently getting 60-95% AI detection scores. Need to reduce to under 20%
using only FREE tools (no budget for paid humanizers).
My Current Setup
- Groq (8 chat models)
- Google Gemini 2.0 Flash
- JavaScript code nodes for cleanup
- HuggingFace (tried, unreliable)
Workflow Structure
- Article draft (Groq llama-3.3-70b)
- Humanizer Pass 1 (Gemini)
- JS chaos injector
- Final cleanup (JS)
- Send to Telegram
What I’ve Tried
- Custom humanizer prompts (academic + casual tone)
- Word replacement (utilize->use, etc.)
- Sentence burstiness
- Multi-model rewriting
- Adding hedge words
Current Results
- AI Detection: 58-95% (varies)
- Tested on: zerogpt.com
What I Need
Free workflow techniques or templates that consistently achieve under 20% AI score
while maintaining professional quality.
Questions
- Has anyone achieved low AI detection with free tools?
- Are there specific prompt techniques that work?
- Any free APIs I’m missing?
- Should I add specific node types?
Thanks in advance for any help! ![]()