LAB 01

Netflix Artwork
A/B Testing

A simplified simulation of Netflix's artwork experimentation system, built to demonstrate how organizations use data to close the prediction-decision gap.

Course MIS 432
University Western Washington University
Method A/B Testing
Decision Artwork B
Experiment Overview

Netflix has over 300 million subscribers and thousands of titles. When a user opens the app, they have roughly 90 seconds to find something before abandoning the session. The single biggest factor in whether a user clicks a title is the artwork, the thumbnail image associated with it.

In this lab, 1,000 simulated users were randomly assigned to see either Artwork A (control) or Artwork B (treatment). Click behavior was simulated based on known probabilities, and a statistical test was used to determine whether the observed performance difference was real or due to chance.

1,000
Simulated Users
24%
Artwork A CTR
30%
Artwork B CTR
+25%
Lift (B vs A)
Experiment Results
CTR Comparison Chart
Figure 1 - Click-Through Rate comparison between Artwork A (control) and Artwork B (treatment).
Statistical Significance Chart
Figure 2 - P-value vs. significance threshold (alpha = 0.05). A p-value below 0.05 confirms the result is statistically significant.
Statistical Test

A Chi-Square Test was used to evaluate whether the difference in CTR between the two groups was statistically significant or likely due to random chance.

Metric Value Interpretation
Test Used Chi-Square Compares click counts across two groups
Significance Threshold (alpha) 0.05 Industry standard - 5% chance tolerance
P-Value < 0.05 Result is statistically significant
Conclusion Significant Difference is real, not due to chance
Business Decision

Recommendation: Deploy Artwork B Platform-Wide

The experiment confirmed that Artwork B produced a statistically significant improvement in click-through rate over Artwork A - a 6 percentage point increase representing a +25% lift. The p-value fell well below the 0.05 threshold, meaning this result is unlikely to be due to random chance. Netflix should immediately deploy Artwork B as the default artwork for this title across all users.

Projected Business Impact at Netflix Scale
MetricValue
Netflix Subscribers300,000,000
Est. Daily Impressions (10%)30,000,000
CTR Improvement (A to B)+6 percentage points
Projected Extra Clicks / Day~1,800,000
AI Factory Connection

This experiment maps directly to the AI Factory framework - the model through which organizations convert raw data into measurable business value.

Data
1,000 simulated user clicks
->
Model
Chi-Square statistical test
->
Prediction
Artwork B has higher CTR
->
Decision
Deploy Artwork B
->
Value
~1.8M extra clicks/day
Key Concepts Demonstrated

Prediction-Decision Gap

A model can predict which artwork might perform better, but only experimentation provides the evidence needed to act on that prediction with confidence at scale.

Randomization

Users were randomly assigned to groups so any difference in clicks can be attributed to the artwork itself, not to who the users are.

Statistical Significance

A p-value below 0.05 confirms the CTR difference is real. Without this test, acting on the data would be guesswork, not evidence.

Explore vs. Exploit

The experiment phase (explore) tested both options. Deploying the winner platform-wide is the exploit phase, using what works to maximize outcomes.