Further Reading: The Algorithm Whisperer
Essential Reads
"Filterworld: How Algorithms Flattened Culture" by Kyle Chayka Chayka's 2024 book explores how recommendation algorithms shape not just what we see, but what gets made. His argument — that algorithmic curation creates a homogenizing pressure on content and culture — provides important context for the "algorithm-proof" strategy discussed in section 8.6. If algorithms reward certain patterns, do all creators eventually converge on the same patterns?
"The Filter Bubble" by Eli Pariser Pariser's influential work examines how personalized content filtering creates individual information universes — each person seeing a different internet based on algorithmic predictions. While focused on news and information, the concepts apply directly to content recommendation: if the algorithm learns you like comedy, does it stop showing you educational content? Understanding filter bubbles helps creators think about who their content reaches and who it never reaches.
"Algorithms of Oppression" by Safiya Umoja Noble Noble's examination of how algorithms can perpetuate bias is essential reading for understanding that algorithms are not neutral. The recommendation systems discussed in this chapter are trained on human behavioral data — and human behavior contains biases. Creators should understand that "what the algorithm promotes" is not equivalent to "what is objectively best."
Going Deeper: Research and Technical Sources
Covington, P., Adams, J., & Sargin, E. (2016). "Deep neural networks for YouTube recommendations." Proceedings of the 10th ACM Conference on Recommender Systems, 191-198. This paper, from YouTube's own engineering team, describes the two-stage recommendation architecture: candidate generation (narrowing millions of videos to hundreds) and ranking (ordering those hundreds by predicted watch time). This is the technical foundation for the YouTube algorithm model described in section 8.3.
Zhao, Z., Hong, L., Wei, L., et al. (2019). "Recommending what video to watch next: A multitask ranking system." Proceedings of the 13th ACM Conference on Recommender Systems, 43-51. Another YouTube paper that reveals the shift from pure watch-time optimization to a multi-objective system that considers engagement, satisfaction, and user welfare. This paper is the technical basis for understanding YouTube's "satisfaction era" (2016-present, section 8.3).
Anderson, A., Maystre, L., Anderson, I., Mehrotra, R., & Lalmas, M. (2020). "Algorithmic effects on the diversity of consumption on Spotify." Proceedings of The Web Conference 2020, 2155-2165. While focused on Spotify rather than video platforms, this paper provides one of the clearest empirical analyses of how recommendation algorithms affect consumption diversity. The findings — that algorithmic recommendations simultaneously increase short-term engagement and decrease long-term diversity — are directly applicable to video platform dynamics.
Jiang, R., Chiappa, S., Lattimore, T., et al. (2019). "Degenerate feedback loops in recommender systems." Proceedings of the 2019 AAAI/ACM Conference on AI, Ethics, and Society, 383-390. This paper examines how recommendation systems can create self-reinforcing loops: the algorithm shows certain content → users engage with it → the algorithm interprets engagement as preference → shows more of the same → preferences appear to narrow. Understanding degenerate feedback loops helps explain why algorithm "niches" can feel like traps.
For Creators Specifically
Todd Beaupré's Creator Insider appearances (YouTube channel: Creator Insider) Todd Beaupré, a Product Manager on YouTube's recommendation team, has given several public interviews explaining how YouTube's algorithm works. These are among the most authoritative public sources for understanding YouTube's recommendation system, as they come from someone who actually builds it. Search for his talks about the "satisfaction" model and how YouTube measures viewer welfare.
@ChanelNouveau / Rachel (TikTok) Creates detailed, data-driven analyses of TikTok's algorithm behavior, often testing specific hypotheses (e.g., "Does posting time matter?", "Do hashtags affect distribution?") with controlled experiments. A good example of empirical algorithm analysis done by a creator, not an engineer.
Colin and Samir (YouTube channel) Their interviews with platform executives and creator economy analysts frequently touch on algorithm mechanics. Notable episodes include conversations with YouTube's Chief Product Officer and discussions of TikTok's recommendation architecture with industry researchers.
Paddy Galloway (YouTube channel) Galloway's channel growth analyses provide case-study-level examinations of how different creators' strategies interact with YouTube's algorithm. His "How This Channel Got X Subscribers" series demonstrates real-world distribution funnel dynamics.
Platform-Published Resources
YouTube's "How YouTube Works" page (youtube.com/howyoutubeworks) YouTube's own public explanation of its recommendation system. While simplified (they don't reveal proprietary details), it confirms the core framework: recommendations are based on what the viewer has watched, what similar viewers have watched, and satisfaction signals. Useful for separating fact from algorithm mythology.
Instagram's "Shedding More Light on How Instagram Works" blog posts (about.instagram.com) Instagram has published several transparency posts by Head of Instagram Adam Mosseri explaining how each surface (Feed, Stories, Reels, Explore) uses different ranking signals. These posts confirm the multi-algorithm model described in section 8.4.
TikTok's "How TikTok Recommends Videos #ForYou" blog post (newsroom.tiktok.com) TikTok's official (though high-level) explanation of its recommendation system. Confirms the interest graph model and the role of completion rate, rewatches, shares, and follows in determining distribution.
Videos and Online Resources
Veritasium — "My Video Went Viral. Here's Why." (YouTube) Derek Muller's analysis of one of his own viral videos, including actual analytics data showing the distribution funnel in action — from seed audience to algorithmic amplification to peak. One of the most transparent "behind the analytics" videos available.
3Blue1Brown — "Who cares about topology?" (YouTube) Not about algorithms directly, but Grant Sanderson's discussion of how YouTube's algorithm shaped his own content decisions provides an honest, intelligent creator's perspective on the tension between "making what the algorithm wants" and "making what I believe in." A real-world case of the algorithm-proof approach.
The Publish Press (newsletter) A newsletter covering the creator economy with regular analysis of platform algorithm changes, including TikTok, YouTube, and Instagram updates. Useful for staying current on algorithmic shifts (the newsletter reports changes as they're detected by the creator community).
Related Concepts to Explore
Goodhart's Law — "When a measure becomes a target, it ceases to be a good measure." This principle explains why algorithm hacks fail: when creators target a specific metric (like comment count), they inflate it in ways that don't correspond to genuine engagement, causing the platform to discount that metric or detect the manipulation. Goodhart's Law predicts that ANY metric will eventually be gamed, which is why platforms continuously evolve their algorithms.
The principal-agent problem — In economics, this describes situations where one party (the agent) acts on behalf of another (the principal) but has different incentives. The recommendation algorithm is an agent acting on behalf of the viewer (principal) — but the platform's business model (ad revenue, time on platform) may create misalignment between what the algorithm optimizes and what genuinely serves viewers. Understanding this tension helps creators think critically about what "the algorithm rewards" vs. what viewers actually want.
Reinforcement learning — The machine learning paradigm underlying modern recommendation systems. The algorithm learns by trial and error: it shows content, observes the response, and adjusts its predictions. Understanding reinforcement learning at a conceptual level helps demystify the algorithm — it's not a set of fixed rules but a continuously learning system, which is why its behavior can shift even without a formal "update."