Google Cloud Platform has open-sourced Scion, an experimental orchestration testbed that runs multiple AI coding agents as isolated, concurrent container processes. The tool manages Claude Code, Gemini CLI, Codex, and OpenCode simultaneously on the same project.
What Happened
Scion acts as a hypervisor for AI coding agents. Each agent receives its own container, git worktree, and credentials, preventing conflicts when multiple agents work on a codebase at the same time. The system supports Docker, Podman, Apple containers, and Kubernetes runtimes.
The tool is written in Go and available under the Apache 2.0 license on GitHub, where it has already collected 396 stars. Installation is a single go install command.
Key capabilities include template specialization for custom agent roles (security auditor, QA tester), tmux-based attach and detach sessions for human-in-the-loop workflows, and OpenTelemetry support for monitoring agent swarms. A multi-machine hub mode enables coordination across remote VMs and Kubernetes clusters.
Why It Matters for Creators
Creative developers building AI-powered tools and workflows can now run specialized agents in parallel without the agents stepping on each other. A security auditor agent can review code in one container while a coding agent implements features in another, each with its own isolated workspace.
This follows a clear trend: GitHub Copilot /fleet launched multi-agent parallel execution earlier this month, and AI agent orchestration is becoming a standard part of the development workflow. Scion is the first open-source option from a major cloud provider that supports agents from competing companies in one system.
Key Details
Supported agents: Claude Code, Gemini CLI, Codex, OpenCode (extensible via harnesses)
Runtimes: Docker, Podman, Apple containers, Kubernetes
License: Apache 2.0
Language: Go (84.2%)
Status: Local mode is stable; hub-based workflows are about 80% verified; Kubernetes runtime is early stage
Caveat: This is not an officially supported Google product and may introduce breaking changes
What to Do Next
If you work with multiple AI coding tools, install Scion from GitHub and try running your preferred agents in parallel on a test project. The team includes a demo game, Relics of the Athenaeum, that showcases multi-agent collaboration on a real codebase. Read the InfoQ deep-dive for architecture details.
This story was covered by Creative AI News.
Subscribe for free to get the weekly digest every Tuesday.