What data trains a custom classifier?

Your own agent’s production traffic, not a generic public dataset. That’s the point of building one instead of relying on a built-in: a public dataset teaches a check what refusals or errors look like in general, but your agent’s actual failure modes, the policy it has to follow, the tool call it keeps getting wrong, only show up in your own traces.

The examples that shape it come from the behavior you want caught, in your own traffic, so what it scores is the failure you actually have rather than a generic proxy for it. Your traces stay yours either way: Tessary doesn’t use them to train anything shared across customers.

keep reading

More on this.

Send us the traces you already emit.