Analytics Scoring Defaults
· install-wide judge & rubric seed Read-only · set in .envAdmin only, environment-set. The default trusted judge, rubric and weights are configured in the server .env and cannot be edited from this screen. New experiments copy these as their own overrideable defaults.
Default Judge
Default Composite Weights
groundedness
1.0
relevance
1.0
coherence
1.0
instruction-following
1.0
To Change (Admin)
SCORE_JUDGE_PROVIDER=anthropic
SCORE_JUDGE_MODEL=claude-opus-4-8
SCORE_RUBRIC_VERSION=v3
SCORE_WEIGHTS={"groundedness":1,"relevance":1,"coherence":1,"instruction_following":1}