Fallback Is Part of the Model Choice
The useful lesson this week was not that every workflow needs a bigger model. It was that model choice only becomes operational when the system can see failure, fall back cleanly, and decide which processes should move closer to local control.

Listen on Spotify
Compact audio version from The Berserki Brief.
Open in Spotify ↗The operating lesson
A workflow is only as useful as the failure it can survive. The falsifiable claim for 2026-W24: teams that treat model choice, fallback, local control, and verification as one design problem will reduce review failures faster than teams that only swap in a stronger model.
That is the missing layer between the week’s technical signals and the Fable 5 drama covered in the last two notes. The Fable story was not only about one model becoming controversial or unavailable. The operating lesson was dependency shape. If a frontier model can change behavior, route differently, retain data differently, become unavailable, or hide a safeguard behind the interface, then “which model are we using?” is not a complete question.
The better question is: what happens when this model is wrong, blocked, slower than expected, more restricted than yesterday, or no longer the right place to run the work? The answer cannot live in a founder’s memory or a Slack thread. It has to be built into the workflow: visible routing, explicit fallback, domain-specific checks, and a path for moving suitable work toward local models when the quality bar allows it.
What changed
IEEE Spectrum’s piece on contact intelligence in robotics, “Beyond Dexterity: Why Contact May Define the Next Era of Robotics,” points to a hard interface problem: manipulation is not only about moving a gripper through space; it is about interpreting what happens when the gripper meets the object and the environment (https://spectrum.ieee.org/agilink-contact-intelligence-robot-manipulation). The mechanism is feedback density. Vision and planned motion can describe intent, but contact exposes the real state: pressure, friction, deformation, and failure at the surface. The operating analogy for AI workflows is simple: a model call without contact is just a guess with nicer formatting. The system needs some surface that pushes back.
NVIDIA’s technical blog on evaluating clinical ASR models faster with agent skills and NVIDIA Nemotron Speech shows the same pressure in a software workflow: the model output is not the finished product; the evaluation workflow decides whether it can be trusted in a domain with narrower tolerance (https://developer.nvidia.com/blog/evaluate-clinical-asr-models-faster-with-agent-skills-and-nvidia-nemotron-speech). Clinical ASR is an obvious example because the cost of a hidden error is high. But the principle travels. A research workflow, sales workflow, coding workflow, or publishing workflow also needs a domain gate. Average confidence is not enough. The workflow has to know when to accept, when to route to review, and when to fall back.
Mistral’s “Heaps do lie: debugging a memory leak in vLLM” brings the lesson down to runtime reality (https://mistral.ai/news/debugging-memory-leak-in-vllm). A heap metric can suggest one story while the serving process behaves according to another. That matters because local and self-hosted models are not magic independence. They add control, but they also add operational responsibility: memory, latency, capacity, observability, restart behavior, and cost. Moving work toward local LLMs is the right direction for some processes, but only when the runtime has its own contact gates.
What we test next
For Berserki, the practical response is not “use local models for everything” and not “trust the frontier provider until it breaks.” It is a routing plan. Each recurring workflow should name its primary model, its fallback, the reason that fallback is acceptable, the part of the task that could eventually run locally, and the verification signal that decides whether the output can move forward.
That keeps the lesson from becoming abstract infrastructure talk. A public writing workflow might still use a frontier model for synthesis, but require source-contact and editor gates before publishing. A research triage workflow might move first-pass clustering to a local model, while keeping higher-risk interpretation behind a stronger reviewed path. A coding workflow might use one model for implementation, another for review, and a local checker for deterministic guards. The point is not purity. The point is not being trapped by one opaque dependency.
The Fable 5 episode made the dependency problem visible. Robotics, clinical ASR, and runtime debugging show what a better response looks like: contact with the real task, visible failure modes, and fallback plans that are designed before the crisis. The next build decision is therefore not just which model is best. It is which workflow deserves which model, which fallback, which local candidate, and which gate.
Pick one recurring research workflow, define its primary model, fallback model, local-LLM candidate, and contact gate, then measure where review failures move.