Cadenza is an experimental AI-powered development workspace designed to coordinate multiple coding agents within a single workflow.
The project explores how tools like Codex, Claude Code, and OpenCode can collaborate across different parts of the software development process — from understanding requirements and planning solutions to generating, reviewing, and refining code.
Rather than relying on a single AI assistant, Cadenza focuses on agent orchestration, assigning different responsibilities to each model while keeping the developer in control.
Under the hood, Cadenza runs agents as separate processes, manages their tasks and context, and coordinates their outputs through a shared workspace, making it possible to combine different AI models in the same development session.
Cadenza — Multi-Agent AI Development Workspace
Cadenza is an experimental AI-powered development workspace designed to coordinate multiple coding agents with...