INQUIRING LINE

Counting an AI's parameters is like measuring what a student could have memorized, not what they actually did.

Why do parameter-based compressors fail to measure true model simplicity?

This explores why counting parameters (or coding based on parameter count/data entropy) is the wrong yardstick for how much a model has *actually* learned, and what a better measure of genuine simplicity looks like.


This explores why counting parameters is a poor proxy for a model's true simplicity — and the corpus points at a clean answer: parameter count measures the *capacity you allocated*, not the *content the model learned*. The two come apart badly. The most direct treatment is requential coding, which measures learned simplicity by coding only where a student disagrees with a teacher Can we measure what a model truly learned?. By ignoring everything the model got right for free and paying bits only for genuine disagreement, it produces compressed sizes *independent of parameter count and data entropy* — orders of magnitude shorter than prequential methods. That independence is the whole point: if your measure moves when you change parameter count without changing what was learned, it's measuring the wrong thing.

The reason parameter-based measures mislead is that a model can carry all the right surface behavior on top of broken internal structure. Two models with identical performance can have fundamentally different internal representations Can models be smart without organized internal structure? — one can be linearly decodable and accurate yet internally fractured, vulnerable to perturbation in ways no standard metric sees. If accuracy and decodability can hide this, so can parameter count. Simplicity is about how *compressed and organized* the learned content is, not how many weights hold it.

There's a deeper framing here: learning *is* compression. Optimal language-model training can be derived directly from a lossless compression objective Does optimal language model learning maximize data compression?, and text-trained models act as general-purpose compressors that beat specialized tools like PNG and FLAC by adapting in-context rather than by storing more Can text-trained models compress images better than specialized tools?. If capability comes from compression quality, then the honest measure of what a model learned is *description length of the learned content* — how short a code the model lets you write — not the size of the container. Parameter count is the container.

Capacity and content diverging shows up architecturally too. Depth beats width for sub-billion-parameter models Does depth matter more than width for tiny language models?: the same parameter budget yields more capability when composed through layers than spread across width — so even *identical* parameter counts encode different amounts of learned structure depending on arrangement. And compression itself isn't neutral: LLMs compress more aggressively than humans, capturing broad category structure while shedding the fine distinctions humans keep Do LLMs compress concepts more aggressively than humans do?. So 'simplicity' has a direction — you can compress your way into losing exactly the nuance that mattered.

The thing you didn't know you wanted to know: the right measure of model simplicity is relational, not absolute. Requential coding only works because it measures a *student against a teacher* — disagreement, not raw size. Simplicity isn't a property you can read off a parameter file any more than the difficulty of a proof can be read off its page count Can autoformalization work on individual statements alone?. It's a measure of how little new information the model needed to add on top of what was already predictable — and parameters can't see that, because they were bought before any learning happened.


Sources 7 notes

Can we measure what a model truly learned?

A teacher-student disagreement coding scheme produces compressed sizes independent of parameter count and data entropy, yielding orders of magnitude shorter codes than prequential methods. This isolates genuine learned content from confounding factors.

Can models be smart without organized internal structure?

Models trained with SGD can contain all the linearly decodable features needed for a task while maintaining fundamentally broken internal organization. This makes them vulnerable to perturbation and distribution shift invisible to standard evaluation metrics.

Does optimal language model learning maximize data compression?

Research shows that optimal LM training can be derived from a lossless compression objective, yielding a Learning Law where all examples contribute equally in the optimal process. This approach improves scaling law coefficients, not just constants.

Can text-trained models compress images better than specialized tools?

Chinchilla models trained exclusively on text achieve better compression rates on images and audio than FLAC and PNG by using their context window to adapt as task-specific compressors. This demonstrates that generalization operates through compression, not specialization.

Does depth matter more than width for tiny language models?

MobileLLM shows deep-and-thin architectures yield 2.7–4.3% accuracy gains over balanced designs at 125M–350M scale by composing abstract concepts through layers rather than spreading parameters across width.

Show all 7 sources
Do LLMs compress concepts more aggressively than humans do?

Using Rate-Distortion Theory on cognitive datasets, LLMs capture broad category structure but lose fine-grained distinctions humans preserve. LLMs maximize compression efficiency; humans trade compression for contextual meaning that enables situated action.

Can autoformalization work on individual statements alone?

Real formalization requires theory-level work: even one theorem needs a coherent web of axioms, definitions, and lemmas. Statement-level approaches only succeed by borrowing from prebuilt libraries like Mathlib, hiding the actual complexity involved.

Papers this line draws on 8

The research behind the notes this line reads — ranked by how closely each paper relates.

Research prompt for your LLMexpand ↓

Copy into ChatGPT or Claude to take this line of inquiry further — it asks the model to find newer work and re-test which earlier constraints still hold.

You are a research analyst. Still-open question: why do parameter-based compressors fail to measure a model's TRUE simplicity — and has anything changed?

What a curated library found — and when (dated claims, not current truth; findings span ~2023–2025):
- Requential coding measures learned simplicity by paying bits ONLY where a student disagrees with a teacher, yielding sizes independent of parameter count and data entropy — orders of magnitude shorter than prequential methods.
- Learning IS compression: optimal LM training is derivable directly from a lossless-compression objective (~2024); text-trained models beat PNG/FLAC by adapting in-context, not by storing more (~2023).
- Depth beats width at sub-billion params — an identical parameter budget encodes more learned structure composed through layers than spread across width (~2024).
- LLMs compress more aggressively than humans, capturing broad categories while shedding fine distinctions humans keep (~2025).
- Identical performance/decodability can mask fundamentally fractured internal representations — so parameter count can hide it too.

Anchor papers (verify; mind their dates): Language Modeling is Compression (arXiv:2309.10668, 2023); Towards Optimal Learning of Language Models (arXiv:2402.17759, 2024); MobileLLM (arXiv:2402.14905, 2024); From Tokens to Thoughts (arXiv:2505.17117, 2025).

Your task:
(1) RE-TEST EACH CONSTRAINT. For every finding, judge whether newer models, training methods, tooling, orchestration, or evaluation have RELAXED or OVERTURNED it. Separate the durable question (likely still open) from the perishable limitation; cite what resolved it, and say plainly where a constraint still holds.
(2) This is a contested space — surface the strongest CONTRADICTING or SUPERSEDING work from the last ~6 months, especially any claim that parameter or capacity measures DO track learned simplicity, and adjudicate the disagreement.
(3) Propose 2 research questions that assume the regime may have moved.

Cite arXiv IDs; flag anything you cannot ground in a real paper.