Generalization is achieved not by restricting model capacity but by pairing an expressive hypothesis space with a *soft* preference for compressible solutions — a continuous bias (regularization, priors, optimization dynamics) rather than a hard structural restriction. This reframes overparameterization as a feature that strengthens the compression bias.
Directly challenges the default engineering instinct to cap model size or hand-design restrictive architectures to prevent overfitting. It implies architecture and regularization choices should be evaluated by whether they make compressible solutions more likely, not by parameter count.
Applies to agentic systems design: prefer high-capacity components governed by soft priors/objectives (e.g., length/description penalties, preference losses) over narrow hard-coded capability boundaries.
Soft inductive biases allow models to be expressive while strongly preferring simpler or structured solutions.
Real-world data is complicated, and true models require high parameter capacity.