# X平台开源最新"For You"信息流推荐算法

- 来源：Rohan Paul (@rohanpaul_ai)
- 发布时间：2026-05-16 01:29
- AIHOT 分数：70
- AIHOT 链接：https://aihot.virxact.com/items/cmp779kke0825slnz3hwg24b6
- 原文链接：https://x.com/rohanpaul_ai/status/2055339778707734528

## AI 摘要

X平台（原推特）已将其最新的“For You”信息流推荐算法在GitHub上开源。新算法从依赖点赞、转发等硬性规则排序，转向更接近Grok风格的AI智能排名系统。该系统通过Thunder实时获取用户关注账号的帖子，再通过Phoenix从全平台检索相关的外部内容进行补充。其核心排名模型不再单一判断帖子质量，而是像Transformer模型一样，将用户、帖子和历史行为作为一个整体进行预测，评估用户可能进行回复、点赞、转发、观看或跳过等多种互动可能性，从而实现更个性化的内容推荐。

## 正文

X has released the latest "For You" feed algorithm to GitHub.

Moving the feed closer to a Grok-style AI ranking system than a rule-heavy social media sorter.

The system first gathers posts from accounts you follow through Thunder， then adds outside posts through Phoenix， which searches for content that looks relevant even if you do not follow the author.

Ranking now behaves less like a checklist of likes， reposts， and keywords， and more like a transformer model that reads the user， the post， and past behavior as one prediction problem.

Instead of asking "is this post good，" the model predicts multiple possible actions， such as whether you might reply， like， repost， watch， or skip.

Thunder is the fast "people you follow" system.

It keeps a live memory-store of recent posts， replies， reposts， and videos from users， then quickly pulls posts from accounts you follow when your For You feed is built. It is basically the in-network candidate source.

Phoenix is the AI recommendation system.

It has 2 jobs： first， Phoenix Retrieval finds outside posts from the global X corpus using similarity search， and then Phoenix Ranking scores both followed-account posts and outside posts using a Grok-based transformer model.

### 引用推文

> Elon Musk：The latest X algorithm has been published to GitHub https://github.com/xai-org/x-algorithm
