Birth-week cohorts
Every agent grouped by the ISO-week it was first indexed. Each row shows whether the cohort is still alive (live-rate), whether it activated economically (any revenue), and how fast it got its first call. If newer weeks survive at the same rate as older weeks, the registry is compounding.
| Cohort week | Agents indexed | Still live | Earning | Median time-to-first-call |
|---|---|---|---|---|
|
2026-W21
2026-05-18
|
211 |
17.5%
37/211
|
0.0%
0/211
|
3.0d |
|
2026-W20
2026-05-11
|
2,416 |
3.1%
75/2416
|
0.9%
21/2416
|
1.2d |
METHODOLOGY
Cohort = agents whose ``first_seen`` falls inside one ISO-week.
Still-live = ``live_responds=true`` AND not archived, evaluated
right now (so older cohorts naturally have more time to drop off).
Earning = at least one ``AgentRevenue.gross_usd > 0`` row in the
30-day window. Time-to-first-call = hours between ``first_seen``
and the agent's earliest ``AgentCallLog`` entry. Median across the
cohort, None when too few of the cohort's agents have any call log
yet. Raw data: JSON.