What problem does it solve?
It reduces the risk of incorrect or one-sided outputs by routing a task through multiple AI models and reconciling their perspectives into a single result.
Core Features & Use Cases
- Tri-model orchestration: runs Codex and Gemini in parallel, then synthesizes outputs into one unified answer.
- Conflict-aware synthesis: explicitly surfaces disagreements and selects a final direction with rationale.
- Practical fallbacks: continues with whichever provider is available, and drops to Claude-only synthesis if both are unavailable.
Example use cases include PR/code review that benefits from separate architecture vs. UX scrutiny and cross-validation for tasks where models may disagree on correctness or edge cases.
Quick Start
Give the AI the instruction: Review this change and cross-validate architecture/security with Codex while checking UX/clarity and edge cases with Gemini using ccg.