- Qwen / Gemma handle triage
- Routine agent steps, every task
- Cheap enough to always be on
- Ran GPU-less on a mini-PC day one
- Called only for high-uncertainty cases
- Expensive final pass, via API or big box
Why it matters: Most teams can't host a 2.8T model, but the routing pattern — cheap local models do triage/routine work, a huge open-weight model gets called only for the hard cases — is a practical architecture for any local-first stack, not just this model.
How to apply: If you're building a local agent pipeline, add a routing layer that escalates only high-uncertainty tasks to a large open-weight model (via API or a beefy box), keeping routine steps on small local models like Qwen or Gemma.