multiharness
The routing layer I wish more agent demos had.
This is the short version of the project: a local-first harness that can route between local and cloud models without pretending the tradeoff does not exist.
What it does
- decides when a local model is enough and when cloud is the better call
- keeps the failure path visible so I can see what changed
- makes the harness the thing I inspect, not just the model name
Why I care
Most agent setups talk about intelligence and skip routing. I care about the boring part because that is where the system becomes trustworthy.
How I describe it
multiharness is not a demo wrapper. It is the layer that decides what runs where, keeps the loop short, and shows me the failure instead of hiding it.