cd /news/artificial-intelligence/making-ai-written-content-sound-less… · home topics artificial-intelligence article
[ARTICLE · art-58295] src=dev.to ↗ pub= topic=artificial-intelligence verified=true sentiment=· neutral

Making AI-written content sound less like, well, AI

A developer shared techniques for making AI-generated content sound more human, including adjusting sentence length variance, adding contractions, inserting specific numbers, and filtering out common AI-sounding phrases. These post-processing steps were applied to content on sites like aceju.com and dreqo.com.

read1 min views1 publishedJul 14, 2026

Hey everyone,

I wanted to share a small technical detail from working on my content sites. When I started integrating AI-assisted writing, the biggest challenge wasn't generating content, but making it sound human. Initial drafts often felt flat, predictable, and frankly, a bit robotic.

My solution involved a few post-processing steps. First, a 'burstiness' pass. This isn't about randomizing, but analyzing sentence length variance and adjusting it to mimic human writing patterns, which are rarely uniform. I found targeting a standard deviation of 4-6 words in sentence length within a paragraph usually did the trick.

Then came a pass specifically for contractions. AI models often avoid them, making text sound overly formal. I built a simple replacement engine that identifies common opportunities for contractions (e.g., 'it is' to 'it's', 'they are' to 'they're') and applies them where grammatically appropriate. This significantly increased readability.

Another small thing was injecting specific numbers. AI tends to be vague. Instead of 'a lot of people,' I'd try to find a way to insert 'over 200,000 people.' It just feels more real.

Finally, a 'banned words' sweep. I maintain an evolving list of about 80 words and phrases that, to me, signal AI generation (e.g., 'delve into,' 'unlock the potential,' 'tapestry of'). The system flags these for manual review or suggests alternatives. You can see the effect of these processes on content like the weekly awards on aceju.com or the brewing guides on dreqo.com.

Happy to answer any questions about the specifics of these post-processing steps.

── more in #artificial-intelligence 4 stories · sorted by recency
── more on @aceju.com 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/making-ai-written-co…] indexed:0 read:1min 2026-07-14 ·