Search Engine Land: AI recommendation lists repeat less than 1% of the time: Study. “When ChatGPT, Claude, or Google’s AI get asked for brand or product recommendations, they almost never return the same list twice — and almost never in the same order. That’s the big finding from a new study from Rand Fishkin, CEO and co-founder of SparkToro, and Patrick O’Donnell, CTO and co-founder of […]

https://rbfirehose.com/2026/01/31/ai-recommendation-lists-repeat-less-than-1-of-the-time-study-search-engine-land/
AI recommendation lists repeat less than 1% of the time: Study (Search Engine Land)

Search Engine Land: AI recommendation lists repeat less than 1% of the time: Study. “When ChatGPT, Claude, or Google’s AI get asked for brand or product recommendations, they almost never ret…

ResearchBuzz: Firehose
Counterfactual Evaluation for Recommendation Systems

Thinking about recsys as interventional vs. observational, and inverse propensity scoring.

eugeneyan.com

WordPress: Let’s Grow Together: Introducing Recommended Blogs . “When you find a blog you genuinely enjoy, you can add it to your personal recommendations list. Your subscribers and readers can then see these recommendations when they visit your profile in the Reader or hover over your gravatar anywhere in the Reader.”

https://rbfirehose.com/2025/11/09/lets-grow-together-introducing-recommended-blogs-wordpress/

Let’s Grow Together: Introducing Recommended Blogs (WordPress) | ResearchBuzz: Firehose

ResearchBuzz: Firehose | Individual posts from ResearchBuzz
This article details PCIC’s deployment, A/B test lifts, virtual aisles impact, and future directions for combining category and item insights. https://hackernoon.com/aisles-of-the-future-how-pcics-category-item-blend-transforms-online-grocery-shopping #recommendationsystems
Aisles of the Future: How PCIC’s Category-Item Blend Transforms Online Grocery Shopping | HackerNoon

This article details PCIC’s deployment, A/B test lifts, virtual aisles impact, and future directions for combining category and item insights.

Hybrid recommendation systems are the secret sauce behind successful platforms—no single algorithm can handle real-world complexity alone. The blog post dives into three ways to combine approaches: monolithic hybrids (built into one algorithm), parallelized hybrids (independent systems combined), and pipelined hybrids (sequential processing). Each has its strengths, and the real challenge lies in orchestrating them effectively. 🚀 Discover how to leverage these techniques for your projects here: https://fanyangmeng.blog/hybrid-recommendation-systems/ #RecommendationSystems #MachineLearning
Hybrid Recommendation Systems: When One Algorithm Isn't Enough

Why single recommendation algorithms fail in production. Learn how hybrid systems combine collaborative filtering, content-based, and matrix factorization approaches to build scalable recommendation engines that handle real-world complexity.

Fanyang Meng's Blog
Knowledge-based recommendation systems are a powerful alternative to traditional collaborative filtering, especially in scenarios where user data is scarce or decisions are high-stakes (think buying a house or selecting industrial equipment). 🏠⚙️ These systems use domain knowledge and logical reasoning to provide precise, explainable recommendations. They excel in cold-start situations and complex domains with clear constraints. Want to learn more about how they work and when to use them? Check out this comprehensive guide: https://fanyangmeng.blog/knowledge-based-recommendation-systems/ #AI #Tech #RecommendationSystems
Knowledge-Based Recommendation Systems: A Comprehensive Guide

Discover knowledge-based recommendation systems that use domain expertise & logical reasoning. Perfect for high-stakes purchases, complex domains & cold-start scenarios where explainable AI matters.

Fanyang Meng's Blog
Struggling with the cold start problem in recommendation systems? Content-based approaches are here to save the day! Unlike collaborative filtering, which relies on user behavior, content-based systems analyze item features to make recommendations. This makes them perfect for new platforms or niche content. 🚀📊 Key techniques include TF-IDF for text representation and Naive Bayes for classification. Want to learn more about how these systems work and when to use them? Dive into the full blog post here: https://fanyangmeng.blog/content-based-recommendation-systems/ #RecommendationSystems #MachineLearning #ContentBased
Content-Based Recommendation Systems: When Items Speak for Themselves

Master content-based recommendation systems that solve cold start problems collaborative filtering can't handle. Learn TF-IDF mathematics, Naive Bayes classification, feature engineering & Python implementations with real-world examples.

Fanyang Meng's Blog
Struggling with the limitations of collaborative filtering? Matrix Factorization (MF) was the game-changer that transformed recommendation systems by focusing on hidden user preferences and item characteristics instead of direct similarities. 🚀 From tackling scalability issues to improving accuracy, MF’s approach of learning latent factors has become foundational in modern recommendation engines. Whether you’re dealing with sparse data or aiming for better generalization, understanding MF is key. Dive into the full post to explore how this breakthrough works and why it’s still relevant today. #MachineLearning #RecommendationSystems https://fanyangmeng.blog/learning-recommendation-systems-matrix-factorization-fundamentals/
Learning Recommendation Systems: Matrix Factorization Fundamentals

Learn how matrix factorization solved collaborative filtering's scalability and sparsity problems in recommendation systems. Discover the breakthrough technique that transforms user-item interactions into powerful latent embeddings for better predictions.

Fanyang Meng's Blog
Ever wondered how Netflix and Amazon always seem to know what you'll love? The answer lies in Collaborative Filtering (CF), a cornerstone of modern recommendation systems. 🚀 This post takes you through the basics of CF, from user-based and item-based approaches to tackling challenges like sparsity and scalability. Whether you're a software engineer or just curious about the tech behind your favorite platforms, this guide has you covered. Dive in and discover the magic behind personalized recommendations! #RecommendationSystems #MachineLearning #Tech https://fanyangmeng.blog/learning-recommendation-systems-collaborative-filtering/
Learning Recommendation Systems: Collaborative Filtering

Master collaborative filtering from the ground up. Complete guide to user-based vs item-based CF, similarity metrics, and solving real-world challenges. Deep dive into recommendation systems for software engineers.

Fanyang Meng's Blog