Scanner Signals 4 min read August 2026

What is burst cadence, and why does it get flagged?

Direct Answer

Burst cadence occurs when an account publishes multiple posts or replies in rapid succession (e.g. 5–10 tweets within a few minutes). The recommendation engine penalizes burst activity through two mechanisms: (1) Author Diversity scoring, which decays scores of repeated posts by the same author, and (2) botmaker spam rules that detect automated scheduling tools.

What People Get Wrong

Myth: "Posting 20 times a day guarantees 20x more total reach."
Reality: Author Diversity ensures that no single creator dominates a user's timeline refresh. Sibling posts cannibalize each other’s discovery scores.
Myth: "Threads are treated as burst spam and penalized."
Reality: Structured thread replies linked to a parent root tweet have explicit thread hydration handling. Burst spam applies to independent standalone root posts fired simultaneously.

What the Code & Rules Actually Say

visibility-filtering/rules/registry.rs
Referenced Rules & Signals:
• Author Diversity Decay Mechanism
• Botmaker Rate-Limit Cadence Filter

Every subsequent post from the same author in a ranking batch has its score attenuated to ensure variety across timeline refreshes.

Surgical Action Plan

1 Space out your standalone tweets by at least 2–4 hours.
2 If you have multiple thoughts, compile them into a coherent long-form post or a properly threaded structure.
3 Disable third-party auto-repost tools that blast duplicate updates simultaneously.
4 Check your archive for historical burst spam clusters and clean them up.
Where this shows up in XPurge

Audit your historical posting frequency and identify burst clusters that triggered past diversity suppression. Note: Burst Cadence is an XPurge scanner indicator.

Analyze Posting Cadence →
Interactive System Blueprint Gamified Course

Want the visual mental model? Explore the full 15-module interactive architecture in Algo Map to earn XP and master how this rule operates in production.

Open Algo Map →

Related Questions