CAPABILITY 09 / 30
A human decision outranks the data
When a person overrules a source, the system remembers who, why, and until when.
This runs in client systems today. The sample below was regenerated for a fictional company.
A system that always trusts its data will confidently repeat a number somebody already overruled. The fix is a decision record: it wins on every future read, it carries the person and the reason, and when the source underneath it changes it resurfaces for review instead of quietly disappearing.
TRY IT / RUNS IN YOUR BROWSER
Use it here.
The mechanism is the production one. The company, the catalogue, and every figure are fictional.
Loading the decision register.
THE OUTPUT / GENERATED FOR APEX INSTRUMENTS
What comes out.
THE MECHANISM / SHOW THE SHAPE, NOT THE SOURCE
How it works.
- 01Read the source
Every field has a source value with an effective date and a fingerprint.
- 02Check for a decision
A decision record on that field outranks the source.
- 03Answer with the record
The answer carries who decided, why, and when it is due for review.
- 04Watch the source
When the source changes under a decision, the record flips to needs review rather than losing.
- 05Respect the edges
A scoped decision does not leak beyond its scope, and an expired one stops applying on its date.
WHAT IT READS
- The source records a system reads from
- A decision record per overruled field
- A scope and a review date for each decision
WHAT IT CHECKS BEFORE IT SHIPS
- A governed field never returns the source value silently
- Every decision names a person, a reason, and a date
- A partner-scoped decision cannot reach a general document
- An expired decision stops applying without anyone remembering to remove it
The mechanism runs inside client systems. Everything on this page was regenerated for Apex Instruments, a company that does not exist. Client names, source files, and internal wording stay private.