How it works overview
Phase 02
Route Intelligently
Right model. Right price.
Overview
Routing is where Devtor earns its name as a control plane. The orchestrator compares task requirements against a matrix of provider capabilities, latency, and price — then picks the minimum viable model.
In depth
Hybrid architecture means a high-capability planner can delegate subtasks to cheaper sub-agents. Routing decisions are logged and explainable: you see which models were skipped, why, and how much you saved versus always using your default flagship model.
What happens
- 1Match task type to model capability profiles
- 2Rank candidates by cost and expected quality
- 3Reserve frontier models for high-complexity work
- 4Delegate subtasks to cheaper agents when possible
- 5Log skipped models and cost delta for audit
Terminal output
terminal
Routing decision:
task: code refactoring (medium)
selected: claude-3-5-haiku
skipped: gpt-4o (overkill)
skipped: claude-opus-4 (overkill)
cost delta: -$0.08 vs default
Benefits
- Automatic model selection per task type
- Expensive models only when complexity demands it
- Explainable routing logs for every run
- Typical 40–68% reduction in token spend
Related capabilities
Ready to orchestrate?
Installation guide and CLI — coming soon.