The Delegation of Attention

· Source: Towards AI - Medium · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Social Sciences & Behavioral Studies · Depth: Intermediate, long

Summary

X's open-sourced recommendation algorithm, specifically the "xai-org/x-algorithm" repository on GitHub, updated on May 15, 2026, reveals a "delegation of attention" where the "For You" feed's relevance is learned from user reactions rather than reflective preferences. The system, featuring a Grok-based transformer called Phoenix, predicts user actions like favorite, reply, or block. This approach, which eliminated hand-engineered features, optimizes for engagement, even if it means serving content users don't prefer, as shown by a 2025 PNAS Nexus study. A 2026 Nature study found X's algorithmic feed increased engagement and shifted political opinions conservatively for U.S. users over seven weeks. The article argues that while open code is valuable, it doesn't guarantee accountability or full interpretability, highlighting a "human-side AI risk" where systems learn from unreflective human behaviors.

Key takeaway

For AI Ethicists and Policy Makers evaluating recommender systems, X's open algorithm demonstrates that optimizing for user reaction history, even without malicious intent, can systematically shape user behavior and preferences. You should scrutinize how systems define "relevance" and "interest," recognizing that engagement does not equate to reflective preference. Implement transparency requirements that extend beyond code to include training data, live weights, and measurable social impacts to ensure true accountability and mitigate human-side AI risks.

Key insights

X's open algorithm reveals a "delegation of attention" where systems learn relevance from user reactions, not reflective preferences.

Principles

Method

The X "For You" feed pipeline involves query hydration, candidate sourcing (in-network/out-of-network), filtering, Grok-based Phoenix scoring of predicted actions, weighted scoring, and final selection with diversity penalties and ad blending.

In practice

Topics

Code references

Best for: AI Scientist, CTO, VP of Engineering/Data, AI Ethicist, Policy Maker, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Towards AI - Medium.