SYNTHESIS NOTE
Model Architecture and Internals Reasoning, Retrieval, and Evaluation Training, RL, and Test-Time Scaling

Can models store unlimited facts without growing larger?

Does external tool use let language models recall facts without being constrained by parameter count? This matters because it could reshape how we scale knowledge capacity beyond architectural limits.

Synthesis note · 2026-06-03 · sourced from Conversation Architecture Structure

Tool-augmented models are everywhere, but the theoretical case for why they help has been thin. This paper supplies it for factual recall. The number of facts a model can store purely in its weights is fundamentally bounded by its parameter count — so scaling knowledge capacity by enlarging the model is inherently inefficient. By contrast, a simple, efficient circuit construction proves that tool-use (external retrieval) enables unbounded factual recall without growing parameters.

The empirical half sharpens it into a phase transition: in-weight models need ever-larger architectures to memorize growing datasets, while tool-augmented models rapidly shift to rule-based querying once they observe enough diversity — decoupling memory capacity from model size. And the cost of the wrong choice is concrete: in-weight finetuning for factual recall degrades general capabilities, because limited capacity forces new facts to overwrite prior knowledge. Tool-based externalization preserves core skills, cuts training cost, and introduces minimal behavioral drift.

This gives a formal floor to the vault's harness thesis. Since Where does agent reliability actually come from?, in-tool learning is the provable version: externalize facts to tools rather than burning parameters and overwriting capability. It also predicts the failure mode behind Does repeated sensitive data in fine-tuning cause memorization? — finetuning facts in is exactly what memorizes and overwrites.

Inquiring lines that use this note as a source 11

This note is a source for these synthesized inquiries. Follow a line forward into its question, or open it to trace back to all of its sources.

Related concepts in this collection 3

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
13 direct connections · 119 in 2-hop network ·dense cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

tool use provably decouples factual-recall capacity from parameter count — in-weight memorization is bounded by model size while tool-use is unbounded