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: BUILD_NOTES.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -187,7 +187,7 @@ Why cache reads dominate: 822 assistant turns on the lead alone × growing conve
187
187
188
188
74 distinct sessions worth of work participated: lead + 73 subagent dispatches (58 builders + 15 auditors). Claude Code spawns each subagent dispatch in its own session; the lead's JSONL only records the dispatch call and the subagent's final return, not the subagent's internal turns.
189
189
190
-
**Caveat**: the 75 files include some unrelated parallel work that happened to share the SutroYaro project dir during the calendar window (status checks, Hinton precedent inspection). Schmidhuber-only volume is ~95% of the 1.15B figure. The chimera project Yad worked on in parallel lives in a different `~/.claude/projects/` dir and was filtered out.
190
+
**Caveat**: the 75 files include some unrelated parallel work that happened to share the SutroYaro project dir during the calendar window (status checks, Hinton precedent inspection). Schmidhuber-only volume is ~95% of the 1.13B figure. The chimera project Yad worked on in parallel lives in a different `~/.claude/projects/` dir and was filtered out.
191
191
192
192
The full explainer of how to read these numbers (and how the harness UI display ≠ build cost) is in [issue #19](https://github.com/cybertronai/schmidhuber-problems/issues/19).
193
193
@@ -286,7 +286,7 @@ Three concrete error recoveries are visible in the session log:
-**74 distinct sessions** (lead + 73 subagent dispatches) consuming **~1.15 billion tokens total**, of which **91% is cache_read** (re-loaded prefix from prior turns). Harness "780k" display is current context-window utilisation, not cumulative cost. Full breakdown in[issue #19](https://github.com/cybertronai/schmidhuber-problems/issues/19).
289
+
-**74 distinct sessions** (lead + 73 subagent dispatches) consuming **1.13 billion tokens** at a cost of **$3,879** (Opus 4.x public pricing), of which **94.5% is cache_read** (re-loaded prefix from prior turns). Harness "780k" display is current context-window utilisation, not cumulative cost. Full breakdown: [Build internals FAQ](https://cybertronai.github.io/schmidhuber-problems/build-internals/faq.html), [Cost rollup](https://cybertronai.github.io/schmidhuber-problems/build-internals/cost-rollup.html),[issue #19](https://github.com/cybertronai/schmidhuber-problems/issues/19).
290
290
-**Pure numpy + matplotlib**, all under 5-min wallclock per stub except `pipe-6-bit-parity` (240s 6-bit cap), `evolino-sines-mackey-glass` (140s), `lstm-search-space-odyssey` (145s)
291
291
-**Algorithmic-faithfulness coverage**: 9 RL stubs (numpy mini-envs per SPEC), 11 LSTM-family stubs (manual BPTT through cells with various gate variants), 4 evolutionary stubs (no gradient on hidden weights), 3 search stubs (Levin / OOPS / RS), 8 v1.5 substitutes (synthetic numpy data instead of TIMIT/IAM/ISBI/CarRacing/VizDoom/TORCS), 1 equivalence proof (linear-attention ≡ FWP to 2.22e-16)
-**Build cost / token math**: **1.13B tokens, $3,879** at Opus 4.x public pricing across 74 sessions (lead + 73 subagent dispatches). 94.5% cache_read. The harness "780k" is context-window utilisation, not cumulative consumption. Full breakdown: [Build internals FAQ](https://cybertronai.github.io/schmidhuber-problems/build-internals/faq.html), [Cost rollup](https://cybertronai.github.io/schmidhuber-problems/build-internals/cost-rollup.html),[issue #19](https://github.com/cybertronai/schmidhuber-problems/issues/19).
0 commit comments