Skip to content

Commit 3f96815

Browse files
committed
revise f3 strategy description wording
1 parent fd7da05 commit 3f96815

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/sections/findings/F3_StrategyAdvantage.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
export let title = "Optimization strategy strengths";
88
export let description =
9-
"Advantage broken out by the strategy the expert used. Agents match or beat experts when the win is parallelisation or batching, but fall behind whenever the human reached for a C extension or a vectorised primitive — the categories where capability, not effort, is the bottleneck.";
9+
"Advantage broken out by the strategy the expert used. Agents match or beat experts when the win is parallelisation or batching, but fall behind whenever the human reached for a lower level library (numpy/pandas/etc.) or a vectorised primitive — the categories where capability, not effort, is the bottleneck.";
1010
1111
const data = findings.f3_tags;
1212
const tags = data.tags || [];

0 commit comments

Comments
 (0)