Series 3 of 4 · AI Evals · Level 1 · Topic 03

The Quality Owner

The Ground Truth
IN THIS NOTE YOU WILL LEARN
  • 01.Why defining "good enough" for AI is a product decision that regulations now require someone to own.
  • 02.Why the PM is the natural fit for quality ownership — and why it's not a solo job in high-risk systems.
  • 03.What happens when nobody owns the pass/fail bar (and what it looks like when someone does).

The Story

In 2012, MD Anderson Cancer Center partnered with IBM to build Watson for Oncology — an AI system that would help doctors recommend cancer treatments. The partnership had everything: a world-class hospital, a marquee technology partner, elite oncology specialists training the system, and significant institutional commitment.

Five years and roughly $62 million later, the contract expired. Watson for Oncology was never used on actual patients at MD Anderson. Separately, reporting based on internal IBM documents revealed the system recommending unsafe treatments — including prescribing a chemotherapy drug with a severe bleeding warning to a patient who was already bleeding.

The team had research expertise. They had clinical champions. They had vendor support. They had executive sponsorship. What they didn't have was an empowered deployment owner who could ask the questions that would have changed everything.

Every stakeholder owned a piece of the project. Nobody owned the operational truth of whether this system was fit for purpose.

The Core Idea

There's a question that surfaces early in every AI product — usually as a vague discomfort rather than an explicit conversation: "Who decides what 'good enough' looks like?"

In traditional software, acceptance criteria are functional and observable. The checkout flow processes the payment or it doesn't. Quality is binary and rarely subjective. In AI products, quality is almost always subjective, contextual, and multi-dimensional. Someone has to define what "good" means across all of these dimensions. And that definition isn't a technical decision — it's a product decision.

This isn't just good practice. It's increasingly a regulatory requirement. Four frameworks are converging on the same conclusion: NIST AI RMF says AI risk roles should be "documented and clear." The EU AI Act requires deployers of high-risk systems to assign human oversight to people with "competence, training, and authority." SR 11-7 requires "sound governance" and "effective challenge." Microsoft's Responsible AI Standard requires impact assessment, release criteria, evaluation plans, and approvals.

Fig 01 · Who owns "good enough"

A single accountable owner at the centre, with an independent validator who has veto in high-risk systems.

RACI ownership ring for AI quality The PM sits at the centre as the single accountable owner. Four roles ring around as responsible or consulted. A dashed outer arc names the independent validator with veto rights. INDEPENDENT VALIDATOR · VETO IN HIGH-RISK SR 11-7 · EU AI Act Art. 26 · NIST AI RMF Engineering RESPONSIBLE Data Science RESPONSIBLE Domain Expert CONSULTED Legal · Risk CONSULTED PM ACCOUNTABLE
If nobody can say "I own the pass/fail bar, I own the eval suite, and I can stop the launch" — nobody owns quality.

The PM is the natural quality owner because they're the only person who holds all three circles simultaneously. Engineering can build the eval system — the infrastructure, the pipeline, the automated judges. But they can't write the criteria. They don't know whether the financial advisor should prioritize tax implications over portfolio diversity for high-net-worth users.

Domain experts can define what a correct answer looks like. But they can't tell you what the business can afford. Business leaders set the risk tolerance and cost constraints. But they can't tell you which response patterns frustrate users versus delight them.

There's a practical discipline that makes ownership concrete: the PM reads raw outputs personally. Not a dashboard summary. Not an aggregate metric. The actual AI responses that users see. A minimum of 100 outputs before writing any evaluation rubric, and at least 20 outputs per week after that to keep calibration fresh.

When reviewers disagree about whether a response passes or fails — when Legal says one thing and Sales says another — one person with the full context makes the call. That call becomes ground truth. This is the "benevolent dictator" pattern: not a committee, not a vote, but one person who holds customer, domain, and business context making a binary decision.

Where This Hits in Production

In regulated industries, ownership must be split — not vague. The EU AI Act requires human oversight by people with competence, training, authority, and support. SR 11-7 requires "effective challenge" by objective, informed parties. In practice: one accountable surface owner (the PM) plus independent validators (model risk office, compliance, legal).

Multi-tenant systems turn one owner into a federation. In enterprise B2B, one product often serves multiple customers with different contracts, compliance requirements, and risk tolerances. The golden dataset must carry tenant metadata so evals can be sliced by customer.

Connecting the Dots

Here's the reframe that hit hardest while working through this material: the eval scoring function IS the modern PRD. Think about a traditional PRD from 2015. An unstructured document. The engineering team reads it, half follows it, the final product never matches. Now think about an eval: a dataset of inputs, a task function, and a scoring function that quantifies whether the software works. When the eval passes and the product still feels wrong, that's on the PM — the scoring function doesn't capture what matters.

The best PRD in 2026 is not a document. It's a dataset, a task function, and a scoring function the whole team can run.

!

Common Mistake

Appointing a central "Responsible AI" team as the quality owner for every feature.

This feels mature. It creates apparent neutrality and gives executives one place to point when asked who handles AI risk. What actually happens: responsibility diffuses. The product team stops feeling the pain of the eval bar because someone else "owns" it.

The central team becomes a review bottleneck with weaker product context than the surface team. Quality turns into checklist theater — forms get filled, reviews get scheduled, but nobody is reading raw traces and making sharp calls about what passes and what fails.

Make the surface owner (the PM closest to the product) accountable for quality. Make the central team the second line of defense — tooling, review, and veto rights.

Remember This

1. If nobody in the org can say "I own the pass/fail bar for this AI surface, I own the eval suite, and I can stop the launch" — nobody owns quality. It's not a shared responsibility problem. It's a missing accountability problem.

2. The PM is the natural quality owner because they're the only person holding all three circles: what users need, what the domain requires, and what the business can afford.

3. Read 100 raw AI outputs before writing any rubric. You can't define quality you haven't experienced firsthand.

In Practice: The Ownership Manifest

Here's what quality ownership looks like when it's operationalized — not as a process document but as infrastructure. The PM defines three things that nobody else can.

Fig 02 · No owner vs. named owner

$62M with no patients, against an explicit release-bar checklist with one accountable name on it.

Watson for Oncology vs. Rechat / Lucy Left card lists Watson for Oncology outcomes with no empowered owner. Right card lists the Rechat / Lucy release-bar checklist with one named accountable PM. CASE 01 · WATSON FOR ONCOLOGY No empowered owner. Spend ~$62M Patients treated 0 at MD Anderson Release bar never written Accountable name none Trained on synthetic cases and a small panel's preferences. Recommended a chemo with a bleeding warning to a bleeding patient. CASE 02 · RECHAT / LUCY Named owner. Explicit bar. ✓ PM reads 100 raw outputs / week ✓ Critical-slice pass-rate ≥ 98% ✓ Decision-flip rate < 0.5% ✓ Human-judge agreement ≥ 85% ✓ Independent reviewer signs off ✓ One name on the launch ticket When evals pass but the traces feel off, one informed person makes the call. SHIP / HOLD AUTHORITY
Committees produce averaged criteria. One informed person produces sharp ones — and is the difference between $62M spent on zero patients and a system that ships.
Previous Topic Back to the Deep Dive