Metrics question
An early rollout of a multimodal model is driving strong user retention, but harmful and policy-sensitive image and audio outputs are also rising. What safety and user-experience metrics would you define, how would you instrument them, and what thresholds would trigger scaling the rollout, limiting it, or pausing it?
- OpenAI
- Metrics
- Hard
Practice this question out loud. An AI interviewer asks it, follows up like a real interviewer would, and scores your answer. Type or speak.
Start a mock interview on this question · Mock interview from a job description
What this question tests
Metrics and threshold design for managing a live rollout where growth and harm signals are moving in opposite directions.
How to approach it
- Define safety metrics: rate of confirmed policy-violating outputs per some fixed volume of generations, segmented by modality, image versus audio, since risk profiles differ.
- Define user-experience metrics: retention and engagement, tracked alongside, never in isolation, so growth is always read next to the safety trend.
- Propose instrumentation: automated classifiers flagging likely violations in near real time, backed by a sampled human review to catch what classifiers miss and to calibrate classifier accuracy over time.
- Set explicit thresholds: a defined safety-metric increase over a rolling window, say a week, triggers automatic limiting of rollout percentage, and a further increase triggers a full pause pending investigation.
- State the guiding principle clearly: retention gains never justify continuing to scale past a breached safety threshold, since the threshold exists precisely to prevent that tradeoff being made informally under growth pressure.
What a strong answer includes
- Proposes concrete rolling-window thresholds tied to specific actions, limit rollout or pause, rather than a vague commitment to watch metrics closely.
- Segments safety metrics by modality, recognizing image and audio harms differ in kind and require separate tracking, not one blended number.
- Combines automated classifiers with sampled human review, addressing the real risk that automated detection alone misses subtle or novel harms.
- States the governing principle explicitly, that safety thresholds are non-negotiable regardless of retention gains, which directly answers the tradeoff the question poses.
Common mistakes
- Proposing to track retention and safety separately without a stated rule for what happens when they move in opposite directions.
- Relying solely on automated classifiers with no human review, missing subtle or evolving harm patterns.
Likely follow-up questions
- How would you set the specific threshold for pausing versus just limiting rollout?
- What would you do if human reviewers and automated classifiers frequently disagreed on borderline cases?
More metrics questions
- Weekly active users of Codex dropped 15% after a pricing change. How do you investigate?OpenAI · Metrics · Medium
- What metrics would you track to measure the success of ChatGPT Projects?OpenAI · Metrics · Medium
- OpenAI wants one topline safety metric for frontier model deployments. How would you define it so it is credible for leadership decisions, sensitive enough to detect meaningful changes in harm, and decomposable into drivers that research and engineering teams can act on?OpenAI · Metrics · Hard
- This team cares about measurable improvement in defensive outcomes per analyst-hour. For an AI-assisted threat investigation product, what metrics would you use across product quality, operational outcomes, and user behavior? Which would be leading vs. lagging indicators, and how would you handle tradeoffs if adoption is high but investigation accuracy or safety is weak?OpenAI · Metrics · Hard
- What metrics would you use to judge whether a legal AI product is working in a 5-customer pilot versus a scaled rollout? Be specific about user-value, trust/quality, operational, and business metrics, and explain which ones are leading indicators versus launch gates.OpenAI · Metrics · Medium
- What metrics would you use to determine whether the under-18 ChatGPT experience is both helpful and safe? Define a north-star metric, guardrails, and one metric that could be misleading, then explain how those metrics would change your roadmap.OpenAI · Metrics · Hard
More questions from OpenAI
Learn the skill behind it
Chapters of the AI PM course that teach what this question tests.
- Chapter 9: Prove it paid off: outcomes, economics, and pricing
- Chapter 2: Data fluency: SQL, logs, and reading the truth yourself
- Chapter 14: Get the job: the AI PM interview loop