The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

Current autonomous workplace agents collapse under dozens of interleaved long-horizon tasks, but CorpGen — using hierarchical planning, sub-agent isolation and tiered memory — boosts completion rates up to 3.5× and preserves performance as workload increases.

CORPGEN: Simulating Corporate Environments with Autonomous Digital Employees in Multi-Horizon Task Environments
Abubakarr Jaye, Nigel Boachie Kumankumah, Chidera Biringa, Anjel Shaileshbhai Patel, Sulaiman Vesal, Dayquan Julienne, Charlotte Siska, Manuel Raúl Meléndez Luján, Anthony Twum-Barimah, Mauricio Velazco, Tianwei Chen · February 15, 2026
arxiv quasi_experimental medium evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Abubakarr Jaye unresolved corpus identity
  2. Nigel Boachie Kumankumah unresolved corpus identity
  3. Chidera Biringa unresolved corpus identity
  4. Anjel Shaileshbhai Patel unresolved corpus identity
  5. Sulaiman Vesal unresolved corpus identity
  6. Dayquan Julienne unresolved corpus identity
  7. Charlotte Siska unresolved corpus identity
  8. Manuel Raúl Meléndez Luján unresolved corpus identity
  9. Anthony Twum-Barimah unresolved corpus identity
  10. Mauricio Velazco unresolved corpus identity
  11. Tianwei Chen unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Abubakarr Jaye provider ID
  2. Nigel Boachie Kumankumah provider ID
  3. Chidera Biringa provider ID
  4. Anjel Patel provider ID
  5. Sulaiman Vesal provider ID
  6. Dayquan Julienne provider ID
  7. Charlotte Siska provider ID
  8. Manuel Ra'ul Mel'endez Luj'an provider ID
  9. Anthony Twum-Barimah provider ID
  10. Mauricio Velazco provider ID
  11. Tianwei Chen provider ID
In simulated corporate multi-horizon task environments, CorpGen's hierarchical planning, sub-agent isolation, tiered memory, and adaptive summarization raise task completion rates up to 3.5× versus baselines and maintain stable performance as workload scales, with experiential learning delivering the largest single gain.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

Long-horizon reasoning is a key challenge for autonomous agents, yet existing benchmarks evaluate agents on single tasks in isolation. Real organizational work requires managing many concurrent long-horizon tasks with interleaving, dependencies, and reprioritization. We introduce Multi-Horizon Task Environments (MHTEs): a distinct problem class requiring coherent execution across dozens of interleaved tasks (45+, 500-1500+ steps) within persistent execution contexts spanning hours. We identify four failure modes that cause baseline CUAs to degrade from 16.7% to 8.7% completion as load scales 25% to 100%, a pattern consistent across three independent implementations. These failure modes are context saturation (O(N) vs O(1) growth), memory interference, dependency complexity (DAGs vs. chains), and reprioritization overhead. We present CorpGen, an architecture-agnostic framework addressing these failures via hierarchical planning for multi-horizon goal alignment, sub-agent isolation preventing cross-task contamination, tiered memory (working, structured, semantic), and adaptive summarization. CorpGen simulates corporate environments through digital employees with persistent identities and realistic schedules. Across three CUA backends (UFO2, OpenAI CUA, hierarchical) on OSWorld Office, CorpGen achieves up to 3.5x improvement over baselines (15.2% vs 4.3%) with stable performance under increasing load, confirming that gains stem from architectural mechanisms rather than specific CUA implementations. Ablation studies show experiential learning provides the largest gains.

Summary

Main Finding

CORPGEN defines a new problem class—Multi-Horizon Task Environments (MHTEs)—and shows that standard single-task long-horizon agents fail catastrophically as concurrent task load grows. The CORPGEN framework (hierarchical planning, sub-agent isolation, tiered memory, adaptive summarization, experiential learning) substantially mitigates these failures: across multiple computer-using-agent (CUA) backends it achieves stable performance under rising load and up to ~3.5× improvement over baselines (e.g., 15.2% vs 4.3% task completion in one reported comparison). Experiential learning delivers the largest single architectural gain.

Key Points

  • New problem class (MHTE): dozens of concurrent long-horizon tasks (45+ tasks, 500–1500+ total steps, persistent context spanning hours). MHTEs are qualitatively different from single-task long-horizon benchmarks.
  • Four principal failure modes when using standard CUAs in MHTEs:
  • Context saturation — context needs grow O(N) with task count and exhaust token windows.
  • Cross-task memory interference — task states contaminate one another.
  • Dependency complexity — cross-task dependencies form DAGs/cycles, requiring scheduling/topological reasoning.
  • Reprioritization overhead — per-cycle decision complexity grows O(N), causing thrashing.
  • CORPGEN architecture (architecture-agnostic) addresses each failure mode via:
    • Hierarchical planning: strategic (monthly) → tactical (daily) → operational (per-cycle) to amortize reprioritization and preserve high-level goals.
    • Sub-agents-as-tools: isolated sub-agents (e.g., research agent, CUA) that return structured outputs preventing context pollution.
    • Tiered memory: working memory (intra-cycle), structured long-term memory (typed artifacts/plans), semantic memory (embedding-based retrieval) to avoid storing all active states in the token window.
    • Adaptive summarization: rule-based compression to bound token use.
    • Experiential learning and cognitive tools for continual improvement.
  • Empirical evidence: across three independent CUA implementations (UFO2, OpenAI/preview CUA, hierarchical CUA), baselines degrade consistently as load increases (examples: 16.7%→8.7%; 8.3%→4.3%; 25.0%→14.1% task completion). CORPGEN sustains or improves performance under load. Ablations show experiential learning most important.
  • Evaluation insight: artifact-based judgment (assessing produced artifacts) aligns better with human labels than trace-based LLM judgment, implying some standard evaluation approaches underestimate long-horizon agent performance.

Data & Methods

  • Environment: OSWorld Office (simulated corporate workspace with GUI-based applications and persistent digital employee identities and schedules).
  • Task setup (MHTE): sets of 45+ concurrent tasks, each 10–30+ steps; aggregate 500–1500+ action steps per execution context spanning hours.
  • Agents: digital employees implemented as LLM-powered agents interacting via GUI automation; experiments run across three CUA backends (UFO2, OpenAI CUA, hierarchical CUA).
  • Metrics: aggregate task completion rate across the MHTE during a persistent execution session; reported performance versus task load (25%→100%).
  • Experiments: baseline CUAs versus CORPGEN-wired agents; ablation studies removing CORPGEN components to measure contribution (experiential learning largest contribution).
  • Additional evaluation: comparison of artifact-based vs trace-based evaluation methods and preliminary studies on agreement with human labels.
  • Key quantitative signals reported:
    • Baseline degradation with load (consistent across CUAs).
    • CORPGEN improves task completion up to ~3.5× in some comparisons (e.g., 15.2% vs 4.3%).
    • Experiential learning provided the largest single ablation gain.

Implications for AI Economics

  • Productivity and automation potential
    • Digital employees that manage many concurrent long-horizon tasks could substantially raise productivity in office workflows that involve coordination, scheduling, document preparation, and cross-application work.
    • Gains depend heavily on architectural design (tiered memory, sub-agents, hierarchical planning), implying that returns to investment accrue to firms that adopt higher-quality agent infrastructure rather than to generic LLM access alone.
  • Capital vs labor: adoption and investment patterns
    • CORPGEN-like systems represent a capital investment (software architecture, integration, data pipelines, agent orchestration). Economic gains are contingent on these investments, suggesting complementarities between organizational capital and AI labor-substituting technologies.
    • Early adopters who internalize architecture/experiential-learning pipelines may capture disproportionate productivity rents.
  • Task-level heterogeneity and labor displacement
    • Roles characterized by many concurrent, interdependent long-horizon tasks (project managers, program coordinators, administrative staff, some knowledge-worker roles) are most exposed to automation under MHTE-capable agents.
    • However, automation requires integration costs, domain-specific grounding, and persistent memory; tasks needing high ambiguity resolution, human relationships, or accountability may be less automatable.
  • Organizational design and complementarities
    • Hierarchical planning and sub-agent isolation map naturally onto organizational hierarchies and role specializations (e.g., digital assistants delegated specific functions). Firms may redesign task allocation and managerial spans to leverage agent strengths.
    • Agents that reduce managerial overhead (reprioritization, scheduling) can alter the optimal mix of human managerial labor and AI assistants, potentially reducing middle-management load while increasing demand for roles that supervise, audit, and curate agent behavior.
  • Measurement and evaluation for economic research
    • Standard single-task benchmarks understate agents' value in realistic, multi-task settings. Economic assessments (productivity studies, field experiments) should use MHTE-style evaluations to measure true workplace automation potential.
    • Artifact-based evaluation (assessing outputs produced) may be a more reliable method to estimate real-world effectiveness than trace-based judgments.
  • Market and pricing effects
    • Firms providing agent orchestration frameworks, sub-agent modules, and experiential-learning services may become valuable platforms; pricing could reflect architecture quality (tiered memory, learning loops) more than raw LLM compute.
    • A market for “digital employee” assets (role templates, memory stores, experiential trajectories) could emerge; such assets have firm-specific value, increasing switching costs.
  • Policy and distributional concerns
    • Displacement risk concentrated in roles with high concurrency of tasks; targeted retraining and reallocation policies may be required.
    • Data privacy, persistent identities, and auditability become key regulatory concerns when agents operate across corporate communications and artifacts.
  • Research priorities for AI economics
    • Model productivity gains as a function of task load N and architecture quality: quantify how much hierarchical planning, tiered memory, and experiential learning reduce marginal cost per additional concurrent task.
    • Empirically study diffusion: firm-level heterogeneity in adoption given up-front architecture costs and ongoing learning returns.
    • Investigate complementarities: which human skills complement MHTE-capable agents (oversight, exception handling, creative synthesis) and how wages/skill premiums evolve.
    • Expand empirical evaluation beyond simulated environments to field trials testing real productivity, integration costs, error rates, and human supervision requirements.

Limitations to bear in mind - Results are from a simulated corporate environment (OSWorld Office) and controlled CUAs; real-world deployment faces additional issues (heterogeneous enterprise software, privacy constraints, human acceptance, regulatory compliance). - Reported completion rates are low in absolute terms (single-digit to low-double-digit percentages); improvements are relative and further engineering is needed for production-grade reliability. - Economic impacts hinge on integration costs, robustness, and the quality/quantity of data available for experiential learning—factors that vary across firms and sectors.

Assessment

Paper Typequasi_experimental Evidence Strengthmedium — Results are consistent across multiple implementations and backends and include ablations that isolate component contributions, lending internal validity; however evidence is based on synthetic simulated environments and a single performance metric (task completion rate), without field validation, economic outcomes, or extensive statistical uncertainty reporting, limiting external validity and causal conclusiveness for real-world productivity. Methods Rigormedium — The study uses systematic stress tests, replication across independent implementations, and ablation experiments — good experimental practice — but likely lacks randomized real-world deployment, detailed statistical inference (confidence intervals / hypothesis tests not reported here), possible tuning for the proposed architecture, and relies on a single synthetic benchmark domain. SampleSynthetic Multi-Horizon Task Environments (MHTEs) implemented in OSWorld Office with simulated corporate employees having persistent identities and schedules; problem instances contain 45+ concurrent long-horizon tasks with 500–1500+ steps per episode; experiments ran across three CUA backends (UFO2, OpenAI CUA, hierarchical) and three independent implementations, with load scaling from +25% to +100%; key reported metrics are completion rates (baselines 16.7%→8.7% under load; CorpGen up to 15.2% vs baseline low as 4.3%) and ablation results identifying experiential learning as the largest contributor. Themesproductivity human_ai_collab IdentificationControlled simulation experiments comparing CorpGen to multiple baseline CUAs across three independent implementations and three backends (UFO2, OpenAI CUA, hierarchical) on the OSWorld Office environment; performance measured under varying load (25%–100%) with ablation studies isolating architectural components (hierarchical planning, sub-agent isolation, tiered memory, adaptive summarization) to attribute gains to mechanisms rather than specific implementations. GeneralizabilitySimulated corporate environment may not capture real-world task heterogeneity, noise, interruptions, or human behavior, Single benchmark domain (OSWorld Office) — limited sectoral and cross-organizational diversity, Performance metric focused on task completion rate rather than economic outcomes (productivity, revenue, wages), user acceptance, or error costs, Evaluated on a small set of CUA backends; results may depend on LLM capabilities, prompting, or engineering choices outside the architecture, Potential sensitivity to hyperparameter tuning, episode design, or synthetic task distributions, Unclear robustness to adversarial or unpredictable real-world events and to human–agent coordination dynamics

Claims (10)

ClaimDirectionOutcomeConfidence & EvidenceDetails
Existing benchmarks evaluate agents on single tasks in isolation and do not test concurrent, interleaved long-horizon task management. Other null_result benchmark_scope (single-task vs multi-task)
Reading fidelity high
Study strength speculative
not reported
0.08
Multi-Horizon Task Environments (MHTEs) require coherent execution across dozens of interleaved tasks (45+ tasks), with episodes of 500–1500+ steps within persistent execution contexts spanning hours. Task Completion Time null_result task_completion_time (episode length in steps) and task count
Reading fidelity high
Study strength speculative
45+ tasks; 500-1500+ steps
0.08
Four failure modes (context saturation, memory interference, dependency complexity, reprioritization overhead) cause baseline collaborative ubiquitous agents (CUAs) to degrade from 16.7% to 8.7% completion as load scales from 25% to 100%. Developer Productivity negative task completion rate (percent of tasks completed)
Reading fidelity high
Study strength medium
drop from 16.7% to 8.7% completion as load scales 25%→100%
0.48
Context saturation exhibits O(N) growth in cost (vs O(1) expected), contributing to performance degradation under load. Organizational Efficiency negative computational/context cost growth with N
Reading fidelity high
Study strength medium
O(N) vs O(1)
0.48
Memory interference, dependency complexity (DAGs vs chains), and reprioritization overhead are distinct failure modes that hinder agent performance in MHTEs. Error Rate negative failure rate / performance degradation attributable to each mode
Reading fidelity high
Study strength medium
not reported
0.48
CorpGen is an architecture-agnostic framework that addresses these failures via hierarchical planning, sub-agent isolation, tiered memory (working, structured, semantic), and adaptive summarization. Other positive architectural mechanisms present
Reading fidelity high
Study strength speculative
not reported
0.08
CorpGen simulates corporate environments via digital employees with persistent identities and realistic schedules (OSWorld Office simulation). Other null_result environment realism (persistent identities, schedules)
Reading fidelity high
Study strength speculative
not reported
0.08
Across three CUA backends (UFO2, OpenAI CUA, hierarchical) on OSWorld Office, CorpGen achieves up to 3.5x improvement over baselines (15.2% vs 4.3% completion) with stable performance under increasing load. Developer Productivity positive task completion rate (percentage of tasks completed)
Reading fidelity high
Study strength medium
up to 3.5x improvement (15.2% vs 4.3%)
0.48
The observed gains from CorpGen stem from its architectural mechanisms rather than from specific CUA implementations (i.e., improvements are architecture-driven and consistent across different CUA backends). Adoption Rate positive robustness of performance gains across implementations
Reading fidelity medium
Study strength medium
consistent improvement across three backends
0.29
Ablation studies indicate experiential learning provides the largest gains among the components of CorpGen. Training Effectiveness positive component contribution to overall performance (ablation impact)
Reading fidelity medium
Study strength medium
experiential learning provides the largest gains (relative to other components)
0.29

Notes