Scoping an assistant well
Start narrow, measure, widen. A field-tested approach to scope.
Scope is the single biggest lever on whether an assistant feels trustworthy or flaky. The reliable path is not to guess the perfect boundary up front — it is to start narrow, watch how real questions land, and widen only where the evidence says you can. This page explains how the Scope Gate decides what is in or out of scope, and how to tune that decision with signals you can actually measure.
How the Scope Gate actually decides
The Scope Gate runs before retrieval. Each incoming question is classified as in-scope or out-of-scope first; only in-scope questions go on to search the corpus and generate a cited answer. The classification happens in two stages: a deterministic Layer-1 pass applies your explicit rules (keyword and category matches that resolve without a model call), and anything those rules do not settle falls through to an LLM-classifier tail that makes the judgment call.
Start narrow
For a new assistant, point it at a single, well-curated corpus and write a deliberately tight set of Layer-1 rules — the topics you are certain it should answer, and explicit out-of-scope categories for the obvious adjacents. A narrow gate produces more deflections at launch, and that is the point: you would rather route a borderline question to a human now and learn from it than ship a confident answer the sources never supported.
Measure with real signals
Once questions are flowing, read the analytics rather than your intuition. Three signals drive the widen-or-tighten decision:
Then widen
With a few weeks of signal, look for the safe places to loosen: high deflection accuracy paired with a cluster of refused questions that you can see are legitimate is the signal to add an in-scope rule or attach another corpus. Make one change, then watch the same three signals. If escalations or unanswered rate climb, you widened past where the sources can support — roll the change back. The loop is narrow, measure, widen, measure again. It never ends; it just gets slower as the boundary settles.
What you can tune — and what you cannot
Tuning scope means editing the Layer-1 rules and the classifier configuration, then measuring. Two controls look like tuning knobs but are not, and you should not build a process around them:
- Minimum confidence on the tenant Scope Gate is a reserved no-op. The field exists in the schema, but the classifier does not enforce it in the current build — setting it changes nothing.
- Disable now, the gate kill switch, is superadmin-only. A Tenant Administrator cannot turn the gate off from the workspace, so do not plan to disable it as a tuning step.