Yang Li

Cosine Swarm - Parallel AI agents for long-horizon, complex software tasks

by
Cosine Swarm is AI software engineering at scale, built for long-horizon work and engineers with taste. By transforming objectives into an organized team of specialized agents – Orchestrators, Task Owners, and Workers – it handles complex refactors and system-wide migrations without losing focus. Cosine operates as one runtime across CLI, Desktop, and Cloud. Use Swarm mode for parallel execution for research, implementation, and QA. Return to isolated, human-reviewable PRs.

Add a comment

Replies

Best
Najmuzzaman Mohammad

The Orchestrator and Task Owner split is a cleaner hierarchy than I usually see in swarm setups. I am curious how the Orchestrator decides when to fan out versus keep something in a single thread. Is that driven by the task graph it builds up front, or is there a heuristic about codebase scope that triggers parallel branching?

Mihail

Honestly the parallel angle is what scares me. Every time I've tried coordinating two agents on the same repo they end up stepping on each other's files and I spend the saved time resolving merges. Does Swarm coordinate which files each agent can touch, or is it more of a post-hoc merge thing?

Natalia Iankovych

And what about the security of the generated code? Does it check for that? Almost all AI services for programming have a problem with this.

Ryuta Waku

Congrats on the Cosine Swarm launch, Yang. Japan-based founder here, using Claude/Codex heavily.

One Japan-specific thought: for parallel AI coding agents here, the blocker may not be “can agents do more work?” but whether teams can keep control of intent, review boundaries, and accountability in messy real codebases.

Japanese teams often work with mixed JP/EN specs, legacy modules, approval-heavy reviews, and senior engineers who need to understand why each change happened before it enters the PR flow.

The local angle I’d test first is not just “parallel agents for complex work,” but “parallel agents that stay reviewable enough for conservative teams to trust system-wide changes.”

The Orchestrator / Task Owner / Worker hierarchy feels especially relevant if it can make overnight agent work auditable by morning, not just completed.