Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save jarencudilla/972e87d6475c27f05b319772a6d4da02 to your computer and use it in GitHub Desktop.

Select an option

Save jarencudilla/972e87d6475c27f05b319772a6d4da02 to your computer and use it in GitHub Desktop.
EngineeredAI.net - A WordPress plugin built to detect AI-generated spam by tone and intent not just keywords. Because AI spam won’t stop and neither should your filter.

Building the EAI Anti-BS Filter: A WordPress Spam Plugin

Goal:
Catch AI-generated spam and SEO sludge before moderation fatigue sets in.

Build:
A plugin that scores comment intent and entropy — detects hollow AI fluff in seconds. If it sounds “too polite,” it’s filtered.

Why it matters:
AI spam floods WordPress faster than basic filters catch it. This one spots tone patterns, not just keywords.

Ignore:
Tools claiming 100% detection accuracy. Spam evolves faster than static rules.

Do this:

  • Use LLMs to classify behaviour, not text.
  • Keep datasets small, contextual and updated.
  • Measure precision over recall.

🧩 Read: EAI Anti-BS Filter

#AI #SpamFilter #WordPress #PluginDev #Automation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment