Self-Manager: Parallel Agent Loop for Long-form Deep Research

📅 2026-01-25
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
Existing agents struggle with long-horizon, in-depth research tasks due to limitations imposed by a single context window and sequential execution, making it difficult to simultaneously achieve focus, scalability, and adaptability. This work proposes Self-Manager, a parallel agent loop architecture that enables context isolation and dynamic scheduling. The framework dynamically spawns child threads—each with its own independent context—from a main thread and employs Thread Control Blocks (TCBs) to manage asynchronous concurrency and iterative refinement. By breaking away from the conventional single-agent sequential paradigm, Self-Manager achieves substantial improvements in context capacity, execution efficiency, and generalization capability, significantly outperforming current baselines on the DeepResearch Bench benchmark.

Technology Category

Application Category

📝 Abstract
Long-form deep research requires multi-faceted investigations over extended horizons to get a comprehensive report. When handling such complex tasks, existing agents manage context at the subtask level to overcome linear context accumulation and information loss. However, they still adhere to a single context window and sequential execution paradigm, which results in mutual interference and blocking behavior, restricting scalability and adaptability. To address this issue, this paper introduces Self-Manager, a parallel agent loop that enables asynchronous and concurrent execution. The main thread can create multiple subthreads, each with its own isolated context, and manage them iteratively through Thread Control Blocks, allowing for more focused and flexible parallel agent execution. To assess its effectiveness, we benchmark Self-Manager on DeepResearch Bench, where it consistently outperforms existing single-agent loop baselines across all metrics. Furthermore, we conduct extensive analytical experiments to demonstrate the necessity of Self-Manager's design choices, as well as its advantages in contextual capacity, efficiency, and generalization.
Problem

Research questions and friction points this paper is trying to address.

long-form deep research
agent context management
sequential execution
scalability
mutual interference
Innovation

Methods, ideas, or system contributions that make the work stand out.

parallel agent loop
asynchronous execution
isolated context
Thread Control Blocks
long-form deep research
🔎 Similar Papers
No similar papers found.