Skip to content

Commit d2cdbd8

Browse files
0bserver07claude
andcommitted
docs: add START_HERE.md entry point
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>
1 parent 2d65210 commit d2cdbd8

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

START_HERE.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# START HERE
2+
3+
Four reasons people end up in this repo. Pick yours.
4+
5+
## 1. "What's Sutro Group working on right now?"
6+
7+
- [docs/research/active-threads-2026-05-09.md](docs/research/active-threads-2026-05-09.md) — who's on what this week
8+
- [DISCOVERIES.md](DISCOVERIES.md) — what's already proven
9+
- [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

Comments
 (0)