Metrics question
A new core-model capability shows strong offline gains but increases latency and cost. How would you define launch gates that combine offline evaluations and online product metrics, and what criteria would determine full launch, limited rollout, or no-ship?
- 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
Ability to design a launch gating framework that weighs model quality gains against real product costs like latency and infrastructure spend.
How to approach it
- Define the offline gate first: the capability must clear a minimum quality improvement threshold on the relevant eval set, a floor below which no launch conversation happens.
- Define the online gate: run a limited rollout measuring the actual user facing tradeoff, quality improvement in real usage against latency increase and cost per request.
- Set explicit thresholds for each outcome, for example full launch if user facing quality metrics improve and latency stays within an acceptable added second budget, limited rollout if quality improves but cost is high and only justified for a premium tier, no ship if online quality gains do not materialize despite offline gains.
- Segment by use case, since latency sensitive contexts like chat may tolerate less added delay than an asynchronous batch use case.
- Include a cost per quality point calculation so leadership can compare this investment against other roadmap options.
- Define the rollback trigger if the limited rollout later shows the tradeoff was not worth it.
What a strong answer includes
- Sets concrete threshold values, even as flagged assumptions, rather than vague if it looks good criteria.
- Explicitly separates the three outcomes, full launch, limited rollout, no ship, with a distinct trigger for each.
- Segments by use case, recognizing latency tolerance differs by context.
- Includes a cost per quality point framing to make the tradeoff legible to leadership.
Common mistakes
- Using only the offline eval to decide launch and ignoring real latency and cost impact on users.
- Treating the decision as binary, ship or not, without considering limited rollout as a real option.
Likely follow-up questions
- How would you decide which use cases get the limited rollout first?
- What would make you reverse a full launch decision after the fact?
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