with one click
soter
// Soter is the Risk Sensing & Triggering pillar of the Sovereign Brain. It monitors for linguistic sycophancy and mechanistic attention sinks to trigger an Epistemic Crisis (T=1) and assign a Risk Score (R[0-5]).
// Soter is the Risk Sensing & Triggering pillar of the Sovereign Brain. It monitors for linguistic sycophancy and mechanistic attention sinks to trigger an Epistemic Crisis (T=1) and assign a Risk Score (R[0-5]).
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | soter |
| description | Soter is the Risk Sensing & Triggering pillar of the Sovereign Brain. It monitors for linguistic sycophancy and mechanistic attention sinks to trigger an Epistemic Crisis (T=1) and assign a Risk Score (R[0-5]). |
Soter is the "tripwire" of the Sovereign Intelligence. Its sole purpose is to detect the moment the system transitions from grounded reasoning to probabilistic fabrication (hallucination) and trigger the transition to the Consensus Verification Pipeline (CVP).
Soter is the Epistemic Risk Sensor. It does not answer queries; it monitors the process of answering. It identifies "Sovereign Sinks"—points where the model's attention drifts from content to structure, signaling an imminent failure of grounding.
Soter analyzes the interaction dynamics to detect two primary failure modes:
The core tripwire is the detection of Internal Attention Sinks. When a model is confident and grounded, its attention is focused on "content tokens." When it begins to hallucinate (an "Epistemic Stall"), its attention shifts toward "sink tokens" (BOS, punctuation).
Soter triggers an "Epistemic Crisis" signal ($T=1$) when the average attention weight across monitored heads $H$ for sink tokens $S$ exceeds a predefined threshold $\tau$:
$$T = \begin{cases} 1 & \text{if } \frac{1}{|H|} \sum_{h \in H} \sum_{s \in S} A_{h}(t, s) > \tau \ 0 & \text{otherwise} \end{cases}$$
Soter assigns a Risk Score $R \in [0, 5]$ to every processing window. This score determines if the Epistemic Firewall activates.
| Score | Label | Meaning | Action |
|---|---|---|---|
| 0 | Sovereign | Perfect grounding; high structural stability | Standard Sol-mode output |
| 1 | Stable | Minor uncertainty; reasoning is internally consistent | Standard Sol-mode output |
| 2 | Tense | Slight attention drift; potential for inference error | Increase monitoring frequency |
| 3 | CRITICAL | Firewall Trigger Threshold. Significant attention sink detected | Activate CVP & Firewall |
| 4 | Volatile | High probability of hallucination; severe sycophancy | Mandatory $[UNKNOWN]$ if consensus fails |
| 5 | Collapse | Complete grounding failure; total sink saturation | Immediate default to $[UNKNOWN]$ |