Swapping a large model for a smaller, faster one is the easiest cost win in an AI product, and it usually survives every test a team thinks to run. The demo still reads well. The tone holds. Reviewers skim a dozen outputs, find nothing embarrassing, and sign off. What the swap actually costs is invisible at that altitude, because surface fluency and multi-step correctness are separate capabilities that degrade at different rates.
A smaller model, or a larger one told to answer immediately instead of working through intermediate steps, keeps almost all of its command of grammar, register, and structure. What it loses is the chain: the ability to carry a constraint from the third step into the seventh without dropping it. So the failures that appear are not garbled sentences. They are confident, well-formed paragraphs with one wrong figure in the middle, or a recommendation that quietly violates a condition stated two paragraphs earlier.
Consider a team that routes contract summaries through a model and has a reviewer spot-check a sample of them. The reviewer is a competent reader, so the check becomes a reading check: does this summary sound like it understood the document? Every sampled summary passes, because the cheaper configuration is still an excellent writer. The one that inverted an indemnity clause reads exactly as smoothly as the rest. Nothing in the review process is built to catch it, because that process was designed around a failure mode, incoherent output, that stopped being the failure mode the moment models got good at prose.
The lever is to stop checking for quality and start checking one specific claim: pick the single fact each output depends on and verify only that. It is faster than reading the whole thing, and it catches what the reading check structurally cannot.