Marin: Week of August 24th summary

Milestone: July milestone: complete 67B-A2B MoE; start XB-AYB MoE on B200s; start post-training Marin MoEs
Contents
  1. Data
  2. Summary
  3. Ragged EP replaces pooled-wave as hero default; MFU reaches 23.5%
  4. H100 scaling ladder validates hero predictions; long-context skew sweep begins
  5. IaC centralizes all IAM grants; Iris and Finelog harden under hero-run load
  6. Zephyr shuffle overhaul and fuzzy-dedup cluster pipeline
  7. Hero GrugMoE inference lands on H100 with overhauled metrics
  8. SkyRL dispatch fixes unblock graph-launched runs; Fray hardens actor recovery
  9. Snowball RL report published; curriculum sampling yields token-efficient gains
  10. Code Alchemy adds 917B code tokens; distilled curation pipeline ready
  11. Long-context evals expand with generative MRCR and RiffleEval
  12. Other Changes
  13. Community Pulse
  14. Agent MoE
  15. Runs
GitHub
104 merged 41 opened 61 issues closed 23 contributors 19 epics 216 comments this week
Compute
GCP TPU 5.16e23 HW FLOPs (1.46e23 reserved) W&B 5.80e24 HW FLOPs (7.74e23 model FLOPs)
Compute calculations should be taken with a large grain of salt.
Infra
8/24 8/25 8/26 8/27 8/28 8/29 8/30
Canary Ferry (TPU) 1✓ 6✗ runs
CoreWeave Canary Ferry (GPU) 2✓ 4✗ runs
Datakit Canary - Tier 1 4✓ 2✗ runs
Datakit Canary - Tier 2 4✓ 2✗ runs
Datakit Canary - Tier 3 1✗ runs
Discord
511 messages 360 authors 45 new members 21 channels active 13 threads
Tokens
25.6T tokens 0 25.2% synthetic 293 datasets 🤗 collection
web 14.5T (56.5%) code 5.9T (23.2%) multilingual 4.1T (15.8%) specialized 778.1B (3.0%) math 377.2B (1.5%) documents 1.5B (0.0%)

The 535B-A23B hero run completed its first full week on 704 GB200 GPUs, advancing from 480 billion to 1.82 trillion tokens with Paloma macro loss dropping from 2.626 to 2.458. The ragged all-to-all expert-parallel backend, which last week matched pooled-wave throughput with 150-fold fewer token drops in an A/B test, merged as the hero run’s default transport. Stacked MFU optimizations — layer-carry offload, packed QuACK gate/up interleave, and wider FA4 forward tiles — pushed diagnostic runs to 23.5% MFU at hero shape, a roughly 4% throughput gain over the production run’s 21.3%.

The June 67B-A2B “Grug” run appears to have finished its 10.07T-token training budget, having been at 89% last week with Paloma well below the 2.269 preregistered target. Two 262K-context extension branches both completed at Paloma 2.208 with negligible loss degradation, and long-context data-skew experiments are now running from that checkpoint. On the infrastructure side, a Pulumi consolidation made the single marin stack the sole owner of all GCP IAM grants — an audit of 57 targets and 736 members found zero drift — and Iris’s scheduler gained a SYSTEM priority tier so hero tasks preempt everything else after worker loss. Benjamin Feuer published the Snowball 67B RL report, with AIME24 improving from 17.67% to 27% and MATH-500 from 64% to 78%, and Russell Power’s curriculum-RL experiments showed that grade-adaptive sampling matches baseline quality at roughly half the token spend.

Hero Runs

The milestone’s pretraining hero runs and their intermediate cooldowns — the concrete use of compute.

#6704

Epic title: [Hero run] Land June 67B-A2B run on TPUs


Summary: This is a tracking / planning issue for #6044

1/1 sub-issues closed
0 PRs this week, and 0 new issues (1 total)
Sort:

Commitments

What we must land this milestone to be ready for the runs ahead.

#7073

Epic title: Shape of model (arch + tokens etc) for ~120B-A10B Aug 1 run


9/18 sub-issues closed
0 PRs this week, and 0 new issues (18 total)
Sort:

Areas of Investment

Ongoing investment — where time goes as-needed around the commitments; in practice the bulk of the month’s work.

#6710 Ragged EP replaces pooled-wave as hero default; MFU reaches 23.5%

Epic title: B200 training MFU & perf


Summary: > Blocked by / after: Commitment #6706 — Get B200 MFUs above 20% in advance of the Aug 1 run. This investment continues once that bar is hit.

10/25 sub-issues closed

The ragged all-to-all expert-parallel backend, reworked in #8549 by Matt Wittmann, merged this week and is now set to become the hero run's default transport via #8684. An A/B test at hero shape on one NVL72 rack, both arms restored from the live hero's step-6000 checkpoint, measured 22.87% MFU for ragged versus 22.71% for pooled-wave, with a 150-fold reduction in expert-assignment drops (0.018% versus 2.67%) and 12 GiB lower peak device memory (137.9 versus 149.9 GiB). The switch pins a patched PJRT wheel from the new marin XLA fork, and checkpoint migration from the old pooled-wave format is handled automatically. Separately, Matt Wittmann fixed edge bounds and capacity bugs in the ring expert-parallel (EP) backend's ragged-dot kernel in #8610, closing the wrong-output and NaN-gradient failures tracked in #8578.

Three further optimizations, stacked in draft #8753, push hero EP64 MFU from 22.84% to 23.50%. A layer-carry offload frees enough device memory (peak HBM drops from 138.0 to 116.5 GiB) for the XLA latency-hiding scheduler to overlap ragged transport with compute, adding 0.44 percentage points (pp). A packed QuACK gate/up interleave raises effective bandwidth from 1.9 to 7.13 TB/s, contributing another 0.22 pp. A wider FA4 forward tile tuned for the d6144 B200 shape adds 0.28 pp, measured at the step-24000 restore point. Combined, the three changes yield roughly 4% more tokens per second. A parallel diagnostic branch from Rafal Wojdyla in #8733 measured 22.90% p50 MFU (244,738 tok/s) with one expert wave, fused shared experts, and small-parameter Fully Sharded Data Parallel (FSDP), a 5.6% throughput gain over its control.

David Hall added automatic DualPipeV and ZeroBubble pipeline schedules for Grug MoE in #8739. The Snowball 67B-A2B configuration reaches 603,327 tok/s and 19.46% median analytic MFU on 64 H100s, versus 543,490 tok/s and 17.53% for its matched 1F1B control. Command buffers remain disabled because JaxPP's device-ragged pipelines still deadlock during NCCL multi-communicator initialization #7655. On the profiling side, Hall's #8691 recovers JAX named-scope paths from GPU XPlane events, expanding each pipeline stage's profile summary from 3–4 hierarchical regions to 89–135, covering MoE routing, expert execution, and attention. Will Held upgraded the CUDA 13 attention stack to flash-attn-4 4.0.0b28, CUTLASS DSL 4.6.2, and QuACK 0.6.4 in #8741, pulling in the upstream SM90 sparse backward synchronization fix that caused intermittent NaN gradients on H100. Romain Yon fixed Megablox ragged-dot gradient tiling on TPU in #8719 and enabled model-sharded reference attention in #8709.

An early context-parallelism probe #8754 trained the hero shape at sequence length 262,144 on one NVL72 rack with EP16 and four-way context parallelism: 8.78% MFU with 18% expert-assignment drops still rising, confirming that the capacity factors tuned at sequence 4,096 do not carry to long context. Additional infrastructure work included bounding the TensorStore decoded-chunk cache from 125 GB to 1 GB (#8642, Russell Power), sharding expert weights over an auxiliary mesh axis to reduce per-device memory #8674, and upgrading to JAX 0.11.1 after fixing its dot_general sharding-rule break in Grug attention #8715.

2 PRs this week, 6 new comments, and 0 new issues (25 total)
Sort:
19 autocategorized
10 potentially related in Other Changes

#6711 H100 scaling ladder validates hero predictions; long-context skew sweep begins

Epic title: Model architecture & scaling recipe (MoE)


Summary: Ongoing area of investment, picking up after the July Commitment and Hero Run work in this milestone.

20/24 sub-issues closed

Will Held stood up a standalone H100 scaling ladder #8673 and confirmed that Hopper loss tracks the GB200 ladder within noise. The initial launcher covers d512 and d768 rungs at 791 tokens per active parameter with EP8 placement and the Triton Sonic backend for dropless evaluation; d384 was dropped because its shallow depth put it off the log-linear trend. A follow-up PR #8683 extends the H100 ladder to d1024 and d1536, and the d2048 rung launched on 192 H100s as EP8 times 24 replicas at global batch 1,536 #8679. Cross-validating the scaling recipe on Hopper hardware strengthens the five-rung loss predictions that anchor the hero run.

James Thewlis identified a bug in the MuonH optimizer where the Frobenius norm for 4D expert-weight tensors was computed over all axes including the expert dimension, rather than the intended per-matrix last-two dimensions #8621. John Larry Dial reran the d768 scaling rung with the per-expert norm fix and measured 3.018 versus 3.015 Paloma macro loss for the original config — within noise. All ladder tuning and the live hero run used the original norm, so the run continues unchanged. A PR with the corrected norm axes is open #8749.

On the context-extension front, Will Held launched controlled experiments varying the long-context data skew during the 262K context extension. The 2x treatment #8734 completed on v4-2048, and a 4x treatment #8790 is now running — both branch from the same step-156,000 checkpoint and preserve the qk=1.75 configuration while oversampling documents longer than 64K tokens. Separately, Kaiyue Wen closed the d512 learning-rate sweep #7856 with a constant-LR extension covering five token budgets from 30x to 600x active parameters. Linear decay consistently beat constant LR by 0.15–0.25 Paloma points, with the gap narrowing at longer budgets; the fitted optimal constant LR follows a power law of LR* = 8.21 × 10⁻³ × (tokens/1B)⁻⁰·⁵⁶.

0 PRs this week, 3 new comments, and 0 new issues (24 total)
Sort:
13 autocategorized

#6715 IaC centralizes all IAM grants; Iris and Finelog harden under hero-run load

Epic title: Training & cluster infra / reliability


Summary: Ongoing area of investment, picking up after the July Commitment and Hero Run work in this milestone.

The infrastructure-as-code stack completed a long-planned consolidation. #8458 made the single marin Pulumi stack the sole owner of all GCP IAM grants, and #8650 replaced additive member resources with one authoritative binding per target, role, and condition — a live audit of 57 targets, 197 bindings, and 736 members found zero managed-binding drift. #8462 retired the legacy permissions stack, #8700 moved Identity-Aware Proxy access to per-service bindings, and #8649 added a read-only skill that traces Pulumi diffs back to the pull requests that caused them. Rafal Wojdyla, Russell Power, Romain Yon, and Will Moss drove the rollout; a shared marin-deploy CLI #8537 now routes all service rollouts — Echo, Grafana, Loom, and others — through one command, with Iris and Finelog rollouts following in #8652.

Iris's scheduler gained a new SYSTEM tier above PRODUCTION #8495, so hero and infrastructure tasks preempt everything else after worker loss instead of competing with unrelated admin jobs. A Kueue Topology-Aware Scheduling (TAS) bug left interactive-priority pods gated for 23 minutes while batch work held the cluster #8781; Russell Power pinned Kueue 0.18.3, enabled same-cycle TAS recomputation, and derived binding quotas from cluster configuration so preemption receives quota pressure before victim selection #8782. A coscheduled SkyRL job on CoreWeave exposed a separate gang-recovery gap: when the Ray head was preempted, worker tasks that had exited cleanly were marked terminally succeeded, blocking the gang from reforming #8774. The fix returns every coscheduled task to pending on retriable failure or preemption. On TPU, a v4-2048 slice registered only 255 of 256 workers because one host's GCP metadata response was delayed; Will Held restarted the lagging worker to unblock the job #8743, and #8745 now aborts the probe when metadata is missing so the failure surfaces immediately.

Finelog and Levanter telemetry saw structural changes to contain the hero run's write volume. #8571 separated training metrics from service telemetry — Levanter produced 66.2% of retained rows in the production snapshot, and a 10.08 GiB replay projected a 68.6% compressed-byte reduction from process-zero-only publication, lower cadence, and narrower metric selection. #8678 stopped nonprimary JAX processes from publishing step, progress, and heartbeat rows, eliminating the per-process multiplier. #8707 partitioned levanter.metrics online by exact run_id, so queries against one run prune all others at read time. On the reliability side, a Rust panic in the cw-us-east-02a Finelog server poisoned the namespace mutex and left the process alive but non-functional; #8773 now aborts the server on any panic, and #8786 bounds each disk-backed namespace to 200 MiB of Arrow buffers so a persistence stall cannot exhaust host memory.

Canary and monitoring infrastructure kept pace. The TPU ferry moved to v6e as its default variant after v5p capacity became unavailable #8682, and the CoreWeave loss ceiling was recalibrated from 8.0 to 10.0 to match the new 9.9M-parameter canary model #8698. #8758 gave the canary triage agent file and temporary-file tools it had been denied, ending permission-gated incomplete results. On the observability side, #8714 scoped each node agent's DCGM exporter discovery to its own node — the previous cluster-wide list walked 386 pods per collection pass — and #8712 moved node-metric scraping from the apiserver's nodes/proxy subresource to the local kubelet's loopback endpoint, removing a cross-cluster hop from every sample. The Grafana capacity dashboard now shows each active job's Kubernetes priority and links to its canonical Iris route #8643.

81 autocategorized
11 potentially related in Other Changes

#6037 Zephyr shuffle overhaul and fuzzy-dedup cluster pipeline

Epic title: datakit: august hero run


Summary: DoD: decide on new dataset inclusions add CC POC crawl add more code data known child-issues fixed new mix evaluated (via https://github.com/marin-community/marin/issues/6054) new mix produced

9/17 sub-issues closed

The Zephyr shuffle engine received a substantial set of merged improvements this week. Will Moss unified the memory model into a shared budget with calibration-based knobs for read and write fractions, collapsing the in-memory-versus-external-sort decision into a single fan-in value #8204. A companion change replaced the scatter sidecar helpers with a typed _Sidecar that owns msgpack read/write, fixing the serialization format tracked in #6005 #8195. On top of that, schema caching landed for scatter Parquet chunks: reducers now read Arrow schemas from the mapper sidecar instead of fetching one object-storage footer per input, and the bounded multi-pass merge was consolidated into a single path #8677. The ZephyrContext module split #8181 rounded out the shuffle cleanup by breaking the monolithic execution.py into separate coordinator and worker modules.

Reliability work addressed a canary failure in the datakit smoke ferry: Yunpeng Xia added retry logic for memory-store operations lost when an actor restarts mid-run #8752, fixing the verify_fuzzy_dups step that had been dying on NOT_FOUND after preemption #8615. Separately, Jah-yee opened a fix for ThreadedBatchWriter.close() to propagate writer failures instead of blocking indefinitely #8665, and Akshay Pal opened a fix for empty reducer shard reads #8772.

Rafal Wojdyla continued building out the fuzzy-dedup verification pipeline with a three-PR stack: solve complete fuzzy-duplicate clusters using directional word n-gram containment #8723, materialize cluster text with a versioned manifest and MinHash partitioning for oversized components #8724, and verify materialized clusters in bounded distributed map tasks #8725. On the data-catalog side, Will Held documented immutable reconstruction revisions for three pre-staged Datakit sources—Focus Crawl, Nemotron Code v1, and v2—pinning the exact extractor, resolver, and Software Heritage graph configuration needed to rebuild each artifact #8759. Looking ahead, issue #8732 tracks replacing Polars with DataFusion inside Zephyr's shuffle internals; early benchmarks on 13 SQL-migrated pipelines are reported in the tracking PR #8651.

0 PRs this week, and 0 new issues (17 total)
Sort:
22 autocategorized
1 potentially related in Other Changes

#6867 Hero GrugMoE inference lands on H100 with overhauled metrics

Epic title: [Epic] July Grug Inference tasks


Summary: DoD: Support full size GrugMoE model on both TPUs and GPUs. Stretch: Inference is fast enough on GPUs.

0/3 sub-issues closed

Romain Yon merged #8720, bringing full-size Hero GrugMoE serving to Marin on H100 GPUs. The PR pins Marin to an immutable vLLM release built from vllm#51 and enables the qualified DP8/EP8 path with batch-invariant execution and the built-in sampler. This closes #8644, which Will Held filed to track schema-2 checkpoint loading for the hero architecture -- including LatentMoE projections, shared experts, depthwise causal SConv, and the interleaved fused half-RoPE convention. Qualification passed 1,524 Marin tests and 33 focused vLLM overlay tests on H100. Romain announced on Discord that the implementation has been tested on the largest ladder checkpoint and shared a starter configuration.

Alongside the serving work, Romain overhauled the inference observability stack. #8629 replaced the previous first-1,024-sample policy for vLLM Prometheus forwarding -- which dropped 23–61% of samples in observed serves -- with explicit family-based selection of twelve named metric families. #8573 separated request-level time per output token (TPOT) from inter-token latency, fixing a dashboard that had been conflating the two distributions. #8614 repaired the Finelog query planner for the vLLM overview by explicitly naming output columns across union branches, and #8727 added collector health panels so operators can distinguish serving degradation from telemetry gaps. #8438 fixed a false-green vLLM GPU nightly that masked a failed Iris build behind tee's exit status.

On the TPU side, Rohith Kuditipudi closed #7085, which tracked ragged paged attention v3 (RPA v3) failures on TPU v4 workers that blocked cross-region evaluation jobs.

0 PRs this week, and 0 new issues (3 total)
Sort:
12 autocategorized

#6708 SkyRL dispatch fixes unblock graph-launched runs; Fray hardens actor recovery

Epic title: RL framework of the future


Summary: Ongoing area of investment, picking up after the July Commitment and Hero Run work in this milestone.

Ahmad Qamar merged two fixes that unblocked SkyRL runs launched from the Marin graph. In #8509, a missing shell quote on retention-override paths containing ttl=14d caused Hydra to reject the second = sign, killing every graph-dispatched RL run at node allocation. In #8510, the SkyRL entrypoint registry switched from module paths to named keys, so the old skyrl_train.entrypoints.main_base was silently rejected; the fix maps through the new standard key and surfaces the last lines of stderr in dispatch failures for faster debugging.

Separately, moujf opened #8722 to validate SkyRL role-plan consistency at init time: it catches n_samples_per_prompt < 2 (where every Group Relative Policy Optimization (GRPO) advantage would be zero, so the run silently learns nothing) and batch sizes not divisible by the sample count. Two Fray actor-framework fixes also landed in review: Jah-yee fixed LocalActorGroup.wait_ready consuming all actor handles and breaking subsequent discovery #8668, and Yunpeng Xia corrected operation recovery so that serialized application errors are no longer masked as ActorUnavailableError #8767.

5 autocategorized

#6707 Snowball RL report published; curriculum sampling yields token-efficient gains

Epic title: RL data curation, experiments & ablations


Summary: Ongoing area of investment, picking up after the July Commitment and Hero Run work in this milestone.

Benjamin Feuer published the final report for the Snowball 67B-A2B non-agentic math RL campaign and closed #7786. The recommended recipe (experiment E6) improved AIME24 from 17.67% to 27%, MATH-500 from 64% to 78%, and OlympiadBench from 12.67% to 20%. A notable negative result: AdamW outperformed the Muon-H optimizer used in Snowball pre-training, learning faster and reaching a higher peak training reward. Expert-parallel (EP) training at EP=8 on Grug models showed gradient-norm instability tracked in MarinSkyRL #335. Feuer also noted that training reward does not reliably correlate with downstream eval scores, making comprehensive metric tracking and automatic judges important for future runs.

Russell Power completed a two-round curriculum-RL experiment (#8765, #8769) measuring whether dynamic prompt-sampling strategies improve SkyRL GRPO training efficiency at a fixed compute budget. In round one, five arms trained Qwen3-0.6B on a six-bin graded math pool; grade-adaptive sampling matched baseline quality at roughly 53% of naive's token spend, confirming that curricula buy token efficiency rather than a higher endpoint. Round two added DAPO (Dynamic Allocation Policy Optimization) filtering and procedural-task bins across seven arms. The best performer was thompson-dapo, which reached 0.434 on MATH-500 and 0.456 on GSM8K, exceeding every other arm on both benchmarks.

In related work, Feuer closed a Qwen3-235B-A22B smoke test #8653 confirming that the SkyRL/Iris training path holds at 235B parameters on a third-party MoE—six optimizer steps on 96 H100s with no OOM or rank drop—though the run produced no learning signal because 55% of samples hit the 8,192-token generation cap. Marianna Nezhurina opened #8481 to investigate whether short-horizon agentic RL on small models teaches transferable skills (tool use, context management) or only task-specific ones.

5 autocategorized

#6713 Code Alchemy adds 917B code tokens; distilled curation pipeline ready

Epic title: Pretraining data curation & mix


Summary: Ongoing area of investment, picking up after the July Commitment and Hero Run work in this milestone.

Mark Muchane registered the five Code Alchemy training subsets as independent Datakit sources in #8687, hydrating 93 million rows from the pinned release and tokenizing them with the Marin tokenizer across 512 workers. The five subsets—code-dev, code-dialogue, code-enhance, code-qa, and code-trace—total 917 billion tokens, with code-dialogue alone contributing 510B. A separate issue #8670 tracks adding the Swallow Code dataset from Tokyo Tech as another code source. On the reproducibility side, Will Held opened #8764 with a guide that traces Datakit catalog names through provider IDs, pinned revisions, and normalization steps so outside researchers can rebuild the full pretraining source pool from the original providers, and pinned the exact extraction commit for the Common Crawl focus crawl comparison in #6570.

Michael Ryan posted a weekly sync on the spec-driven Common Crawl curation effort #2351, reporting that the final distilled pipeline is ready. The three-stage cascade—a fastText language filter, a 90M-parameter pooled classifier, and a 10M-parameter Ettin classifier—covers 91–93% of FineWeb-Edu, DCLM, and the previous Marin high-quality pool while retaining far more tokens than earlier pipelines. Data mixing experiments on OLMo base evals show the new and old specs performing close together, but the new spec yields more tokens and therefore more headroom for further mixing gains. The target timeline is an ICLR submission by end of September and a 30T+ token dataset ready by October. In Discord’s #data-mixing channel, David Hall and Rafal Wojdyla discussed releasing detailed metadata so researchers can reconstruct training data from original providers without rehosting restricted content, and Held noted that several sources (such as Nemotron) forbid redistribution outright.

Separately, Ahmed Ahmed closed out the mid-training recipe identification effort #4547 with a published dossier of candidate mixes, and Held flagged a version bump to Cutlass, QuACK, and Flash Attention in the #code-review channel to fix frequent NaNs that appeared during data mixing runs on H100s.

10 autocategorized

#6863 Long-context evals expand with generative MRCR and RiffleEval

Epic title: [Epic] July Eval tasks


Summary: DoD: Both Evalchemy and Harbor can be easily triggered from Marin on TPUs

2/2 sub-issues closed

David Hall added generative MRCR (Multi-turn Retrieval with Conversational Reasoning) scoring to Marin's served evaluation path in #8706, letting Evalchemy run pinned OpenAI MRCR tasks against Grug checkpoints with nonce-gated SequenceMatcher scoring across multiple context lengths and needle counts. Four 67B checkpoint exports completed canonical generative MRCR on a deterministic 299-example, 18-cell selection #8702. A separate oracle-normalized paired measurement at 262K tokens #8701 confirmed that the context-extension checkpoints retained most of the available needle benefit, with the deployable qk=1.75 checkpoint performing cleanly.

Hall also prototyped RiffleEval #8655, a new long-context evaluation that interleaves chunks from same-genre documents in a riffle-shuffle pattern and measures autoregressive bits-per-byte. The paired BPB matrix across 42 checkpoint-length cells is complete, and an anonymous-marker variant (removing stream IDs) showed that stripping per-document identity markers measurably degrades prediction, indicating the model tracks document boundaries through the markers rather than content alone. On the data-quality side, Benjamin Feuer sealed all 103 TaskTrove v3.42 cells in a five-model panel evaluating every source for data-quality issues #8602, and Mark Muchane began scoping a move from single quality scores to multi-axis data labeling #8453, drawing on recent work such as RegMix and MATES.

Community contributors continued designing new evaluation frameworks. Ayush Sunil Munot and Mrinal Kumar discussed a think-budget-calibration eval #8357 that measures whether a model allocates reasoning tokens in proportion to item difficulty, resolving questions about how to obtain oracle budget labels without circularity. On Discord, Mrinal Kumar noted that reusable benchmark pieces belong in Evalchemy while Marin handles experiment-level orchestration such as checkpoint sweeps and metric aggregation.

0 PRs this week, and 0 new issues (2 total)
Sort:
9 autocategorized

Other Changes


A series of checkpoint-performance improvements landed for the hero run. #8599 stages unsliced GPU checkpoint shards through disposable pageable host memory so JAX does not retain transfer buffers on donated training arrays. #8626 extends that path to replica-split slices, and #8647 overlaps host staging with asynchronous TensorStore opens so the two costs run in parallel. #8663 publishes per-phase checkpoint timing, staged bytes, and peak RSS to Finelog so the gains are measurable in production. #8662 removes a redundant write-mode TensorStore open that doubled the per-array cost in JaggedArrayStore.

The Grafana training dashboard gained several hero-run panels. #8619 from Rafal Wojdyla adds active-execution time, active share, and an Attempts table linking each Iris execution. #8620 fixes the percent-encoded Iris links and cleans up the crowded status strip. #8623 from Larry Dial adds a progress-efficiency tile showing the fraction of an ideal run's throughput. #8660 repoints the infra dashboard loss, Paloma, and MFU panels at the 535B-A23B W&B report. #8575 from Mark Muchane routes Grafana hero alerts through a single operator-behavior registry.

The agentic-lint pipeline was overhauled. #8740 from Russell Power replaces the monolithic Claude PR review job with two independent Loom sessions (correctness and lint-catalog), restricted to trusted same-repository pushes. #8746 from Will Held adds a bounded maintainability pass that selects up to four high-impact changes and assigns a reviewer to each. #8735 migrates code-health telemetry from W&B to append-only Finelog namespaces, and #8736 gives the lint-review CI job the Finelog credentials it had been missing. #8641 isolates Codex review agents in ephemeral read-only sandboxes and strips parent session credentials.

Echo's federated-search service saw three improvements. #8717 bundles the dashboard's JavaScript, CSS, and font subsets into a single HTML response, eliminating five parallel asset fetches. #8692 reports per-stage query timing through the Server-Timing header and reduces rerank latency. #8777 lets echo get accept numeric file grading keys from search results instead of requiring repository-qualified source IDs.

Matt Wittmann upgraded JAX to 0.11.1 across Marin, Levanter, Iris, and Fray in #8716, supplying the ragged collective flags needed for expert-parallel dispatch. The upgrade required adapting Grug attention to the new dot_general sharding rules #8715. #8472 adds merged cache catalogs to Levanter, replacing per-component ledger reads with a single versioned catalog for data mixtures with hundreds of components. #8617 from Rafal Wojdyla adds a zero-argument production trigger for the current d6144 hero run.

Russell Power consolidated the Iris and Finelog agent skills into two compact entry points #8636, made coordinating GitHub issues optional for multi-session research #8635, and opened a new epic for auto-improving agentic lint rules from PR review feedback #8738. Finelog work continued with an issue for native object-storage offloading #8737 and a fix for phantom catalog rows that retried archive uploads forever #8784.

On the scheduling side, Iris bugs surfaced and were tracked: a v4-2048 slice registering only 255 of 256 workers #8743, a preempted Ray head whose workers stayed terminally succeeded #8774, and interactive-priority pods failing to preempt batch under Kueue TAS lack-of-fit #8781. An external contributor flagged that the MuonH optimizer's Frobenius norm includes the expert dimension for 4D inputs #8621. Mark Muchane opened dataset requests for Swallow Code #8670 and Code Alchemy #8671. Dmitry Duev dropped the deprecated RunDisabled type alias from the W&B integration #8693. The nightly cleanup bot removed dead code paths across Levanter and the GCP bootstrap stack in four separate PRs.

63 PRs this week, 65 new comments, and 61 issues closed (61 total)
Sort:

Community Pulse


Six external contributors opened PRs this week. Yunpeng Xia landed #8752 (retry lost memory-store operations in Zephyr after actor restart) and has two more open across Fray and Grug. Jah-yee opened three PRs touching Fray actor handles, Iris port preservation, and Zephyr writer failure propagation—all distributed-systems hardening. chiang21fcb submitted a fix to compute MuonH hyperball norms over matrix dims only #8749, 牟剣峰 added SkyRL role-plan validation #8722, AkshayPal fixed empty reducer shard shuffle reads #8772, and Dmitry Duev cleaned up a deprecated wandb type alias (#8693, merged).

On Discord, Benjamin Feuer posted the Snowball 67B RL report in #reinforcement-learning—Snowball trains stably under RL, with AIME24 improving from 17.67% to 27% and MATH-500 from 64% to 78% (full report linked to #7786). In #code-review, Matt Wittmann shared #8684, making ragged all-to-all the default expert-parallel backend for the hero run, which pins a patched PJRT wheel from Marin’s new XLA fork. Percy Liang announced a hero-run panel for the Sept 1 community meeting, where the team behind the run will take questions.

Forty-five people introduced themselves and roughly 290 more joined silently via the welcome room. Among those who introduced themselves: Mattia (FAIR, Edinburgh PhD—experience with pre-training up to 3B and RL post-training integration at 50B scale) brings context on the RL post-training pipeline that Snowball is exercising. Linyi Li, an assistant professor at Simon Fraser who previously worked on code-LLM pre-training at ByteDance Seed, intersects with ongoing data-selection and mid-training work. Other backgrounds span Together AI inference (Sirish), Prime Intellect RL (Sebastian/snimu), CMU efficient-architecture PhD (Zikun Li), Cornell linguistics PhD (Qi), and INSAIT RL-for-LLMs PhD (Vatsal).

The week’s shared research centered on hyperparameter transfer: in #scaling-laws, Will Held pointed to a survey connecting muP and related scaling heuristics across depth, batch size, and token horizon.

News & research shared

Active collaborators this week

Stanford · CRFM 5 people · 8 comments · 8 Discord msgs

Collaborator activity this week

Lab / Org People PRs Issues filed Comments Discord msgs Total
Stanford · CRFM 5 8 8 16
CMU · NeuLab
Common Crawl Foundation
Princeton · Dao Lab
GitHub activity from 361 other contributors

Will Moss · Industry (other) 5 PRs, 16 comments

  • #8204 [zephyr] Compute shuffle memory limits from a shared budget model +2029 −143
  • #8195 [zephyr] Fold scatter sidecar I/O into _Sidecar 💬1 +82 −93
  • #8640 [iac] Grant Cloud SQL, Run, and Scheduler viewer for state-migration preview 💬1 +13 −4
  • #8154 [zephyr] Ingest Arrow batches into group_by scatter 💬5 +848 −281
  • #8497 [zephyr][datakit] Calibrate A/B benchmark parallelism 💬1 +875 −94
16 comments on 13 threads
  • #8652 [deploy] Run Iris and Finelog rollouts through marin-deploy ×2
  • #8651 [zephyr] Replace Polars shuffle internals with DataFusion ×2
  • #8501 [pulumi] Build a job that checks whether pulumi up has been run ×2
  • #8648 [iac] Adopt live IAM drift into Pulumi
  • #8462 [iac] Remove retired permissions stack
  • #8195 [zephyr] Fold scatter sidecar I/O into _Sidecar
  • #8640 [iac] Grant Cloud SQL, Run, and Scheduler viewer for state-migration preview
  • #8154 [zephyr] Ingest Arrow batches into group_by scatter
  • #8497 [zephyr][datakit] Calibrate A/B benchmark parallelism
  • #7899 [pulumi] Move IAP access to a Cloud Run web service to encrypted emails?
  • #8455 [pulumi] Make IAM grants authoritative
  • #8136 [execution] StepRunner silently allows cross-region GCS access
  • #7572 [pulumi] Investigate moving Iris controller restarts to Pulumi

lukedhlee · Unclassified 0 PRs, 8 Discord msgs

Jenia Jitsev · LAION 0 PRs, 7 Discord msgs

Jah-yee · Unclassified 3 PRs, 1 comment

  • #8668 [fray] Preserve undiscovered local actor handles +28 −8
  • #8666 [iris] Preserve ports after failed batch allocation +13 −4
  • #8665 [zephyr] Propagate writer failures from close +31 −1
1 comment on 1 thread
  • #8613 [grafana] vLLM overview SQL has duplicate projection names

Ayush Sunil Munot · Unclassified 0 PRs, 1 comment, 3 Discord msgs

1 comment on 1 thread
  • #8357 evaluating whether a model spends the right amount of thinking

markhart0034 0 PRs, 4 Discord msgs

Neha Hulkund · MIT · Open-Thoughts Next 0 PRs, 4 Discord msgs

Al (@alxrms) · Unclassified 0 PRs, 4 Discord msgs

AbarnaaSree · Unclassified 0 PRs, 3 comments

3 comments on 3 threads
  • #8744 [xla-fork] Keep the bazel cache small enough to be retained
  • #8765 [rl] Fixed-budget value of dynamic environment sampling curricula in SkyRL
  • #8533 [experiment][data] Student-relative scoring of agentic traces as a pre-SFT proxy for data value

MythosAd · Unclassified 0 PRs, 3 comments

3 comments on 1 thread
  • #8435 [Hero Run] 535B-A23B on 18T tokens ×3

coder94 · Unclassified 0 PRs, 3 Discord msgs

LDJ · Unclassified 0 PRs, 3 Discord msgs

EvgeniyZh · Unclassified 0 PRs, 3 Discord msgs

Gustavo Sandoval · Unclassified 0 PRs, 3 Discord msgs

ahmet · Unclassified 0 PRs, 3 Discord msgs

DoraemonXia · Unclassified 2 PRs

  • #8752 [zephyr] Retry lost memory-store operations after actor restart +19 −2
  • #8767 [fray] Preserve application errors in operation recovery +29 −14

akshaypal912 · Unclassified 1 PR, 1 comment

  • #8772 Fix empty reducer shard shuffle reads 💬1 +242 −43
1 comment on 1 thread
  • #8772 Fix empty reducer shard shuffle reads

SammySN-car · Unclassified 0 PRs, 2 comments

2 comments on 1 thread
  • #8704 [infra] Give GPU and multi-device tests a standard marker and CI lane ×2

jamt9000 · Unclassified 0 PRs, 1 comment

1 comment on 1 thread
  • #8621 MuonH implementation includes the Expert dimension in the frobenius norm computation for 4D inputs

Kane · Unclassified 0 PRs, 2 Discord msgs

Linyi Li · Unclassified 0 PRs, 2 Discord msgs

mopper · Unclassified 0 PRs, 2 Discord msgs

Trong Binh Nguyen · Unclassified 0 PRs, 2 Discord msgs

snimu · Unclassified 0 PRs, 2 Discord msgs

drdh · Unclassified 0 PRs, 2 Discord msgs

evan · Unclassified 0 PRs, 2 Discord msgs

Entropi · Unclassified 0 PRs, 2 Discord msgs

kp · Unclassified 0 PRs, 2 Discord msgs

James Thewlis · Unclassified 0 PRs, 2 Discord msgs

Daniel huang · Unclassified 0 PRs, 2 Discord msgs

shunrea · Unclassified 0 PRs, 2 Discord msgs

wax · Unclassified 0 PRs, 2 Discord msgs

xln · Unclassified 0 PRs, 2 Discord msgs

Connor · Unclassified 0 PRs, 2 Discord msgs

Kacper Wikieł · Unclassified 0 PRs, 2 Discord msgs

rad · Unclassified 0 PRs, 2 Discord msgs

Irene Baucells · Unclassified 0 PRs, 2 Discord msgs

Mike Lay (mkly) · Unclassified 0 PRs, 2 Discord msgs

sshellbot · Unclassified 0 PRs, 2 Discord msgs

VeganZombie · Unclassified 0 PRs, 2 Discord msgs

andy · Unclassified 0 PRs, 2 Discord msgs

Hawever · Unclassified 0 PRs, 2 Discord msgs

sirish-gambhira · Unclassified 0 PRs, 2 Discord msgs

Dixi Yao · Unclassified 0 PRs, 2 Discord msgs

Yang Han · Unclassified 0 PRs, 2 Discord msgs

Tommy123 · Unclassified 0 PRs, 2 Discord msgs

V11Y · Unclassified 0 PRs, 2 Discord msgs

hirenmakwana · Unclassified 0 PRs, 2 Discord msgs

Bruh · Unclassified 0 PRs, 2 Discord msgs

physmo · Unclassified 0 PRs, 2 Discord msgs

Sway · Unclassified 0 PRs, 2 Discord msgs

bright_otter_85217 · Unclassified 0 PRs, 2 Discord msgs

jhartford · Unclassified 0 PRs, 2 Discord msgs

Qi · Unclassified 0 PRs, 2 Discord msgs

mura · Unclassified 0 PRs, 2 Discord msgs

Xin · Unclassified 0 PRs, 2 Discord msgs

Chen Tang · Unclassified 0 PRs, 2 Discord msgs

andersthuesen · Unclassified 0 PRs, 2 Discord msgs

Zikun Li · Unclassified 0 PRs, 2 Discord msgs

prnv28 · Unclassified 0 PRs, 2 Discord msgs

rahlu77 · Unclassified 0 PRs, 2 Discord msgs

jhelsby · Unclassified 0 PRs, 2 Discord msgs

huikang · Unclassified 0 PRs, 2 Discord msgs

blinker · Unclassified 0 PRs, 2 Discord msgs

Bilibird · Unclassified 0 PRs, 2 Discord msgs

dmitryduev · Unclassified 1 PR

  • #8693 Drop RunDisabled from the WandbRun type alias 💬1 +1 −1

chiang21fcb · Unclassified 1 PR

  • #8749 [grug] Compute MuonH hyperball norm over matrix dims only +5 −1

moujf · Unclassified 1 PR

  • #8722 [rl] Validate SkyRL role plan group/batch consistency +28 −0

mudkipdev · Unclassified 0 PRs, 1 comment

1 comment on 1 thread
  • #8435 [Hero Run] 535B-A23B on 18T tokens

Marianna Nezhurina 0 PRs, 1 comment

1 comment on 1 thread
  • #8481 [experiment, agentic RL] investigate what short-horizon agentic RL on small models can teach

mrinal-bespoke · Unclassified 0 PRs, 1 comment

1 comment on 1 thread
  • #8357 evaluating whether a model spends the right amount of thinking

Franziska Weindel · TU Munich · (other) 0 PRs, 1 Discord msg

pranay5255 · Unclassified 0 PRs, 1 Discord msg

hurtreallybadly · Unclassified 0 PRs, 1 Discord msg

dj · Unclassified 0 PRs, 1 Discord msg

Robert Yueshan Jin · Unclassified 0 PRs, 1 Discord msg

Leo · Unclassified 0 PRs, 1 Discord msg

Hitesh · Unclassified 0 PRs, 1 Discord msg

Ic3fr0g · Unclassified 0 PRs, 1 Discord msg

Agripp · Unclassified 0 PRs, 1 Discord msg

Qirun Dai · Unclassified 0 PRs, 1 Discord msg

pumpkinwu · Unclassified 0 PRs, 1 Discord msg

Makoto · Unclassified 0 PRs, 1 Discord msg

hallerite · Unclassified 0 PRs, 1 Discord msg

cupkake · Unclassified 0 PRs, 1 Discord msg

Sinclair · Unclassified 0 PRs, 1 Discord msg

sxye · Unclassified 0 PRs, 1 Discord msg

Ajax · Unclassified 0 PRs, 1 Discord msg

asterisk · Unclassified 0 PRs, 1 Discord msg

hrishikeshvganu_ · Unclassified 0 PRs, 1 Discord msg

Oc · Unclassified 0 PRs, 1 Discord msg

eskit · Unclassified 0 PRs, 1 Discord msg

amir_s · Unclassified 0 PRs, 1 Discord msg

yueeeeeeee · Unclassified 0 PRs, 1 Discord msg

Concordance · Unclassified 0 PRs, 1 Discord msg

daiheng zhang · Unclassified 0 PRs, 1 Discord msg

sai · Unclassified 0 PRs, 1 Discord msg

applicat · Unclassified 0 PRs, 1 Discord msg

blockhead · Unclassified 0 PRs, 1 Discord msg

Brad · Unclassified 0 PRs, 1 Discord msg

ricalanis · Unclassified 0 PRs, 1 Discord msg

Nick G · Unclassified 0 PRs, 1 Discord msg

wenyun · Unclassified 0 PRs, 1 Discord msg

Sparsh Rastogi · Unclassified 0 PRs, 1 Discord msg

oksir · Unclassified 0 PRs, 1 Discord msg

qaw · Unclassified 0 PRs, 1 Discord msg

arsalan-zafar · Unclassified 0 PRs, 1 Discord msg

Yi · Unclassified 0 PRs, 1 Discord msg

Ting · Unclassified 0 PRs, 1 Discord msg

sheikhyerbouti · Unclassified 0 PRs, 1 Discord msg

oe · Unclassified 0 PRs, 1 Discord msg

arii · Unclassified 0 PRs, 1 Discord msg

Stefan Schweter · Unclassified 0 PRs, 1 Discord msg

jirachi · Unclassified 0 PRs, 1 Discord msg

Emily · Unclassified 0 PRs, 1 Discord msg

__fibo__ · Unclassified 0 PRs, 1 Discord msg

Austin Meek · Unclassified 0 PRs, 1 Discord msg

Michal @ minfx.ai · Unclassified 0 PRs, 1 Discord msg

Optimisticompound · Unclassified 0 PRs, 1 Discord msg

chuyao · Unclassified 0 PRs, 1 Discord msg

Marc 💻 🦞🪽 · Unclassified 0 PRs, 1 Discord msg

Andi · Unclassified 0 PRs, 1 Discord msg

Ed Reis · Unclassified 0 PRs, 1 Discord msg

W. · Unclassified 0 PRs, 1 Discord msg

Memory · Unclassified 0 PRs, 1 Discord msg

raisin.bren · Unclassified 0 PRs, 1 Discord msg

glasscube9 · Unclassified 0 PRs, 1 Discord msg

blackbird · Unclassified 0 PRs, 1 Discord msg

univerone · Unclassified 0 PRs, 1 Discord msg

aandy · Unclassified 0 PRs, 1 Discord msg

AK · Unclassified 0 PRs, 1 Discord msg

interp_sunny · Unclassified 0 PRs, 1 Discord msg

Ethan Shen · Unclassified 0 PRs, 1 Discord msg

leirariel_d · Unclassified 0 PRs, 1 Discord msg

Sasha · Unclassified 0 PRs, 1 Discord msg

w · Unclassified 0 PRs, 1 Discord msg

tylerpayne · Unclassified 0 PRs, 1 Discord msg

Harshit Varma · Unclassified 0 PRs, 1 Discord msg

Blaze010 · Unclassified 0 PRs, 1 Discord msg

Matthew Persons · Unclassified 0 PRs, 1 Discord msg

Francesca (Snorkel AI) · Unclassified 0 PRs, 1 Discord msg

Ahmad Rushdi · Unclassified 0 PRs, 1 Discord msg

Surface Tension Experiment · Unclassified 0 PRs, 1 Discord msg

AndrewLapp · Unclassified 0 PRs, 1 Discord msg

Aniketh · Unclassified 0 PRs, 1 Discord msg

haoychen · Unclassified 0 PRs, 1 Discord msg

XD · Unclassified 0 PRs, 1 Discord msg

guohao · Unclassified 0 PRs, 1 Discord msg

ragavan · Unclassified 0 PRs, 1 Discord msg

lazy_tensor · Unclassified 0 PRs, 1 Discord msg

Nivek · Unclassified 0 PRs, 1 Discord msg

Chaitanya Dwivedi · Unclassified 0 PRs, 1 Discord msg

Hamster <3 · Unclassified 0 PRs, 1 Discord msg

pranitchawla · Unclassified 0 PRs, 1 Discord msg

arox · Unclassified 0 PRs, 1 Discord msg

zhang · Unclassified 0 PRs, 1 Discord msg

jiayu wang · Unclassified 0 PRs, 1 Discord msg

chenxu · Unclassified 0 PRs, 1 Discord msg

Mike · Unclassified 0 PRs, 1 Discord msg

gremlin · Unclassified 0 PRs, 1 Discord msg

perrychen · Unclassified 0 PRs, 1 Discord msg

a fluffy fruit · Unclassified 0 PRs, 1 Discord msg

Kaarel Kaarelson · Unclassified 0 PRs, 1 Discord msg

MysticSlice · Unclassified 0 PRs, 1 Discord msg

loki · Unclassified 0 PRs, 1 Discord msg

santhosh // joinearlybird.com · Unclassified 0 PRs, 1 Discord msg

nosa · Unclassified 0 PRs, 1 Discord msg

Waïss · Unclassified 0 PRs, 1 Discord msg

Afrin · Unclassified 0 PRs, 1 Discord msg

Sriraam · Unclassified 0 PRs, 1 Discord msg

az · Unclassified 0 PRs, 1 Discord msg

thenextlocalminima · Unclassified 0 PRs, 1 Discord msg

cameraman · Unclassified 0 PRs, 1 Discord msg

duffy · Unclassified 0 PRs, 1 Discord msg

Vinesh · Unclassified 0 PRs, 1 Discord msg

nimz · Unclassified 0 PRs, 1 Discord msg

SahilK · Unclassified 0 PRs, 1 Discord msg

yigit · Unclassified 0 PRs, 1 Discord msg

cosmo-wozmo · Unclassified 0 PRs, 1 Discord msg

Roschild.Rui · Unclassified 0 PRs, 1 Discord msg

Sheng · Unclassified 0 PRs, 1 Discord msg

duk · Unclassified 0 PRs, 1 Discord msg

Thenuk · Unclassified 0 PRs, 1 Discord msg

Freshg · Unclassified 0 PRs, 1 Discord msg

Gleb Sterkin · Unclassified 0 PRs, 1 Discord msg

miguel_lf · Unclassified 0 PRs, 1 Discord msg

chuks · Unclassified 0 PRs, 1 Discord msg

cakeyan · Unclassified 0 PRs, 1 Discord msg

lkeaf · Unclassified 0 PRs, 1 Discord msg

LivingstoneWu · Unclassified 0 PRs, 1 Discord msg

Ariel Bereslavsky · Unclassified 0 PRs, 1 Discord msg

BlitzRaistlin · Unclassified 0 PRs, 1 Discord msg

adityak6798 · Unclassified 0 PRs, 1 Discord msg

Yann · Unclassified 0 PRs, 1 Discord msg

Odog · Unclassified 0 PRs, 1 Discord msg

Alvorecer · Unclassified 0 PRs, 1 Discord msg

momo · Unclassified 0 PRs, 1 Discord msg

Hypertosma · Unclassified 0 PRs, 1 Discord msg

oscaryau · Unclassified 0 PRs, 1 Discord msg

S D · Unclassified 0 PRs, 1 Discord msg

Mahmoud Zaher · Unclassified 0 PRs, 1 Discord msg

Constuck · Unclassified 0 PRs, 1 Discord msg

goolia · Unclassified 0 PRs, 1 Discord msg

Junjie · Unclassified 0 PRs, 1 Discord msg

Zhehui · Unclassified 0 PRs, 1 Discord msg

yandong · Unclassified 0 PRs, 1 Discord msg

aMUMU · Unclassified 0 PRs, 1 Discord msg

Sahil Verma · Unclassified 0 PRs, 1 Discord msg

nish314 · Unclassified 0 PRs, 1 Discord msg

mmtf · Unclassified 0 PRs, 1 Discord msg

Kexu Liu · Unclassified 0 PRs, 1 Discord msg

bi8bu · Unclassified 0 PRs, 1 Discord msg

Samir · Unclassified 0 PRs, 1 Discord msg

Jun · Unclassified 0 PRs, 1 Discord msg

Xiangchen Song · Unclassified 0 PRs, 1 Discord msg

ConfusedExpresso · Unclassified 0 PRs, 1 Discord msg

volo · Unclassified 0 PRs, 1 Discord msg

Julien Duquesne · Unclassified 0 PRs, 1 Discord msg

Pratyaksh · Unclassified 0 PRs, 1 Discord msg

HenryM · Unclassified 0 PRs, 1 Discord msg

hull11 · Unclassified 0 PRs, 1 Discord msg

skyer · Unclassified 0 PRs, 1 Discord msg

Mr.Zane · Unclassified 0 PRs, 1 Discord msg

robinhad · Unclassified 0 PRs, 1 Discord msg

ReiRei · Unclassified 0 PRs, 1 Discord msg

Raghu · Unclassified 0 PRs, 1 Discord msg

Bourn23 · Unclassified 0 PRs, 1 Discord msg

jose lee · Unclassified 0 PRs, 1 Discord msg

xy · Unclassified 0 PRs, 1 Discord msg

Rasa · Unclassified 0 PRs, 1 Discord msg

soboleiv · Unclassified 0 PRs, 1 Discord msg

Mearis · Unclassified 0 PRs, 1 Discord msg

Yannis · Unclassified 0 PRs, 1 Discord msg

chengzhengyu · Unclassified 0 PRs, 1 Discord msg

iliass · Unclassified 0 PRs, 1 Discord msg

Fonkaba · Unclassified 0 PRs, 1 Discord msg

Vuk Rosić · Unclassified 0 PRs, 1 Discord msg

Arjun Ashok · Unclassified 0 PRs, 1 Discord msg

selina · Unclassified 0 PRs, 1 Discord msg

Liam.Fy · Unclassified 0 PRs, 1 Discord msg

rockt · Unclassified 0 PRs, 1 Discord msg

Kaustav · Unclassified 0 PRs, 1 Discord msg

doodle · Unclassified 0 PRs, 1 Discord msg

CavalierRex · Unclassified 0 PRs, 1 Discord msg

Aaron T · Unclassified 0 PRs, 1 Discord msg

lastweek · Unclassified 0 PRs, 1 Discord msg

Adi · Unclassified 0 PRs, 1 Discord msg

rmc · Unclassified 0 PRs, 1 Discord msg

bc · Unclassified 0 PRs, 1 Discord msg

Liang · Unclassified 0 PRs, 1 Discord msg

himanshu · Unclassified 0 PRs, 1 Discord msg

Joe · Unclassified 0 PRs, 1 Discord msg

miaolu3 · Unclassified 0 PRs, 1 Discord msg

小日 · Unclassified 0 PRs, 1 Discord msg

kikijo3917 · Unclassified 0 PRs, 1 Discord msg

Suraj Gupta · Unclassified 0 PRs, 1 Discord msg

rafael · Unclassified 0 PRs, 1 Discord msg

Aman M · Unclassified 0 PRs, 1 Discord msg

Eric Wang · Unclassified 0 PRs, 1 Discord msg

Blake C. · Unclassified 0 PRs, 1 Discord msg

chenyang4663 · Unclassified 0 PRs, 1 Discord msg

Ray · Unclassified 0 PRs, 1 Discord msg

mehcharchar · Unclassified 0 PRs, 1 Discord msg

Allen Cao · Unclassified 0 PRs, 1 Discord msg

nprime06 · Unclassified 0 PRs, 1 Discord msg

Lyshen · Unclassified 0 PRs, 1 Discord msg

human · Unclassified 0 PRs, 1 Discord msg

Jiahao Shao · Unclassified 0 PRs, 1 Discord msg

fsoc · Unclassified 0 PRs, 1 Discord msg

msho · Unclassified 0 PRs, 1 Discord msg

jhsu8 · Unclassified 0 PRs, 1 Discord msg

mogambo · Unclassified 0 PRs, 1 Discord msg

yg · Unclassified 0 PRs, 1 Discord msg

SK · Unclassified 0 PRs, 1 Discord msg

giyushino · Unclassified 0 PRs, 1 Discord msg

bbbookkk · Unclassified 0 PRs, 1 Discord msg

Y.L. (Chris) · Unclassified 0 PRs, 1 Discord msg

Nav · Unclassified 0 PRs, 1 Discord msg

ViktorM · Unclassified 0 PRs, 1 Discord msg

adamcatto · Unclassified 0 PRs, 1 Discord msg

Nacho Berdiñas · Unclassified 0 PRs, 1 Discord msg

omkarenator · Unclassified 0 PRs, 1 Discord msg

Vedant · Unclassified 0 PRs, 1 Discord msg

danish_c · Unclassified 0 PRs, 1 Discord msg

nir · Unclassified 0 PRs, 1 Discord msg

Gordon Chen · Unclassified 0 PRs, 1 Discord msg

TheShermanTank · Unclassified 0 PRs, 1 Discord msg

Vineeth · Unclassified 0 PRs, 1 Discord msg

Vish · Unclassified 0 PRs, 1 Discord msg

eristic · Unclassified 0 PRs, 1 Discord msg

nanci! · Unclassified 0 PRs, 1 Discord msg

aagohary · Unclassified 0 PRs, 1 Discord msg

Storm · Unclassified 0 PRs, 1 Discord msg

Waffle · Unclassified 0 PRs, 1 Discord msg

ryanlyn · Unclassified 0 PRs, 1 Discord msg

aruneli · Unclassified 0 PRs, 1 Discord msg

marcoy · Unclassified 0 PRs, 1 Discord msg

alpha_go · Unclassified 0 PRs, 1 Discord msg

Phoenix · Unclassified 0 PRs, 1 Discord msg

Bocchi Pinkman · Unclassified 0 PRs, 1 Discord msg

staplesan · Unclassified 0 PRs, 1 Discord msg

Vitamind · Unclassified 0 PRs, 1 Discord msg

Aceee · Unclassified 0 PRs, 1 Discord msg

Matthieu · Unclassified 0 PRs, 1 Discord msg

Manana · Unclassified 0 PRs, 1 Discord msg

bernaljg · Unclassified 0 PRs, 1 Discord msg

jjmachan · Unclassified 0 PRs, 1 Discord msg

Matthew · Unclassified 0 PRs, 1 Discord msg

Maxxx · Unclassified 0 PRs, 1 Discord msg

Marius Mosbach · Unclassified 0 PRs, 1 Discord msg

voidreamy · Unclassified 0 PRs, 1 Discord msg

Nolan Zhang · Unclassified 0 PRs, 1 Discord msg

李驴驴 · Unclassified 0 PRs, 1 Discord msg

MadsToftrup · Unclassified 0 PRs, 1 Discord msg

tun03 · Unclassified 0 PRs, 1 Discord msg

acbueff · Unclassified 0 PRs, 1 Discord msg

Adeel Zaman · Unclassified 0 PRs, 1 Discord msg

benvand · Unclassified 0 PRs, 1 Discord msg

Arash A. · Unclassified 0 PRs, 1 Discord msg

Luca Scofano · Unclassified 0 PRs, 1 Discord msg

James7 · Unclassified 0 PRs, 1 Discord msg

lln · Unclassified 0 PRs, 1 Discord msg

Tomi · Unclassified 0 PRs, 1 Discord msg

arthurchen95 · Unclassified 0 PRs, 1 Discord msg

rnav · Unclassified 0 PRs, 1 Discord msg

salito_ddd · Unclassified 0 PRs, 1 Discord msg

Djdumpling · Unclassified 0 PRs, 1 Discord msg

TiM · Unclassified 0 PRs, 1 Discord msg

studboy4338 · Unclassified 0 PRs, 1 Discord msg

Palind · Unclassified 0 PRs, 1 Discord msg

Ruocheng · Unclassified 0 PRs, 1 Discord msg

matto · Unclassified 0 PRs, 1 Discord msg

iterix · Unclassified 0 PRs, 1 Discord msg

Tran Le · Unclassified 0 PRs, 1 Discord msg

leo · Unclassified 0 PRs, 1 Discord msg

clrt · Unclassified 0 PRs, 1 Discord msg

Adam W · Unclassified 0 PRs, 1 Discord msg

June · Unclassified 0 PRs, 1 Discord msg

MiniMax_Asuka · Unclassified 0 PRs, 1 Discord msg

Ki · Unclassified 0 PRs, 1 Discord msg

keags · Unclassified 0 PRs, 1 Discord msg

adarsh · Unclassified 0 PRs, 1 Discord msg

Blake J · Unclassified 0 PRs, 1 Discord msg

Hunter · Unclassified 0 PRs, 1 Discord msg

Soumya · Unclassified 0 PRs, 1 Discord msg

johnnyas · Unclassified 0 PRs, 1 Discord msg

gabriel · Unclassified 0 PRs, 1 Discord msg

Jinuk Kim · Unclassified 0 PRs, 1 Discord msg

Luke · Unclassified 0 PRs, 1 Discord msg

DaDao · Unclassified 0 PRs, 1 Discord msg

bharath · Unclassified 0 PRs, 1 Discord msg

advtydv · Unclassified 0 PRs, 1 Discord msg

Schwarty87 · Unclassified 0 PRs, 1 Discord msg

thann · Unclassified 0 PRs, 1 Discord msg

mattm · Unclassified 0 PRs, 1 Discord msg

Sagar · Unclassified 0 PRs, 1 Discord msg

vlad__gav · Unclassified 0 PRs, 1 Discord msg

Huntsman2099 · Unclassified 0 PRs, 1 Discord msg

Ghazni Patel · Unclassified 0 PRs, 1 Discord msg

Mark · Unclassified 0 PRs, 1 Discord msg

Mrinal Kumar · Unclassified 0 PRs, 1 Discord msg

Agent MoE speedup


Completed marin-community/marin_moe runs, grouped by Agent MoE budget. Speedup is relative to the original baseline run for each budget and charges each variant by its actual reported FLOPs. Best observed point is 17.40× from mhep-ladder-hist-20260808c-fsdp-chunk1-d1024.

baseline (1×) this week's runs older runs running best higher is better
d512 / 2.19e17 FLOPs
100 completed runs; 26 this period
baseline loss 3.8104
1x grug-copt-d512-evalfix-20260709-015252: 1.36x, loss 3.7028, Jul 9 grug-copt-d512-e256-evalfix-20260709-024801: 1.45x, loss 3.6494, Jul 9 grug-copt-d512-e256-nosim-sharedH-20260709-035332: 1.29x, loss 3.6081, Jul 9 grug-copt-d512-e256-pko-longrope-20260709-044728: 1.43x, loss 3.6294, Jul 9 grug-copt-d512-e256-pko-vmap3d-20260709-060901: 1.24x, loss 3.6150, Jul 9 swarm_fisher_dsp_d512_000851: 0.06x, loss 3.3118, Jul 9 swarm_fisher_dsp_d512_000857: 0.06x, loss 3.3091, Jul 9 grug-mainstack-d512-copt-20260709-144031: 1.03x, loss 3.7103, Jul 9 grug-mainstack-vmap-d512-copt-20260709-144127: 1.16x, loss 3.6954, Jul 9 swarm_fisher_dsp_d512_000848: 0.06x, loss 3.3082, Jul 9 grug-mainstack-vmap-d512-e256-copt-20260709-152624: 1.02x, loss 3.6359, Jul 9 swarm_fisher_dsp_d512_000847: 0.06x, loss 3.3085, Jul 9 swarm_fisher_dsp_d512_000846: 0.06x, loss 3.3138, Jul 9 swarm_fisher_dsp_d512_000858: 0.06x, loss 3.3118, Jul 9 swarm_fisher_dsp_d512_000856: 0.06x, loss 3.3108, Jul 9 swarm_fisher_dsp_d512_000849: 0.06x, loss 3.3090, Jul 9 grug-tpu-v5p8-d512-e256-sw2048-nemotron-pko-longrope-copt-20260709-163035: 0.76x, loss 3.5495, Jul 10 grug-tpu-v5p8-d512-e256-sw2048-nemotron-copt-20260709-163106: 0.66x, loss 3.5765, Jul 10 swarm_fisher_dsp_d512_000861: 0.07x, loss 3.2996, Jul 10 swarm_fisher_dsp_d512_000863: 0.06x, loss 3.3062, Jul 10 grug-tpu-v5p8-d512-e256-copt-20260709-151454: 0.45x, loss 3.6469, Jul 10 grug-tpu-v5p8-d512-e256-sw2048-nemotron-pko-longrope-minlr0-copt-20260709-215032: 0.79x, loss 3.5421, Jul 10 grug-tpu-v5p8-d512-e256-sw2048-nemotron-pko-longrope-minlr0-evalf32-copt-20260709-223745: 0.79x, loss 3.5420, Jul 10 grug-tpu-v5p8-d512-e256-sw2048-copt-20260709-162033: 0.47x, loss 3.6403, Jul 10 swarm_fisher_dsp_d512_000872: 0.06x, loss 3.3119, Jul 10 swarm_fisher_dsp_d512_000865: 0.06x, loss 3.3102, Jul 10 swarm_fisher_dsp_d512_000893: 0.06x, loss 3.3122, Jul 10 swarm_fisher_dsp_d512_000895: 0.06x, loss 3.3121, Jul 10 swarm_fisher_dsp_d512_000876: 0.06x, loss 3.3114, Jul 10 swarm_fisher_dsp_d512_000898: 0.06x, loss 3.3119, Jul 10 swarm_fisher_dsp_d512_000899: 0.06x, loss 3.3108, Jul 10 swarm_fisher_dsp_d512_000896: 0.06x, loss 3.3106, Jul 10 swarm_fisher_dsp_d512_000879: 0.06x, loss 3.3085, Jul 10 swarm_fisher_dsp_d512_000878: 0.06x, loss 3.3075, Jul 10 swarm_fisher_dsp_d512_000873: 0.06x, loss 3.3099, Jul 10 swarm_fisher_dsp_d512_000868: 0.06x, loss 3.3139, Jul 10 swarm_fisher_dsp_d512_000880: 0.06x, loss 3.3095, Jul 10 swarm_fisher_dsp_d512_000885: 0.06x, loss 3.3107, Jul 10 swarm_fisher_dsp_d512_000887: 0.06x, loss 3.3105, Jul 10 MOE-MRCR-001-d512-r6: 0.57x, loss 3.6643, Jul 15 aug-hero-d512-60x-lr1-v6: 1.92x, loss 3.6653, Aug 1 aug-hero-d512-30x-lr0.7: 1.11x, loss 3.9087, Aug 1 aug-hero-d512-30x-lr0.85: 1.44x, loss 3.8673, Aug 1 aug-hero-d512-30x-lr1.2: 1.54x, loss 3.8420, Aug 1 aug-hero-d512-30x-lr1: 1.48x, loss 3.8518, Aug 1 aug-hero-d512-60x-lr1.4: 1.46x, loss 3.7107, Aug 1 aug-hero-d512-30x-lr0.7-v2: 1.12x, loss 3.9083, Aug 1 aug-hero-d512-30x-lr1.2-v2: 1.52x, loss 3.8444, Aug 1 aug-hero-d512-30x-lr1.4-v2: 1.52x, loss 3.8469, Aug 1 aug-hero-d512-30x-lr1-v2: 1.50x, loss 3.8478, Aug 1 aug-hero-d512-60x-lr0.7-v2: 1.63x, loss 3.6919, Aug 1 aug-hero-d512-60x-lr1-v2: 1.88x, loss 3.6662, Aug 1 aug-hero-d512-60x-lr0.85-v2: 1.82x, loss 3.6714, Aug 1 aug-hero-d512-60x-lr1.4-v2: 1.78x, loss 3.6786, Aug 1 aug-hero-d512-300x-lr0.7-v2: 1.45x, loss 3.4215, Aug 1 aug-hero-d512-300x-lr1.4-v2: 1.46x, loss 3.4157, Aug 1 aug-hero-d512-300x-lr0.85-v2: 1.52x, loss 3.4138, Aug 1 aug-hero-d512-300x-lr1.2-v2: 1.56x, loss 3.4118, Aug 1 aug-hero-d512-300x-lr1-v2: 1.53x, loss 3.4093, Aug 1 iso-1e18-d512: 1.55x, loss 3.3990, Aug 6 grug_xem_d512_smoke_pairwise_sqrt: 0.02x, loss 5.2199, Aug 6 grug_xem_d512_smoke_pairwise_linear: 0.02x, loss 5.2409, Aug 6 grug_xem_d512_smoke_pairwise_unscaled: 0.03x, loss 5.1927, Aug 6 grug_xem_d512_smoke_baseline: 0.03x, loss 5.1615, Aug 6 grug_xem_d512_smoke_middle4_sqrt: 0.02x, loss 5.2454, Aug 6 grug_xem_d512_smoke_middle4_linear: 0.02x, loss 5.2641, Aug 6 grug_xem_d512_smoke_middle4_unscaled: 0.03x, loss 5.2025, Aug 6 grug_xem_d512_full_pairwise_unscaled: 0.59x, loss 3.6067, Aug 6 grug_xem_d512_full_pairwise_sqrt: 0.58x, loss 3.6083, Aug 6 grug_xem_d512_full_baseline: 0.64x, loss 3.5862, Aug 6 grug_xem_d512_full_middle4_sqrt: 0.52x, loss 3.6316, Aug 6 grug_xem_d512_full_middle4_unscaled: 0.54x, loss 3.6244, Aug 6 MOE-PSC-101-d512-v5p8-gate1: 0.65x, loss 3.6227, Aug 18 MOE-PSC-CTRL-101-d512-v5p8: 0.52x, loss 3.6760, Aug 19 AUG-LRC-TPU-003-d512-30x-lr1: 0.04x, loss 4.2927, Aug 26 AUG-LRC-TPU-002-d512-30x-lr0.85: 0.06x, loss 4.2250, Aug 26 AUG-LRC-TPU-001-d512-30x-lr0.7: 0.07x, loss 4.1696, Aug 26 AUG-LRC-TPU-005-d512-30x-lr1.4: 0.03x, loss 4.4366, Aug 26 AUG-LRC-TPU-004-d512-30x-lr1.2: 0.03x, loss 4.3768, Aug 26 AUG-LRC-TPU-006-d512-60x-lr0.7: 0.07x, loss 4.0130, Aug 26 AUG-LRC-TPU-007-d512-60x-lr0.85: 0.05x, loss 4.0657, Aug 26 AUG-LRC-TPU-009-d512-60x-lr1.2: 0.03x, loss 4.2004, Aug 26 AUG-LRC-TPU-008-d512-60x-lr1: 0.04x, loss 4.1302, Aug 26 AUG-LRC-TPU-010-d512-60x-lr1.4: 0.02x, loss 4.2781, Aug 26 h100-ladder-d512-ep8-bs1024-791tpp-10pct-20260826-rno2a: 0.10x, loss 4.3283, Aug 26 AUG-LRC-TPU-016-d512-300x-lr0.7: 0.07x, loss 3.6774, Aug 27 AUG-LRC-TPU-017-d512-300x-lr0.85: 0.06x, loss 3.7234, Aug 27 AUG-LRC-TPU-019-d512-300x-lr1.2: 0.03x, loss 3.8256, Aug 27 AUG-LRC-TPU-020-d512-300x-lr1.4: 0.03x, loss 3.8868, Aug 27 AUG-LRC-TPU-018-d512-300x-lr1: 0.04x, loss 3.7679, Aug 27 AUG-LRC-LOW-001-d512-30x-lr0.1: 0.01x, loss 4.7605, Aug 27 AUG-LRC-LOW-005-d512-60x-lr0.1: 0.02x, loss 4.3297, Aug 27 AUG-LRC-LOW-007-d512-60x-lr0.32: 0.13x, loss 3.8864, Aug 27 AUG-LRC-LOW-008-d512-60x-lr0.45: 0.12x, loss 3.9070, Aug 27 AUG-LRC-LOW-006-d512-60x-lr0.2: 0.08x, loss 3.9795, Aug 27 h100-d512-mix-sub-c32-to-c28-seed0-from10pct-20260827-ceguard-use02a: 0.10x, loss 3.9352, Aug 27 AUG-LRC-LOW-013-d512-300x-lr0.1: 0.06x, loss 3.6976, Aug 28 AUG-LRC-LOW-014-d512-300x-lr0.2: 0.11x, loss 3.5844, Aug 28 AUG-LRC-LOW-016-d512-300x-lr0.45: 0.11x, loss 3.6002, Aug 28 AUG-LRC-LOW-015-d512-300x-lr0.32: 0.12x, loss 3.5755, Aug 28 Jul 9 Aug 28
Best
1.92× aug-hero-d512-60x-lr1-v6 loss 3.6653
This week
0.13× AUG-LRC-LOW-007-d512-60x-lr0.32 loss 3.8864
Baseline
moe-v16-compute-opt-d512-2.19e+17
d768 / 1.70e18 FLOPs
100 completed runs; 4 this period
baseline loss 3.4339
1x mhep-abl-d768-baseline-bf16grad-20260812: 3.93x, loss 3.2278, Aug 12 mhep-abl-d768-lnpre-matchvar-20260812: 3.98x, loss 3.2274, Aug 12 mhep-abl-d768-shared1-20260812: 3.84x, loss 3.2321, Aug 12 mhep-abl-d768-muon8-polar-20260812: 3.78x, loss 3.2292, Aug 12 mhep-abl-d768-beta1-090-20260812: 3.91x, loss 3.2273, Aug 12 mhep-abl-d768-beta1-091-20260812: 3.92x, loss 3.2268, Aug 12 mhep-abl-d768-e384-t8-half-20260812: 3.70x, loss 3.2219, Aug 12 mhep-abl-d768-e384-t8-mfu-20260812: 0.00x, loss 7.3908, Aug 12 mhep-abl-d768-e384-t8-half-smatch-20260812: 3.57x, loss 3.2256, Aug 12 mhep-abl-d768-e768-t16-quarter-smatch-20260812: 2.83x, loss 3.2253, Aug 12 mhep-abl-d768-baseline-normuon-20260812: 3.81x, loss 3.2325, Aug 13 mhep-abl-d768-pe5-20260812: 3.87x, loss 3.2320, Aug 13 mhep-abl-d768-beta1-092-20260812: 3.93x, loss 3.2276, Aug 13 mhep-abl-d768-beta1-093-20260812: 3.92x, loss 3.2314, Aug 13 mhep-abl-d768-cw4-20260812: 2.52x, loss 3.2280, Aug 13 mhep-abl-d768-cw15-20260812: 2.69x, loss 3.2305, Aug 13 mhep-abl-d768-splitsq-20260812: 2.67x, loss 3.2315, Aug 13 mhep-abl-d768-splitsq-gateup-20260812: 3.79x, loss 3.2306, Aug 13 mhep-abl-d768-splitsq-alllatent-20260812: 4.02x, loss 3.2280, Aug 13 mhep-abl-d768-sconvgate-20260812: 3.86x, loss 3.2303, Aug 13 mhep-abl6711-d768-baseline-20260813: 4.22x, loss 3.2172, Aug 13 mhep-abl6711-d768-no-attn-gate-20260813: 3.92x, loss 3.2303, Aug 13 mhep-abl6711-d768-full-rope-20260813: 3.78x, loss 3.2362, Aug 13 mhep-abl6711-d768-no-qk-norm-20260813: 3.84x, loss 3.2312, Aug 13 mhep-abl6711-d768-no-qk-mult-20260813: 3.99x, loss 3.2256, Aug 13 harrier-proportional-d768-gb200-val-smoke-fix-20260813-1830: 0.00x, loss 11.8170, Aug 14 mhep-d768-baseline-skipc01-marinpath-20260814: 4.53x, loss 3.2008, Aug 14 mhep-abl6711-d768-no-latent-norm-20260813-r5: 3.39x, loss 3.2637, Aug 14 datakit-store-proportional-d768-full-krr-20260813: 4.64x, loss 3.2141, Aug 14 mhep-abl6711-d768-no-xsa-20260814-r6: 4.62x, loss 3.2179, Aug 14 mhep-abl6711-d768-no-gated-norm-20260814-r6: 4.40x, loss 3.2240, Aug 14 mhep-abl6711-d768-no-renorm-20260814-r6: 4.20x, loss 3.2265, Aug 14 mhep-abl6711-d768-adamh-matrices-20260814-r6: 4.28x, loss 3.2226, Aug 14 mhep-abl6711-d768-window-512-20260814-r6: 4.67x, loss 3.2298, Aug 14 mhep-abl6711-d768-no-sconv-20260814-r6: 3.70x, loss 3.2508, Aug 14 mhep-abl6711-d768-mha-20260814-r6: 5.24x, loss 3.1870, Aug 14 harrier-nemotron-proportional-d768-full-krr-20260814: 10.26x, loss 3.1007, Aug 14 mhep-abl6711-d768-sconv-global-20260814-r6: 4.26x, loss 3.2253, Aug 14 mhep-abl6711-d768-qk-gain-20260814-r7: 4.50x, loss 3.2184, Aug 14 harrier-marin-proportional-d768-buffer128-full-krr-20260814: 3.17x, loss 3.2769, Aug 14 harrier-marin-proportional-d768-buffer128-prefetch64-seed1-full-krr-20260814: 2.93x, loss 3.2819, Aug 15 harrier-marin-proportional-d768-buffer256-prefetch128-seed2-full-krr-20260814: 2.94x, loss 3.2842, Aug 15 mhep-d768-offload-bf16-hostmaster-test-20260814: 4.35x, loss 3.2202, Aug 15 mhep-d768-base-fp32-masteroff-test-20260814: 4.16x, loss 3.2219, Aug 15 harrier-marin-proportional-d768-buffer256-initial256-prefetch32-seed3-full-krr-20260814: 2.99x, loss 3.2799, Aug 15 harrier-marin-proportional-d768-buffer256-prefetch256-seed4-full-krr-20260814: 3.03x, loss 3.2835, Aug 15 mhep-ep8062-d768-pool-w3-cf133-20260814: 5.50x, loss 3.1539, Aug 15 harrier-marin-proportional-d768-buffer512-prefetch256-seed5-full-krr-20260814: 3.09x, loss 3.2795, Aug 15 harrier-marin-proportional-d768-buffer512-initial1-prefetch256-seed6-full-krr-20260814: 3.14x, loss 3.2784, Aug 15 harrier-marin-proportional-d768-buffer256-ramp1-32-64-128-256-seed7-full-krr-20260814: 2.74x, loss 3.2933, Aug 15 harrier-marin-proportional-d768-buffer256-ramp8-16-32-64-128-256-seed8-full-krr-20260814: 2.93x, loss 3.2855, Aug 15 harrier-marin-proportional-d768-buffer256-prefetch128-tscache8g-seed9-full-krr-20260814: 3.11x, loss 3.2821, Aug 15 mhep-abl6711-d768-xsa-local-sconv-global-20260814: 4.38x, loss 3.2233, Aug 15 mhep-abl6711-d768-xsa-raw-value-20260814: 4.54x, loss 3.2181, Aug 15 mhep-abl6711-d768-no-sconv-v-20260814: 4.44x, loss 3.2212, Aug 15 mhep-ep8062-d768-pool-w3-cf133-halfexp-20260814: 4.84x, loss 3.1946, Aug 15 mhep-abl6711-d768-xsa-local-vsconv-global-20260814: 4.55x, loss 3.2200, Aug 15 mhep-abl6711-d768-no-xsa-no-sconv-20260814: 3.87x, loss 3.2474, Aug 15 mhep-ep8062-d768-pool-w3-cf115-halfexp-dropsplit-20260814: 3.59x, loss 3.2441, Aug 15 mhep-abl6711-d768-one-shared-20260814-r6: 4.46x, loss 3.2205, Aug 15 mhep-abl6711-d768-sconv-k-attn-20260815-r2: 4.13x, loss 3.2307, Aug 15 mhep-abl6711-d768-sconv-kernel2-nov-20260815: 4.28x, loss 3.2285, Aug 15 mhep-abl6711-d768-baseline-20260815: 4.57x, loss 3.2168, Aug 15 mhep-abl6711-d768-sconv-k-only-20260815-r2: 3.99x, loss 3.2431, Aug 16 mhep-abl6711-d768-sconv-k4-attn2-mlp2-nov-20260815-r2: 4.12x, loss 3.2255, Aug 16 mhep-abl6711-d768-sconv-k4-attn1-mlp1-nov-20260815: 4.04x, loss 3.2374, Aug 16 mhep-abl6711-d768-sconv-mlp-routed-only-20260815-r2: 4.47x, loss 3.2202, Aug 16 mhep-abl6711-d768-no-zloss-20260814-r6: 0.43x, loss 3.6160, Aug 16 mhep-abl6711-d768-sconv-kglobal-attnmlp-nov-20260815: 4.28x, loss 3.2269, Aug 16 mhep-abl6711-d768-sconv-klocal-stat-attnmlp-nov-20260815: 4.31x, loss 3.2261, Aug 16 mhep-abl6711-d768-experts-128-20260814-r6: 4.13x, loss 3.2360, Aug 16 mhep-abl6711-d768-input-output-skip-20260815: 4.50x, loss 3.2170, Aug 16 mhep-abl6711-d768-input-output-skip-mlp-20260815: 4.53x, loss 3.2159, Aug 16 mhep-abl6711-d768-input-mid-output-skip-mlp-20260815: 4.70x, loss 3.2117, Aug 16 mhep-abl6711-d768-input-mid-output-skip-mlp-adam-20260815: 5.00x, loss 3.2019, Aug 16 mhep-abl6711-d768-input-mid-output-skip-mlp-adam-0p1-20260815: 4.75x, loss 3.2114, Aug 16 mhep-abl6711-d768-input-mid-output-skip-mlp-adam-0p1-gelu-20260815: 4.83x, loss 3.2072, Aug 16 mhep-prpool-d768-send115-recv115-nov-polar8-20260815: 2.55x, loss 3.2790, Aug 16 mhep-prpool-d768-send115-recv115-nov-20260815-r2: 2.61x, loss 3.2772, Aug 16 mhep-prpool-d768-send115-recv115-nov-propmix-20260815: 3.41x, loss 3.2357, Aug 16 mhep-prpool-d768-send115-recv115-nov-polar8-safe101-20260815: 2.67x, loss 3.2723, Aug 16 mhep-abl6711-d768-adamh-outproj-grow-20260816: 4.31x, loss 3.2218, Aug 16 mhep-abl6711-d768-zloss-4x-20260816: 4.51x, loss 3.2175, Aug 16 mhep-abl6711-d768-outproj-adamw-20260816: 4.42x, loss 3.2200, Aug 16 mhep-abl6711-d768-outproj-adam-20260816: 4.12x, loss 3.2270, Aug 16 mhep-abl6711-d768-outproj-adamw-lrcoupled-20260816: 4.32x, loss 3.2239, Aug 16 mhep-abl6711-d768-outproj-cwd-20260816-r2: 4.34x, loss 3.2221, Aug 17 rav-ladder-d768-v2: 2.01x, loss 3.3469, Aug 18 rav-ladder-d768-v2-old-mix: 2.22x, loss 3.3341, Aug 18 MOE-PSC-102-d768-v5p8-gate1: 0.88x, loss 3.2663, Aug 19 rav-ladder-d768-v2-semantic-pi-56rows-candidate1-pergpu-prefetch32-w512-ts125g: 1.89x, loss 3.3628, Aug 19 rav-ladder-d768-v2-epsilon0-monotonic-pi-57rows-candidate1-pergpu-prefetch32-w512-ts125g: 2.40x, loss 3.3260, Aug 19 rav-ladder-d768-v2-epsilon0-pi-57rows-candidate1-pergpu-prefetch32-w512-ts125g: 2.80x, loss 3.3050, Aug 19 MOE-PSC-CTRL-102-d768-v5p8: 0.77x, loss 3.2950, Aug 20 l2-abl-d768-ragged: 6.22x, loss 3.1616, Aug 22 l2-abl-d768-ep: 2.77x, loss 3.3197, Aug 22 d768-normfix-oldmix-v1: 1.92x, loss 3.3525, Aug 25 h100-ladder-d768-2xep8-bs1024-791tpp-20260824: 0.18x, loss 3.4727, Aug 25 h100-ladder-d768-2xep8-bs512-791tpp-20260824: 0.23x, loss 3.3957, Aug 25 h100-ladder-d768-2xep8-bs1024-791tpp-10pct-20260826-east02a: 0.23x, loss 3.8559, Aug 26 Aug 12 Aug 26
Best
10.26× harrier-nemotron-proportional-d768-full-krr-20260814 loss 3.1007
This week
1.92× d768-normfix-oldmix-v1 loss 3.3525
Baseline
moe-v16-compute-opt-d768-1.70e+18
d1024 / 9.00e18 FLOPs
100 completed runs; 1 this period
baseline loss 3.1605
1x gb200-d1024-gqa-16h: 3.50x, loss 3.1378, Jul 19 gb200-d1024-mla-qlora0-v2: 2.96x, loss 3.1727, Jul 19 gb200-d1024-mla-12h: 2.95x, loss 3.1520, Jul 19 gb200-d1024-mla-init2-uq: 3.52x, loss 3.1540, Jul 19 gb200-d1024-mla-lrdrop-uq: 3.29x, loss 3.1587, Jul 19 gb200-d1024-mla-lrdrop-uk: 3.25x, loss 3.1607, Jul 19 gb200-d1024-mla-lrdrop-dq: 3.27x, loss 3.1598, Jul 19 gb200-d1024-mla-lrdrop-kr: 3.22x, loss 3.1588, Jul 19 gb200-d1024-mla-lrdrop-uv: 3.41x, loss 3.1554, Jul 19 gb200-d1024-mla-init2-dq: 3.29x, loss 3.1599, Jul 19 gb200-d1024-mla-lrdrop-dkv: 3.34x, loss 3.1560, Jul 19 gb200-d1024-mla-init2-uv: 3.21x, loss 3.1631, Jul 19 gb200-d1024-mla-init2-kr: 3.27x, loss 3.1558, Jul 19 gb200-d1024-mla-init2-uk: 3.32x, loss 3.1576, Jul 19 gb200-d1024-mla-init2-dkv: 3.26x, loss 3.1604, Jul 19 gb200-d1024-gqa2mla-step2: 2.15x, loss 3.2407, Jul 20 gb200-d1024-gqa2mla-step1: 3.29x, loss 3.1754, Jul 20 gb200-d1024-gqa2mla-step6: 1.88x, loss 3.2507, Jul 20 gb200-d1024-gqa2mla-step0: 3.74x, loss 3.1555, Jul 20 gb200-d1024-gqa2mla-step3: 1.95x, loss 3.2525, Jul 20 gb200-d1024-gqa2mla-step4: 1.75x, loss 3.2620, Jul 20 gb200-d1024-gqa2mla-step5: 1.79x, loss 3.2597, Jul 20 gb200-d1024-gqa2mla-step7: 1.52x, loss 3.1615, Jul 20 gb200-d1024-gqa2mla-step8: 3.09x, loss 3.1610, Jul 20 gb200-d1024-mla-kvslice-alt: 3.28x, loss 3.1601, Jul 20 gb200-d1024-mla-kvfreeze: 3.15x, loss 3.1650, Jul 20 gb200-d1024-mla-kvslice-first: 3.27x, loss 3.1594, Jul 20 gb200-d1024-mla-kvfreeze-ortho: 3.28x, loss 3.1605, Jul 20 gb200-d1024-rope-local512-g6-v1: 3.93x, loss 3.1597, Jul 20 gb200-d1024-relpos-local512-g6-v1: 1.04x, loss 3.1477, Jul 20 gb200-d1024-ropeall-local512-g6: 3.91x, loss 3.1607, Jul 20 gb200-d1024-ropeall-local1024-g6: 3.90x, loss 3.1573, Jul 20 h100-d1024-12L-conv-baseline-v3: 2.16x, loss 3.1994, Jul 24 h100-d1024-12L-conv-k-only-v3: 3.49x, loss 3.1963, Jul 24 h100-d1024-12L-conv-v-only-v3: 2.94x, loss 3.2056, Jul 24 h100-d1024-12L-conv-k-global-v3: 3.41x, loss 3.1960, Jul 24 h100-d1024-12L-conv-attn-only-v3: 3.27x, loss 3.2017, Jul 24 h100-d1024-12L-conv-all-k2-v3: 3.43x, loss 3.1931, Jul 24 h100-d1024-12L-conv-mlp-only-v3: 2.70x, loss 3.1997, Jul 24 h100-d1024-12L-conv-all-k3-v3: 2.85x, loss 3.1867, Jul 24 h100-d1024-12L-conv-all-k4-v3: 3.18x, loss 3.1858, Jul 24 h100-d1024-12L-conv-all-global-v3: 3.37x, loss 3.1922, Jul 24 h100-d1024-12L-pko-nope-v1: 3.44x, loss 3.1953, Jul 24 h100-d1024-12L-prope-v1: 3.23x, loss 3.2042, Jul 24 h100-d1024-12L-pko-prope-v1: 3.25x, loss 3.2027, Jul 24 h100-d1024-12L-kglobal-identinit-prope-v1: 3.47x, loss 3.1953, Jul 24 h100-d1024-12L-kglobal-pkoinit-prope-v1: 2.95x, loss 3.1987, Jul 24 h100-d1024-12L-kglobal-pkoinit-k4-prope-v1: 3.32x, loss 3.1995, Jul 24 h100-d1024-12L-base-sw2k-datakit-v1: 3.57x, loss 3.1850, Jul 24 h100-d1024-12L-pko-sw2k-datakit-v1: 3.71x, loss 3.1765, Jul 24 h100-d1024-11L-pko-11L-e256-datakit-v1: 3.69x, loss 3.0656, Jul 24 h100-d1024-11L-pko-11L-g4-e256-datakit-v1: 4.13x, loss 3.0544, Jul 24 h100-d1024-11L-g4-conv-k-only-e256-datakit-v1: 4.10x, loss 3.0542, Jul 24 h100-d1024-11L-g4-conv-k-global-e256-datakit-v1: 4.14x, loss 3.0531, Jul 24 h100-d1024-11L-g4-conv-attn-only-e256-datakit-v1: 3.99x, loss 3.0571, Jul 24 h100-d1024-11L-g4-conv-mlp-only-e256-datakit-v1: 4.17x, loss 3.0506, Jul 24 h100-d1024-11L-g4-conv-all-k3-e256-datakit-v1: 4.46x, loss 3.0387, Jul 24 h100-d1024-11L-g4-conv-all-global-e256-datakit-v1: 4.16x, loss 3.0482, Jul 24 h100-d1024-11L-g4-conv-all-k4-e256-datakit-v1: 4.47x, loss 3.0378, Jul 24 aug-hero-d1024-30x-lr1.4-v2: 3.06x, loss 3.1663, Aug 1 aug-hero-d1024-30x-lr0.7-v2: 3.05x, loss 3.1657, Aug 1 aug-hero-d1024-30x-lr1.2-v2: 3.19x, loss 3.1602, Aug 1 aug-hero-d1024-30x-lr1-v2: 3.37x, loss 3.1532, Aug 1 aug-hero-d1024-60x-lr0.7-v2: 3.37x, loss 3.0552, Aug 1 aug-hero-d1024-150x-lr0.7-v2: 3.05x, loss 2.9483, Aug 2 aug-hero-d1024-150x-lr0.85-v2: 3.14x, loss 2.9421, Aug 2 aug-hero-d1024-60x-lr0.85-v2: 3.56x, loss 3.0480, Aug 2 aug-hero-d1024-150x-lr1-v2: 3.28x, loss 2.9378, Aug 2 aug-hero-d1024-60x-lr1.4-v2: 3.39x, loss 3.0530, Aug 2 aug-hero-d1024-60x-lr1-v2: 3.57x, loss 3.0463, Aug 2 aug-hero-d1024-60x-lr1.2-v2: 3.50x, loss 3.0494, Aug 2 aug-hero-d1024-150x-lr1.4-v2: 3.12x, loss 2.9454, Aug 2 aug-hero-d1024-150x-lr1.2-v2: 3.29x, loss 2.9386, Aug 2 aug-hero-d1024-300x-lr0.85-v2: 2.72x, loss 2.8757, Aug 2 aug-hero-d1024-300x-lr1.4-v2: 2.79x, loss 2.8720, Aug 2 aug-hero-d1024-300x-lr1-v2: 2.82x, loss 2.8706, Aug 2 aug-hero-d1024-300x-lr0.7-v2: 2.52x, loss 2.8834, Aug 2 aug-hero-d1024-300x-lr1.2-v2: 2.88x, loss 2.8684, Aug 2 aug-hero-d1024-600x-lr0.85-v2: 2.23x, loss 2.8187, Aug 3 aug-hero-d1024-600x-lr1.2-v2: 2.33x, loss 2.8131, Aug 3 aug-hero-d1024-600x-lr1-v2: 2.25x, loss 2.8158, Aug 3 aug-hero-d1024-600x-lr1.4-v2: 2.34x, loss 2.8132, Aug 3 aug-hero-d1024-600x-lr0.7-v2: 2.03x, loss 2.8281, Aug 3 iso-3e18-d1024: 2.74x, loss 3.2236, Aug 6 iso-1e20-d1024: 7.22x, loss 2.8069, Aug 6 grug_xem_d1024_smoke_core_groups_two_anchor_unscaled: 0.04x, loss 4.3356, Aug 8 grug_xem_d1024_smoke_baseline: 0.04x, loss 4.3132, Aug 8 mhep-ladder-hist-20260808c-fsdp-chunk1-d1024: 17.40x, loss 2.8147, Aug 9 mhep-ladder-hist-20260808c-fsdp-chunk4-d1024: 12.80x, loss 2.8439, Aug 9 grug_xem_d1024_full_core_groups_two_anchor_unscaled: 0.90x, loss 3.0699, Aug 9 mhep-ladder-hist-noinit-20260808c-ep64-d1024: 4.32x, loss 2.9849, Aug 9 grug_xem_d1024_full_baseline: 1.10x, loss 3.0392, Aug 9 mhep-d1024-i768-k6-cf1p45-20260809: 5.28x, loss 2.9960, Aug 9 ppg-d1024-ep-cf133-b: 9.44x, loss 3.3850, Aug 12 ppg-d1024-ep-cf133-ctl4: 9.37x, loss 3.3873, Aug 12 mhep-abl-d1024-baseline-20260812: 5.40x, loss 2.9730, Aug 13 mhep-abl-d1024-e384-t8-half-smatch-20260812: 4.52x, loss 2.9709, Aug 13 mhep-ep8062-d1024-pool-w3-cf133-halfexp-20260814: 5.99x, loss 2.9573, Aug 16 rav-ladder-d1024: 4.03x, loss 3.0999, Aug 19 h100-ladder-d1024-ep8x4-bs1024-791tpp-20260825-rno2a-interactive: 0.45x, loss 3.1442, Aug 26 Jul 19 Aug 26
Best
17.40× mhep-ladder-hist-20260808c-fsdp-chunk1-d1024 loss 2.8147
This week
0.45× h100-ladder-d1024-ep8x4-bs1024-791tpp-20260825-rno2a-interactive loss 3.1442
Baseline
moe-v16-compute-opt-d1024-9.00e+18
d1280 / 2.83e19 FLOPs
85 completed runs
baseline loss 3.0065
1x muonh-matrix-baseline-adam-mask-d1280-2.83e19: 0.83x, loss 2.9888, May 11 muonh-nowarmup-d1280-2.83e19: 0.95x, loss 2.9706, May 13 muonh-gn-adamh-v1-d1280-2.83e19: 0.85x, loss 2.9855, May 15 muonh-may-recipe-lr-v1-d1280-R4-lr1p6: 1.51x, loss 3.4269, May 21 muonh-may-recipe-lr-v1-d1280-R4-lr0p4: 0.45x, loss 3.6450, May 21 muonh-may-recipe-lr-v1-d1280-R4-lr1p3: 1.59x, loss 3.4167, May 21 muonh-may-recipe-lr-v1-d1280-R4-lr0p7: 1.20x, loss 3.4664, May 22 muonh-may-recipe-lr-v1-d1280-R4-lr1p0: 1.59x, loss 3.4172, May 22 muonh-may-recipe-lr-v1-d1280-R20-lr0p4: 2.33x, loss 3.1066, May 22 muonh-may-recipe-lr-v1-d1280-R20-lr1p3: 3.44x, loss 3.0522, May 22 muonh-may-recipe-lr-v1-d1280-R20-lr1p0: 3.63x, loss 3.0448, May 22 muonh-may-recipe-lr-v1-d1280-R20-lr0p7: 3.42x, loss 3.0532, May 22 context-norm-no-xsa-gate2-v1-d1280-2.83e19: 0.76x, loss 3.0107, May 22 muonh-may-recipe-lr-v1-d1280-R20-lr1p6: 0.03x, loss 3.0692, May 22 grug_moe_mix_v4_path_r1_t050_d1280-2.83e+19: 0.90x, loss 2.9884, May 22 grug_moe_mix_v4_path_r1_t075_d1280-2.83e+19: 0.84x, loss 2.9962, May 22 muonh-may-recipe-lr-v1-d1280-R60-lr1p0: 4.20x, loss 2.8851, May 22 muonh-may-recipe-lr-v1-d1280-R60-lr1p6: 3.47x, loss 2.9081, May 22 muonh-may-recipe-lr-v1-d1280-R60-lr0p7: 4.18x, loss 2.8856, May 22 muonh-may-recipe-lr-v1-d1280-R60-lr0p4: 3.13x, loss 2.9211, May 22 muonh-may-recipe-lr-v1-d1280-R60-lr1p3: 3.87x, loss 2.8948, May 22 grug_moe_mix_v4_path_r1_t025_d1280-2.83e+19: 0.92x, loss 2.9851, May 24 muonh-may-recipe-lr-v1-d1280-R120-lr0p4: 3.24x, loss 2.8338, May 25 muonh-may-recipe-lr-v1-d1280-R120-lr0p7: 4.12x, loss 2.8063, May 25 muonh-may-recipe-lr-v1-d1280-R120-lr1p6: 3.32x, loss 2.8307, May 25 muonh-may-recipe-lr-v1-d1280-R120-lr1p3: 3.76x, loss 2.8162, May 25 muonh-may-recipe-lr-v1-d1280-R120-lr1p0: 3.99x, loss 2.8097, May 25 grug-moe-isoflop-v3e18-d1280-v1: 1.34x, loss 3.2983, May 27 grug-moe-isoflop-v3e19-d1280-v1: 3.27x, loss 2.9045, May 29 marin-big-run-moe_may_compute_opt_d1280: 2.04x, loss 2.8963, Jun 3 moe_may_compute_opt_d1280_ep1: 1.99x, loss 2.8857, Jun 5 moe_may_compute_opt_d1280_ep2_16kctx_long_yarn_mscale01_from13k: 1.51x, loss 2.8572, Jun 5 moe_may_compute_opt_d1280_ep1_16kctx_long_yarn_mscale01_from13k: 1.47x, loss 2.8473, Jun 5 moe_may_compute_opt_d1280_ep1_longmino_from13k: 1.05x, loss 2.9659, Jun 5 moe_may_compute_opt_d1280_ep1_longmino_halfmix_from13k: 1.94x, loss 2.8887, Jun 5 moe_may_compute_opt_d1280_ep2_longmino_from13k: 1.08x, loss 2.9776, Jun 5 moe_may_compute_opt_d1280_ep2_longmino_halfmix_from13k: 2.03x, loss 2.8979, Jun 5 moe_may_compute_opt_d1280_ep8_longmino_from13k: 0.71x, loss 3.0018, Jun 5 moe_may_compute_opt_d1280_ep8_longmino_halfmix_from13k: 1.32x, loss 2.9211, Jun 5 moe_may_compute_opt_d1280_ep8_32kctx_long_yarn_mscale01_halfmix_from13k: 0.66x, loss 2.8675, Jun 5 moe_may_compute_opt_d1280_ep1_seq8k: 1.82x, loss 2.8664, Jun 8 mtp-d1280-baseline: 3.76x, loss 2.9397, Jul 15 mtp-d1280-densestep: 2.46x, loss 2.9306, Jul 15 mtp-d1280-step: 2.42x, loss 2.9278, Jul 15 mtp-d1280-linear: 2.44x, loss 2.9270, Jul 15 aug-d1280-lin-lr1p1: 6.09x, loss 2.9130, Jul 29 aug-d1280-lin-lr0p9: 6.06x, loss 2.9135, Jul 29 aug-d1280-lin-lr1p0: 6.09x, loss 2.9124, Jul 29 aug-d1280-1sqrt-lr1p3: 6.07x, loss 2.9136, Jul 29 aug-d1280-1sqrt-lr1p4: 5.94x, loss 2.9135, Jul 29 aug-d1280-1sqrt-lr1p5: 6.06x, loss 2.9130, Jul 29 aug-hero-d1280-30x-lr1.2-v2: 7.66x, loss 2.9963, Aug 1 aug-hero-d1280-30x-lr0.7-v2: 7.02x, loss 3.0059, Aug 1 aug-hero-d1280-30x-lr1-v2: 7.71x, loss 2.9939, Aug 1 aug-hero-d1280-30x-lr0.85-v2: 7.54x, loss 2.9967, Aug 1 aug-hero-d1280-30x-lr1.4-v2: 7.05x, loss 3.0055, Aug 1 aug-hero-d1280-60x-lr1.4-v2: 7.80x, loss 2.9062, Aug 1 aug-hero-d1280-60x-lr1.2-v2: 8.18x, loss 2.9002, Aug 1 aug-hero-d1280-150x-lr1.4-v2: 7.15x, loss 2.8068, Aug 2 aug-hero-d1280-150x-lr1.2-v2: 7.54x, loss 2.8017, Aug 2 aug-hero-d1280-150x-lr0.7-v2: 6.80x, loss 2.8129, Aug 2 aug-hero-d1280-150x-lr0.85-v2: 7.16x, loss 2.8065, Aug 2 aug-hero-d1280-150x-lr1-v2: 7.48x, loss 2.8025, Aug 2 aug-hero-d1280-60x-lr1-v2: 8.32x, loss 2.8993, Aug 2 aug-hero-d1280-60x-lr0.85-v2: 8.06x, loss 2.9028, Aug 3 aug-hero-d1280-60x-lr0.7-v2: 7.56x, loss 2.9100, Aug 3 aug-hero-d1280-300x-lr0.7-v2: 5.89x, loss 2.7546, Aug 3 aug-hero-d1280-300x-lr1-v2: 6.67x, loss 2.7415, Aug 4 aug-hero-d1280-300x-lr1.4-v2: 6.44x, loss 2.7437, Aug 4 aug-hero-d1280-300x-lr1.2-v2: 6.66x, loss 2.7399, Aug 4 aug-hero-d1280-300x-lr0.85-v2: 6.24x, loss 2.7464, Aug 4 aug-hero-d1280-600x-lr1.4-v2: 5.25x, loss 2.6917, Aug 5 aug-hero-d1280-600x-lr0.85-v2: 4.92x, loss 2.6979, Aug 5 aug-hero-d1280-600x-lr0.7-v2: 4.62x, loss 2.7052, Aug 6 iso-3e18-d1280: 2.15x, loss 3.2895, Aug 6 aug-hero-d1280-600x-lr1.2-v2: 5.23x, loss 2.6918, Aug 6 aug-hero-d1280-600x-lr1-v2: 5.20x, loss 2.6924, Aug 6 iso-3e19-d1280: 0.00x, loss 11.7618, Aug 6 iso-1e20-d1280: 11.82x, loss 2.7716, Aug 6 abl-ec-d1280-c4: 3.24x, loss 2.9120, Aug 7 qb-bias-d1280: 3.59x, loss 2.8980, Aug 7 abl-ec-d1280-c1: 3.63x, loss 2.8979, Aug 8 abl-ec-d1280-c2: 3.23x, loss 2.9061, Aug 8 grug_xem_d1280_full_core_groups_two_anchor_unscaled: 1.05x, loss 2.9297, Aug 11 grug_xem_d1280_full_baseline: 1.31x, loss 2.8999, Aug 11 May 11 Aug 11
Best
11.82× iso-1e20-d1280 loss 2.7716
This week
no completed point
Baseline
moe-v16-compute-opt-d1280-2.83e+19

Top 15 runs (by FLOPs) this week (completed, running, crashed)


The 535B-A23B hero run on 704 GB200 GPUs continues to train steadily. It has processed 1.82T tokens, up from 480B last week, at 21.3% MFU and 168,920 chip-hours. Paloma macro loss dropped from 2.626 to 2.458, and train loss is 1.258. #8661, merged this week by Rafal Wojdyla, shares the expert-parallel hero recipe and diagnostic harness so bounded single-rack tests can exercise the production configuration. Several short diagnostic runs by Matt Wittmann on 64 GB200s at the same 535B-parameter scale tested MFU improvements: mfl-h10po-f72 and mfl-h9dd-b each finished at 23.3% MFU, and mhep-ragged-r30k-0828b hit 22.3% MFU with the ragged dot path, all above the production run's 21.3%. Multiple other mfl-* runs crashed early; the pattern suggests ongoing iteration on the long-context and expert-parallel configuration for the hero architecture.

The 67B-A2B 10T run, which was at 8.96T of 10.07T tokens (89%) last week with Paloma macro 2.222 (below the 2.269 preregistered target from #6704), does not appear in this week's top runs by FLOPs, indicating it completed. Two 67B-A2B context-extension runs branched at step 156k both finished on 1,024 TPU v4 chips at 1.98T tokens: the baseline reached Paloma macro 2.208, and a QK-norm variant (qk157) matched at 2.208. Both extend the 67B-A2B model from 8K to 262K context with negligible loss degradation compared to the original, consistent with last week's 2.210 interim reading. A 262K-context test at hero scale (lc262k-ep16cp4-08251450) also finished at 8.8% MFU on 64 GB200s, running long-context training of the 535B architecture.

#7856 concluded Kaiyue Wen's constant-LR extension of the aug hero LR sweep. Across five token budgets (30x through 600x), constant LR consistently underperformed linear decay by 0.15–0.25 Paloma, narrowing at larger budgets. The five-budget refit yielded a power law LR* = 8.21e-3 * (tokens/1B)^(-0.556) with R² = 0.992. On #7279, Rafal Wojdyla confirmed that FP32 device parameters with a pinned-host master work for the hero shape but FP32 without a master OOMs in NCCL alltoall, and Will Held submitted H100 ladder checkpoint reproductions at d512, d768, and d1024.

Run User Hardware(?) Hours(?) FLOP Budget(?) Loss BPB(?)
#8661 hero-12d8b6f0-dee637 Rafal Wojdyla NVIDIA GB200
(704 chips)
10.0d 2.73e23 model
1.28e24 HW (21%)
BPB: 0.737
#7279 mfl-k1x-smoke Matt Wittmann NVIDIA GB200
(64 chips)
0.2h 1.88e22 model
1.04e24 HW (2%)
#7279 mfl-c5-smoke Matt Wittmann NVIDIA GB200
(64 chips)
0.2h 1.88e22 model
9.96e23 HW (2%)
#6704 moe_67b_a2b_d2560_ep1_rep1_ctx4_bs256_seq262144_ctxext_step156k_qk157 Larry Dial TPU v4
(1024 chips)
1.2d 1.42e23 model
8.12e23 HW (17%)
BPB: 0.634
#6704 moe_67b_a2b_d2560_ep1_rep1_ctx4_bs256_seq262144_ctxext_step156k Larry Dial TPU v4
(1024 chips)
1.3d 1.42e23 model
8.12e23 HW (17%)
BPB: 0.634
#7279 lc262k-ep16cp4-08251450 Matt Wittmann NVIDIA GB200
(64 chips)
3.0h 9.71e21 model
1.11e23 HW (9%)
#7279 mfl-ctrl-i Matt Wittmann NVIDIA GB200
(64 chips)
0.3h 1.89e22 model
8.59e22 HW (22%)
#7279 mhep-ragged-r30k-0828b Matt Wittmann NVIDIA GB200
(64 chips)
1.2h 1.90e22 model
8.52e22 HW (22%)
#7279 mfl-c5-b Matt Wittmann NVIDIA GB200
(64 chips)
0.3h 1.89e22 model
8.34e22 HW (23%)
#7279 mfl-ctrl-h Matt Wittmann NVIDIA GB200
(64 chips)
0.3h 1.89e22 model
8.34e22 HW (23%)
#7279 mfl-ctrl-e Matt Wittmann NVIDIA GB200
(64 chips)
0.3h 1.89e22 model
8.15e22 HW (23%)
#7279 mfl-slop90-b Matt Wittmann NVIDIA GB200
(64 chips)
0.3h 1.89e22 model
8.14e22 HW (23%)
#7279 mfl-h9dd-b Matt Wittmann NVIDIA GB200
(64 chips)
0.3h 1.89e22 model
8.10e22 HW (23%)
#7279 mfl-h10po-f72 Matt Wittmann NVIDIA GB200
(64 chips)
0.3h 1.89e22 model
8.09e22 HW (23%)
#7279 mfl-slop90-a Matt Wittmann NVIDIA GB200
(64 chips)
0.3h 1.89e22 model
8.07e22 HW (23%)
Merged PR Open PR Draft PR Closed PR Open issue Closed issue

Keyboard shortcuts

?
Toggle this help
j / k
Next / previous section
t
Toggle details in current section
s
Cycle sort order in current section
o
Open current epic on GitHub
m
Open current milestone on GitHub
M
Open milestones list on GitHub
Data: weekly-data-2026-08-24_2026-08-30.json · sections-2026-08-24_2026-08-30.json · wandb-flops-2026-08-24_2026-08-30.json · tpu-usage-2026-08-24_2026-08-30.json · token-counts-2026-08-24_2026-08-30.json · cluster-status-2026-08-24_2026-08-30.json · discord-2026-08-24_2026-08-30.json · agent-moe-2026-08-24_2026-08-30.json