Task routing
Route the work to the platform most likely to succeed first. A CLI-first code edit task might start in Aider or Codex, while cross-surface rule cleanup might start in Claude or Cursor.
Synergy is the Nerviq model for multi-agent lift. It decides which platform should lead, which supporting platforms should contribute evidence, and how one tool compensates for another tool’s blind spots.
A repo with multiple agents is not automatically better. Synergy turns a stack of tools into a system with explicit task routing and evidence accumulation.
Synergy is built around three ideas: route smart, accumulate proof, and let one platform offset another platform’s weak spots.
Route the work to the platform most likely to succeed first. A CLI-first code edit task might start in Aider or Codex, while cross-surface rule cleanup might start in Claude or Cursor.
Nerviq records more than “did the task pass.” It combines findings from multiple platforms so the final recommendation carries stronger proof than any one surface alone.
Every platform has blind spots. Synergy makes those blind spots explicit and pairs them with platforms that compensate for them.
This is the practical heart of Synergy: some platforms lead, others strengthen the call.
| Concern | Primary platform | Companion platform | Why the pair is stronger |
|---|---|---|---|
| Security posture | Codex | Claude | Codex catches trust boundaries; Claude reinforces repo-local rules and hooks. |
| Realtime editor drift | Cursor | Claude | Cursor catches rule-level issues while Claude checks repo-owned instructions and command loops. |
| Headless automation | Aider | OpenCode | Aider is strong for CI edits; OpenCode adds command orchestration and server-mode context. |
| Enterprise governance | Copilot | Windsurf | Copilot contributes policy/org signals, while Windsurf adds stronger enterprise segmentation and memory caveats. |
Use Synergy when you want one report that answers which platforms are active, what each one is good at, and where combining them produces a better outcome.
nerviq synergy-report --format markdown
# Example summary
Active platforms: claude, codex, cursor
Lead platform for trust and automation: codex
Lead platform for instruction quality: claude
Lead platform for rule hygiene: cursor
Combined gain:
- 3 platforms surfaced 11 unique findings
- Best single platform surfaced 7 findings
- Net lift: +57%Here is the kind of situation Synergy is built for: the same repo uses Claude, Codex, and Cursor.