Netflix builds a human-augmenting agentic workflow for observational causal inference
Observational causal inference (OCI) requires substantial judgment and domain expertise, but repetitive aspects like rechecking covariate balance, conducting sensitivity analyses, and tracking multiple iterations are error-prone — and LLMs given unscaffolded analysis plans produce biased estimates, as demonstrated by early adopter bias inflating the Netflix case study baseline.
One-shot LLM prompting without scaffolding produced consistently wrong answers on benchmark datasets; in the Netflix case study the paved-path agentic workflow produced an updated estimate that was just 25% of the baseline, revealing that the unscaffolded approach was heavily distorted by early adopter bias and poor overlap.
The scaffolded agentic workflow recovered ground truth in nine out of ten ACIC benchmark datasets; the critic agent separated reliable estimates (192 satisfactory, lower RMSE, better-calibrated confidence intervals) from unreliable ones (39 unsatisfactory), and the workflow reduced human toil on iterative causal analyses at Netflix.
Show all 6 reported metrics
Frequently asked questions
What did this team achieve with this AI workflow?
The scaffolded agentic workflow recovered ground truth in nine out of ten ACIC benchmark datasets; the critic agent separated reliable estimates (192 satisfactory, lower RMSE, better-calibrated confidence intervals) f…
What tools did this team use?
Claude Sonnet 4.6, oci-agent, EconML.
What results were reported?
Scaffolded vs unscaffolded baseline estimate: 25% of the baseline; ACIC ground truth recovery with scaffolding: nine out of ten datasets; satisfactory estimates out of 231 ACIC runs: 192; unsatisfactory estimates out of 231 ACIC runs: 39 (source-reported, not independently verified).
What failed first in this deployment?
One-shot LLM prompting without scaffolding produced consistently wrong answers on benchmark datasets; in the Netflix case study the paved-path agentic workflow produced an updated estimate that was just 25% of the bas…
How is this back office ops AI workflow structured?
Principal submits analysis plan → Actor refines plan and executes analysis → Critic evaluates and flags gaps → Remediation on diagnostic failure → Human reviews published artifacts.