Paper 2604.22446
From Skills to Talent: Organising Heterogeneous Agents as a Real-World Company
- Published
- Apr 2026
- Research lab
- Independent
- Citations
- 0
- GitHub
- 376 stars
01 In brief
Summary
The paper introduces OneManCompany (OMC), a framework that elevates multi-agent systems to an organizational level by decoupling agent capabilities from organizational structure.
OMC encapsulates skills, tools, and configurations into portable 'Talents' that run on heterogeneous backends via 'Containers', with six typed organizational interfaces.
A community-driven Talent Market enables on-demand recruitment, and an Explore-Execute-Review (E2R) tree search unifies planning, execution, and evaluation, providing formal guarantees on termination and deadlock freedom.
Self-evolution mechanisms include individual reflection and organizational retrospectives, plus a formal HR pipeline with performance reviews and offboarding.
On PRDBench, OMC achieves an 84.67% success rate, surpassing the state of the art by 15.48 percentage points.
Four case studies (content generation, game development, audiobook production, and research survey) demonstrate cross-domain generality, with costs ranging from $1.57 to $16.26 per project.
The framework transforms multi-agent systems from static pipelines into self-organizing, self-improving AI organizations.
02 From the paper
Abstract
Individual agent capabilities have advanced rapidly through modular skills and tool integrations, yet multi-agent systems remain constrained by fixed team structures, tightly coupled coordination logic, and session-bound learning. We argue that this reflects a deeper absence: a principled organisational layer that governs how a workforce of agents is assembled, governed, and improved over time, decoupled from what individual agents know. To fill this gap, we introduce \emph{OneManCompany (OMC)}, a framework that elevates multi-agent systems to the organisational level. OMC encapsulates skills, tools, and runtime configurations into portable agent identities called \emph{Talents}, orchestrated through typed organisational interfaces that abstract over heterogeneous backends. A community-driven \emph{Talent Market} enables on-demand recruitment, allowing the organisation to close capability gaps and reconfigure itself dynamically during execution. Organisational decision-making is operationalised through an \emph{Explore-Execute-Review} ($\text{E}^2$R) tree search, which unifies planning, execution, and evaluation in a single hierarchical loop: tasks are decomposed top-down into accountable units and execution outcomes are aggregated bottom-up to drive systematic review and refinement. This loop provides formal guarantees on termination and deadlock freedom while mirroring the feedback mechanisms of human enterprises. Together, these contributions transform multi-agent systems from static, pre-configured pipelines into self-organising and self-improving AI organisations capable of adapting to open-ended tasks across diverse domains. Empirical evaluation on PRDBench shows that OMC achieves an $84.67\%$ success rate, surpassing the state of the art by $15.48$ percentage points, with cross-domain case studies further demonstrating its generality.