Skip to content

Commit 0edf715

Browse files
committed
soften finding F4 long-tail labels
1 parent fe4dd0b commit 0edf715

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/sections/findings/F4_RepoQuintiles.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
export let title = "Long-tail repository performance";
88
export let description =
9-
"Agents are weakest on Q1 — the least-popular repos, where experts still extract sizeable wins, hinting at both distribution shift and untouched headroom. They close the gap on mid-popularity Q2–Q3, then dip again on Q4, where even the expert struggles to find anything left to optimise.";
9+
"Agents are weak on Q1 — the least-popular repos, where experts still extract sizeable wins, hinting at both distribution shift and untouched headroom. They close the gap on mid-popularity Q2–Q3, then dip again on Q4, where even the expert struggles to find anything left to optimise.";
1010
1111
const data = findings.f4_longtail;
1212
const quintiles = data.quintiles || [];
@@ -25,14 +25,14 @@
2525
{
2626
type: "bracket",
2727
range: [1, 2], // Q2–Q3
28-
label: "Most competitive",
28+
label: "Agents competitive",
2929
tone: "positive",
3030
side: "top"
3131
},
3232
{
3333
type: "bracket",
3434
range: [0, 0], // Q1
35-
label: "Weakest on rare repos",
35+
label: "Agents struggle",
3636
tone: "negative",
3737
side: "bottom"
3838
},

0 commit comments

Comments
 (0)