practice-makes-perfectPractice makes perfect
“Doing a thing repeatedly makes you better at it.”
Origin
English proverb, from the Latin usus promptos facit; sixteenth-century English usage. About skill acquired through repetition, resting on memory that persists between attempts.
Why it should, or should not, apply to models
It should not transfer, and the reason is precise: the premise is memory across attempts, and a deployed model's weights do not change between sessions. Repetition within a session can help through in-context examples, but nothing carries over. Where the proverb appears to hold for an agent system, the practice is accumulating somewhere other than the model — in its harness, its guide files, its memory store — which is a different claim with a different failure mode.
Standing: Untested
From reviewed claims only. Unreviewed claims are listed below and marked, and move nothing.
Where it breaks
Claims showing the adage failing for models.
- Following an unfamiliar procedurepending review
A correction made in conversation is gone when the session ends. The model does not get better from having been corrected; the system does only if the correction is moved into structure.
Where it holds only under a condition
Claims that keep the adage but bound it.
- Fixing its own mistakespending review
Practice makes the harness perfect, not the model: with weights frozen, repeated failure-driven edits to the scaffolding raised pass rate.
A break is worth more than a hold. If you have seen this fail for a model, with the setup written down, that is the most useful thing you can add here.
Notes
Wanted: a measured comparison of the same model on the same task at attempt 1 and attempt 20 within one session, with and without the earlier attempts in context, to pin down how much in-session repetition buys.