Hebbian architecture AI model [R]
Summary
A side project presents a Hebbian architecture AI model that avoids backpropagation and gradients, achieving 50 epochs on CIFAR-10 with emergent behaviors like accuracy dips followed by jumps and recovery after targeted damage.
Similar Articles
[R] I built a cognitive architecture that learns like a brain — no backprop, no GPU, no forgetting
Introduces a novel cognitive architecture that learns without backpropagation, GPUs, or forgetting, mimicking biological learning.
@yoheinakajima: https://x.com/yoheinakajima/status/2081741659260477666
This thread explores how the brain's dual memory systems (hippocampus and neocortex) offer lessons for building long-running AI agents, arguing that agents need a fast episodic capture and slow consolidation mechanism to avoid catastrophic interference, rather than relying solely on frozen models with temporary scaffolding.
I built a cognitive architecture where the AI has actual needs that drift between sessions — not prompt engineering, actual state variables
Describes PHI // DRIFT, a cognitive architecture with seven homeostatic state variables that drift between sessions, memory scored by emotional salience and time decay, and a Jungian shadow module, built on a CPU-only mini tower and submitted as a preprint to SSRN.
Backprop-free Pong: PC + distributional Hebbian plasticity vs. PPO: 57% vs. 59%, ~1500 lines from scratch [P]
Explores how close a biologically plausible Hebbian agent can get to PPO on Pong, finding only a 2% gap but identifying catastrophic forgetting under self-play as a key bottleneck.
Can AI identity emerge from an external memory structure?
A research report detailing controlled experiments on building an external memory architecture that enables persistent AI identity independent of model weights, finding that accumulated fragment history consistently dominates system prompts in shaping output across three topologies.