Tessary
Tessary classifiers
Tessary's classifiers are the cheap checks that run on every production trace. Sampling misses low- probability issues, and in a mature agent nearly every remaining issue is low-probability. So finding them means checking everything, which is only affordable when one check costs almost nothing.
Each trace is scored by the built-ins: frustration, groundedness, secret_leak, malformed_output, behavior_drift, duration_drift, cost_drift, and tool_error. When a score crosses its confidence threshold, a finding is created for further analysis; LLM judgment comes in only at that escalation step, never by default. Custom classifiers, fine-tuned for your agent's own failure modes, run alongside them.
Low-probability issues surface as they happen instead of weeks later through user reports, which is what keeps your critical agents reliable.
6 questions