1. System(s) Chosen

Primary: Netflix
Comparison (Optional): Amazon

2. What I Observed

Netflix constantly personalizes my homepage with sections like “Because you watched…” and “Trending Now.”
Amazon personalizes its product pages with phrases like “Customers who bought this also bought…” and “Frequently bought together.”
Both adjust what I see based on my past activity.

3. Scenario Design — User Perspective

4. Scenario Design — Organization Perspective

5. How the Recommenders Work (Reverse-Engineering)

Netflix

If you and others watch and rate many of the same shows, Netflix recommends what those similar users liked that you haven’t seen yet.
It combines collaborative filtering (user–user and item–item patterns) with content-based features (genres, actors, themes).
Netflix also uses context like time of day, device type, and region to fine-tune its results.

Amazon (Comparison)

If many people who bought or viewed the same item also purchased another, Amazon recommends that related item to you—even if you’ve never seen it before.
This is item-to-item collaborative filtering, which is faster and more scalable than comparing every user to every other user.

6. Recommendations for Improvement


7. Ethical and UX Notes

8. Sources