Public record of the FRACTALE thought-bank research — preprint (Zenodo DOI), frozen repro snapshot, pre-registered scaling campaign
4
stars
1
commits
Python
primary language
Aug 30, 2026
updated

Research on persistent thought memory for language models: a bank the model writes to in-line, outside its context window, and reads back by attention — session state that survives context resets at zero window cost. This work is the science behind the FRACTALE model series.
This repository is the public record of that research: the published paper, its frozen reproduction snapshot, and the pre-registration of the ongoing scaling campaign. The active development of the training stack continues privately (see What is open, what is not).
A Trained Fast-Weight Memory: Continual Rule Binding at Inference Without Backward — PDF · DOI 10.5281/zenodo.21225721 (this version; all versions: 10.5281/zenodo.21222901)
Three claims, all on a 3.08M-parameter DeepSeek-style trunk with an 8-slot bank, two seeds:
The complete code, configs and instructions for reproducing Tables 1–4 and
Figures 3–5 are frozen at the tag
V0.2.2-preprint,
archived at the DOI above:
git clone --branch V0.2.2-preprint https://github.com/kkuette/thought-bank.git
cd thought-bank
bash repro/run_all.sh # 3 training runs (~5 h each, one RTX 3090) + probes + figures
bash repro/run_all.sh --skip-train # probes + figures on existing checkpoints
The next step is pre-registered before any campaign training run: PREREGISTRATION.md (v1.0, 2026-08-17) fixes the object — the scaling law of the effective context bought by a self-written memory bank, measured ON vs OFF at three model scales at a fixed attention window — along with the hypotheses, arms, data, seeds, adjudication rules and fallback tree. The 18 frozen campaign configs are published alongside it in prereg/configs/. Any change after publication produces a new dated version; deviations will be reported as deviations.
Results will be reported whatever they show, positive or null.
V0.2.2-preprint), the campaign pre-registration and its configs, the
campaign's resulting model weights (to be released on Hugging Face, ON and
OFF arms), the evaluation battery reproducing the claims, and the
fractale-sdk inference
kit.MIT — © 2026 Tony Denion. The archived version of record of the paper is the Zenodo deposit above.
1 commits
Python
100.0%
Public record of the FRACTALE thought-bank research — preprint (Zenodo DOI), frozen repro snapshot, pre-registered scaling campaign
4
stars
1
commits
Python
primary language
Aug 30, 2026
updated

Research on persistent thought memory for language models: a bank the model writes to in-line, outside its context window, and reads back by attention — session state that survives context resets at zero window cost. This work is the science behind the FRACTALE model series.
This repository is the public record of that research: the published paper, its frozen reproduction snapshot, and the pre-registration of the ongoing scaling campaign. The active development of the training stack continues privately (see What is open, what is not).
A Trained Fast-Weight Memory: Continual Rule Binding at Inference Without Backward — PDF · DOI 10.5281/zenodo.21225721 (this version; all versions: 10.5281/zenodo.21222901)
Three claims, all on a 3.08M-parameter DeepSeek-style trunk with an 8-slot bank, two seeds:
The complete code, configs and instructions for reproducing Tables 1–4 and
Figures 3–5 are frozen at the tag
V0.2.2-preprint,
archived at the DOI above:
git clone --branch V0.2.2-preprint https://github.com/kkuette/thought-bank.git
cd thought-bank
bash repro/run_all.sh # 3 training runs (~5 h each, one RTX 3090) + probes + figures
bash repro/run_all.sh --skip-train # probes + figures on existing checkpoints
The next step is pre-registered before any campaign training run: PREREGISTRATION.md (v1.0, 2026-08-17) fixes the object — the scaling law of the effective context bought by a self-written memory bank, measured ON vs OFF at three model scales at a fixed attention window — along with the hypotheses, arms, data, seeds, adjudication rules and fallback tree. The 18 frozen campaign configs are published alongside it in prereg/configs/. Any change after publication produces a new dated version; deviations will be reported as deviations.
Results will be reported whatever they show, positive or null.
V0.2.2-preprint), the campaign pre-registration and its configs, the
campaign's resulting model weights (to be released on Hugging Face, ON and
OFF arms), the evaluation battery reproducing the claims, and the
fractale-sdk inference
kit.MIT — © 2026 Tony Denion. The archived version of record of the paper is the Zenodo deposit above.
1 commits
Python
100.0%