Skip to content

The Ecosystem

The Ecosystem is Rook’s north star: one mind plans, many hands build. Where Multi-Agent splits work inside a single file, the Ecosystem splits it across files — the natural unit of a real project.

One mind plans. Many hands build.

  • One expensive brain — a cloud coordinator (Claude Desktop / Codex) plans across files, options, and disciplines.
  • Many cheap hands — local swarms work each file in parallel, ideally at near- zero cost per file:
    • one file doing in-file modelling
    • one mostly deterministic
    • one running retry loops
  • Fan-in — the results recombine through native Rhino composition: worksessions, import, linked models, references, and blocks → a master model.
EntityWhat it is
Sessiona live execution context — disposable
Artifacta .3dm produced or consumed — durable
Work Unita role, its constraints, and the expected output
Merge Contracthow an artifact recombines — an edge, not a registry

The knowledge graph is what lets the cheap tier stay competent: intent routing carries the skill, so the local model doesn’t have to. That’s what makes “many cheap hands” actually work.