Use lexicographic ordering for value conflicts: satisfy the higher-ranked value first, then optimize the lower within that constraint
When two values conflict in a decision and you cannot satisfy both, consult your pre-established lexicographic hierarchy—satisfy the higher-ranked value first, then optimize for the lower-ranked value within that constraint.
Why This Is a Rule
Lexicographic ordering — the method dictionaries use to sort words (first letter takes priority, then second letter within ties) — applied to values produces clear, pre-determined conflict resolution. When values A and B conflict, the higher-ranked value is satisfied first without compromise. Then, within the constraint of having satisfied A, you optimize for B as much as possible. No bargaining between levels, no "splitting the difference" — the hierarchy is absolute within each decision.
This sounds rigid, but it prevents the most dangerous failure mode in values-based decision-making: ad-hoc bargaining under pressure. When values conflict in real-time, emotional pressure, social expectations, and immediate consequences distort your weighting. The pre-established hierarchy (built during calm deliberation — Design pre-commitments when calm to constrain behavior when stressed — never make rules in hot states, Rank values through pairwise comparison — 'If I could only honor one, which?' bypasses social desirability bias) provides the decision structure when real-time judgment is compromised.
The key is "pre-established" — the hierarchy must exist before the conflict arrives. Building a hierarchy during the conflict reintroduces all the biases the hierarchy is designed to prevent. The hierarchy is a cold-state pre-commitment (Design pre-commitments when calm to constrain behavior when stressed — never make rules in hot states) applied specifically to values.
When This Fires
- When a genuine values conflict (Check if conflicting values are both terminal — many apparent conflicts dissolve when one value is actually instrumental to the other verified) requires a decision
- When two values can't both be fully satisfied in the current situation
- When pressure to compromise on the higher-ranked value is strong
- After the trade-off has been articulated (Write both values side-by-side and articulate the sacrifice: 'I am choosing X over Y because ___' — make the trade-off conscious) and the hierarchy provides the resolution
Common Failure Mode
Bargaining between levels during the conflict: "I know integrity ranks higher than comfort, but this specific situation is different..." Every specific situation feels different. The hierarchy exists precisely because your in-the-moment assessment of "this time is different" is unreliable under pressure. Trust the hierarchy that calm-state you established.
The Protocol
(1) Before any conflict arises: establish your lexicographic values hierarchy using pairwise comparison (Rank values through pairwise comparison — 'If I could only honor one, which?' bypasses social desirability bias). Document it. (2) When a values conflict occurs: identify which values are in conflict and check their relative ranking. (3) The higher-ranked value wins: find the option that best satisfies the higher-ranked value. (4) Within that constraint: among options that satisfy the higher-ranked value, choose the one that also best satisfies the lower-ranked value. (5) Document the decision (Write both values side-by-side and articulate the sacrifice: 'I am choosing X over Y because ___' — make the trade-off conscious): "I chose [higher value] over [lower value] per my hierarchy, and optimized for [lower value] within that constraint by [specific choice]." (6) Review the hierarchy periodically (Version-control your values — document old value, new value, and trigger in a changelog rather than overwriting) — rankings can legitimately shift as life context changes.