Settings

Theme

Show HN: Interactive visualization of X's feed algorithm – ML in browser

prabal.ca

5 points by prabal97 a month ago · 4 comments

Reader

blasphemous_dev a month ago

Is the scoring model actually weighting engagement actions differently or is it treating likes/replies/reposts the same? The real algorithm weights those pretty aggressively differently

  • prabal97OP a month ago

    It's real embeddings (MiniLM, truncated to 128-dim), so the cosine similarities between tweets are genuine, but it's obviously not X's actual trained model. The relative distances are meaningful, though.

saranshmahajan a month ago

How close do the in-browser embeddings actually get to what the real pipeline produces? Or is it more about showing the general flow than matching real outputs?

  • prabal97OP a month ago

    They're weighted differently. Currently it's set to: reposts 2.0x, replies 1.5x, bookmarks 1.2x, likes 1.0x, and clicks 0.5x. These are guestimates based on public info.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection