You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/sections/findings/F3_StrategyAdvantage.svelte
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
exportlet title ="Optimization strategy strengths";
8
8
exportlet 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.";
0 commit comments