{% extends "base.html" %} {% block title_suffix %} — Trends{% endblock %} {% block content %}

Trends

Status — Building

Trend analysis requires sufficient session history before it can provide honest, non-misleading results. The cold-start gate is not yet met across all task types.

Why trends are parked: Honest trend analysis requires a stable self-baseline (≥ 8 lean sessions) AND ≥ 3 calendar-week windows with ≥ 5 content sessions per type. Drawing trend lines through fewer sessions produces confident-looking graphs over noise. A trend that appears to show improvement — but reflects a shifting baseline or sparse data — is worse than no trend.

When the gate is met: trend raw session cost or real_tokens over time, with the self-baseline as a static reference line. Do NOT trend “delta from baseline” — the baseline shifts as sessions accumulate.

{% if task_type_rows %}
Session Count by Type
{% for row in task_type_rows %} {% endfor %}
Task Type Sessions
{{ row.task_type }} {{ row.cnt }}
{% endif %} {% endblock %}