New subnet design lets miners compete on training data instead of weights
const_reborn · x · 2026-07-24
A new subnet design makes miners compete on training data, not model weights
- The referenced Cascade #sn91 approach changes the usual training-subnet format: miners do not submit model weights.
- Instead, every miner trains the same 4M-parameter model from scratch, with the same seeds and the same compute budget.
- The only thing miners provide is a data generator, so the competition becomes about the quality of the data rather than the learned weights.
- The post frames this as a novel mechanism-design idea for how decentralized training could be organized.
More from coding & agent
- Chrome automation lets Claude Code pull in Claude Deep Research reports — JeremyNguyenPhD · 2026-07-24
- Notion beta-tests “Notion as code” with TypeScript workspaces and API deployment — ctjlewis · 2026-07-24
- Swival Agent announces version 1.0.39 release — jedisct1 · 2026-07-24
- Writeup shows how to give an agent permanent memory with six prompts — eptwts · 2026-07-24
- Codex turns one mascot brief into 30 app-specific variations in one shot — jarrodwatts · 2026-07-24
- Agent skills stopped colliding after the author added explicit anti-triggers — teagaw · 2026-07-24