parallel-execution

Tag

Cards List
#parallel-execution

@0xNixxx: Anthropic runs the same agent 10 times to get 3 that work Run 10 → Keep 3 → Read the 7 → Fix the harness → Run again - …

X AI KOLs Timeline · 2026-08-30 Cached

Anthropic uses a method of running the same AI agent multiple times in parallel, keeping successful runs, analyzing failures, and iteratively improving the process to enhance performance.

0 favorites 0 likes
#parallel-execution

I measured whether 2 local agents hitting 1 model run in parallel or just take turns. Batching is real, but it is not free using QWEN 3.8 27B 4bit on my MacBook Pro M3Max 128 GB Unified Memory 40 Core GPU

Reddit r/AI_Agents · 2026-08-18

The author experimented with two local agents running in parallel on a MacBook Pro M3Max using the QWEN 3.8 27B 4bit model, finding that batching enables concurrent execution but increases latency, with an optimal agent count around 4.

0 favorites 0 likes
#parallel-execution

@Saccc_c: How to give your Codex unlimited bullets? Set the subagent to luna-max. Use sol for complex task design and luna-max for parallel execution. Specific setup: Enter the following prompt in the Codex conversation: In ~/.codex/agents/luna-worke…

X AI KOLs Following · 2026-08-01 Cached

Shares a method for customizing a Codex subagent (luna-max) and configuring it as luna-worker, allowing complex tasks to use sol for design and luna-max for parallel execution, resulting in stronger execution capability.

0 favorites 0 likes
#parallel-execution

@dabit3: Since you don't need a frontier model typing every line of code, we can optimize subagents beyond just cost. /lightning…

X AI KOLs Following · 2026-07-15 Cached

Lightning Orchestrator is an agent skill that uses fast subagents (SWE-1.7 Lightning) for implementation, achieving ~5x faster execution while keeping a frontier model as planner and reviewer. It works with Devin and supports parallel execution for larger tasks.

0 favorites 0 likes
#parallel-execution

@aronprins: BIG UPDATE! My Claude Loop and Codex Loop now support parallel waves, making your development go smoother but more impo…

X AI KOLs Timeline · 2026-06-22 Cached

aronprins announces updates to Claude Loop and Codex Loop, adding parallel wave support for faster autonomous coding workflows using Claude Code.

0 favorites 0 likes
#parallel-execution

@cline: Use Cline Kanban to abstract worktrees away so you can run agents in parallel without conflicts! npm i -g kanban

X AI KOLs Following · 2026-06-11 Cached

Cline Kanban is a developer tool that abstracts worktrees using a kanban board to run AI agents in parallel without merge conflicts. It allows creating tasks, linking them for autonomous execution, and reviewing diffs.

0 favorites 0 likes
#parallel-execution

Why is tool access in a multi agent system so hard to manage without conflicts?

Reddit r/artificial · 2026-06-02

The article discusses the challenge of managing tool access in multi-agent systems, where parallel execution can cause race conditions and coordination issues, leading to inconsistent results.

0 favorites 0 likes
#parallel-execution

Multi-Agent Computer Use

Hugging Face Daily Papers · 2026-06-01 Cached

This paper proposes a multi-agent computer use (MACU) system that uses a manager model to decompose tasks into directed acyclic graphs for parallel execution by subagents. It demonstrates consistent improvements over single-agent baselines on multiple benchmarks and better test-time scaling.

0 favorites 0 likes
#parallel-execution

@vintcessun: LLMs can now write their own work scripts, decomposing tasks into a group of sub-agents that execute in parallel. A single assistant thinks sequentially, and when faced with tasks like codebase audits or large-scale refactoring, it's either slow or prone to mixing up its thoughts. pi-dynamic-workflows lets the model directly generate a JS script, using agent() and parallel() for task orchestration, runs them in a sandbox, and then aggregates the results—with real-time progress display. The essence is transforming "one person working" into "one person writing a scheduling script, while minions execute in parallel."

X AI KOLs Timeline · 2026-05-30 Cached

Introducing pi-dynamic-workflows, a tool that enables LLMs to dynamically orchestrate multiple sub-agents for parallel task execution by generating JavaScript scripts, suitable for code audits, large-scale refactoring, and similar scenarios.

0 favorites 0 likes
#parallel-execution

Claude Opus 4.8 launched May 28 with a feature that signals where AI is actually heading. It can now break one task into dozens of parallel workstreams and run them simultaneously.

Reddit r/ArtificialInteligence · 2026-05-30

Anthropic launched Claude Opus 4.8 with Dynamic Workflows, enabling parallel task execution, and improved judgment that flags uncertainty, moving from a tool to a collaborator.

0 favorites 0 likes
#parallel-execution

Built an OSS spec-driven AI development tool that runs multiple agents in parallel on the same feature with an LLM-as-judge that picks the winner

Reddit r/AI_Agents · 2026-05-25

Aigon is an open-source tool that runs multiple AI coding agents in parallel on the same feature specified in a markdown spec and uses an LLM judge to select the best implementation, with a visual dashboard and optional scheduling.

0 favorites 0 likes
#parallel-execution

MobileGym: A Verifiable and Highly Parallel Simulation Platform for Mobile GUI Agent Research

Hugging Face Daily Papers · 2026-05-25 Cached

MobileGym is a browser-based simulation platform for mobile GUI agent research, featuring deterministic state evaluation and scalable parallel execution. It includes a benchmark of 416 tasks and demonstrates gains using GRPO on Qwen3-VL-4B.

0 favorites 0 likes
#parallel-execution

Run multiple AI coding agents simultaneously with isolated profiles

Reddit r/AI_Agents · 2026-05-22

multi-cli is a tool that enables running multiple AI coding agents (Claude Code, Codex, Gemini CLI, Cursor) simultaneously with isolated profiles, allowing parallel agentic coding workflows.

0 favorites 0 likes
#parallel-execution

Launch HN: Superset (YC P26) – IDE for the agents era

Hacker News Top · 2026-05-22 Cached

Superset is an open-source IDE for orchestrating multiple CLI-based AI coding agents in parallel, with isolated git worktrees, built-in monitoring, and a diff viewer. It supports various agents like Claude Code, Codex CLI, and Gemini CLI.

0 favorites 0 likes
#parallel-execution

WideSeek-R1: Exploring Width Scaling for Broad Information Seeking via Multi-Agent Reinforcement Learning

Papers with Code Trending · 2026-02-04 Cached

WideSeek-R1 is a multi-agent reinforcement learning framework designed for broad information seeking, exploring width scaling to achieve performance comparable to larger single agents with fewer parameters.

0 favorites 0 likes
← Back to home

Submit Feedback