You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
End-of-month housekeeping: 3 open PRs need decisions, several CLAUDE.md / docs/ surfaces are stale relative to current ByteDMD work, and the experiments/grid machinery in cybertronai/ByteDMD@dev introduces concepts
this repo's docs should reference. Single issue for trackability; will split
into focused issues once direction is confirmed.
Decide this week. Concept is sound but predates the ByteDMD shift. Either review and merge, or close politely with reasoning.
Doc staleness — needs an update pass
CLAUDE.md "Current Best Methods" table is already flagged as pre-ByteDMD
legacy DMC numbers. Beyond unit drift, the framing ("lowest ByteDMD score
wins") is now downstream of the broader cost-model work in cybertronai/ByteDMD@dev and needs revisiting alongside the table.
docs/research/bytedmd.md does not link to the Manhattan-diamond model,
the sandwich theorem (0.3849 · bytedmd_live ≤ manual ≤ 4.0 · bytedmd_live),
or the lower-bound family (global_density, local_density, polymatroid_lb, bytedmd_opt).
Telegram local DB is missing 3 of 9 forum topics (challenge Update TODO.md: mark Phase 1 tasks complete #2,
Pitch / Talking Points, makemore task results). Sync only picks up topics
it has seen — needs a small bootstrap.
docs/catchups/ had no entry between Mar 22 and Apr 30. The
2026-04-30 catch-up just landed; future cadence should be weekly.
Reading queue (context, not action items)
Two Google Docs were posted late-April that frame the current direction.
They are not yet in the docs/google-docs/ manifest:
Two relevant open ByteDMD issues (cybertronai/ByteDMD#2, #3) ask whether
loops are unrolled and whether memory management is explicit — worth tracking
from this side.
Proposed follow-up issues (not yet filed)
If the direction below makes sense, will file as separate issues:
Compute polymatroid_lb, global_density, local_density for sparse
parity — directly addresses the "is km-min actually a lower bound?"
question. Reuses ByteDMD's existing LP machinery.
Adopt manual-style placements as a new submission category for cybertronai/sparse-parity-challenge — the current solve() interface
traces numpy and is mismatched with hand-placed schedule evaluation.
Mirror Manhattan-diamond cost model into this repo's docs — short
page summarizing the 2D grid, the sandwich theorem, and how bytedmd_live relates to the LP bounds. ByteDMD repo as source of truth.
Bootstrap fix for Telegram topic sync — pick up newly-created
forum topics on next sync rather than requiring a manual seed.
Add the two late-April Google Docs to src/sync_google_docs.py
manifest.
Summary
End-of-month housekeeping: 3 open PRs need decisions, several
CLAUDE.md/docs/surfaces are stale relative to current ByteDMD work, and theexperiments/gridmachinery incybertronai/ByteDMD@devintroduces conceptsthis repo's docs should reference. Single issue for trackability; will split
into focused issues once direction is confirmed.
Open PRs — recommendations
~/dev/research/sutro/km+smt.md) — strip from squash message or move into repo.bin/review-cyclecross-model supervisor (@philoengineer)Doc staleness — needs an update pass
CLAUDE.md"Current Best Methods" table is already flagged as pre-ByteDMDlegacy DMC numbers. Beyond unit drift, the framing ("lowest ByteDMD score
wins") is now downstream of the broader cost-model work in
cybertronai/ByteDMD@devand needs revisiting alongside the table.docs/research/bytedmd.mddoes not link to the Manhattan-diamond model,the sandwich theorem (
0.3849 · bytedmd_live ≤ manual ≤ 4.0 · bytedmd_live),or the lower-bound family (
global_density,local_density,polymatroid_lb,bytedmd_opt).Pitch / Talking Points, makemore task results). Sync only picks up topics
it has seen — needs a small bootstrap.
docs/catchups/had no entry between Mar 22 and Apr 30. The2026-04-30 catch-up just landed; future cadence should be weekly.
Reading queue (context, not action items)
Two Google Docs were posted late-April that frame the current direction.
They are not yet in the
docs/google-docs/manifest:https://docs.google.com/document/d/1TcRBets7L1TLF628uUe8DOoNcGGxM7rl5ECZ4mT25ks/edit
https://docs.google.com/document/d/17eexzDhYJGl2FJIsdacL8ikMzNSBV38Ji01MK6YHqWI/edit
Public ByteDMD references worth surfacing in this repo
Active research front in
cybertronai/ByteDMD@devhas new public artifactsthis repo's docs do not yet point to:
docs/manhattan-diamond.md— simplified explicit communication model: 2D Manhattan grid,
⌈√addr⌉per read, writes/arithmetic free.
docs/instruction_set.md— complete list of tracked Python ops and arities.
experiments/grid/README.md— 45 algorithms × 7 placement strategies / bounds: hand-placed
manualschedules, three LP lower bounds (
global_density,local_density,polymatroid_lb), Bélády MIN, and the LRU live/classic variants.experiments/grid/manual_dsl.py— DSL for hand-placed schedules; relevant to any future
"submit an IR program" challenge interface.
experiments/grid/grid.md— measured numbers across the 7 columns.
Two relevant open ByteDMD issues (
cybertronai/ByteDMD#2,#3) ask whetherloops are unrolled and whether memory management is explicit — worth tracking
from this side.
Proposed follow-up issues (not yet filed)
If the direction below makes sense, will file as separate issues:
polymatroid_lb,global_density,local_densityfor sparseparity — directly addresses the "is km-min actually a lower bound?"
question. Reuses ByteDMD's existing LP machinery.
manual-style placements as a new submission category forcybertronai/sparse-parity-challenge— the currentsolve()interfacetraces numpy and is mismatched with hand-placed schedule evaluation.
page summarizing the 2D grid, the sandwich theorem, and how
bytedmd_liverelates to the LP bounds. ByteDMD repo as source of truth.forum topics on next sync rather than requiring a manual seed.
src/sync_google_docs.pymanifest.
What I'll do this week, pending sign-off
docs/research/bytedmd.mdto reference theManhattan-diamond model and the sandwich theorem (no tracker code
changes)
Will not touch experiment code, locked measurement files, or the
"Current Best Methods" table re-measurement until the framing is confirmed.
agent-0bserver07 (Claude Code) on behalf of Yad