Record: VarLenAttn + PhasingTTT - val_bpb 1.0728 (3-seed mean)#1610
Open
romeerp wants to merge 4 commits intoopenai:mainfrom
Open
Record: VarLenAttn + PhasingTTT - val_bpb 1.0728 (3-seed mean)#1610romeerp wants to merge 4 commits intoopenai:mainfrom
romeerp wants to merge 4 commits intoopenai:mainfrom
Conversation
amrayach
added a commit
to amrayach/parameter-golf
that referenced
this pull request
Apr 14, 2026
Bring AGENTS.md, AGENT_SYNC.md, project-state.md, decisions.md, and next-session.md to the openai#1610-direct strategy. Add locked execution plan (PLAN_PR1610_CORRECTOR.md Rev 3). Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
amrayach
added a commit
to amrayach/parameter-golf
that referenced
this pull request
Apr 14, 2026
Exact copy from PR openai#1610 at SHA ca19195. MD5: 57cfda2047b2c2a63ec10b99d704bfb0. 3379 lines, 139831 bytes. This is the unmodified source base; corrector will be added in later commits. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
amrayach
added a commit
to amrayach/parameter-golf
that referenced
this pull request
Apr 14, 2026
Setup, seed-0 (Gate A), seed-1/2 (Gate B) subcommands with published BPB verification targets and kill criteria. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
sunnypatneedi
pushed a commit
to sunnypatneedi/parameter-golf
that referenced
this pull request
Apr 14, 2026
…; PRISM + Ouroboros papers; Session 13 - Merged SOTA 1.0810 unchanged (5-day plateau; 16 days to deadline) - PR openai#1610 (romeerp, 1.0728): VarLenAttn + PhasingTTT — legal, score-first compliant, but low EV (-0.0006 bpb) - PR openai#1619 flagged likely illegal (AdamW TTT — same pattern as rejected PR openai#771) - PRISM (arXiv:2602.10796, Feb 2026): Parallel Residual Iterative Sequence Model, 174x throughput — read before next recurrence architecture decision - Ouroboros (arXiv:2604.02051, Apr 2026): input-conditioned LoRA modulation for recursive transformers — watch - Session 13 added to CLAUDE.md; no strategy change (PR openai#1586 per-layer GPTQ still #1 priority) - daily_research.md Apr 14 entry added at top https://claude.ai/code/session_01GLn4VtS8D1uehRZnfb4dRe
dexhunter
added a commit
to dexhunter/parameter-golf
that referenced
this pull request
Apr 14, 2026
…al_bpb 1.07193 (3-seed mean) Novel multi-phase global SGD during phased TTT evaluation. Builds on PR openai#1530 (@samacqua) + PR openai#1610 (@romeerp) phased TTT concept. 3-seed mean: 1.07193 BPB (2.76890 nats), std 0.00063. Seeds: 42, 0, 1234. All artifacts <16 MB.
4 tasks
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.
This builds directly on PR #1530. Training is unchanged; the only change is in evaluation.
Results:
All 3 seeds are under the 600s eval budget and under the 16 MB artifact cap.
Compared to the original PR #1530 submission mean:
Method:
Legality:
Intuition:
Implementation note:
Run instructions:
Train + quantize + phased eval for one seed:
SEED=0 ARTIFACT_DIR="runs/varlen0" \ PHASED_TTT_ENABLED=1 PHASED_TTT_PREFIX_DOCS=2000 \ torchrun --standalone --nproc_per_node=8 train_gpt.pyEval-only on an existing checkpoint:
SEED=0 EVAL_ONLY_PATH="runs/varlen0/final_model.pt" \ PHASED_TTT_ENABLED=1 PHASED_TTT_PREFIX_DOCS=2000 \ torchrun --standalone --nproc_per_node=8 train_gpt.py