4 ms·
Seems like AI is in a pretty good position to do that tbh.
by andrewchambers 1mo ago
Seems like AI is in a pretty good position to do that tbh.
- atmosx 1mo agoYou mean filtering? That could get extremely expensive computationally, though. Tools like Rspamd support LLM-based filtering, but traditional Bayesian filtering is vastly cheaper and more computationally efficient. Hm, maybe LLMs can be used as an additional signal for ambiguous messages rather than as the primary filter.
- andrewchambers 1mo agoI was sort of thinking a final stage of the filtering pipeline - though prompt injection etc are risks.
- binyu 1mo agoIf you are thinking using AI to classify messages, the scale of email spam is so massive that using conventional techniques won't work. It won't make sense energetically speaking IMO. I think techniques like HashCash by Adam Back should be revisited.