CAPABILITY 16 / 30
What has gone stale
A board that says what is overdue, who owns it, and which generated file no longer matches its source.
This runs in client systems today. The sample below was regenerated for a fictional company.
Knowledge rots quietly. This tracks a review date and an owner for every artifact, shows the batch runs that keep them current, and separates two kinds of drift: a source that moved and needs a regenerate, and a twin somebody edited by hand, which is worse because the next run will overwrite their work.
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 review telemetry, the batch log, and the twin register.
THE OUTPUT / GENERATED FOR APEX INSTRUMENTS
What comes out.
THE MECHANISM / SHOW THE SHAPE, NOT THE SOURCE
How it works.
- 01Set the clock
Every artifact carries a review interval and an owner. No owner is its own finding.
- 02Watch the dates
The board sorts by what is overdue, not by what is convenient.
- 03Run the batches
Regenerations and imports leave a record with a duration and a failure count.
- 04Compare the twins
A generated file is hashed against the source it came from.
- 05Separate the drift
A moved source is a regenerate. A hand-edited twin is a decision for a person.
WHAT IT READS
- A review interval and an owner per artifact
- The batch run history
- The hash of every generated twin and its source
WHAT IT CHECKS BEFORE IT SHIPS
- Every artifact has an owner or is flagged as unowned
- A failed batch run says what failed
- A hand-edited twin is never silently overwritten
- The board reports overdue counts rather than a health score
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.