Commit ac42b01
fix(writeup): correct stale per-agent costs in costs section
The cost (v6) column had Mapper at $0.69 and Critic at $0.50, both
copied from an early v6 iteration. The canonical v6_clean snapshot
shows Mapper $0.89 (cache-write premium on the first 8 parallel
calls is real but small) and Critic $0.58. Updating the table to
match makes the column sum to the $2.09 run total exactly — there's
no actual gap, only stale figures. Replace the trailing prose hint
about the (non-existent) gap with a one-line note that cache-write
premiums sit inside the Mapper and Critic rows rather than being
broken out. Calls counts also tightened: Mapper 71 not ~70, Critic
44 not ~42.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 03773e9 commit ac42b01
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments