Claim◆Article
Engagement bait is not a moderation problem but a structural one: ranking and retrieval systems optimized on engagement as a proxy for relevance will surface whatever maximizes interaction counts, and such bait can only be durably fixed by changing what retrieval measures—moving from behavior to meaning.
Clickbait isn't a moderation problem that classification can solve; it lives in the retrieval stage that decides what enters a feed. Because retrieval must score hundreds of millions of candidates in milliseconds, platforms rely on engagement as a cheap proxy that is easy to manufacture and optimize directly—so bait gets promoted—and demotions after ranking treat the symptom without fixing the underlying disease. ✦ AI generated
Author (article How to Fight Clickbait: Meta, LinkedIn & YouTube Case Studies) · ByteByteGo Newsletter · 2026-08-10 · original ↗
Elicited by
“What does it take for a social media platform to stop rewarding clickbait content?”
At first glance, this question might sound like a moderation problem that you can simply solve by enforcing better content policies and classifying posts that are engagement bait. However, the problem is much deeper. It often sits inside the component that decides which posts become part of a user's feed in the first place... However, the problem is that this type of engagement is also easy to manufacture. For example, a post that opens with "comment DONE if you're a real engineer" collects clicks and replies while delivering little value. But a ranking function tuned to reward interaction will promote it even though it is clearly an engagement bait. For years, the countermeasures against this were heuristics and demotions applied after ranking, but such an approach hasn't eliminated the problem. Accounts producing bait always find ways around such measures... A more durable fix changes what retrieval measures in the first place, and this happens by moving from behavior to meaning.
Read full article ↗excerpt · fair-use quotation
- ·Engagement bait looks like a moderation problem
- ·Real cause sits in the component choosing feed content
- ·Ranking tuned to reward interaction promotes bait
- ·Heuristics/demotions never eliminated it
- ·Engagement is easy to manufacture and game
- ·Rewarding interaction earns little value
- ·Post-ranking demotions treat symptom not disease
- ·Change what retrieval measures from behavior to meaning
Around this claim
This moment responds to
extends → LinkedIn consolidated five separate retrieval systems into a single fine-tuned LLaMA-3 language-model dual encoder that serves the entire feed through nearest-neighbor search at sub-50-millisecond latency, and its key insight is that feature representation—not the model—is where the real effort lies.Author (article How to Fight Clickbait: Meta, LinkedIn & YouTube Case Studies) · ByteByteGo Newsletterextends → Meta went in the opposite direction to LinkedIn: it keeps an ecosystem of more than a thousand specialized models arranged as a multi-stage retrieval funnel, ending in a multi-objective value model that extends the objective past raw engagement to avoid-content signals.Author (article How to Fight Clickbait: Meta, LinkedIn & YouTube Case Studies) · ByteByteGo Newsletterextends → YouTube removed the search index entirely with PLUM, which assigns videos semantic IDs and treats retrieval as a generation task: an adapted Gemini-family language model produces the codes of the next videos a user is likely to watch, gaining much wider long-tail coverage while risking generated identifiers that map to no video.Author (article How to Fight Clickbait: Meta, LinkedIn & YouTube Case Studies) · ByteByteGo Newsletterexplains mechanism → The real reason the three companies converged on semantic retrieval but diverged in implementation is data structure: a text-rich professional network, a multi-objective media platform, and a video service with an enormous item corpus each favor a different retrieval design.Author (article How to Fight Clickbait: Meta, LinkedIn & YouTube Case Studies) · ByteByteGo Newsletter