answers

One question, one page.

29 concepts, 164 questions answered. Each page answers one question directly in its first paragraph, then shows the work and cites where the numbers came from.

11 concepts

Agent reliability

Agent reliabilityAgent reliability is the degree to which an agent's behavior in production stays consistent with what it was built to do, across the inputs it actually receives and over time as everything around it changes.5 answersCause attributionCause attribution is the step from "quality dropped" to "this specific change caused it." Detection establishes that a regression happened; attribution names the change responsible.6 answersDeploy gatesA deploy gate is a check that runs a set of evaluations against a change before it merges and blocks the merge on failure.5 answersEval costsEval costs are the arithmetic of judging an agent's traffic.5 answersEval datasetsAn eval dataset is the set of cases an agent gets judged against: inputs paired with the behavior expected on them.6 answersFailure replayFailure replay is the practice of reproducing a production failure with its full original context, so that a proposed fix can be verified against the case that actually happened.6 answersGradersA grader is a check that reads a trace of an agent's behavior and returns a verdict about one specific thing the agent was supposed to do.5 answersInstrumentationInstrumentation is the code that records what an agent does while it runs and emits that record as telemetry.6 answersLLM as judgeLLM-as-judge is a prompt that grades an agent's output by reasoning over it against one or more specific intents, the things the agent was supposed to do.6 answersRegression detectionA regression is a drop in agent quality caused by a change.6 answersSilent failuresA silent failure is an agent run that completes normally and produces a wrong result.6 answers

4 concepts

General agent concepts

14 concepts

Tessary

Send us the traces you already emit.