Skip to content

Spotify has packed Claude, Gemini, and Codex into a single control panel, with 1,300 engineers already using it

Aug 11, 16:59

According to Dynamic Beat Monitoring, Spotify has launched the AI programming tool Xirp. It integrates Claude Code, Gemini CLI, and Codex into a single workspace, allowing multiple agents to run simultaneously. Switching tools midway also retains the project context.

Spotify has already run over 36,000 Agent sessions using Xirp. The official statement indicates that more than 1,300 Spotify engineers are using it. Xirp can coordinate over 50 sessions at the same time, with each task placed in a separate Git worktree. Multiple agents can work in parallel in the same codebase without interfering with each other.

More importantly, there is a concept of "team memory." Once connected to the Spotify Portal, an Agent can directly access service architecture, dependencies, responsible parties, and historical architectural decisions. The context accumulated during a session is also saved back to the Portal for other engineers or agents to continue.

Xirp is more like a Coding Agent "command center." Spotify is not betting on any single model but allows Claude, Gemini, and Codex to be interchangeable. Previously, Spotify had open-sourced its internal development platform, Backstage, and introduced a commercial version of the Portal; now, Xirp has integrated multi-agent scheduling.

Source