This commit is contained in:
2026-06-15 12:32:57 +02:00
parent c0070f98a7
commit b91f134845
2 changed files with 11 additions and 9 deletions
@@ -92,7 +92,9 @@ Here are the logic principles that have guided the construction, organized from
**Validation comes from embedding, not from internal consistency.** The system does not certify its own changes as correct. Whether a structural change was good is answered by the organism's subsequent experience in the world, fed back through the neuromodulatory system. Correctness is determined by the coupling between system and environment, not by any internal criterion. This is what it means for the fixed point to lie outside the system: the system acts, the world responds, and the response — not any internal check — determines what was worth keeping. **Validation comes from embedding, not from internal consistency.** The system does not certify its own changes as correct. Whether a structural change was good is answered by the organism's subsequent experience in the world, fed back through the neuromodulatory system. Correctness is determined by the coupling between system and environment, not by any internal criterion. This is what it means for the fixed point to lie outside the system: the system acts, the world responds, and the response — not any internal check — determines what was worth keeping.
---
---
---
# Complete set of general guidelines (old) # Complete set of general guidelines (old)
@@ -164,9 +164,9 @@ TAG {component}_tag // slow τ≈hours; POST has CANDIDATE→ST
--- ---
--- ---
# SCOPE: DAY # SCOPE: DAY
# Execution contexts consume budget, deposit traces, fill slots (occupancy). Execution contexts consume budget, deposit traces, fill slots (occupancy).
# NOT contexts replenish budget, ship downstream, decay traces, set tags. NOT contexts replenish budget, ship downstream, decay traces, set tags.
# STRUCTURE is READ only. STRUCTURE is READ only.
--- ---
@@ -232,7 +232,7 @@ scope DAY | context NOT_AP:
--- ---
## POST ## POST
### Three calcium sources, two plasticity cases Three calcium sources, two plasticity cases
``` ```
// Ca²⁺ sources (all feed post_fast_trace): // Ca²⁺ sources (all feed post_fast_trace):
@@ -351,7 +351,7 @@ scope DAY | context NOT_bAP:
--- ---
## SOMA ## SOMA
### Emergent refractory + adaptation + bottom-up input alignment Emergent refractory + adaptation + bottom-up input alignment
### CONTEXT: AP ### CONTEXT: AP
``` ```
@@ -448,7 +448,7 @@ scope DAY | context NOT_AP:
--- ---
## ASTRO ## ASTRO
### Demand-weighted energy distribution across the territory Demand-weighted energy distribution across the territory
### CONTEXT: CONTINUOUS ### CONTEXT: CONTINUOUS
``` ```
@@ -498,8 +498,8 @@ scope DAY | context CONTINUOUS:
--- ---
--- ---
# SCOPE: NIGHT # SCOPE: NIGHT
# NIGHT builds containers (raises ceilings). Budgets/energy/material replenished. NIGHT builds containers (raises ceilings). Budgets/energy/material replenished.
# Tags evaluated and cleared. Depotentiation = unmaintained decay (never explicit). Tags evaluated and cleared. Depotentiation = unmaintained decay (never explicit).
--- ---