You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trinity Part 3: tune escalation criteria to on-device capability
The on-device Apple model is strong on conversation / everyday Q&A / short
explanations / tool-calls, but unreliable on multi-step math, comparisons, precise
facts, and logic — and those questions are often SHORT, so the length + deep-marker
triggers missed them (a short word-problem routed local and the small model muddled
the arithmetic). Added correctnessSensitiveMarkers ('calculate', 'how many', 'which
is bigger', 'what year', 'when did', …) so correctness-sensitive prompts escalate to
the cloud when reachable (best-effort on-device when not — never a fabricated
answer). Conversation/opinion/creative/light how-to stays local. Honest heuristic:
Apple's on-device API exposes no reliable confidence signal. Build green.
0 commit comments