Skip to content
Trends & Technology

AI Is Writing Your Spam Now: The 2026 Bot Landscape and What It Means for Small Sites

· 8 min read

For years, spotting form spam was a skill you developed by accident. The broken English, the mismatched name and email, the obviously templated pitch — you learned the tells, and you could clear the junk out of your inbox in seconds. That skill is quietly becoming useless. The spam arriving in 2026 is fluent, specific, and often indistinguishable from a real enquiry, because it is written by the same kind of AI you might use to draft an email yourself.

If you run a small site and your plan for form spam is "I'll just spot the fakes and delete them," this is the piece that explains why that plan is expiring.

The Numbers Behind the Shift

Start with the traffic. Imperva's 2025 Bad Bot Report found that automated traffic passed human traffic for the first time in a decade — 51% of all web activity, with malicious bad bots making up 37% of the total, up from 32% the year before. The report is blunt about the cause: AI tools have lowered the barrier to building automated attacks, and "simple" bad-bot traffic jumped as a direct result. The 2026 edition frames the next phase around agentic AI — bots that do not just fetch pages but take actions, including filling in and submitting forms.

Then look at quality, not just volume. A 2024 study found AI-generated spear-phishing now matches expert human phishers for effectiveness — both landing around a 54% click-through rate, against a 12% baseline for generic phishing. In the year after ChatGPT launched, SlashNext reported a 1,265% surge in malicious phishing messages. The takeaway is not that there is more spam, though there is. It is that the spam got good.

What AI-Written Spam Actually Looks Like

The old tells are gone. Modern AI-generated form spam:

  • Reads perfectly. No broken grammar, no telltale awkwardness. It is clean, professional prose.
  • References your actual business. A model can read your site and write "I saw you specialise in commercial roofing in the Cape Town area and wanted to discuss a partnership" — specific enough to feel real.
  • Varies every time. Each submission is uniquely generated, so the pattern-matching and duplicate-detection that used to catch templated spam has nothing to lock onto.
  • Wraps a payload in a plausible request. The malicious link or the pitch sits inside a message that looks exactly like a lead you would want.

Put those together and you get a submission that passes a human glance, a honeypot, a wordlist, and a bot check — and still should not be in your inbox.

Why the Old Defences Struggle

Each traditional layer was built for an assumption AI has broken.

Honeypots assume a dumb bot that fills every field. Modern automation renders the page and behaves like a browser, so it skips the hidden field like a human would.

Wordlists and pattern rules assume spam repeats itself — the same phrases, the same links. AI-generated spam is unique every time, so there is no fixed string to match.

CAPTCHAs assume the problem is proving humanity. But the content is the problem now, and a bot that solves the CAPTCHA — or a real person in a click farm — delivers the same AI-written junk on the other side.

Your own eyeballs assume you can tell real from fake. When the fake is fluent and references your business, you often cannot — and even when you can, doing it across dozens of submissions a day is a tax on your attention you did not sign up for.

What Actually Works Now

If spam is defined by its content rather than its wording or its origin, then the defence has to read the content. That is the whole idea behind content-level moderation: instead of asking "is this a bot?" or matching against a list of known-bad phrases, it scores each submission for what it is — spam, profanity, hate speech, or junk — using models that understand language rather than memorising strings.

That is the one approach that does not fall apart when the spam is fluent and unique. An AI-written pitch is still a pitch; a model trained to recognise spam recognises it whether the grammar is perfect or not. It does not need to have seen this exact message before, because it is judging intent and character, not matching text.

For a small site owner, the practical appeal is that it runs quietly in the background. There is no CAPTCHA to add, no wordlist to maintain, no daily inbox triage. Submissions get scored as they arrive; the junk is flagged or dropped before it reaches you; the real enquiries come through untouched. You get your attention back, and you stop relying on a spam-spotting skill that the machines just made obsolete.

The Bottom Line

The bot landscape crossed a line: automation now makes up most web traffic, and the content it produces is as convincing as anything a human writes. The comforting old habit — glance, judge, delete — was built for spam that announced itself, and that spam is going away, replaced by spam that blends in. The only defence that scales with that shift is one that reads the submission and judges it on its merits. On a small site especially, that is the difference between managing your forms and being quietly managed by them.

References

Imperva/Thales. "2025 Bad Bot Report" and "2026 Bad Bot Report: Bots in the Agentic Age."

Heiding, Schneier, et al. Automated spear-phishing evaluation, arXiv, 2024.

SlashNext. "2023 State of Phishing Report."