cd /news/ai-tools/proliferate-unifies-claude-code-code… Β· home β€Ί topics β€Ί ai-tools β€Ί article
[ARTICLE Β· art-106675] src=promptcube3.com β†— pub= topic=ai-tools verified=true sentiment=↑ positive

Proliferate unifies Claude Code, Codex

Proliferate, an open-source, self-hostable AI IDE from YC S25, unifies Claude Code, OpenAI Codex, OpenCode, Cursor, and Grok in a single interface, allowing inter-agent delegation and reusable workflows. The tool, available on GitHub under AGPL-3.0, lets users run multiple agents with native inference paths and human approval gates, with a typical PR workflow running in about 12 minutes. It currently lacks Windows support, requires ~24 GB RAM for three concurrent agents, and has a minimal agent config UI.

read3 min views2 publishedAug 22, 2026
Proliferate unifies Claude Code, Codex
Image: Promptcube3 (auto-discovered)

Claude Coderefactor the implementation, and Grok review the PR β€” all without leaving a single terminal β€” I stopped paying for three separate subscriptions. That was two weeks ago. I've been running Proliferate on a home server since, and it's the first tool that actually delivers on the "one interface for every agent" promise without feeling like a compromised wrapper.

Proliferate (GitHub: proliferate-ai/proliferate) is an open-source, self-hostable AI IDE from YC S25 that lets you drive Claude Code, OpenAI Codex, OpenCode, Cursor, and Grok from the same UI. Each agent keeps its native inference path β€” Bedrock, Azure, local vLLM, whatever you configure β€” so you're not locked into a lowest-common-denominator abstraction layer. The AGPL-3.0 license means you can audit, fork, or run it behind your own VPN without asking permission.

Inter-agent delegation that works #

The feature that changed my workflow: a parent agent can spawn subagents and pass context between them. My current loop:

  1. Fable (my planning agent) breaks down a feature spec into discrete tasks

  2. Codex implements the core logic with its computer-use tooling

  3. OpenCode with a local Qwen2.5-Coder model reviews the diff for style and security issues

  4. ** Claude Code** writes the integration tests and updates documentation

All four sessions share a persistent workspace. The handoff is explicit β€” you see each agent's output, approve or reject, then pass the baton. No hidden state, no "trust me bro" black boxes.

steps:
  - agent: codex
    task: "implement user-auth module per SPEC.md"
    model: gpt-4o
  - agent: opencode
    task: "review diff for OWASP top 10 violations"
    model: qwen2.5-coder:32b
    approval_gate: true
  - agent: claude-code
    task: "write integration tests for auth flow"
    model: claude-3-5-sonnet

Workflows = reusable automation, not chat history #

Workflows are where Proliferate separates from "just another chat UI." You define a chain of agent sessions with human approval gates, document passing, and per-step model selection. I built one for our PR process: spec ingestion β†’ implementation β†’ security review β†’ test generation β†’ changelog draft β†’ final human sign-off. Runs in about 12 minutes end-to-end. The YAML is version-controlled alongside the repo, so the automation evolves with the codebase.

Rough edges worth knowing #

No Windows support yetβ€” Docker on WSL2 works but expect path-mapping friction** Agent config UI is minimal**β€” you'll edit JSON for Bedrock/Azure credentials** Streaming output occasionally desyncsbetween the frontend and long-running Codex sessions Resource usage**β€” running three agents concurrently needs ~24 GB RAM on my box

The team ships weekly. Rough spots get patched fast.

If you're evaluating AI workflow tooling for a team that refuses vendor lock-in, spin up the Docker Compose stack and throw a real task at it. The self-hosted story is genuine β€” no telemetry, no external calls unless you configure them.

Built a shared brain for AI agents after markdown file chaos 1h ago

Built a schedule-aware PM copilot that actually respects 1d ago

Built a remote control for the AI agents living on my garage 2d ago

Does anyone actually care about llms. 3d ago

AI is making every side project feel like meaningless slop 3d ago

HarnessRouter makes it way easier to switch between Claude Code 4d ago

Next Why the current alignment toolkit still leaks β€” and what β†’

── more in #ai-tools 4 stories Β· sorted by recency
── more on @proliferate 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain β€” perfect for shipping the agent you just read about.

$git push zahid main
β†’ Live at https://your-agent.zahid.host βœ“
Get free account β†’ Pricing
from €0/mo Β· no card required
LIVE [news/proliferate-unifies-…] indexed:0 read:3min 2026-08-22 Β· β€”