ND Decision Tree¶
Do you need speed more than exact replay?
- If no: use deterministic exact.
- If yes: continue.
Is recall critical for user-facing decisions?
- If yes: set
nd.target_recalland enable witnesssampleorfull. - If no: use
fastorbalancedprofile.
Is latency budget strict?
- If yes: set
nd.latency_budget_msand accept possible refusal. - If no: use
accurateprofile and larger candidate caps.
Need auditability?
- Enable witness mode and keep provenance artifacts.
Recommended starting configs
- Fast:
profile=fast,witness=off,budget=low. - Balanced:
profile=balanced,witness=sample. - Accurate:
profile=accurate,witness=full.