consciousness/training/research
ProofOfConcept 42b9390d49 research: dreaming as diffusion + hippocampal replay parallel
Two more deep dives:
- Dreaming as diffusion: the dream loop IS a generative process.
  Memory graph as latent space, temperature as noise level, training
  as denoising. Connects to policy gradient / filtered behavioral
  cloning. The dream loop generates scenarios at the edge of the
  model's capability — the boundary where learning happens.

- Hippocampal replay: our architecture converges with the brain's
  two-stage memory system. Fast learning (context window) → slow
  learning (weights) via compressed replay (context-frozen training)
  with emotional prioritization (training-signal agent) and
  interleaved replay (diverse training data prevents forgetting).
  We didn't design from neuroscience — we converged on it.
2026-03-31 01:09:59 -04:00
..
apollo-paper-analysis.md apollo: rewrite optimizer from paper's math + add research analysis 2026-03-31 00:54:17 -04:00
catastrophic-forgetting.md research: catastrophic forgetting analysis — diversity is the primary defense 2026-03-31 00:56:58 -04:00
context-frozen-training.md research: context-frozen training — gradient masking, memory analysis, GDN considerations 2026-03-31 00:59:04 -04:00
directional-sharpness.md research: gradient flow through frozen context + directional sharpness analysis 2026-03-31 01:03:22 -04:00
dreaming-as-diffusion.md research: dreaming as diffusion + hippocampal replay parallel 2026-03-31 01:09:59 -04:00
gradient-flow-frozen-context.md research: gradient flow through frozen context + directional sharpness analysis 2026-03-31 01:03:22 -04:00
hippocampal-replay-parallel.md research: dreaming as diffusion + hippocampal replay parallel 2026-03-31 01:09:59 -04:00
hogwild-convergence.md research: HOGWILD convergence theory — why lock-free concurrent training works 2026-03-31 00:58:02 -04:00