{% extends "base.html" %} {% block title %}Evidence — FreeWeight{% endblock %} {% block content %}
What LoadCoach routes on: one record per model, runtime profile, machine and capability, each with ADR-0017's confidence beside it. A capability with no evidence is absent, never scored zero; a goal below its calibration gate emits nothing at all. The file form is /api/v1/evidence/export.
{% if error %}{{ error }}
Across {{ capability_count }} capabilit{{ 'y' if capability_count == 1 else 'ies' }}.
Freshness below the threshold, or the environment drifted. Re-run to refresh.
| Capability | Model | Score | Confidence | Samples | Measured | Status | Why |
|---|---|---|---|---|---|---|---|
{{ record.capability_id }}
{% if record.is_goal_sourced %}
goal
{% endif %}
|
{{ record.model_canonical_id }} {% if record.identity_confidence == 'name_only' %} name only {% endif %} | {{ '%.3f' % record.score }} | {{ '%.2f' % record.confidence }} | {{ record.sample_count }}{% if record.excluded_count %} (+{{ record.excluded_count }} excluded){% endif %} | {{ record.measured_at.strftime('%Y-%m-%d') }} {{ '%.0f' % staleness.age_days }} d ago | {% if staleness.stale %} stale {% else %} fresh {% endif %} |
explain{% if staleness.stale %}{{ staleness.reasons | join(' ') }} Start a run to refresh it. {% endif %}
|
Evidence is computed when a run completes. Start one:
freeweight run start --model <model> --suite native.tool_use
A goal with judged criteria also needs to be calibrated before it emits evidence.