Agensh: Scaling Organizational Intelligence to 1,024 Agents
Summary
Agensh is a scalable self-organized multi-agent system without a central orchestrator that improves performance on complex tasks by scaling the number of agents, showing significant test-pass rate increases on benchmarks like ProgramBench and pandoc.
View Cached Full Text
Cached at: 09/23/26, 03:34 PM
Paper page - Agensh: Scaling Organizational Intelligence to 1,024 Agents
Source: https://huggingface.co/papers/2609.26781
Abstract
Amulti-agentsystemcanreducelatencyoncomplextasksbyexecutingworkconcurrently.Severalpioneeringharnessframeworkssupportmulti-agentsystems.However,thescalabilityofcurrentmulti-agentharnessesisoftenconstrainedbyacentralorchestrator’scapacitytoallocatetasksandcoordinateworkers.Toaddressthislimitation,weintroduceAgensh,ascalableself-organizedmulti-agentharnesswithoutacentralorchestrator:concurrentworkersexecuteamulti-agentcooperationloop,continuouslygatheringcontext,claimingandself-assigningsub-tasks,takingactionandsharingfindings,verifyingresults,andmergingprogressinanasynchronousmanner.Theloopissupportedbytheagenticorganizationinfrastructurecomprisingthreecomponents:asharedworkspaceholdsproposed,ongoing,andcompletedwork;amessageinterfaceletsworkerscommunicate;andsharedcontextretainsreusablefindingsandworkintentions.TotestthescalabilityofAgensh,weevaluateitonthefivehardestProgramBenchtaskswithGPT-5.6-sol(high).Scalingfrom1to128agentsraisesthemeanfinaltest-passratefrom19.31%to28.78%,anapproximately49%relativeimprovement.Largerorganizationsreachcomparabletest-passratesearlier.Onpandoc,scalingfrom1to1,024agentsraisesthefinaltest-passratefrom33.89%to55.06%.Workertrajectoriesfurthershowthatdifferentformsofself-organizedcooperationgraduallyemergesandstandardizesastheorganizationgrows.Theseresultsrevealthenumberofagentsasanewscalingdimensionformulti-agentorganizationstoexpandthefrontierofgeneralintelligence,offeringapracticalsolutionforcomplextasksunderhardlatencyconstraintsortimebudgets.
View arXiv pageView PDFProject pageAdd to collection
Get this paper in your agent:
hf papers read 2609\.26781
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2609.26781 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2609.26781 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2609.26781 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
Apodex 1.1: Scaling Agentic Intelligence for Complex Work
Apodex 1.1 improves sustained, verifiable progress on complex real-world tasks by scaling executable environments and training agents for long-horizon coordination, achieving leading performance with a smaller 35B-parameter model.
@hyperagent: 42 agents. 216 threads. One dashboard. Every agent gets its own prompt, tools, skills, and budget. Deploy specialized a…
Hyperagent launched a multi-agent system that deploys specialized AI agents with individual prompts, tools, and budgets to autonomously perform complex business tasks such as recruiting, analytics, and marketing campaigns. The platform features a unified dashboard, self-improvement capabilities, and deep integration with existing business tools.
@dair_ai: System scaling is the next real bottleneck in agentic AI. If you build agent orchestration layers, this is a clean map …
This paper argues that agentic AI's next bottleneck is system scaling (designing the 'harness' around foundation models), not just model scaling, and introduces CheetahClaws, a Python-native reference harness, along with an analysis of three core bottlenecks: context governance, trustworthy memory, and dynamic skill routing.
Position: Agentic AI System Is a Foreseeable Pathway to AGI
This paper argues that monolithic scaling of a single model is insufficient for achieving AGI and proposes Agentic AI with multi-agent collaboration as a necessary paradigm, demonstrating theoretically that agentic systems achieve exponentially superior generalization and sample efficiency.
@OpenHandsDev: Running a single agent is straightforward. Running hundreds across an organization requires a system. We just launched …
OpenHandsDev launched the Agent Control Plane, a system for controlling, observing, and scaling hundreds of AI agents across an organization.