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
Triage-shaped reading path. Four reasons newcomers end up in this
repo (current research, run sparse-parity, build a multi-agent
catalog, contribute a finding) each get a 3-line answer pointing
to the right docs or the right repo. Reduces the "what do I read
first" problem without requiring any file migration.
Companion to #96 (the reshuffle).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
-[docs/tasks/INDEX.md](docs/tasks/INDEX.md) — open tasks
10
+
11
+
## 2. "I want to run a sparse-parity experiment"
12
+
13
+
Wrong repo. The submission pipeline is at [cybertronai/sparse-parity-challenge](https://github.com/cybertronai/sparse-parity-challenge). The benchmark code in `src/sparse_parity/` here is being moved out (see [#96](https://github.com/cybertronai/SutroYaro/issues/96)).
14
+
15
+
## 3. "I want to build my own multi-agent research catalog"
16
+
17
+
The pattern shipped twice: [hinton-problems](https://github.com/cybertronai/hinton-problems) (53 stubs) and [schmidhuber-problems](https://github.com/cybertronai/schmidhuber-problems) (58 stubs).
18
+
19
+
-`BUILD_NOTES.md` in either repo above — token math, agent-team pattern, lessons learned
20
+
-[.claude/skills/](.claude/skills/) — the dispatcher skills
21
+
-[docs/related-repos.md](docs/related-repos.md) — where each repo in the org fits
22
+
23
+
## 4. "I want to contribute a finding"
24
+
25
+
-[findings/_template.md](findings/_template.md) — the template
26
+
-[CONTRIBUTING.md](CONTRIBUTING.md) — full guide
27
+
28
+
## What this repo isn't
29
+
30
+
- Not the active research front. That's at [ByteDMD/experiments/grid](https://github.com/cybertronai/ByteDMD/tree/dev/experiments/grid).
31
+
- Not the home for benchmark problems. Those have dedicated repos.
32
+
- Not the cost metric. That's [ByteDMD](https://github.com/cybertronai/ByteDMD) and [simplified-dally-model](https://github.com/cybertronai/simplified-dally-model).
33
+
34
+
Longer version: [README.md](README.md) and [docs/related-repos.md](docs/related-repos.md). The reshuffle to match the file tree to this scoped role is [#96](https://github.com/cybertronai/SutroYaro/issues/96).
0 commit comments