
Skill
braintrust-design-eval-metric-bundle
create multi-objective evaluation metric bundles
Description
Create, edit, audit, or compare a multi-objective eval metric bundle covering product quality, safety, reliability, latency, and cost. Use to choose metrics for an eval, define a goodness bundle, distinguish optimization metrics from non-regression guardrails, expose tradeoffs, audit a KPI or single composite score for Goodhart and metric-gaming risk, or answer "what should improve and what must not regress." Do not use to design trace schemas, build datasets, or implement scoring methods.
SKILL.md
Design the metric bundle
Contract: references/interaction-contract.md. Calibration, templates, provenance: references/metric-bundle.md.
Trigger
- Requests to choose metrics, define "good," or set targets.
- A single headline KPI or composite score driving a ship decision.
- A targeted change being judged by a whole-response average.
Do
- Draft the bundle from the objective before asking anything. Cover quality, safety, reliability, latency, and cost as separate measures — never averaged.
- Assign each metric a decision role: improve (the target) or guardrail (must not regress). Guardrails are constraints, never terms in a weighted sum.
- Give each metric a direction, threshold type (point estimate vs. upper confidence bound — safety rates need the bound), proxy limitation, and named gaming path.
- Derive each metric from the causal path of the change. If the intervention can only alter part of the output, the primary metric is restricted to the items and fields it can touch, with the aggregate beside it as blast radius.
- Make cost the production-honest number: cost per resolved request, not token price. Retries, fallbacks, and human cleanup mean the cheapest model is rarely the cheapest system.
Avoid
- Do not collapse distinct constructs into one score.
- Do not treat a proxy as the outcome; keep the limitation attached.
- Do not adopt a metric whose scope cannot show the effect under test — a diluted metric manufactures confident null results.
- Do not set thresholds from current numbers; derive them from product tolerances and fix them before the run.
- Do not make metrics observable or implement them.
Check
- Every metric has direction, decision role, threshold type, proxy limitation, gaming path.
- All five dimensions represented or explicitly waived with a reason.
- At least two proxies for any outcome consequential enough to gate on.
- Targeted changes carry a narrow primary metric plus the aggregate.
Risk
- Under optimization pressure the system finds the shortest path to the score, not the outcome: unit-test pass rate yields trivially passing suggestions, judge scores yield prompt gaming.
- A single dominant KPI hides regressions by construction.
- Thresholds without uncertainty are decorative — a point estimate crossing a line is not evidence the underlying rate did.
Braintrust
One scorer per metric (references/platform-mechanics.md §5) — the bundle only works if a
regression in one dimension is visible as its own column. Scores in native scores (0–1),
tokens/latency/cost in native metrics so cost and quality stay separable. Guardrails become
experiment-level regression gates, not charts someone reads; a guardrail in a chart gets
traded away. Upper-bound thresholds (safety) need the bound in a custom column so the gate
reads the right value. Cost per resolved request is derived, not native: a resolution scorer
gating the non-negotiables, native cost metrics, then the ratio as a custom column. Run the
same scorers on production traffic via online scoring — a bundle that exists only offline
cannot answer the validation question.
More skills from the eval-library repository
View all 24 skillsbraintrust-analyze-eval-experiment
analyze LLM and agent eval experiments
Aug 20AnalysisBraintrustEvalsLLM +1braintrust-attribute-multi-variable-change
attribute performance changes to multiple variables
Aug 20AnalysisBraintrustEvalsLLM +1braintrust-build-eval-dataset
create and manage LLM eval datasets
Aug 20AgentsBraintrustDatasetsEvals +1braintrust-define-eval-objective
define LLM evaluation objectives
Aug 20BraintrustEvalsLLMProduct Management +1braintrust-define-eval-release-gate
configure release gates for LLM applications
Aug 20AgentsBraintrustCI/CDEvals +1braintrust-deploy-evaluator
deploy evaluators to Braintrust
Aug 20BraintrustDeploymentEvals
More from Braintrust
View publishertroubleshoot-braintrust-mcp
configure and troubleshoot Braintrust MCP servers
braintrust-claude-plugin
Jul 12BraintrustDebuggingMCPbraintrust-design-eval-experiment
design controlled LLM eval experiments
eval-library
Aug 20BraintrustEvalsExperimentsLLM +1braintrust-design-eval-instrumentation
design trace and evaluation dataset schemas
eval-library
Aug 20BraintrustDatasetsEvalsObservability +1braintrust-design-human-eval-review
design human evaluation and review workflows
eval-library
Aug 20AgentsBraintrustDatasetsEvals +1braintrust-discover-agent-failures
identify and classify agent failure modes
eval-library
Aug 20AgentsBraintrustDebuggingEvals +1