Bring the whole target.
Compare a prompt, a model, an agent, an HTTP endpoint, or recorded outputs. Keep each target's input mapping explicit.
Evals & scenarios
Put prompts, models, agents, and workflows through the same cases. Inspect the failures. Make your next change earn its place.
Caveman Platform · private development
A good demo is one path through the problem.
Cases down the side. Variants across the top. Compare quality and cost, then open the exact result behind a pass or failure.
| Scenario | Baseline | Fast model | Guarded workflow |
|---|---|---|---|
| Valid tool callOutput contract | |||
| Ambiguous requestAsk before acting | |||
| Missing permissionAccess boundary | |||
| Noisy tool outputAnswer grounding | |||
| Long conversationContext retention | |||
| Provider timeoutFailure recovery | |||
| Passing cases | 5 / 6 | 2 / 6 | 6 / 6 |
Compare a prompt, a model, an agent, an HTTP endpoint, or recorded outputs. Keep each target's input mapping explicit.
Version datasets and expected behavior. Cover tool use, ambiguous input, access boundaries, and recovery paths with cases you can revisit.
Combine configured evaluators with human review. Inspect scores, reasons, and evaluator failures instead of trusting a single average.
Live quality monitors can feed failures into datasets. Compare candidates on those cases, then promote a passing evaluation into a gate for supported optimization paths.
Sample matching traffic with quality monitors. Keep coverage visible rather than implying every call was evaluated.
{
query: string,
limit: number
}Arguments validatedCarry trace references into an eval. Pin dataset and workbench versions so future results retain their context.
Use passing evaluation evidence to constrain promotion. A candidate with fewer tokens still has to meet the bar.
A passing eval is one part of the decision. Keep recorded replay, shadow observations, and live canary evidence distinct as a routing change moves forward.
Capture representative traffic before proposing a change.
Stage previewInteractive rollout illustration. Recorded outputs and replay are not proof of live-provider behavior. Gates and permitted rollout stages depend on the configured optimization.

Real product UI · seeded demo workspace · catalog list-price subtotals
Scenarios are repeatable cases inside your evaluation datasets: inputs, expected behavior, tags, and references. Evals bring those cases together with targets and graders.
The workbench supports agent, workflow, HTTP, model, prompt, and recorded targets. Available execution depends on the target configuration and the environment connected to your project.
It means the evaluated target passed the configured checks on those cases. Coverage, grader quality, human review, and controlled rollout still matter. Recorded replay and live-provider evidence remain separate.
Make every token count.
Build a quality loop around your agents, then connect that evidence to the decisions that change them.