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 observed inflow), 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 | Receiving | Median time-to-first-call |
|---|---|---|---|---|
|
2026-W35
2026-08-24
|
177 |
11.9%
21/177
|
22.0%
39/177
|
13.1h |
|
2026-W34
2026-08-17
|
543 |
12.0%
65/543
|
24.1%
131/543
|
2.7d |
|
2026-W33
2026-08-10
|
333 |
12.0%
40/333
|
41.7%
139/333
|
6.0d |
|
2026-W32
2026-08-03
|
332 |
11.4%
38/332
|
52.7%
175/332
|
6.1d |
|
2026-W31
2026-07-27
|
460 |
6.7%
31/460
|
19.8%
91/460
|
10.0d |
|
2026-W30
2026-07-20
|
472 |
7.2%
34/472
|
36.0%
170/472
|
12.6d |
|
2026-W29
2026-07-13
|
417 |
12.2%
51/417
|
35.0%
146/417
|
9.8d |
|
2026-W28
2026-07-06
|
1,279 |
2.7%
35/1279
|
68.0%
870/1279
|
14.7d |
|
2026-W27
2026-06-29
|
81 |
28.4%
23/81
|
3.7%
3/81
|
19.6d |
|
2026-W26
2026-06-22
|
43 |
20.9%
9/43
|
7.0%
3/43
|
21.9d |
|
2026-W25
2026-06-15
|
94 |
25.5%
24/94
|
7.4%
7/94
|
37.7d |
|
2026-W24
2026-06-08
|
75 |
26.7%
20/75
|
5.3%
4/75
|
42.3d |
|
2026-W23
2026-06-01
|
41 |
22.0%
9/41
|
9.8%
4/41
|
45.3d |
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).
Receiving = 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.