Glossary · Term

preconditioner

← all terms

Definition

Plain language

A way of rescaling a problem before you solve it so the important directions get bigger steps and the calculation converges faster.

As stated in the literature

A transformation that improves the conditioning of an optimization or linear system; SVD-based LoRA initialization acts as an implicit preconditioner, scaling updates along each direction by its singular value for faster few-step convergence.

Why it matters: It can turn a slow, zig-zagging optimization into one that converges in far fewer steps, which is critical when only a handful of update steps are affordable.

For example, before solving, you stretch a long thin valley into a round bowl so each step heads more directly toward the bottom.

Heard on the show

“This initialization acts like a built-in preconditioner.”
Episode 114 — Agents That Rewrite Their Own Weights Instead of Just Taking Notes

Mentioned in 1 episode

  1. 114
    Agents That Rewrite Their Own Weights Instead of Just Taking Notes

Related terms