Prism Coder: Qwen3.5-14B fine-tune for MCP tool-routing — 100% on 102-case benchmark (vs Claude Opus 98.3%)
Releasing Prism Coder checkpoints.
What it is: LoRA fine-tunes on Qwen3.5-14B and 32B optimized for MCP (Model Context Protocol) tool-routing. Trained on the routing decision — not just correct tool call format, but knowing when NOT to call a tool.
Why this matters: Base Qwen3.5 over-routes. It calls tools reflexively even when a direct answer is better. The fine-tune targets this failure mode specifically.
Benchmark (102-case routing eval):
| Model | Score |
|---|---|
| Prism Coder 14B | 100% |
| Claude Opus | 98.3% |
| Base Qwen3.5-14B | ~73% |
Use case: Local MCP deployments. Cascade: 14B local → 32B local → cloud fallback. Keeps cloud API costs near zero.
License: AGPL-3.0 | GitHub: github.com/dcostenco/prism-mcp
Feedback on the benchmark methodology welcome.