"Every trick that makes software feel fast by hiding a choice is a place where the software decided something for you and didn't say so."
Speed Is a Choice, So Make It Visible
Flint could have hidden its speed decisions. It could pick 'fast' or 'thorough' automatically, guess when to use context, and quietly choose a model — and the app would feel simpler. Instead it makes the tradeoff explicit: the vault dial is per-macro, the model tier is a stated choice, and every request carries those decisions openly. Speed is not something Flint does to you behind the scenes; it's a curve you sit on deliberately, macro by macro. Owning the latency means the person paying the wait is the person who chose it.
No Hidden Performance Switch
The sharpest form of this rule is a specific refusal: an empty soul or a missing field must never quietly become a fast path. It would be easy to say 'no persona set? skip the context, run faster' — a hidden optimization that silently changes what the model knows about you. Flint forbids that. The vault choice is explicit on the wire every time (Track 4), so a request never sends more or less context than the macro stated. A performance win you get by silently dropping context is a decision made for the user without telling them.
HIDDEN (rejected) EXPLICIT (Flint)
---------------------------- ----------------------------
empty soul -> skip context vault mode is stated per macro
guess a model by input tier is a named choice
auto 'fast when short' the dial is the user's to set
Every hidden default is a decision the user didn't make and can't see.
Explicit Beats Magic
The same preference shows up in Simple versus Verbose: the modes change only how much is explained, never what happens, so there's no hidden behavioral difference lurking behind a presentation toggle. Across the app the pattern is consistent — expose the knob, state the choice, carry it openly. Magic that guesses well most of the time is worse than an explicit control, because when the guess is wrong the user has no way to see why, and no way to fix it. An honest knob beats a clever default.