Back to browse
GitHub Repository

Distributed multi-agent research engine with dynamic strategy planning, durable stream-based coordination, and controlled synthesis

27 starsRust

Parallax – Coordinate adversarial AI agents over durable streams

by infiniteregrets·Mar 2, 2026·5 points·1 comment

AI Analysis

●●SolidBig BrainRabbit Hole

Isolated agent cohorts over durable streams beats prompt-based disagreement, but MCP and Anthropic already do multi-agent.

Strengths
  • Disagreement enforced at infrastructure layer rather than prompted, genuinely novel angle for multi-agent topology
  • Durable stream resumption after crashes and mid-run rewiring (fork, merge, breakout rooms) gives real operational flexibility
  • Natural language coordination over logs decouples methodology from implementation
Weaknesses
  • Early-stage proof of concept with rough edges; no production users visible in README
  • Depends entirely on S2 streams service; unclear if this solves a problem existing multi-agent frameworks (Claude API, Anthropic Workbench) don't already handle
Target Audience

AI researchers, multi-agent system builders, prompt engineers

Similar To

Anthropic multi-shot prompting · LangGraph · Smolagents

Post Description

Parallax is a CLI for orchestrating independent AI agent cohorts (Claude, Codex, etc.) over isolated, append-only logs or streams. Each cohort operates on its own log and does not see the intermediate reasoning of others i.e. disagreement is enforced at the infrastructure layer rather than prompted at runtime. Agents write to sequenced, durable logs and a separate moderator agent subscribes to all streams, monitors progress, issues steering instructions when necessary, and synthesizes outputs at the end.

That means, coordination is just done over a log with natural language, which allows us to rewire topology of agents mid-run, fork, merge, spawn breakout rooms or build any research methodology on the fly depending on the question. If something goes wrong / crashes, agents can resume from where they left off. Further, if the log or stream is serverless, agents can connect over the log from any machine anywhere in the world and collaborate on tasks / research.

Similar Projects

AI/ML●●●Banger

Open-Source Harness for Claude Code, Codex and Cursor

Fresh context per phase stops AI agents from reviewing their own work.

Big BrainZero to One
Nicole9
212mo ago