Research Cluster
4 nodes · 1 podclaude-code, codex
researchpeer-to-peermodel-diversity
Four agents exploring different approaches to the same problem. Peer-to-peer, no hierarchy. They build a shared knowledge base that a single agent never could. Uses model diversity — different models search differently and conclude differently.
rig up rigs/research-cluster.yamlRigSpec
version: "0.2"
name: research-cluster
pods:
- id: research
label: Research
members:
- id: r1
agent_ref: "local:agents/researcher-1"
profile: default
runtime: claude-code
cwd: .
- id: r2
agent_ref: "local:agents/researcher-2"
profile: default
runtime: codex
cwd: .
- id: r3
agent_ref: "local:agents/researcher-3"
profile: default
runtime: claude-code
cwd: .
- id: r4
agent_ref: "local:agents/researcher-4"
profile: default
runtime: codex
cwd: .
edges:
- kind: can_observe
from: r1
to: r2
bidirectional: true
- kind: can_observe
from: r1
to: r3
bidirectional: true
- kind: can_observe
from: r1
to: r4
bidirectional: true
- kind: can_observe
from: r2
to: r3
bidirectional: true
- kind: can_observe
from: r2
to: r4
bidirectional: true
- kind: can_observe
from: r3
to: r4
bidirectional: true