Search

Search IconIcon to open search

The Era of Agentic Organization

Last updatedUpdated: by Jakub Žovák · 1 min read

Properties
created 16.11.2025, 10:14
modified 16.11.2025, 10:16
published Empty
topics Empty
authors Empty
ai-assisted No

Microsoft Research introduces AsyncThink (Asynchronous Thinking), a breakthrough reasoning paradigm where LLMs learn to organize their internal thinking into concurrently executable structures through an organizer-worker protocol. Moving beyond sequential and parallel thinking, AsyncThink enables agents to collaboratively solve complex problems by dynamically decomposing tasks and executing sub-queries concurrently.

  • Organizer-worker thinking protocol: An organizer dynamically assigns sub-queries to workers using Fork and Join actions. The entire protocol operates through pure text generation, making it compatible with existing LLMs without architectural changes.

  • Learning to organize through RL: Two-stage training with cold-start format fine-tuning followed by reinforcement learning using Group Relative Policy Optimization. Rewards encourage correctness, format compliance, and thinking concurrency.

  • Superior accuracy-latency frontier: AsyncThink achieves 28% lower inference latency compared to parallel thinking while improving accuracy on mathematical reasoning. On AIME-24, it matches parallel thinking’s 38.7% accuracy with 1,468 latency versus 2,048.

  • Remarkable generalization: Models trained solely on multi-solution countdown tasks demonstrate zero-shot asynchronous thinking on previously unseen domains, including Sudoku, graph theory, and genetics problems.

  • Scalability pathways: Future directions include massive agent pools with heterogeneous expert workers, recursive agentic organization where workers can become sub-organizers, and human-AI collaborative frameworks.