Skip to content

Commit b134de6

Browse files
committed
docs: align README/BUILD_NOTES token-math with build-internals audit
1 parent 8418c1d commit b134de6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

BUILD_NOTES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ Why cache reads dominate: 822 assistant turns on the lead alone × growing conve
187187

188188
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.
189189

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.
191191

192192
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).
193193

@@ -286,7 +286,7 @@ Three concrete error recoveries are visible in the session log:
286286
- **41.3 wall hours** end-to-end (May 6 23:03 → May 8 16:16 UTC, 3 distinct days)
287287
- **5 GitHub issues**, **14 PRs created** (1 closed-and-reissued), **13 audit comments**, **13 merges in one batch**
288288
- **1 `TeamCreate`**, **1 `TeamDelete`**, **58 named builders** + **15 audit subagents**
289-
- **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).
290290
- **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)
291291
- **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)
292292

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A reproducible-baseline catalog of the synthetic learning problems that appear i
88
- **Visual tour**: [VISUAL_TOUR.md](VISUAL_TOUR.md)
99
- **Build notes**: [BUILD_NOTES.md](BUILD_NOTES.md)
1010
- **Status**: 58 of 58 stubs implemented (PRs [#4](https://github.com/cybertronai/schmidhuber-problems/pull/4)[#16](https://github.com/cybertronai/schmidhuber-problems/pull/16), all merged 2026-05-08)
11-
- **Build cost / token math**: ~1.15B tokens across 74 sessions (lead + 73 subagent dispatches), 91% cache_read. The harness "780k" is context-window utilisation, not cumulative consumption. Breakdown: [BUILD_NOTES.md § Token consumption](BUILD_NOTES.md) + [issue #19](https://github.com/cybertronai/schmidhuber-problems/issues/19).
11+
- **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).
1212

1313
## Introduction
1414

0 commit comments

Comments
 (0)