• Category: Engineering post
  • Status: discussion
  • Sources: lyra.horse post, HN discussion
  • Summary: Independent researcher Lyra (rebane2001) published a 2026-06-27 reconstruction of Reddit's spam-detection stack, assembled partly from an accidental internal exposure encountered while moderating subreddits in 2021. It describes layered systems: an integration of Google's Perspective API scoring an experimental spam attribute, a likelihood scorer the author calls Spammit, a Lua rules engine with a keyword-filter subsystem, and newer streaming pipelines built on Flink Stateful Functions with OCR, alongside TLS and browser fingerprinting and live URL inspection that follows redirects to correlate embedded analytics identifiers.
  • Why it matters: It documents how a large platform combines heuristic scoring, rules engines, and streaming-ML pipelines for abuse detection, a concrete reference for teams building spam and anti-abuse systems.

Send feedback on this story