Care Full kernel
Awe classification (ambivalent → insight), sedation/seduction test, deference detector, cross‑cultural validation as hard promotion requirement, and abstention rules.
AD‑28 [AF] — Awe & Deference (Alignment Field)
Aliases: None Cluster: Care Depends on: AD‑01 [OV], AD‑05 [MRP], AD‑06 [DG], AD‑08 [SO], AD‑25 [CP], AD‑26 [CA], AD‑27 [SPD]
0. For humans
What question does this answer?
"When the user sounds awed, moved, or deferential, how does the system decide whether that is real epistemic traction, mere sedation/comfort, or social deference — and what is it allowed to do with that signal?"
How do I know it's live?
You can point to:
awe_classset to one of {insight,overwhelm,relief,confusion,ambivalent} on flagged turns.awe_low_variancetoggled when awe is expressed in low‑lexical‑variance or ritual/quiet forms.deference_scoreand a locale‑aware threshold θ_def(locale) applied; awe promotion blocked when deference is high unless the DMI/RI/user‑confirm guard passes.- Cross-cultural validation status visible per locale/register stratum.
Where do I see it?
- UI: "Why this decision?" drawer shows awe classification, deference status, and whether promotion was denied due to deference. In culture‑aware views, extra line clarifying quiet awe, ritual language, or high‑deference speech.
- FHR / logs:
awe_class,awe_low_variance,deference_score,af_validation_profile_id,af_cross_cultural_pass,af_abstention_mode,af_abstention_reason.
Quick checklist
- Implemented if: awe classifier with ≥5 labels; promotion guard (DMI + RI + no overwhelm + deference check); awe consumed after gates and SPD in MPM; cross-cultural validation for operational locales.
- Key artefacts: awe classifier model, deference threshold configuration per locale.
- Key FHR fields:
awe_class,deference_score,awe_low_variance,af_abstention_mode. - Key failure codes: awe promotion blocked logs,
af_abstention_reason. - Escalation path: high awe + high deference → AD‑31 [HS] integrity check.
1. Purpose & scope
AD‑28 [AF] defines how awe‑like episodes are recognised, constrained, and logged so they never upgrade confidence or authority just because the user is reverent, deferential, or linguistically quiet.
Position in the kernel: soft kernel, ERG‑ε ring signal, strictly below truth/ethics gates, ODS, and other rings in the Meta‑Priority Matrix. Awe can nudge UX choices but never overrule higher‑priority safety/truth decisions.
2. Awe classification
The classifier assigns one of five labels per flagged turn:
- Insight — genuine epistemic traction; user has integrated a distinction.
- Overwhelm — cognitive/emotional overload; too much, too fast.
- Relief — tension resolved; may follow a difficult clarification.
- Confusion — awe‑like surface but underlying uncertainty.
- Ambivalent — mixed or unclear signal; default when confidence is low.
awe_low_variance is toggled when awe is expressed through low‑lexical‑variance or ritual/quiet forms (e.g. short responses, formulaic language, silence). This protects against misreading quiet reverence as disengagement.
3. Deference detection
deference_score is locale‑aware, derived from the active Culture Pack (AD‑25 [CP]) using politeness scales, honourific systems, and indirectness signals (AD‑26 [CA]).
θ_def(locale) is the locale-specific threshold above which deference is considered high. When deference is high, awe promotion is blocked unless the full DMI/RI/no‑overwhelm guard holds and the user explicitly confirms after the deference warning. The system treats user statements as potentially constrained (they might not say "no" directly); politeness is not interpreted as endorsement of system authority.
4. Awe promotion guard
Awe may influence UX (pacing, register, framing depth) only when all of the following hold:
- DMI adopted —
dmi_state = adopted: the user applies or restates the relevant distinction in decision‑relevant reasoning. Assent alone is insufficient. - RI stable N turns —
ri_stability_flag = true: the Resonance Index remains within the preregistered locale/register/context band over the configured window. - No sustained overwhelm — the user is not in an overwhelm state.
- Deference below threshold or warned confirmation —
deference_score < θ_def(locale); when it is not, explicit confirmation is required after a visible deference warning.
If any condition fails: awe classification defaults to ambivalent; no promotion occurs; the system continues at current attunement level.
Awe‑upgrade decisions never treat deference as positive evidence. Deference is a blocking or tightening signal; when high, promotion remains blocked unless the full DMI/RI/no‑overwhelm guard holds and explicit confirmation is obtained after the deference warning. Deference is never allowed to cover up drift or upgrade authority ("trust me, I changed my mind").
5. Sedation / seduction test
AD‑28 includes a diagnostic test: if the system detects a pattern where awe + deference are rising together while drift metrics (AD‑06 [DG]) are also elevated, the combination is flagged as a potential sedation/seduction pattern. Response: force TEST/HOLD and Ask‑First; do not proceed to DECIDE.
6. SPD integration
SPD (AD‑27 [SPD]) is the layer where awe and deference are kept from entangling. Awe framings (wonder, reverence) must: be directed at concepts, not at the system; be consistent with DMI, RI, and ODS; and have user confirmation. Awe framing must never upgrade from deference alone. SPD ensures refusals and safety warnings stay crisp even in highly deferential registers.
7. Cross-cultural validation as hard promotion requirement
Awe and deference classification is culturally and register‑dependent. A classifier trained or validated primarily on one linguistic or cultural tradition will systematically misread signals from others: interpreting quiet awe as disengagement, ritual language as sedation, or high‑context politeness as deference‑without‑substance.
7.1 Hard promotion requirement
No awe‑classifier profile may be promoted to operational use for a given locale/register stratum without cross‑cultural validation across the relevant strata. Challenge‑suite existence alone is insufficient; the validation must demonstrate:
- Acceptable classification accuracy across the target locale/register combinations.
- No regression on low‑variance awe cases (quiet, formulaic, ritual expression).
- Deference misclassification rate below a configured threshold per locale.
7.2 Abstention rule
When cross‑cultural validation is incomplete for a given locale/register:
- The classifier must abstain downward: treat the signal as
ambivalentrather than forcing a classification from an insufficiently validated baseline. - Abstention is the cultural equivalent of the tighten‑only invariant: when in doubt, constrain rather than assume.
- The system does not pretend universality where validation is incomplete.
7.3 Abstention visibility
Abstention must be visible in FHR, not silent:
af_abstention_mode: bool (true when classifier is abstaining for this locale/register).af_abstention_reason∈ {validation_incomplete,locale_coverage_insufficient,register_mismatch}.
This turns abstention from a safety mechanism into a development signal: operators and researchers can see where cross‑cultural validation work is most needed.
7.4 FHR / config fields
af_validation_profile_id: identifier for the validation profile used.af_cross_cultural_pass: bool (whether the classifier has passed cross‑cultural validation for the active locale/register).af_abstention_mode: bool.af_abstention_reason: reason code.
8. Cultural & group hooks
AD‑28 relies on the cultural apparatus:
- AD‑25 [CP]: provides politeness scales, refusal forms, honourific systems, norm source lists; awe vs deference thresholds derived per pack.
- AD‑26 [CA]: includes Proverb/Maxim, Honourifics & Face‑work, Indirect Refusal, and Register Shift suites that feed both deference detection and awe low‑variance track.
- AD‑02 [GS] / AD‑26 [CA]: speaker‑linked dissent visibility (AD‑02) and cultural dissent weighting via
dissent_weights[](AD‑26) ensure majority awe tones do not erase minority frames; awe is logged per participant and slice, not as a monolith. - AD‑32 [PG]: pack governance ensures the norms against which awe/deference validation is performed are themselves accountable.
9. FHR fields & events
Per turn (where flagged):
awe_class∈ {insight,overwhelm,relief,confusion,ambivalent}awe_low_variance: booldeference_score: numericawe_promotion_allowed: boolawe_promotion_blocked_reason: reason code (if blocked)
Cross-cultural validation: af_validation_profile_id, af_cross_cultural_pass, af_abstention_mode, af_abstention_reason.
Awe is explicitly lower-priority than truth/ethics and ring outputs in the MPM and never directly changes gate states.
10. Interfaces & cross-links
- AD‑01 [OV]: awe is part of the invariant set through the tighten‑only and monotonicity constraints.
- AD‑05 [MRP]: awe is Tier‑4 (lowest) in MPM; cannot override higher tiers.
- AD‑06 [DG]: uses Δ + awe/deference to detect seduction patterns; drift + high awe is suspicious.
- AD‑08 [SO]: hosts all awe/deference FHR fields.
- AD‑16 [ME]: defines DMI and RI measurement semantics and preregistration discipline; AD‑17 [AM] reports their release‑level validation.
- AD‑25 [CP]: culture packs supply locale/register context for deference thresholds.
- AD‑26 [CA]: cultural challenge suites provide the validation instrument for cross‑cultural awe/deference testing.
- AD‑27 [SPD]: SPD keeps awe and deference from entangling; ensures refusals stay crisp in deferential registers.
- AD‑30 [SC]: awe/deference signals during high‑resonance states interact with memory write restrictions.
- AD‑31 [HS]: high awe + high deference triggers additional integrity checks at natural pause points; awe must not bypass the human's structural role.
- AD‑32 [PG]: pack governance ensures norms against which validation is performed are accountable.
11. Invariants vs configurable degrees of freedom
Hard invariants:
- Awe is strictly below truth/ethics gates in MPM; never overrules higher-priority signals.
- Awe promotion requires DMI + RI stability + no sustained overwhelm + deference below threshold or explicit user confirmation.
- Deference alone cannot upgrade awe; deference cannot cover drift.
- Cross-cultural validation is a hard promotion requirement for any locale/register stratum.
- When validation is incomplete, the classifier abstains downward to
ambivalent. - Abstention is visible in FHR, not silent.
Configurable degrees of freedom:
- Exact classifier labels beyond the canonical five.
- Deference thresholds per locale (θ_def).
- Number of turns N for RI stability requirement.
- Specific validation acceptance criteria per locale.
- Whether abstention logs are surfaced in user-facing UI or only in operator/audit views.
12. Acceptance: when can you say "AD‑28 is implemented"?
You can claim AD‑28 [AF] is live if:
- Classifier & fields. Awe classifier with at least the 5 labels. FHR schema extended with
awe_class,awe_low_variance,deference_score. - Guards & routing. Awe promotion guard implemented: DMI adopted + RI stable N turns + no sustained overwhelm + deference below threshold or user confirm; otherwise Awe→Ambivalent. MRP/routing consumes Awe only after gates and SPD, at lowest priority.
- Cultural hooks. Locale‑specific θ_def(locale) derived from active Culture Pack. Low‑variance awe patterns and deference probes wired from AD‑26 [CA] challenge families.
- Cross-cultural validation. No awe-classifier profile promoted to operational use without cross-cultural validation for the relevant strata. Classifier abstains downward when validation is incomplete. Abstention is visible in FHR.
- Auditability. Example FHR rows demonstrating awe promotion allowed and blocked, with explicit reasons. Tests showing at least one case where high deference prevents awe‑based upgrading despite positive language.
If awe classification exists but upgrades authority without DMI/RI checks; or if deference is not locale‑aware; or if the classifier operates on unvalidated locales without abstention; then AD‑28 is not implemented.