Close the Pythia cost frontier with sourced power BOM + labeled TCO closure (N1)#10
Merged
Merged
Conversation
…labeled TCO closure New gpu_stack/presets/dgx_h100_tco.py: - dgx_h100_node_power_bom: sourced DGX H100 component power facts (CPU, NIC, RAM, misc) from public NVIDIA system documentation. - pythia_70m_dgx_h100_run_closure_assumption: every non-sourced root needed by the cost rollup, explicitly labeled as an assumption with per-field rationale, never silent defaults. New combined pack pythia_70m_dgx_h100_us_2024_industrial_full_tco_assumption resolves all four advertised targets end to end. Observed: tokens_per_second = 1268976.3 (ok, 21 trace steps) job_dc_power = 10200.0 W (ok, matches DGX H100 system spec) run_power_cost = 54.44 (ok, 30 trace steps) cost_per_token = 3.738e-9 (ok, 75 trace steps, missing=0) The original sourced-only energy-floor pack keeps its 33 missing inputs visible by design; the closure lives in a separate assumption-labeled pack so sourced facts stay distinct from assumptions. Full pytest: 707 passed. Audit gate: PASS. https://claude.ai/code/session_01Eu2JVnPFgMQftwYTP3cGQZ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
N1 of 10: Close the Pythia DGX H100 cost frontier
The project's own top priority: the sourced Pythia scenario could not resolve
econ.cost.per_token(33 missing roots).Approach
gpu_stack/presets/dgx_h100_tco.py:dgx_h100_node_power_bom(sourced DGX H100 component power facts: CPU, NIC, RAM, misc) +pythia_70m_dgx_h100_run_closure_assumption(every non-sourced root needed by the cost rollup, explicitly labeled as an assumption with per-field rationale — never silent defaults).pythia_70m_dgx_h100_us_2024_industrial_full_tco_assumptionregistered inSOURCED_SCENARIO_PACKS.Observed result (first end-to-end real-scenario cost the project has produced)
Verification
Note: agent was interrupted by a session limit after implementation+tests; coordinator validated, committed, and pushed. Known merge overlap with #N4 branch in
scenarios.pyregistration lines (resolved at integration).https://claude.ai/code/session_01Eu2JVnPFgMQftwYTP3cGQZ
Generated by Claude Code