← FAILURE MODES

Second-Hand Commitment

An observation of a decision stored and consumed as principled ground truth

Principle violated

A decision reported by someone other than the deciding agent — or reconstructed after the fact — is an observation of a commitment, not the commitment; storing it as principled ground truth stacks the observer's gaps on top of every gap already present.

A decision was spoken in a corridor. A colleague writes it up that afternoon. The note enters the system as DecisionRecorded with the original decider named in a field — but the expressive act was the colleague’s, not the authority’s. No signature, no credential, no authenticated capture at the moment of commitment. The record looks like principled ground truth. Epistemically it is a fallible observation of a decision, distorted by memory, interpretation, and interest.

In software systems

Support staff log customer agreements on behalf of users. Managers enter decisions recounted in stand-ups. Integration jobs backfill “decisions” from email threads and chat exports. The event schema carries originalDecider while recordedBy is a service account or assistant. Downstream consumers read the event type — OrderApproved, DiagnosisCommitted — and treat it as if the named authority performed the commitment boundary crossing.

Retroactive data entry after outages produces committed events with timestamps that reflect when the record was written, not when the decision occurred — collapsing two moments into one fictitious atom. Audit trails cannot separate witness from actor.

In human organisations

Meeting minutes attribute decisions to executives who left before the vote. Assistants file approvals described over the phone. Legal teams reconstruct oral agreements into written records unsigned by all parties. The filing system stores principled ground truth; the epistemic content is hearsay elevated by documentary habit.

Disputes expose the gap: the named authority denies the conclusion; the recorder insists on their notes. The organisation has a decision on record that never passed through the deciding agent’s authenticated expressive act. Accountability attaches to a ghost commitment.

In socio-technical systems

Clinical and field workflows allow proxy documentation: nurses chart physician orders heard by phone; carers record consent conversations they witnessed; brokers file client instructions not entered by the client. Regulatory frameworks sometimes accept these records as if the authority committed directly — because the alternative (no record) is worse in their scoring model.

The socio-technical compromise produces operational continuity at the cost of epistemic category honesty. Systems that must function store second-hand commitments as first-class decisions. Downstream clinical, financial, and legal pathways reason from observations as if they were acts — until contradiction forces expensive reconstruction from memory and parallel records.

Structural causes

Epistemic tier collapse

Second-hand commitment collapses observation of a decision into principled ground truth. The fix is categorical honesty in the schema: separate event types for CommitmentCaptured (authenticated, at moment) vs CommitmentReported (witnessed, reconstructed), explicit recordedBy vs decidedBy, and downstream rules that treat reported commitments with the epistemic weight of pragmatic ground truth — usable, attributable, but never mistaken for the deciding agent’s own expressive act.