Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions docs/research/aurora-immune-math-standardization-2026-04-26.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ This document is the strict canonicalization. Five sections (the original four p
| `I_t` | identity tuple `(V, G, R, P, M, C, X, H)_t` | `I_t = N(LoadBearing(S_t))` |
| `C_t` | culture state | `C_t = N_C(GovernedProvenHistory(S_t))` |
| `L_t` | language state | distribution over emission strategies |
| `N_t = (V_t, E_t, W_t, φ_t)` | network/consensus graph | nodes / edges / weights / oscillator phases |
| `N_t = (V_t, E_t, ω_t, φ_t)` | network/consensus graph | nodes / edges / weights / oscillator phases. `ω_t : E_t → ℝ_{≥0}`. Round-3 Amara: rename graph-weight to `ω_t` (was `W_t`) to avoid notation collision now that `Ctx_t` is the context-window symbol. See `aurora-round-3-cross-ai-chain-absorb-amara-gemini-deep-think-2026-04-26.md` for the full chain. |
Comment thread
AceHack marked this conversation as resolved.
| `B_t : 2^X → [0,1]` | belief distribution | `B_t(X) = P(X \| O_{≤t}, a_{<t})` |
Comment thread
AceHack marked this conversation as resolved.
| `M_t = M_t^archive ∪ M_t^active` | immune memory partition | archive = immutable regression fixtures (canonical attacks); active = weighted multiset of detectors `{(d_j, n_j(t))}` so scalar multiplication `(1 − δ_decay) · M_t^active` acts elementwise on the `n_j(t)` weights (per Round-2 Amara: prevent immune bloat; per Copilot: type-consistency for scalar-on-set) |
| `M_t = M_t^archive ∪ M_t^active` | immune memory partition | archive = immutable regression fixtures (canonical attacks); active = weighted multiset `M_t^active = {(d_j, n_j(t))}_{j=1}^{K}` where `d_j` is a detector signature, `n_j(t) ∈ ℝ_{≥0}` is its active population/weight, and `K` is fixed detector capacity per Round-3 Gemini Deep Think static-graph constraint (no hot-path topology mutation). |
Comment thread
AceHack marked this conversation as resolved.
Comment thread
AceHack marked this conversation as resolved.
| `D_t` | detector repertoire | `n_j(t) ∈ ℕ_0` per detector population |
Comment thread
AceHack marked this conversation as resolved.
| `cap : Subject → 2^Action` | capability | **SET, not scalar.** Use `⊆` and `∩`, never `≤` or `min` |
| `ImmuneRisk : Antigen → [0,1]` | bounded real | sigmoid output |
Expand All @@ -67,8 +67,10 @@ S_{t+1} = S_t ⊕ Retract(x) (retraction is forward event, not deletion)
I_t = N(LoadBearing(S_t))
Ctx_t ≠ I_t (context window IS NOT identity; Ctx_t renamed
from prior W_t to avoid symbol collision with
graph weight set W_t in the network tuple
N_t = (V_t, E_t, W_t, φ_t) — Copilot finding)
graph-weight set in the network tuple.
Round-3 then renamed graph-weight to ω_t —
N_t = (V_t, E_t, ω_t, φ_t) — eliminating
residual collision.)
```

### 2.2 Capabilities as sets (Deep Think + Amara correction)
Expand Down
Loading
Loading