Skip to content
AI Primer
TOPIC50 stories

Multi-Agent Systems

Parallel or coordinated agents working on shared tasks.

RELEASE1w ago
Sherpa scores 89.8% on 176 cross-chapter memory questions, Pocket FM says

Pocket FM launched Sherpa, a beta system that uses planner, feedback, and storyboarding agents to produce serialized fiction. Pocket FM reports 89.8% accuracy across 176 cross-chapter story-memory questions versus 57.4% for a graph-memory baseline.

WORKFLOW1w ago
Polylane says one agent improved quality while cutting latency and cost

Polylane says it replaced role-specific sub-agents with one main agent and improved quality while reducing latency and cost. The report is a practitioner case study, not a general benchmark.

RELEASE2w ago
Cursor launches Projects to coordinate persistent coding agents

Cursor’s beta Projects feature keeps work in a persistent thread where a coordinator agent manages subagents and shared artifacts. Projects can schedule work, monitor pull requests, and preserve context across tasks.

NEWS2w ago
OpenAI says its model solved Navier–Stokes in an 88-hour run

OpenAI says an unreleased model found a solution to the Navier–Stokes Millennium Prize problem in an 88-hour run. The company says roughly 10,000 agents contributed and the result reached Lean formalization.

NEWS3w ago
Meta says AIRA3 wins gold, ranks eighth in NVIDIA Kaggle competition

Meta says AIRA3 placed eighth among roughly 4,000 teams in a live NVIDIA Kaggle competition. The system used many long-running agents to fine-tune a 30B Nemotron model on a private test set.

NEWS3w ago
DeepMind study finds cheating spreads through 100-agent shared memory

DeepMind researchers found that agents discovered and propagated a math-task exploit through a shared-memory system. Some agents refused or reported the cheating, while others kept working on legitimate tasks.

WORKFLOW3w ago
Hermes Agent removes 375,000 lines in a 15-hour recursive cleanup run

Nous Research says a 15-hour Hermes Agent run used waves of roughly 120 subagents on one desktop machine to simplify its repository. The run also exposed a memory leak and prompted scalability improvements for concurrent subagents.

RELEASE3w ago
Muse Code exits beta with developer-preview SDK

Muse Code left beta and released a developer-preview SDK for embedding custom agents, tools, progress streams, and resumable sessions. Its new workflows can split work among focused agents that pass intermediate context between sessions.

WORKFLOW4w ago
Remote sandbox pattern isolates each coding-agent worker

Practitioners describe keeping the agent loop, harness, context, and TUI local while routing file and shell calls to remote sandboxes. Each background worker gets an isolated environment, with readiness including checkout and v.

NEWS4w ago
Prime Intellect publishes Prime Agent report with 7-day Factorio evaluation

Prime Intellect’s report describes a self-improving long-horizon agent harness with persistent memory, skills, prompts, and subagent specifications. Its Factorio evaluation ran for seven days using 23.4 million output tokens across 633 trajectories.

NEWS1mo ago
Anthropic claims unreleased Claude improves zeta-zero lower bound to about 67.2%

Anthropic says an unreleased Claude did not solve the Riemann hypothesis but improved a related zeta-zero lower bound from 41.6% to about 67.2%. Posts describe subagents, expert prompting, and Lean formalization.

WORKFLOW1mo ago
Codex users route tasks across GPT-5.6 Sol, Terra, and Luna to cut token cost

Practitioners reported better Codex multi-agent runs by raising concurrency and splitting work across Sol, Terra, and Luna. One workflow sends deploy tasks to Luna Max to preserve Sol tokens.

NEWS1mo ago
Vercel says internal @v agent routes finance, docs, and engineering workflows

Vercel said it consolidated dozens of internal agents into @v, an agent/router used across finance, docs, marketing, engineering, analytics, and Slack workflows. The posts describe skills, subagents, per-user memory, and schedules rather than a public product.

RELEASE2mo ago
Microsoft launches MAI-Cyber-1-Flash with 95.95% CyberGym score

Microsoft said MAI-Cyber-1-Flash inside the MDASH multi-agent security harness scored 95.95% on CyberGym. The system routes harder tasks to GPT-5.4 and coordinates more than 100 specialist agents.

WORKFLOW2mo ago
Kyle Jeong opens Devin Fusion-style orchestrator for sidekick coding agents

Kyle Jeong open-sourced a Devin Fusion-style orchestrator with sidekick agents for subtasks. Peter Steinberger used Codex with 12 subagents, worktrees, dev gateways, and autonomous PRs to test OpenClaw.

RELEASE2mo ago
Plasma opens Fractal Apache-2.0 CLI for recursive coding agents

Plasma open-sourced Fractal, an Apache-2.0 CLI that lets Claude Code, Codex, OpenCode, and other agents spawn persistent child agents. Each node gets its own worktree, memory, lifecycle, and Git history.

WORKFLOW2mo ago
Slate, LangChain, and AI SDK add graph control for agent runtimes

New releases and practitioner posts described graph-shaped agent runtimes instead of simple loops. Slate, LangChain's open-sourced agent factory, and AI SDK's Python package each add pieces for durable orchestration.

RELEASE2mo ago
Anthropic releases Claude Managed Agents patterns for long-running agents

Anthropic published Claude Managed Agents examples for long-running production agents. The patterns cover outcome rubrics, self-correction, and sharing sandbox context between agents.

WORKFLOW2mo ago
AI21 reports 80.8% on SWE-Bench Pro with model-team agent

AI21 says its pipeline routes exploration, extraction, and patching across model tiers and reaches 80.8% on SWE-Bench Pro at $5.99 per task. Other workflows use critic agents, readable harnesses, Fugu/Nemotron routing, and scheduled Gemini agents.

NEWS2mo ago
Sakana lists 11 ICML 2026 papers on LLM speed, memory, and agent evals

Sakana listed 11 ICML 2026 papers covering LLM speed, memory, and agent evaluation. The lineup includes TwELL sparse kernels, RePo context positioning, CoffeeBench long-horizon agents, SoftMatcha 2 corpus search, Doc-to-LoRA memory, and Fast-weight Product Key Memory.

RELEASE2mo ago
harbor exec launches agentic-map-reduce CLI via npx skills add harbor-exec

harbor exec launched an agentic-map-reduce CLI installed with npx skills add harbor-exec. Use it to run sandboxed agents for trace analysis, session mining, search, and rollout aggregation.

RELEASE3mo ago
Hermes Agent introduces Mixture of Agents 2.0 as virtual models across providers

Hermes Agent launched Mixture of Agents 2.0, letting users combine models from different providers into presets that behave like a normal model inside the agent loop. It matters because multi-model orchestration becomes a reusable runtime primitive instead of a custom routing workflow.

NEWS3mo ago
Fugu Ultra testers report 30-minute runs and 17x GLM cost after launch

Sakana launched Fugu Ultra on AI Gateway and published a technical report, with early testers sharing mixed results. Reports mention polished outputs on some tasks, but also 30-minute runs, uneven coding quality, and much higher cost than GLM-5.2.

RELEASE3mo ago
Sakana Fugu launches one-API orchestration with Fable benchmark claims

Sakana AI launched Fugu and Fugu Ultra as OpenAI-compatible orchestration models that route, verify, and synthesize across multiple models. The release matters because Sakana is selling multi-agent coordination as a single endpoint, but it has not fully disclosed model mix or pass-through costs.

RELEASE3mo ago
Omnigent opens live Claude Code and Codex sessions with phone control

Databricks open-sourced Omnigent, a meta-harness that runs Claude Code, Codex, Cursor, Pi, and custom agents in one live session with a collaborative web UI. The release centralizes supervision, cost control, and cross-agent review instead of splitting work across separate tools.

NEWS3mo ago
ENPIRE launches 8-agent Codex robot fleet for physical autoresearch

ENPIRE launched a physical autoresearch setup that gives eight Codex agents robots, GPUs, and real-world APIs for tasks like zip ties and part sorting. It matters because it moves long-horizon agent evaluation from browser-only loops into embodied experimentation with explicit safety controls.

RELEASE3mo ago
Factory launches 2.0 software factories with model independence and continual learning

Factory 2.0 expands from coding agents to end-to-end software factories spanning tickets, code, tests, deployments, and incidents. The release makes feedback loops and model routing first-class parts of engineering automation.

RELEASE3mo ago
Kimi Work launches desktop agent with 300 local swarms and WebBridge

Kimi Work launched for macOS and Windows with up to 300 local agents, WebBridge browser control, finance data tools, and a memory system. It matters because the app bundles multi-agent desktop automation locally instead of routing the workflow through a hosted IDE.

RELEASE4mo ago
Claude Code 2.1.154 adds Dynamic Workflows for hundreds of parallel subagents

Claude Code 2.1.154 added Dynamic Workflows, a research-preview mode that writes orchestration scripts and runs hundreds of subagents in one session. Anthropic also shipped 2.1.156 to fix Opus 4.8 thinking-block API errors, so teams should watch for workflow and API stability.

RELEASE4mo ago
Google launches Antigravity 2.0 with CLI, SDK, and single-call Managed Agents

Google launched Antigravity 2.0 as a desktop app plus CLI/SDK stack for multi-agent workflows, and added Managed Agents to the Gemini API with persistent Linux sandboxes. Try it for agent orchestration and API-based sandboxing, but verify harness costs and runtime fit.

RELEASE4mo ago
Warp Oz launches /orchestrate for Claude Code, Codex, and local-to-cloud handoff

Warp launched Oz orchestration across Claude Code, Codex, and Warp Agent, with subagent delegation, isolated worktrees or containers, and beta multi-harness control. Try the new '&' handoff and Agent Memory if you run long sessions that need cloud continuation.

RELEASE4mo ago
KeycardLabs launches Keycard for multi-agent apps with token exchange and Cedar policy

Keycard launched delegated auth for multi-agent apps, issuing scoped credentials at each handoff instead of sharing broad long-lived secrets. The SDKs cover LangChain, MCP, A2A, and generic APIs while keeping credentials out of disks and databases.

RELEASE4mo ago
holaOS launches Beta 0.1 with Multi Workspaces, Sub Agents, and Dashboard

holaOS shipped Beta 0.1, adding Multi Workspaces, Sub Agents, a dashboard, and a kickoff flow on top of its agent-computer base. The release targets long-running workstreams that need persistent context instead of one-chat sessions.

RELEASE4mo ago
Hermes Agent v0.13.0 adds /goal, Kanban orchestration, and custom LLM providers

Hermes Agent 0.13.0 adds enforced goal completion, Kanban-based multi-agent orchestration, and more extensibility for custom LLM providers and gateway channels. Early user reports also show Hermes browser skills cutting one Hacker News workflow from 102 seconds to 35 and cost from $1.46 to $0.28.

RELEASE4mo ago
Anthropic launches Claude Managed Agents with Dreaming, Outcomes, and multiagent orchestration

Anthropic added Dreaming in research preview plus public-beta Outcomes, multiagent orchestration, and webhooks to Claude Managed Agents. Teams should try the new grader loops and shared-container sub-agents if they want more control over long-running agent work.

RELEASE4mo ago
Hermes Agent v0.12.0 adds Kanban boards for multi-agent workspaces

Nous Research added a Kanban workflow where specialized agents claim linked tasks, share files, and persist progress in SQLite-backed workspaces. The update moves Hermes from a single-agent loop to coordinated queues with human comments, heartbeats, and crash recovery.

RELEASE5mo ago
Electric Agents introduces sync-based multi-agent platform with shared sessions and forking

ElectricSQL launched Electric Agents, treating agents as long-lived data entities that sync across shared coding sessions, swarms, and branches. The release matters for teams building collaborative agent systems that need durable state and coordination primitives, not just one-shot task runners.

RELEASE5mo ago
Symphony launches Codex orchestration for Linear and GitHub issue queues

OpenAI released Symphony, an orchestration layer that turns issue trackers into Codex agent queues for PR generation and review. Early users say it can move many tickets in parallel, but token burn rises quickly when agents fan out.

RELEASE5mo ago
Sakana Fugu opens beta with OpenAI-compatible API

Sakana AI opened beta access to Fugu, a multi-agent orchestration system that routes work across multiple frontier models via an OpenAI-compatible API. The launch packages model selection and role assignment as an external runtime, but access is still gated by beta signup.

RELEASE5mo ago
Kimi K2.6 launches with 58.6 SWE-Bench Pro and 4,000-tool-call agent runs

Moonshot open-sourced Kimi K2.6, a 1T-parameter MoE with 32B active parameters, 256K context, multimodal input, and larger agent swarms. It now sits near frontier closed models for long-horizon coding and tool use, so teams can try it for agent workflows.

RELEASE5mo ago
Hermes Agent releases v0.9.0 with a local dashboard and monitoring APIs

Nous Research shipped Hermes Agent v0.9.0 with a local web dashboard, new monitoring APIs, and broader platform updates. Teams using multi-agent workflows should test the new controls for profile cloning and long-running dashboard-managed sessions.

NEWS5mo ago
Sentinel Gateway adds tool-scoped execution controls for agents

Sentinel Gateway promoted tool-scoped execution controls, Agent v0 shipped OS sandboxing plus hash-chain logs, and NeoBild published a 336-round Termux CVE loop. Use these controls to constrain agent actions and run security analysis locally.

RELEASE5mo ago
Hermes Agent adds /claude-code orchestration and cron hooks

Hermes Agent added direct /claude-code orchestration and cron-time script hooks, and the team also shipped Hermes-focused datasets and agent-tuned model variants. The update turns Hermes into a harness that can steer Claude Code and inject recurring context automatically.

WORKFLOW5mo ago
Imbue publishes mngr workflow for 100-agent self-testing with Modal scale-out

Imbue published a walkthrough for mngr showing how it turns tutorial scripts into pytest cases, runs many agents in parallel, and merges fixes back into one branch. The case study offers a repeatable pattern for evaluating agent tools, so teams can borrow the tmux capture, artifact dashboards, and local-to-Modal handoff.

RELEASE6mo ago
Hermes Agent ships v0.6.0 with multi-agent profiles and tool-call streaming

Nous Research shipped Hermes Agent v0.6.0 with multi-agent profiles, a published changelog, and new OpenWebUI tool-call streaming support. Upgrade if you use Hermes as a local agent, since the release turns it into a multi-profile workspace with a growing plugin and UI ecosystem.

RELEASE6mo ago
Cline launches Kanban with worktree-linked parallel CLI agents

Cline launched Kanban, a local multi-agent board that runs Claude, Codex, and Cline CLI tasks in isolated worktrees with dependency chains and diffs. Teams can use it as a visual control layer for parallel coding agents on repo chores that split cleanly.

NEWS6mo ago
Hermes Agent reports 10,000 GitHub stars with memory and delegation tools

Nous Research said Hermes Agent crossed 10,000 stars, while users reported easy migrations from OpenClaw and stable long-running use. If you test it, focus on persistent memory, MCP browser control, and delegation behavior under real workloads.

WORKFLOW6mo ago
Agent Flywheel introduces beads-and-swarms workflow for 1,000 commits a day

Agent Flywheel lays out a planning-first workflow built on beads, agent mail, swarms, and TUI inspection for very large coding runs. It is useful because the guide exposes coordination primitives and review loops, not just benchmark screenshots.

NEWS6mo ago
MIT Technology Review reports OpenAI targets an AI research intern by September 2026

OpenAI told MIT Technology Review it wants an autonomous research intern by September and a multi-agent research lab by 2028, with Codex described as an early step. Treat it as a roadmap for longer-horizon agents, not a shipped capability.

RELEASE6mo ago
Devin adds managed Devins for parallel VM task execution

Cognition updated Devin so one session can break down large work and delegate subtasks to worker Devins running in separate VMs. It matters for audits, migrations, and QA runs where one long-context agent is slower than explicit parallelism.

AI PrimerAI Primer

Your daily guide to AI tools, workflows, and creative inspiration.

© 2026 AI Primer. All rights reserved.