Note 5 sketched the destination: millions of small models on the edge, each learning from its own use, sharing what it learns so the whole network compounds. A thesis needs numbers. These are the first — deliberately small in scale, three to five brains rather than millions, because at small scale you can measure exactly what sharing does and control everything else.
Three lives, one mind by morning
The setup is simple to state. Take three copies of the same continual-learning brain. Give each a different third of a task world to live in — different problems, different corrections, no overlap. None of them ever sees the full picture. Then, at the end of the "day," sync their experience stores and let each brain run its normal overnight consolidation — the same sleep mechanism from Note 7, just fed with the whole team's day instead of its own.
Before the sync, a brain tested on the full exam scores 45.6% — it knows its third and little else. After one sync and one sleep, all three members score 100% on the complete exam. Not the union of the team held somewhere central — each individual brain, carrying the whole team's competence in its own weights. We ran the experiment three times; it landed the same way each time.
| Setup | Full-exam accuracy |
|---|---|
| One brain, alone, having lived one-third of the world | 45.6% |
| Same brain after one overnight team sync | 100% |
| Its two teammates, same sync | 100% each |
Experience is a file you can hand to a new unit
Because a brain's memories live inside its checkpoint — no external database, nothing server-side — experience is portable by construction. We took the memory store of a brain that had lived through a set of problems and transplanted it into a fresh copy that had never seen them. The recipient went from 0% to 100% on the donor's material, immediately, before any retraining of its own.
Practically, that is onboarding for machines: a new unit joining a deployed fleet does not start from zero — it starts from everything the fleet has already lived. And the speed benefit is measurable even day to day: in a five-member trial, the swarm reached full mastery of a shared world a full day before a single brain working the same world alone.
The honest limit — and why it points at the fix
One experiment in this series failed on purpose, and it is the most instructive. When we ran the sharing loop on inputs that each member perceived noisily — garbled versions of what users actually said — the collective gain collapsed to a few points. Shared learning amplifies whatever the members actually experienced: clean experience compounds, noisy experience doesn't. The network is exactly as good as its senses.
That is not a surprise ending; it is a design requirement we now have a number for. It is also why the perception work in Note 7 — the brain reading its inputs more faithfully, and the crowded-scene training fix noted there — sits upstream of the swarm on our roadmap. Fix what one unit perceives, and the sharing math from this note multiplies it across the fleet for free.
The swarm story is often told as a metaphor. This note is the part that isn't: individual experience, made portable and shared, measurably becoming the whole team's competence — with the units themselves, not a datacenter, carrying every bit of it.
Methodology: all figures are from real, logged runs. The fleet result (45.6% → 100% for all three members after one nightly sync) was replicated across three independent runs with disjoint task slices per member. The transplant result (0% → 100% on donor-lived material) moves the donor's memory store into an otherwise fresh same-base model. The five-member speed result and the noisy-pipeline collective result (~three-point gain) are single controlled runs reported as measured. No result in this note is extrapolated beyond the fleet sizes tested.