Does reshaping a model's internals make training cheaper?
Ongoing research. This is an experimental result from active work, not a settled conclusion. The numbers are what we measured and the method is described so you can judge it, but the programme is still running and later experiments may revise what it means. More about this programme.
The question the whole project started from. If you push a model to keep its internal representation compact while it trains, do you get a cheaper model?
Where this stands
No. The technique does exactly what it claims and the claim does not translate into an efficiency gain -- ordinary training reaches the same place, and the overhead is 23x the measured benefit.
It is the question a client is most likely to ask a version of, and it has a full accounting rather than an opinion. The corrections and the method have proved more reusable than any positive result would have been.
Closed · 1 published result bears on this question.
How these results fit together
This question has one record because it is the one the project started with, and the answer turned out to be short. The idea was that a model's internal workings might be squeezed into fewer dimensions during training, and that squeezing them might make training cheaper. The squeezing worked -- we could remove almost all of the targeted structure and the model kept performing. That is exactly what makes the answer negative: if the model does not care whether that structure is there, then arranging it is not doing any work. The honest competitor settled it. Plain ordinary fine-tuning, with none of the machinery, reached the same place for less, and the penalty we had built cost more than the steps it appeared to save. Everything else on this site exists because that answer sent us looking for what *does* matter, and the first thing we found is that the question had been about the wrong object: the coordinates a model's activity is written in are cheap to rearrange, and the machinery that produces the activity is not.
The results
Each of these is a self-contained record: what we asked, what would have proved us wrong, what we found, and what it does not show. They open with a plain-language summary before any of the technical detail.