NoCap-Test evidence · think2earn docs
Source code ↗

Workspace map — public roles

Workspaces are ops roles, not performance claims. Each workspace has its own volume — volumes do not share across workspaces. Data, priors, and run artifacts must be seeded / pulled per workspace.

Public pages name workspaces by code (Clock-W, Claim-W1, Claim-W2, …). No tokens, secrets, or app credentials belong on the public page.

Pedagogy: workspace-codes-explained.html.


Code scheme

PrefixMeaning
Clock-WSealed stock denominator
Claim-WnClaim-stack seal hosts
Research-WnComponent / proxy / screen hosts
Archive-WnHistorical / archive hosts

Clock and claim (Jul 15–16 seals)

CodeRole in sealed evidence
Clock-WClock. Public F1_seal (stock AdamW, T=3.866 h). Also hosted early full claims (claim_muon_par).
Claim-W1Claim-stack seeds 1337 (matched pair) and 4242 (candidate-only).
Claim-W2Claim-stack seed 2029 (matched pair) + same-workspace F1_Claim-W2 AdamW re-seal (T=3.858 h).

Research / bank (component era)

CodeRole
Research-W1Historical proxy / ordinal research (early FAIR_CLOCK dual-workspace design). Not a Jul 15–16 claim-stack host.
Research-W2Horizon screens + claim_muon_wsd.
Research-W3Cheap-split mechanism repeats; Tier A variant; late-EMA NO-GO.
Research-W4Cheap-split @800 + 2400 persistence seal (seed 5151).
Research-W5Early cheap-split @800 mechanism; Adam-LR persistence work.
Research-W6Cheap-split repeats; p2400 attempt incomplete / archived — not a seal.
Research-W7Systems-v1 replication peer (with Research-W6). Not listed on the public HTML table.

Archive / historical

CodeNote
Archive-W1Often local CLI default; not a claim-stack seal host for this narrative.
Archive-W2Historical waves; preemption failures. Archive.
Archive-W3Historical finals host (e.g. F2b pull). Archive.

Exact credit balances and retired-account dollars are ops detail — omit from public narrative unless a sealed summary already states them.


Volumes do not share


Fire-and-forget ops note

Early claim-stack work died when the local Modal client awaited nested .remote() train and hit ClientClosed / deadline — Modal canceled the GPU input.

Fix (sealed runs): GPU train via spawn() fire-and-forget + modal run --detach. Orchestrator does preflight, spawns the GPU arm, returns. Local disconnect must not cancel A100 work.

Seed 4242 also required a 40GB relaunch after an 80GB GPU-guard miss.

Stop only on operator call using the owning workspace’s CLI profile (do not paste live app IDs into public HTML).