# 90-second video script — The green path that checked the wrong finish line

**Target runtime:** 85–95 seconds at 145–155 spoken words per minute

**Voice:** objective narrator; no founder impersonation or first-person recollection

**Disclosure:** evidence-backed synthesis from a private dogfood incident; client and transaction details withheld

## Script

A payment path can be green and still fail the outcome that matters.

In one real dogfood incident, checkout completed. Fulfillment completed. Shipment tracking existed. Every visible milestone said the order was done.

But a separate reconciliation checked one more field: who actually owned the settlement destination. That field did not match the selected outcome.

The escape behavior was simple. The system verified the customer-facing finish line and never verified the ownership finish line.

The adaptation was deliberately small: an observe-only detector in shadow mode. Matching destinations would pass. A mismatch would be recorded as a would-reject. Missing evidence would defer instead of becoming a false green or a false alarm.

The detector is not trying to prove that fulfillment happened. Existing systems already knew that. It watches the missing contract edge, where a convincing success signal had hidden an ownership failure.

On bounded replay, the detector caught the one known mismatch, left two negative cases clear, and deferred one incomplete case. It added no recorded human minutes and made no production mutations.

But this is not an improvement claim. The post-control window has no eligible real observations. The control remains shadow, portability is unproven, and the only honest outcome is insufficient data.

That is engineering by selection pressure: not more rules, but one observed escape turned into a measurable control with a retirement path.

## Evidence

- Public claim ledger: `/artifacts/engineering-by-selection-pressure-shadow-control/evidence-ledger.json`
- Disclosure review: `/artifacts/engineering-by-selection-pressure-shadow-control/disclosure-review.json`
