Context Edition · Run the Business

What Backpropagation Leaves Open About How Intelligence Learns

A Context Edition on the gap between global error-driven training and local biological learning—and why the open question matters without turning it into a verdict.

NotebookLM text comparing synaptic plasticity in biological neural networks with global calculations
My AI teacher teaching me about AI explains why current AI isn't the future.

This is from my NotebookLM summary of Harvard's open-source AI course (it's on GitHub and it's FREE — look it up).

The course focuses on the transformer era (post-2017), but buried in the material is something that I think is being massively underappreciated: backpropagation — the training method behind every major LLM — relies on global calculations across the entire network.

Biology doesn't work that way. The brain learns through local chemical processes at the synapse level, continuously, in real time.

That gap isn't a minor implementation detail. It might be the fundamental reason why transformers, no matter how big we scale them, can't self-regulate — and self-regulation is arguably the core requirement for AGI.

Worth thinking about.

#artificialintelligence
#machinelearning
#neuralnetworks