radar

ONE Sentinel

smart_toyAI/PROMPT ENGINEERING

Serving the For You feed

sourceSimon Willison
calendar_todayApril 24, 2026
schedule2 min read
lightbulb

EXECUTIVE SUMMARY

Innovative Custom Feeds: A Deep Dive into Bluesky's For You Feed

Summary

The article discusses the For You feed feature of Bluesky, highlighting its custom feed implementation that allows users to create personalized algorithms for post recommendations. The architecture of this feed, run by a user named spacecowboy, is detailed, showcasing its efficiency and cost-effectiveness.

Key Points

  • The For You feed is utilized by approximately 72,000 users.
  • It is operated by spacecowboy on a gaming PC with 16 cores, 96GB of RAM, and 4TB of NVMe storage.
  • Recommendations are generated based on user likes and interactions.
  • The system uses SQLite to store the last 90 days of relevant data, currently occupying around 419GB.
  • Public internet traffic is managed through a $7/month VPS from OVH.
  • The total operational cost for the feed is about $30/month, which includes $20 for electricity, $7 for VPS, and $3 for domain names.
  • The architecture could potentially support all ~1 million daily active Bluesky users with a more efficient algorithm.

Analysis

This implementation of a custom feed demonstrates the potential for personalized content delivery in social media platforms. By utilizing a simple yet powerful architecture, spacecowboy showcases how individual users can leverage technology to create scalable solutions without significant financial investment.

Conclusion

IT professionals should consider the implications of user-driven algorithms in social media and explore similar architectures for scalable applications. Leveraging cost-effective solutions like VPS and efficient database management can lead to innovative outcomes in software development.