How to humanize AI text
Remove the slop. Keep every fact.
To humanize AI text, De-slop cuts the filler, hedging, recaps and stock phrases from a chatbot's draft, says the rest in plain words, and checks that every number, name and decision survived.
6 free pages a month. No card.
Made for
- Reports, status updates and emails drafted with AI
- Blog posts and docs that sound generated
- Your own drafts, rewritten toward your own voice
Before and after
Example: 103 → 26 words · every fact kept
Original
In today’s fast-paced digital landscape, it’s important to note that customer retention isn’t just a metric.Slop: filler It’s a mindset.Slop: set-piece rhetoric Our Q3 analysis delves into the key drivers behind this crucial shift.Slop: inflated wording After careful consideration of the data, we found that churn fell from 6.2% to 4.8% between July and September. This represents a significant and meaningful improvement that underscores the transformative power of our onboarding redesign.Slop: inflated wording Moving forward, we recommend extending the new flow to all 3 pricing tiers by 15 November. In conclusion, by embracing a customer-first approach, we can unlock sustainable growth and drive lasting value for all stakeholders.Slop: recap
Result
Churn fell from 6.2% to 4.8% in Q3 after we redesigned onboarding.
We recommend extending the new onboarding to all 3 pricing tiers by 15 November.
- Kept: 6.2% → 4.8%
- Kept: Q3
- Kept: 3 pricing tiers
- Kept: 15 November
How De-slop works
Step 01
Every sentence is read
Each one is marked as content or padding, with the kind of padding: filler, inflated wording, hedging, set-piece rhetoric, recap or hype.
Step 02
Empty sentences go first
A sentence that carries nothing is cut without a rewrite, as long as the passage still reads as whole text.
Step 03
The rest is rewritten
Passages with padding left are rewritten one at a time, with the whole document as context, so details inside the padding stay.
Step 04
Facts are checked
Numbers are compared in code; lost, changed or added facts are caught. A passage that cannot pass keeps its words.
Options
- Your voice
- Paste a few paragraphs you wrote. The rewrite matches their rhythm and word choice, never their content.
- Write in
- Keep the language, or translate while cleaning up.
From code, terminal or agent
# REST API
curl https://readable.md/api/v1/transform \
-H "Authorization: Bearer $READABLE_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "tool": "deslop", "text": "…", "voice": "A few paragraphs of your own writing…" }'
# Command line
readable deslop draft.md --voice my-post.md > clean.md
# MCP tool: deslopQuestions
Will humanized text pass an AI detector?
- That is not what it is built for. De-slop humanizes AI text for the person reading it: shorter, plainer, no padding. It adds no typos, randomness or tricks, and it never promises to fool a detector.
What if the draft has no slop?
- Passages without padding are left exactly as they are, and you are told so. You only get changes where something was wrong.
Can it remove a whole paragraph?
- Yes, when every sentence in it is padding and it holds no number, date or name. The side-by-side view shows what went.