Futures
Access hundreds of perpetual contracts
CFD
Gold
One platform for global traditional assets
Options
Hot
Trade European-style vanilla options
Unified Account
Maximize your capital efficiency
Demo Trading
Introduction to Futures Trading
Learn the basics of futures trading
Futures Events
Join events to earn rewards
Demo Trading
Use virtual funds to practice risk-free trading
Launch
CandyDrop
Collect candies to earn airdrops
Launchpool
Quick staking, earn potential new tokens
HODLer Airdrop
Hold GT and get massive airdrops for free
Pre-IPOs
Unlock full access to global stock IPOs
Alpha Points
Trade on-chain assets and earn airdrops
Futures Points
Earn futures points and claim airdrop rewards
Promotions
AI
Gate AI
Your all-in-one conversational AI partner
Gate AI Bot
Use Gate AI directly in your social App
GateClaw
Gate Blue Lobster, ready to go
Gate for AI Agent
AI infrastructure, Gate MCP, Skills, and CLI
Gate Skills Hub
10K+ Skills
From office tasks to trading, the all-in-one skill hub makes AI even more useful.
GateRouter
Smartly choose from 40+ AI models, with 0% extra fees
Elon Musk resubmits the X algorithm homework and, after four months, finally releases the ad mixed-layout code
The most critical change is that the Phoenix recommendation model finally has an end-to-end demonstration. The newly added phoenix/run_pipeline.py can run through recall and ranking sequentially starting from exported checkpoints, user behavior sequences, and precomputed corpora: first finding candidate content based on user history, then predicting interaction probabilities such as likes, replies, shares, and dwell time, and finally synthesizing ranking scores.
This is closer to the actual recommendation process than the January version, which only provided explanations for the retrieval and ranking modules.
This update also added about 3GB of mini Phoenix model artifacts for out-of-the-box inference examples. However, there is a parameter conflict in the repository documentation: the root README states 256-dimensional embeddings and 2-layer Transformers, while the Phoenix documentation and parameter table specify 128-dimensional embeddings and 4-layer Transformers. The exact configuration should be based on the config.json extracted from the artifact.
An even more newsworthy point is the advertising part. In January, Musk explicitly promised to open source code related to natural content and ad recommendation, but the first version hardly included any ad mixing details. The May update added home-mixer/ads/, showing that ad insertion is not fixed at a specific position but influenced by safety intervals, adjacent content risks, author accounts, keywords, and brand safety rules.
Additionally, X has introduced a new grox/ content understanding pipeline, covering spam detection, post classification, policy safety judgment, and multimodal embedding.
Overall, this update mainly enhances the recommendation system's peripheral production chain: how candidates are sourced, how ads are inserted, how safety is managed, and how results are written back. It is still not complete production code, but it is more like a sample of the X For You recommendation system that researchers can dissect compared to the January version.
(Source: BlockBeats)