CHAPTER 1 / 8
Product contracts and success criteria
The AI Native standard is not whether AI is used, but product contracts that measure and control work outcomes, including uncertain model behavior.
Why this concept became necessary
Users of an internal knowledge-support service need more than answers: they must be able to check the evidence, the latest revision, and access permissions. Write the goals as task success, citation support, P95 latency, cost per success, and zero privacy incidents.
Define what is Out of scope, the data owner, retention, human escalation, and safe defaults on failure. Turn phrases such as “good answer” into observable criteria using representative cases, rubrics, and deterministic checks.
The AI Native standard is not whether AI is used, but product contracts that measure and control work outcomes, including uncertain model behavior.
Acceptance criteria connect user value and technical and safety signals to the same release decision.
Review whether each goal has an input fixture, observed results, a threshold, an owner, and a failure response.
Follow it through a concrete system
If an internal knowledge-support service's goal is merely “accurate answers,” each team may use different completion criteria. Replace this with observable conditions such as task success on a representative question set, support from evidence spans, zero unauthorized source exposures, P95 latency, and cost per successful task. Some are metrics for tracking improvement; others, such as personal-data exposure, must remain zero and are hard gates.
Out of scope and default behavior on failure also belong in the product contract. Decide whether to acknowledge missing evidence and hand off to a person rather than guess, and whether documents beyond the freshness limit may be used. Name the Data owner, model- and prompt-change owners, and incident contact to connect technical choices to user outcomes and operational responsibility.
Selection criteria and failure boundaries
With more metrics to track, distinguish the priority of hard gates from that of optimization metrics.
Misconceptions to avoid: Calling an LLM does not make a product AI Native.
Verify it yourself
Review whether each goal has an input fixture, observed results, a threshold, an owner, and a failure response.
Official sources for this chapter
The technical facts in the text were reviewed against the following primary sources. The author reconstructed the diagrams and comparisons using these materials.
- Meta, 「Your First Component」Review date 2026-08-28 · Scope Official React learning documentation
- Microsoft, 「TypeScript Handbook」Review date 2026-08-28 · Scope Latest official documentation