Paper deep dive
The Headless Firm: How AI Reshapes Enterprise Boundaries
Tassilo Klein, Sebastian Wieczorek
Intelligence
Status: succeeded | Model: Gemma-4-26B-A4B | Prompt: intel-v1 | Confidence: 91%
Last extracted: 7/20/2026, 12:54:19 PM
Summary
The paper proposes the 'Headless Firm' model, arguing that agentic AI shifts enterprise coordination costs from topology-dominated (O(n^2)) to throughput-dominated (O(n)) scaling. This structural change selects for an hourglass organizational equilibrium: a personalized generative interface (GenUI) at the top, a standardized protocol waist in the middle, and a competitive market of micro-specialized execution agents at the bottom. The authors formalize this via a coordination cost model, predicting a 'Great Unbundling' in high knowledge-velocity domains where firm size distributions shift toward smaller, specialized entities.
Entities (10)
Relation Signals (5)
Headless Firm â hasstructure â Hourglass Architecture
confidence 98% ¡ The Headless Firm... structured as an hourglass: a personalized generative interface at the top, a standardized protocol waist in the middle, and a competitive market of micro-specialized execution agents at the bottom.
Agentic AI â induces â Headless Firm
confidence 95% ¡ We argue that agentic AI induces a structural change in how coordination costs scale... This shift selects for a specific organizational equilibrium -- the Headless Firm
Agentic AI â reduces â Coordination Cost
confidence 90% ¡ in protocol-mediated agentic systems, integration cost collapses to O(n)
Headless Firm â causes â Great Unbundling
confidence 85% ¡ The analysis predicts a domain-conditional Great Unbundling: in high knowledge-velocity domains, firm size distributions shift mass from large integrated incumbents toward micro-specialized agents
Coase â proposedtheoryof â Coordination Cost
confidence 85% ¡ As Coase argued, firms expand when internal direction is cheaper than market exchange... The boundary of the firm is determined by coordination cost.
Cypher Suggestions (0)
No Cypher suggestions yet.
Abstract
Abstract:The boundary of the firm is determined by coordination cost. We argue that agentic AI induces a structural change in how coordination costs scale: in prior modular systems, integration cost grew with interaction topology (O(n^2) in the number of components); in protocol-mediated agentic systems, integration cost collapses to O(n) while verification scales with task throughput rather than interaction count. This shift selects for a specific organizational equilibrium -- the Headless Firm -- structured as an hourglass: a personalized generative interface at the top, a standardized protocol waist in the middle, and a competitive market of micro-specialized execution agents at the bottom. We formalize this claim as a coordination cost model with two falsifiable empirical predictions: (1) the marginal cost of adding an execution provider should be approximately constant in a mature hourglass ecosystem; (2) the ratio of total coordination cost to task throughput should remain stable as ecosystem size grows. We derive conditions for hourglass stability versus re-centralization and analyze implications for firm size distributions, labor markets, and software economics. The analysis predicts a domain-conditional Great Unbundling: in high knowledge-velocity domains, firm size distributions shift mass from large integrated incumbents toward micro-specialized agents and thin protocol orchestrators.
Tags
Links
- Source: https://arxiv.org/abs/2602.21401v1
- Canonical: https://arxiv.org/abs/2602.21401v1
Trouble viewing inline? Open PDF directly â
Full Text
98,986 characters extracted from source content.
Expand or collapse full text
The Headless Firm: How AI Reshapes Enterprise Boundaries Tassilo Klein Mantix tk@mantix.cloud Sebastian Wieczorek Mantix sw@mantix.cloud Abstract The boundary of the firm is determined by coordination cost. We argue that agentic AI induces a structural change in how coordination costs scale: in prior modular systems, integration cost grew with interaction topology (Oâ(n2)O(n^2) in the number of components); in protocol-mediated agentic systems, integration cost collapses to Oâ(n)O(n) while verification scales with task throughput rather than interaction count. This shift selects for a specific organizational equilibriumâthe Headless Firmâstructured as an hourglass: a personalized generative interface at the top, a standardized protocol waist in the middle, and a competitive market of micro-specialized execution agents at the bottom. We formalize this claim as a coordination cost model with two falsifiable empirical predictions: (1) the marginal cost of adding an execution provider should be approximately constant in a mature hourglass ecosystem; (2) the ratio of total coordination cost to task throughput should remain stable as ecosystem size grows. We derive conditions for hourglass stability versus re-centralization and analyze implications for firm size distributions, labor markets, and software economics. The analysis predicts a domain-conditional Great Unbundling: in high knowledge-velocity domains, firm size distributions shift mass from large integrated incumbents toward micro-specialized agents and thin protocol orchestrators. â footnotetext: Conflict of Interest: The authors are founders of Mantix (mantix.cloud), a company building infrastructure in the agentic enterprise space described in this paper. This paper represents independent academic work; no commercial claims are made herein. Keywords: Agentic AI, Generative UI, Headless Architecture. 1 Introduction The boundary of the firm is set by the cost of coordination. As Coase argued, firms expand when internal direction is cheaper than market exchange, and contract when market transaction costs fall. [19] The critical variable is how coordination costs scale: whether they grow primarily with the number of interaction edges between components, or primarily with task throughput. This paper advances a specific, testable claim: agentic AI can change the scaling regime of coordination. In prior modular systems (SOA, microservices), coordination cost grew with interaction topologyâinterfaces, release coupling, governance dependenciesâoften approaching a combinatorial surface. In agentic systems, by contrast, a larger share of integration work shifts from bilateral negotiation toward protocol-mediated tool access and outcome-based verification. If that shift holds, coordination can scale primarily with task throughput rather than with the number of pairwise integration edges. When coordination scales with throughput, modular delegation becomes economically sustainable. Execution can fragment into micro-specialized agents without triggering the superlinear coordination overhead that historically made modular systems economically unviable at scale. At the same time, fragmentation at the execution layer creates a usability problem: humans cannot navigate an exploding interface surface area. The architectural response is an hourglass equilibrium: a personalized intent layer (Generative UI, or GenUI) at the top, a thin protocol-and-policy waist that compiles intent into constrained actions, and a competitive market of vertical execution agents at the bottom. Definition 1 (Coordination Scaling Regime). We define a coordination regime as topology-dominated when coordination cost scales with the number of interaction edges between components, and throughput-dominated when cost scales primarily with the number of tasks executed. The Headless Firm emerges when agentic systems shift coordination from the former regime to the latter. We call the organizational analogue of this equilibrium the Protocol-Coordinated Firm (Headless Firm): a structure in which execution is decoupled from centralized management and coordinated via standardized protocols and verification rather than hierarchical supervision. The headless firm is âheadlessâ in the specific sense that the user-facing intent surface and the execution surface are separated by a thin coordination layer; it is not a claim that governance disappears, but that it is compressed into standard contracts, policy gates, and evaluation. Our contributions are as follows. (1) We propose a coordination cost model that formalizes the distinction between topology-dominated and throughput-dominated coordination regimes (Section 5). (2) We derive two falsifiable empirical predictions from this model. (3) We characterize stability conditions for the hourglass equilibrium and identify four distinct re-centralization pathways (Section 11). (4) We derive labor market and firm size implications conditional on knowledge velocity (Section 9). The central claim is conditional: the hourglass is the stable organizational form if and only if per-task verification cost vâ(k)v(k) grows sublinearly in workflow width k. This decomposition is not frictionless. The history of service-oriented architectures demonstrates that modular systems fail when coordination costs scale superlinearly with interaction edges. Latency, partial failures, schema drift, identity and compliance layers, and system-of-record gravity all reintroduce integration burdens. The burden of proof therefore lies in whether agentic modularity meaningfully changes the coordination scaling law: does verification and governance remain a throughput problem, or does it re-expand into a topology problem (blame allocation, cascading failures, bespoke policy)? If the new scaling regime holds, value concentrates at the architectural edges. Protocol coordination commoditizes into a thin waist, while differentiation shifts upward into personalized intent and downward into deep vertical execution. If it failsâbecause protocols thicken into proprietary gatekeepers, verification becomes topology-dependent, or liability centralizesâre-centralization follows. The argument of this paper is therefore conditional but concrete: a change in the scaling law of coordination selects for an hourglass architecture, and that architecture shifts enterprise boundaries toward a headless firm. 2 Related Work Theory of the firm and transaction costs. Our work builds on Coaseâs [19] transaction cost theory of the firm and Williamsonâs [84] asset specificity extension. Prior work has examined how digital technologies affect firm boundaries: Brynjolfsson and Hitt [11] document IT-driven decentralization; Garicano and Rossi-Hansberg [31] model knowledge hierarchies and show that communication cost reductions lead to flatter organizations. We extend this line by introducing the knowledge decay rate as a second dimension that interacts with coordination cost to determine optimal firm structure. Modular architectures and platform economics. Baldwin and Clark [8] establish the modularity thesis; Langlois [44] extends it to dynamic capabilities. Our hourglass equilibrium is related to the layered protocol model of Akhshabi and Dovrolis [3] and to the end-to-end principle [60]. The âthick waistâ risk we identify in Section 11.1 is related to platform envelopment [23] and analysis of multi-sided markets [58]. Multi-agent AI systems. Recent work on tool-augmented language models [61] and agent benchmarks [56, 46] establishes empirical baselines for agent capability. The MCP protocol [5] provides the technical substrate our protocol waist assumes. Concurrent work on agentic delegation [76] and AI operating systems [50] addresses related coordination problems at the systems level. Our contribution is to bring these systems-level developments into contact with organizational economics. Labor and automation. Autor et al. [6] on superstar firms and Acemoglu and Restrepo [1] on automation and labor demand provide the empirical backdrop for our Section 9 analysis. Song et al. [69] on between-firm wage dispersion is directly relevant to our scalable boutique prediction. 3 The Economic and Temporal Imperative The hourglass thesis depends on two independent but interacting forces. First, AI reduces the spatial cost of coordinating across firm boundaries, altering the traditional transaction-cost calculus. Second, accelerating knowledge decay increases the temporal cost of maintaining broad internal capabilities. Together, these forces create the economic pressure that selects for modular, protocol-mediated firms. 3.1 Transaction-cost theory Coaseâs theory of the firm explains vertical integration as a response to the costs of using markets (discovering prices, negotiating contracts, and enforcing agreements) [19]. If AI agents reduce these costs, then market-based coordination becomes more attractive, and the efficient firm boundary may shrink. Importantly, this reduction is unlikely to be uniform: stateful dependencies, governance requirements, and SoR switching costs can keep large parts of the stack effectively âintegratedâ even when execution is modularized. This aligns with Williamsonâs analysis of asset specificity, where highly specific investments (like complex SoR state) encourage integration to prevent hold-up problems [84]. 3.2 The temporal constraint: knowledge decay While Coase explains why firms shrink when spatial coordination costs fall, he does not account for the temporal stability of the firmâs internal processes. Historically, firms integrated vertical capabilities because best practices were stable; standard operating procedures could be codified and amortized over years. Today, high-stakes domains (medicine, law, compliance, software engineering) face an accelerating burden of knowledge. As Jones (2009) demonstrates, the expanding knowledge frontier forces individuals to narrow their expertise to reach the cutting edge [41]. This necessitates a shift from individual generalists to specialized teamsâor, in our framework, specialized agents. This induces a Red Queen effect [79]: the firm must run ever faster simply to maintain its current relative standing. In this high-velocity regime, the integrated firm faces a âcomplexity wallâ [74]: the cost of constantly rewriting internal tooling to match the frontier of knowledge exceeds the cost of purchasing execution from specialized external agents who amortize that maintenance across many clients. On this view, headless structure is attractive when two gradients steepen at once: market coordination becomes cheaper to invoke, while maintaining broad internal capabilities becomes more expensive as domains churn. However, the same logic cuts both ways: AI can also reduce internal coordination costsâautomating monitoring, reporting, and information routingâwhich in isolation would support larger firms. The key question is therefore not whether AI reduces coordination, but which kind: transaction costs across firm boundaries, or complexity costs within them. On the internal side, even with AI-assisted management, organizations face diseconomies of scale rooted in complexity: innovation slows, adaptation lags, and incentive alignment degrades as firm size grows [82]. This mirrors Simonâs âbounded rationalityââthe observation that no central planner, human or AI, can process all the distributed information needed to coordinate a large, fast-moving system [66]. The principalâagent problem [39] persists: ensuring that delegated agents act in the principalâs interest still requires monitoring, and those monitoring costs can offset the benefits of delegation. More fundamentally, AI does not eliminate what Hayek called the âknowledge calculation problemâ [36]: decentralized systems adapt to local signals faster than any optimized monolith. As domain knowledge acceleratesâmedical guidelines, legal precedent, software toolingâthe cost of keeping internal processes current rises superlinearly [85], while external specialists can amortize that cost across many clients. 3.3 Empirical and theoretical constraints on firm growth Empirically, firm sizes follow heavy-tailed distributions; for the United States, Axtell reports a Zipf-like distribution over firm sizes [7]. Hypothesis 1 (Domain-Conditional Unbundling). In sectors where (i) knowledge velocity is high, (i) system-of-record switching costs are low, and (i) protocol standardization is achievable, lower coordination friction shifts the firm size distribution toward smaller, specialized producers. This prediction does not apply uniformly: sectors with stable knowledge functions, high capital intensity, or strong network effects may experience consolidation rather than fragmentation. As AI agents reduce the transaction costs of external coordination, probability mass shifts from the âheadâ (large integrated firms) to the âtailâ (micro-specialized entities). In a simple power-law view of firm sizes, this corresponds to a steepening of the exponent [29], such that the aggregate output of the long tail begins to rival that of the monolithic head. firm size (log)frequency (log)Monolithic EraAgentic EraUnbundling:more verticalsEfficiency:fewer employeesMissing middle Figure 1: The hypothesized deformation of firm sizes (The Great Unbundling). Two distinct effects reshape the distribution: (1) Unbundlingâfalling transaction costs enable proliferation of micro-specialized verticals; (2) EfficiencyâAI-enabled automation allows large firms to operate with fewer employees and reduced service requirements. Both mechanisms contribute to a flattened distribution, consistent with Westâs analysis of hierarchical scaling constraints in organizations [82]. We provide the formal economic derivation of this shiftâdemonstrating why knowledge decay overrides AIâs span-of-control benefitsâin Section 9.1. The term âunbundlingâ has been used in enterprise software contexts to describe the shift from monolithic suites to specialized vertical solutions, a digital manifestation of Stiglerâs lifecycle of vertical disintegration [71, 15]. We adopt this term but extend it to the boundary of the firm itself: we argue that unbundling is driven not only by the proliferation of micro-specialists (the standard narrative), but also by efficiency-driven downsizing of large incumbentsâtwo distinct forces that together reshape the firm size distribution. Several countervailing forces may constrain this unbundling in practice. Platform concentration. AI infrastructure providers (foundation model vendors, cloud hyperscalers) may exhibit winner-take-most dynamics due to scale economies in training and network effects in ecosystems, potentially creating new large firms even as application-layer firms fragment. Regulatory and capital requirements. Industries with high compliance burdens (finance, healthcare) or significant capital intensity (manufacturing, infrastructure) impose minimum viable firm sizes that resist full disaggregation. Network effects and marketplace dynamics. Certain verticals may consolidate around dominant platforms that aggregate demand or supply, leading to bimodal rather than uniformly flattened distributions. These boundary conditions suggest that the Great Unbundling will be uneven across sectors, with the most pronounced effects in knowledge work, low-capital services, and domains where SoR lock-in is weakest. This long tail is also consistent with the rise of âgig economyâ and marketplace coordination as a pre-GenAI precursor. As Sundararajan [72] observed, these platforms lowered matching costs and blurred traditional boundaries, yet they did not entirely dissolve the firm. A plausible reason is that many transaction costs remained stubbornly human (specification, monitoring, dispute resolution). If agentic systems reduce these frictions, they can unlock a more general version of marketplace coordinationâthe âCoasean singularityâ argument [62]. Theoretically, Lucas models limits to firm growth via diminishing returns to managerial talent and increasing coordination costs [47]. These results motivate a âcomplexity wallâ: beyond some scale, additional headcount adds disproportionate overhead rather than productive capacity. 4 Lessons from SOA and the Limits of Prior Modularity Enterprise software has already lived through a large-scale attempt at modularization via service-oriented architectures (SOA) and microservices. That experience is a useful prior: exposing capabilities as services made ownership boundaries clearer, but it also surfaced new coordination costs that often offset the benefits, a phenomenon often described as the âmicroservices premiumâ [28]. 4.1 Practical frictions in SOA SOA deployments repeatedly surfaced the same family of integration burdens. Distributed systems costs arise because network latency, partial failures, and cascading outages shift failure modes from deterministic to probabilistic [22]. Interface drift compounds this: schemas and API contracts evolve continuously, turning backward compatibility into a permanent maintenance tax. More insidiously, services can agree on a field name while disagreeing on its meaningâa âsemantic mismatchâ that reveals the limits of pure syntactic coordination [25]. Finally, cross-service invariants require distributed transactions or compensating workflows, and identity, logging, and tracing tend to re-centralize into a platform layer, recreating coordination overhead under a new name. A particularly instructive failure is the âSmart Pipeâ trap. Previous orchestration effortsâmost notably the Enterprise Service Bus (ESB)âcollapsed because they attempted to resolve coordination syntactically: rigid canonical schemas and fragile XSLT transformations broke whenever any endpoint changed [38]. Agentic orchestration avoids this failure mode because it coordinates semantically. Large language models act as fuzzy universal adapters that negotiate intent and map data across disparate schemas without brittle, hand-coded translators [16]. The hourglass architecture converts these historical lessons into design rules: the orchestrator owns versioned tool contracts and compatibility shims; shared evaluation harnesses push semantic alignment to the protocol layer; writes against the system of record are mediated through reversible, policy-gated workflows. Governance and observability remain concentrated in the thin waist rather than scattered across agents. 4.2 What agentic orchestration can overcome Agentic systems do not repeal distributed-systems constraints, but they can substantially reduce the human costs of managing them. Three mechanisms are central. Lower specification cost. Intent-first interaction turns under-specified requests into executable plans through iterative clarification, realizing Postelâs Robustness Principle [54]: agents accept ambiguous natural-language inputs while emitting conservative, structured tool calls. Generated integration glue and model-driven adapter maintenance. Agents can synthesize connectors, schema mappings, and migration scripts, and update them autonomously as APIs drift. Benchmarks such as ToolBench [56] confirm that tool selection and schema mapping can be learned and evaluated at scale, reframing integration as an engineering problem rather than an open-ended negotiation. Continuous evaluation and routing. Orchestrators can detect breakage, propose patches, and comparatively score services using outcome-based testsâsupporting a market of interchangeable executors without manual re-integration. 4.3 Sublinear Coordination Hypothesis The central claim of this paper can be stated as a testable economic hypothesis: Hypothesis 2 (Sublinear Coordination Efforts). In systems where execution is delegated to AI-mediated agents, total coordination cost grows more slowly than system complexity, provided that: (i) tool interaction is standardized at a shared protocol boundary, and (i) verification and integration are shifted from bilateral negotiation to model-driven inference evaluated through scalable, outcome-based tests. If integration edges are collapsed at the protocol layer (E=â(n)E=O(n)) and per-task verification cost satisfies vâ(k)=â(kÎł)v(k)=O(k^Îł) for Îł<1Îł<1, then total coordination cost grows sublinearly with system complexity for fixed task distribution. This condition failsâand hourglass architecture loses its advantageâwhen cross-provider coupling intensity qtq_t grows with ecosystem size, forcing the quadratic term in equation (3) to dominate. Empirically, Îł<1Îł<1 requires that evaluation harnesses, policy templates, and outcome tests are reusable across agent compositions rather than constructed independently per task. 5 A Coordination Cost Model of the Hourglass Equilibrium The preceding sections argued qualitatively that agentic systems can alter the scaling law of coordination. We now formalize that claim in a minimal economic model. The purpose of this model is not to capture all organizational complexity, but to isolate the structural condition under which the hourglass architecture becomes economically stable. 5.1 Coordination scaling: a minimal model We make the scaling claim explicit with a minimal cost model. Objects. Let n denote the number of independent execution providers (agents/services/components). Over a period, let T be the number of tasks executed. Each task t touches a subset of providers; let ktk_t be the number of providers involved in task t (the workflow width). Let E denote the number of maintained integration edgesâadapters, tool contracts, schema mappings, and compatibility shimsârequired for the system to function. Coordination cost decomposition. Define total coordination cost over the period as C=Cintegrationâ(E)+Cverificationâ(T,kt)+Cgovernanceâ(T),C\;=\;C_integration(E)\;+\;C_verification(T,\k_t\)\;+\;C_governance(T), (1) where CintegrationC_integration is the cost of maintaining and versioning integration edges (API contracts, schema mappings, compatibility shims); CverificationC_verification is the cost of checking that task outputs satisfy correctness and policy requirements across the ktk_t involved providers; and CgovernanceC_governance, which we treat as linear in throughput by assumption (audit and routing-policy checks per task, not per integration pair), scales identically in both regimes and therefore does not determine which is preferableâthe key question is whether CintegrationC_integration and CverificationC_verification escape superlinear growth. Two coordination regimes. In topology-dominated modularity (a common SOA/microservices failure mode), integration cost is edge-driven: Cintegrationâ(E)=aâEC_integration(E)=aE, where, with weak protocol discipline, E=Îâ(n2)E= (n^2) due to the combinatorial pairwise-edge growth famously formalized by Brooks [10], implying a superlinear integration term. In a protocol-mediated hourglass, pairwise integration is collapsed into a shared waist so each provider integrates once to the protocol boundary: E=Îâ(n)E= (n), provided protocol evolution remains backward-compatible and compatibility shims are centralized at the waist. Consequently, CintegrationC_integration scales approximately linearly in ecosystem size. Verification as the decisive term. With a protocol waist, the dominant question becomes how verification scales with workflow width. We write per-task verification as We separate per-task verification into two components: vâ(k)=vlocalâ(k)+vcouplingâ(k)v(k)=v_local(k)+v_coupling(k) (2) where vlocalv_local represents the cost of checking constraints against reusable harnesses, and vcouplingv_coupling represents the cost of checking cross-provider invariants. The hourglass architecture requires that vlocalâ(k)v_local(k) grows slowly in workflow width k. We formalize this relying on the following condition: Lemma 1 (Verification Reuse Condition). Suppose tasks are evaluated using a library of reusable outcome tests and policy templates drawn from a fixed domain vocabulary. If the marginal cost of extending this library grows sublinearly with workflow width, then the local per-task verification cost satisfies vlocalâ(k)=â(kÎł)v_local(k)=O(k^Îł) for some Îł<1Îł<1. This condition emerges when evaluation artifacts are shared across workflows, so extending the library amortizes across many compositions rather than scaling with each additional provider. The exponent Îł can be interpreted as the inverse reuse factor of verification artifacts: when Îłâ0Îłâ 0, a single reusable test harness suffices; when Îłâ1Îłâ 1, each additional provider requires proportionally more verification work. The condition Îł<1Îł<1 is an essential driver of the hourglass architectureâs efficiency. Intuitively, the hourglass architecture is efficient when most correctness checks can be applied independently to individual agents using reusable evaluation artifacts, and only a minority of tasks require enforcing tight consistency across multiple providers. Verification becomes topology-like again when correctness depends on cross-provider invariants (vcouplingv_coupling). Let qtâ[0,1]q_tâ[0,1] denote coupling intensity for task t (e.g., the probability that task t triggers cross-provider reconciliation). A minimal way to express total verification cost over T tasks is: Cverification=ât=1T(bâvlocalâ(kt)+dâvcouplingâ(kt))=ât=1T(bâktÎł+dâqtâkt2),C_verification\;=\; _t=1^T (bv_local(k_t)\;+\;d\,v_coupling(k_t) )\;=\; _t=1^T (bk_t^Îł\;+\;d\,q_t\,k_t^2 ), (3) The quadratic form of the coupling term follows from the assumption that cross-provider invariant checking requires pairwise consistency verification between each pair of coupled providers involved in a task. If task t triggers coupling between mtâ¤ktm_t⤠k_t providers, and each pair requires independent reconciliation, verification work scales as â(mt2)O(m_t^2). We simplify by letting qt=mt/ktq_t=m_t/k_t denote the fraction of involved providers that are coupled, giving a coupling term proportional to qtâ kt2q_t¡ k_t^2. The quadratic form represents a worst-case bound when invariants require pairwise reconciliation; hierarchical or sampled verification schemes reduce the exponent but do not eliminate topology dependence. Proposition 1 (Hourglass Instability). If coupling intensity grows proportionally with ecosystem size, i.e., qt=Îâ(n)q_t= (n), then verification cost becomes quadratic and the hourglass architecture loses its coordination advantage. Scope condition. This instability proposition sharply bounds the scope of the theory. We predict hourglass stability in read-heavy or reversible-write workflows where coupling intensity remains low. Conversely, the hourglass model fails in domains requiring tightly coupled state machines, safety-critical control systems, or high-invariant core ledgers, where coupling forces topology-dependent verification. 5.2 Observability as a Precondition The coordination cost model in Section 5.1 treats workflows as machine-addressable objects: it assumes that n, T, and ktk_t are measurable, that integration edges E can be maintained, and that verification harnesses can be applied to task outputs. These assumptions are not automatically satisfied. In practice, the majority of enterprise processes exist only implicitly â encoded in UI interaction sequences, human memory, and undocumented branching logic that no API exposes. Process observability is therefore not a downstream engineering concern but a logical precondition of the model itself: without a machine-readable representation of how workflows actually operate, the coordination cost decomposition in equation (1) cannot be instantiated. This gap is structural rather than incidental. Enterprise applications were designed to expose data models, not process topology. The reachable state space as traversed in practice â including exception paths, permission-conditioned branches, and context-dependent defaults â is systematically absent from any API-level representation. For the hourglass model to be instantiated, any process observability primitive must satisfy three abstract conditions: (i) topological completeness â the reachable state space as actually traversed must be represented, not only the nominal path; (i) semantic interpretability â transitions must carry intent, not merely syntactic descriptors, so the orchestration layer can reason about what a step means rather than only what it does; and (i) distributional awareness â traversal frequencies must be captured, so that normal-flow paths are distinguishable from exception cases. This last condition is necessary for the verification reuse condition in Lemma 1: reusable harnesses presuppose sufficient knowledge of workflow structure to identify which compositions are common and which are exceptional. These conditions cannot be satisfied at the API layer alone; the delta between what an application exposes programmatically and how users actually traverse it is systematically absent from any server-side representation. The gap these conditions expose defines a necessary infrastructure layer that is not yet standardized â analogous to the role distributed tracing played as a precondition for microservices observability. Until such a layer exists, the coordination cost decomposition in equation (1) remains a theoretical construct rather than an operationalizable framework. 5.3 Falsifiable predictions The model yields two empirical predictions that can be evaluated with production telemetry and engineering effort accounting. Prediction 1 (Edge-addition marginal cost). Let ÎâCintegration C_integration be the incremental integration work required to add one new execution provider. Without a protocol waist, adding a provider induces new pairwise edges (ÎâE=Îâ(n) E= (n)), so ÎâCintegrationân C_integration n. With a protocol waist, the new provider integrates once to the protocol boundary (ÎâE=Îâ(1) E= (1)), so ÎâCintegrationâconstant C_integration . Prediction 2 (Verification stability under ecosystem growth). In a stable hourglass, C/TC/T should remain approximately stable or grow slowly with nânot proportionally to n or n2n^2. Conversely, if coupling intensity q rises with ecosystem size (e.g., due to stateful cross-provider invariants), then (3) predicts that C/TC/T will increase sharply with n via the kt2k_t^2 term, signaling hourglass collapse and re-centralization pressure. In the agentic setting, n is the number of vertical agents, ktk_t is the workflow width of a single user task, E represents maintained tool contracts and schema mappings, and qtq_t reflects the density of cross-agent invariants and write-authority constraints. The model provides a selection condition: the hourglass is stable when E=Îâ(n)E= (n) and qtq_t remains low; it collapses toward re-centralization when coupling forces the quadratic term in (3) to dominate. This selection condition is the economic logic behind Sections 6 and 7: vertical specialization achieves low Îł by staying within a narrow domain; generative intent keeps ktk_t manageable by compiling user goals rather than exposing raw agent interfaces. 5.4 What agents do not overcome (and may worsen) Several frictions remain binding: ⢠System-of-record lock-in: Switching SoR is costly due to migration, reconciliation, downstream dependencies, and audit risk. This mirrors Mooreâs distinction between systems of record (which resist change) and systems of engagement (which require fluidity) [51]. However, the monolithic nature of the SoR is increasingly contested by decentralized data architectures: â Composable ERP: Frameworks emphasizing the decoupling of core business logic into modular, best-of-breed microservices rather than relying on vendor-locked suites [43]. â Zero-copy Federation: Open table formats (e.g., Apache Iceberg) and data lakehouses [14] attempt to decouple canonical data state from proprietary application logic. Historically, these unbundling initiatives have stalled due to severe integration complexity, network latency during distributed joins, and failures in scaling manual data governance [32]. In the context of the headless firm, agentic orchestration offers a novel mechanism to overcome these historic frictions: agents can automate semantic alignment across fragmented microservices and autonomously monitor data quality across distributed environments, potentially enabling the modularization of the SoR itself. ⢠Write authority and liability: delegating writes requires robust authorization, approvals, provenance, and replayability. This creates a classic principal-agent problem where the agentâs objective function may not perfectly align with the principalâs intent, a challenge framed in economics as incomplete contracting [34, 33]. ⢠Tail risks and debugging: stochastic behavior shifts failure from âwrong response codeâ to âwrong outcome,â raising the burden of monitoring and dispute resolution. These failures often manifest as negative side effects or reward hacking [4, 87, 46, 21], requiring scalable oversight mechanisms beyond simple unit tests. To manage these stochastic tail risks programmatically, the orchestration layer requires robust evaluation harnesses. Current benchmarks rely on fixed app environments, obscuring how reliability degrades under real-world variation: empirical work shows task success fluctuating by more than 50% across app design and content variations, with failure modes such as looping and hallucinating actions varying strongly by environment [78]. 5.5 Three illustrative configurations The stability condition derived above depends critically on the intensity of cross-provider coupling and the rigidity of the underlying system of record. To make this dependency concrete, we outline three stylized configurations that vary in state density and invariant strictness. These cases illustrate where the hourglass is robust, conditionally stable, or structurally constrained. Hourglass with a dominant SoR (swappable execution). A CRM or ERP remains the canonical record, but many specialized agents (e.g., enrichment, outreach drafting, ticket triage) can be swapped because they mainly read from the SoR and propose changes that are mediated by the orchestrator via human-in-the-loop or policy-gated writes. Hourglass in low-SoR-density work (high substitutability). In research, analytics, and content workflows, the ârecordâ is mostly documents and versioned artifacts. Execution providers are easily substituted because state is shallow and outputs are highly reviewable. Limited impact (SoR and invariants dominate). For core ledgers and high-integrity transaction processing (e.g., settlement), correctness is defined by strict invariants, regulated retention, and deterministic reconciliation. Agents may assist at the margins, but the architecture remains SoR-centered unless the underlying data infrastructure transitions to a federated, zero-copy model [14] where agents maintain cross-ledger semantic consistency. 5.6 Empirical protocol The predictions in Section 5.3 can be evaluated using production telemetry from multi-agent deployments. For Prediction 1, the relevant measurement is the engineering time required to integrate a new execution provider as a function of current ecosystem size n. In a topology-dominated system, this should grow proportionally with n; in a protocol-mediated system, it should be approximately constant. This can be estimated via developer effort logs (e.g., commit histories, ticket cycle times) in organizations running both legacy SOA and agentic middleware stacks. For Prediction 2, the relevant measurement is C/TC/Tâtotal coordination-related engineering cost divided by task throughputâtracked longitudinally as the agent ecosystem grows. Confounds include changes in task complexity distribution kt\k_t\ over time and organizational learning effects. A controlled comparison between organizations adopting protocol-mediated architectures versus those extending bespoke integrations would provide the cleanest test. We leave full empirical validation to future work; the purpose of these predictions is to establish that the model is falsifiable in principle. 5.7 Early Empirical Signals While a formal, large-sample test of the coordination cost model awaits longer-term enterprise data, early signals from production agentic deployments align with the sublinear scaling hypothesis. For instance, integration times for new, highly specific tools using the Model Context Protocol (MCP) frequently approach â(1)O(1) developer effort compared to building bespoke API clients [5]. Furthermore, the ability to swap specialized agent backends (e.g., changing a search provider or a drafting model) without altering the user-facing intent surface provides anecdotal confirmation that the hourglass waist effectively isolates the topology of the execution layer from the throughput of user requests. 6 The Execution Layer: Vertical Intelligence When coordination scales sublinearly, the boundary of the firm shifts. As external coordination becomes cheaper than maintaining broad internal capabilities, execution rationally migrates outward into specialized agents. Modularity ceases to be an architectural preference and becomes an economic sorting mechanism. Historically, SOA decomposed software without decomposing ownership. Agentic systems differ because inference-driven coordination lowers the cost of integrating independent execution units. As integration frictions decline, the efficient unit of production becomes narrower. 6.1 Vertical Agents and Workflow Ownership Vertical agents are AI-enabled services that specialize deeply within a single workflow. They do not span many business functions; they integrate tightly within one. Unlike horizontal suites, which generalize across domains, vertical agents optimize for local objectives, proprietary context, and execution policies. Their advantage is not the base model. It is the coupling of domain data, evaluation metrics, and tool execution inside a narrow operational loop. As coordination costs fall, specialization deepens. This is the execution-layer analogue of modular architecture: specialization without integration penalty. 6.2 Defensibility Through Contextual Accumulation A common objection is that commoditized foundation models eliminate durable advantage. This assumes advantage resides in model weights. In vertical systems, it resides in accumulated context. Enterprise work generates large volumes of unstructured âdark dataâ â emails, PDFs, chat threads, negotiation traces [30]. The strategic value of accumulated operational context follows the logic of the Resource-Based View [9] but at the data rather than capability levelâa distinction developed in the literature on data network effects [49] and proprietary training data moats [77]. A vertical agent embedded in a workflow can capture this data, convert it into evaluation sets and feedback loops, and continuously refine execution policies. Over time, the system learns why specific contracts fail, which clauses delay negotiation, which client behaviors predict churn. This produces a contextual data network effect: performance improves with embedded use, and replication requires access to proprietary operational traces [17]. In the language of the Resource-Based View (RBV), the agentâs accumulated context becomes a VRIN (Valuable, Rare, Inimitable, Non-substitutable) asset, whereas the underlying model weights remain a commodity [9]. Crucially, this dynamic reinforces micro-specialization: dark data is highly context-specific (jargon, exception handling, local norms). Generalist systems tend to regress to the mean because they cannot justify the context windows, tuning effort, and workflow instrumentation required to decode a niche verticalâs unstructured traces. Recent work on âtask interferenceâ offers a mechanistic complement: Wang et al. show that training a single model across disparate tasks can induce negative transfer, while mixture-of-experts (MoE) architectures [64] limit interference by routing inputs to specialized subnetworks [65]. The Headless Firm can be read as the organizational analogue of this MoE pattern. Vertical agents can therefore over-optimize for local context and convert dark data into reliable execution. Finally, this architecture can drive a systemic increase in software quality. In a monolithic suite, features compete for internal resources, often resulting in âgood enoughâ mediocrity across the board. In a market of vertical agents, each component must compete on the quality of its specific output to survive. As argued in analyses of modular architectures by Baldwin and Clark, unbundled designs allow individual modules to innovate at their own distinct rates, avoiding the regression-to-the-mean dynamics typical of integrated systems [8]. 7 The Interaction Layer: Generative Intent If execution unbundles into vertical agents, interaction must rebundle at the point of use. Specialization lowers coordination cost between machines, but it raises coordination cost for humans: as the execution layer fragments, the user-facing surface area expands. Few users can productively orchestrate dozens of agent-specific interfaces without reintroducing friction at the boundary. Generative UI is the architectural response to this coordination overhead induced by UI surface fragmentation. The intent layer does not merely âchatâ; it utilizes structured primitives to compile user intent into a constrained interaction plan, orchestrate minimal surfaces to resolve missing parameters, and render auditable confirmations for irreversible actions. The objective is not maximal flexibility but bounded malleability: a stable interaction frame within which task-specific micro-interfaces can be composed and discarded. 7.1 Bounded Malleability and Abstract Primitives An engineered intent layer must preserve coherence under heterogeneity. As tasks vary across domains and agents, the interface adaptsâbut not arbitrarily. To achieve this, Generative UI relies on four abstract primitives: 1. Intent Compiler: Parses natural language into a structured, parameterized interaction plan. 2. Constraint Validator: Checks proposed actions against predefined policy rails and enterprise governance rules before execution. 3. Reversible Preview: Renders the expected state transition (e.g., a âdry runâ of a database write) in a legible format. 4. Policy Surface: Exposes the underlying permissions and auditing logs contextually to the user. Persistent anchors provide continuity: visible state, permissions, activity history, and a legible preview of âwhat will happen.â Around these anchors, the system synthesizes ephemeral widgets only when needed to clarify ambiguity or collect missing inputs. Intent, in this architecture, is compiled rather than loosely interpreted. Natural-language goals are transformed into structured execution artifacts that downstream orchestration can validate and constrain. Where intent is underspecified, the system requests only the information necessary to produce a safe plan. Where actions are irreversible, it presents a confirmation surface that exposes scope, affected systems, and expected state transitions before execution proceeds. The interaction layer therefore becomes a coordination interface rather than a conversational veneer. It rebundles experience while preserving modular execution. 7.2 Trust Semantics and Coordination Scalability Because agentic execution is stochastic and toolchains can degrade, the interaction layer must make delegation inspectable. Users must be able to see what systems will be touched, what records will change, and which policy context governs the action. Intermediate states, partial completions, and exceptions must be rendered explicitly rather than hidden behind conversational abstraction. In this sense, Generative UI functions as a contract boundary between intent and execution. It binds user goals to downstream tool invocation under explicit constraints, transforming open-ended language into legible state transitions. Crucially, this layer must itself be evaluated as a coordination mechanism. The relevant question is not aesthetic quality but structural scalability: does it reduce clarification cycles as execution complexity grows? Does it keep irreversible actions legible under variation? Does it remain stable under tool-schema change and policy drift? If interface variability scales with ecosystem diversity, cognitive load becomes topology-dependent and the hourglass collapses from above. Recent work on generative interfaces and agentic HCI [45, 81] motivates these architectural primitives, while advances in dynamic interface synthesis and test-time adaptation suggest that interaction can be evaluated systematically rather than treated as an aesthetic layer [18, 86]. The interaction layer thus mirrors the logic of the execution layer. A complete evaluation framework for the generative intent layer would require at minimum three metrics: (1) clarification cycle reduction rateâthe ratio of task completions requiring zero or one clarification exchange versus baseline unaugmented interface; (2) irreversible action legibilityâuser accuracy in predicting post-action state under time pressure; (3) cognitive load stability under tool-schema driftâwhether error rates remain bounded as the underlying agent ecosystem evolves. We leave empirical measurement of these metrics to future work but propose them as the minimal sufficient evaluation protocol for any production deployment of generative intent architectures. Just as protocol standardization compresses integration edges among agents, generative intent compresses interaction edges for usersâprovided that bounded malleability and explicit confirmation semantics prevent cognitive load from reintroducing topology-driven coordination costs. 8 The Hourglass Architecture of the âHeadlessâ Firm The preceding sections derived two structural shifts. First, execution unbundles into a competitive market of vertical agents once coordination scales sublinearly. Second, interaction must rebundle through generative intent to prevent fragmentation at the user boundary. Taken together, these forces imply a specific architectural equilibrium. Execution fragments downward; interaction coheres upward; coordination compresses in between. The resulting structure is an hourglass, shown in Figure 2. Wide specialization at the bottom and wide personalization at the top are connected by a thin protocol waist that standardizes coordination. Top-HeavyGenUI-Dominant GenUI Brand & UX Orchestrator Thin Agents Commodity AI wrappers(Transitional)Middle-HeavyOrchestrator-Dominant GenUI Minimal Orchestrator Proprietary Agents Commodity Zapier, n8n(Transitional)Bottom-HeavyVertical-Dominant GenUI Minimal Orchestrator Thin Vertical Agents Deep expertise Harvey, Bloomberg(Transitional)Hourglass (Target)End-State Architecture GenUI Personalized Protocol Thin waist Agent Market Competitive Target Ecosystem(Stable) Figure 2: Convergence toward the hourglass equilibrium. Transitional configurations concentrate value in a single architectural layer (top-heavy: brand and UX; middle-heavy: orchestration logic; bottom-heavy: domain expertise). The stable end-state emerges when protocol standardization commoditizes orchestration, pushing differentiation toward the high-context edges: personalized intent above and deep domain execution below. This architectural evolution mirrors the layered convergence of Internet protocol stacks documented by Akhshabi and Dovrolis [3]. The stability condition â that the protocol waist remain thin â is formalized as the condition Îł<1Îł<1 in Section 5. Adapting the layered protocol model of [3], the hourglass consists of three layers: Top (Generative UI) â Solves the coordination overhead induced by UI surface fragmentation. A dynamic interaction layer captures user intent and synthesizes ephemeral interfaces. Rather than navigating dozens of specialized agents, users interact with a unified intent surface. Interaction is rebundled even as execution is unbundled. Middle (Protocol Orchestrator) â Solves the verification and governance overhead of delegated execution. A thin protocol layer compiles intent into structured commands and enforces safety, provenance, and policy-gated writes. Unlike a passive gateway, the orchestrator maintains a consistent view of state despite stochastic agent behavior [50]. Coordination is compressed into standardized contracts. Bottom (Vertical Agent Market) â Solves the overhead of maintaining internal capabilities in high-velocity knowledge domains. A competitive ecosystem of micro-specialized agents executes tasks. Because these agents are decoupled from UI and orchestration logic, they can evolve at the speed of their domain without destabilizing the broader system. The architecture is structurally asymmetric. Differentiation concentrates at the edgesâpersonalized interaction above and deep domain expertise belowâwhile the middle collapses into a thin, standardized protocol waist. As Figure 2 illustrates, transitional configurations concentrate value in a single layer (top-heavy, middle-heavy, or bottom-heavy). The stable end-state emerges when protocol standardization commoditizes orchestration and competitive agent markets commoditize execution, forcing durable advantage toward the high-context edges. The âHeadlessâ Firm is therefore not defined by the absence of structure, but by the separation of interaction and execution through a thin coordination layer. 8.1 Transitional Patterns and Convergence Current systems exhibit unstable intermediate configurations in which value concentrates in a single layer. Top-heavy systems (e.g., AI wrappers) concentrate value in brand and UX, while execution relies on commodity APIs. Middle-heavy systems (e.g., proprietary orchestrators such as Zapier) concentrate value in coordination logic. Bottom-heavy systems (e.g., vertical AI specialists) concentrate value in domain expertise and proprietary data. These are transitional equilibria. As protocol standards mature and agent markets deepen, coordination logic commoditizes and execution becomes interchangeable. Differentiation migrates to the high-context edges: personalized interaction at the top and deep specialization at the bottom. The hourglass is therefore not a design preference but a convergence outcome. 8.2 Coordination scalability: the manager-to-managed inversion The hourglass architecture is not merely a technical design patternâit represents a fundamental inversion of the traditional management pyramid. The hourglass inverts the relationship between hierarchical control and transaction costs (as discussed in Section 2). Instead of imperative micromanagement (âexecute task X, then Y, then report statusâ), the orchestrator operates declaratively: it routes intent to capable agents, enforces policy constraints, and verifies outcomes. The orchestrator does not coordinate how agents executeâonly what they must satisfy (safety, provenance, state consistency). This shifts the coordination model from hierarchical command-and-control to market-based outcome verification [48]. First, standardized protocols eliminate bespoke integration work. Unlike microservices that require custom API contracts and versioning coordination, agents in a mature hourglass ecosystem communicate through shared protocols (e.g., Model Context Protocol, standardized tool schemas), reducing the orchestratorâs role to routing and validation rather than negotiation. Second, outcome-based evaluation enables autonomy. The orchestrator does not monitor processâit verifies results. An agent that consistently produces correct outputs requires no supervision, analogous to the shift from time-based employment to task-based completion. Third, market mechanisms replace top-down allocation. In a competitive agent marketplace, tasks are allocated via bidding, reputation, or capability matching rather than centralized assignment [59, 62]âthe orchestrator becomes an auctioneer, not a planner, aligning with Hayekâs argument that decentralized signals aggregate information more efficiently than central planning [36]. Finally, coordination shifts from static routing to intelligent delegation [76]: the dynamic transfer of authority based on real-time context, where the orchestrator negotiates delegation contracts that enforce auditability and the right to revoke authority if safety constraints are violated. This inversion has profound implications for scalability. If coordination overhead grows sublinearly (or even logarithmically) with the number of agents, then the economic ceiling on firm size shifts dramatically. A single orchestrator could theoretically manage millions of micro-specialized agentsânot through heroic management, but through protocol-mediated indifference. The orchestrator does not care which legal research agent drafts a memo, only that the output meets specified quality thresholds and provenance requirements. Empirically, this predicts a bifurcation in the firm size distribution (recall Figure 1): a small number of massive orchestrators (protocol-setters like AWS, Stripe, or future MCP-compliant platforms) and a long tail of hyper-specialized execution agents. The middleâintegrated firms that bundle orchestration with executionâbecomes economically unstable, squeezed between the efficiency of thin protocols and the depth of vertical specialists. This mirrors the platform economics literatureâs prediction that two-sided markets concentrate around dominant intermediaries while enabling a long tail of niche suppliers [53]. This is why the hourglass is not just architecturally elegant but economically inevitable: it is the only structure that scales coordination costs sublinearly while preserving the adaptability benefits of decentralized specialization. The transitional patterns (top-heavy, middle-heavy, bottom-heavy) represent temporary market inefficiencies that will erode as protocol standardization and agent marketplaces mature. 9 Economic and Labor Implications If the hourglass architecture is the equilibrium form under sublinear coordination scaling, then firm boundaries and software economics must adjust accordingly. We analyze three specific shifts: the dual effect of AI on firm size, the rise of the âscalable boutique,â and the inversion of the make-or-buy decision. 9.1 The Dual Effect on Firm Size The preceding analysis raises an apparent paradox: if AI reduces coordination costs, why predict smaller firms rather than larger ones? Williamsonâs 1967 model of hierarchical control suggests that reducing âloss of controlâ through better monitoring should enable firms to grow [83]. In his framework, firm size is limited by the degradation of information as it passes through hierarchical layersâformalized as a control transmission factor β<1β<1, where each additional layer multiplies the control loss. If AI increases β (by reducing information distortion through real-time dashboards and automated reporting) and expands the span of control s (by automating routine supervision), then the optimal number of hierarchical levels n could increase, supporting larger integrated firms. Calvo and Wellisz (1978) refined this model, arguing that the nature of supervision matters: if employees cannot predict when they are being monitored (e.g., through stochastic AI-driven audits), the loss of control may be even lower than Williamsonâs deterministic model suggests [13]. This implies AI could enable dramatically larger hierarchical firms by solving the principal-agent problem at scale. Empirical evidence supports this mechanism: Brynjolfsson et al. (2023) find that generative AI tools increase worker productivity by 14% on average (and 34% for novice workers) by disseminating best practices and reducing information asymmetry [12]. Murray et al. (2021) document how algorithmic management expands the span of control by automating routine supervision, enabling managers to oversee larger teams without degradation in oversight quality [52]. Puranam et al. (2014) observe that digital communication technologies enable flatter organizational structures by reducing the need for middle management layers [55]. In the extreme case, decentralized autonomous organizations (DAOs) replace hierarchical control entirely with smart contracts, theoretically achieving βâ1βâ 1 through protocol-enforced transparency [35]. However, this analysis assumes a critical constraint: that the knowledge embodied in the firmâs processes is stable. Williamsonâs model treats the firmâs production function as fixed; the challenge is purely one of coordination and monitoring. In this regime, AIâs reduction of internal coordination costs unambiguously favors larger integrated firms, as the benefits of economies of scale and scope compound without the offsetting cost of constant adaptation. The hourglass architecture emerges when we relax this assumption. In high-velocity knowledge domainsâmedicine, law, compliance, software engineeringâthe firm faces a temporal constraint that Williamsonâs model does not capture: the decay rate of codified knowledge [41]. Internal tooling, standard operating procedures, and domain-specific models become obsolete faster than they can be maintained. This introduces a âcomplexity wallâ: the cost of continuously rewriting internal systems to track the frontier of knowledge scales superlinearly with firm size, because larger firms have more legacy systems, more interdependencies, and more organizational inertia [37, 74]. AIâs effect on firm size is therefore asymmetric. It reduces both internal coordination costs (higher β, larger s, fewer n) and external transaction costs (cheaper market-based coordination via agent marketplaces and standardized protocols). The net effect depends on which dominates. We argue that in high-velocity domains, the external transaction cost reduction dominates for four reasons. First, the firmâs internal AI investment faces a compounding disadvantage: foundation model capabilities advance faster than any single firm can fine-tune against, meaning internal AI tooling depreciates toward the frontier at an accelerating rate. External specialists who serve many clients can amortize continuous retraining and evaluation costs; integrated firms cannot. This is a specific instance of the general principle that adaptation costs scale with the breadth of the capability portfolio maintained internally [37]. Second, a vertical specialist (e.g., a legal research agent) can amortize the cost of tracking regulatory changes, updating domain models, and refining evaluation harnesses across hundreds of clientsâan integrated firm must bear this cost internally for each domain it internalizes, creating diseconomies of scope in adaptation. Third, external specialists can update their models and processes independently, without coordinating release cycles or regression-testing against the broader system; even an AI-optimized monolith must centrally plan updates, creating bottlenecks [36]. Fourth, in a market of vertical agents, poor performers are replaced instantly thanks to low switching costsâin an integrated firm, underperforming internal teams face organizational friction (politics, sunk costs, career concerns) that slows the feedback loop. Empirically, this predicts a conditional effect: AI will enable larger firms in domains with stable knowledge (e.g., logistics, manufacturing, routine transaction processing), where Williamsonâs mechanism dominates. But in high-velocity domains, AI will accelerate unbundling, as the transaction cost collapse outpaces the control loss reduction. The hourglass is the equilibrium architecture for the latter regime. This resolves the paradox: AI does not uniformly shrink or grow firms. It bifurcates the firm size distribution based on the knowledge decay rate of the domain. Slow-moving domains consolidate; fast-moving domains fragment. The Great Unbundling is domain-specific, not universal. 9.2 The Scalable Boutique: Return on Talent vs. Return on Scale This bifurcation carries an asymmetric wage implication that operates primarily in fast-moving domains: precisely where unbundling dominates, small AI-augmented firms can pay higher salaries than large integrated incumbents. However, this dynamic is strictly conditional on surplus capture: scalable boutiques can only pay a wage premium if they capture the surplus generated by AI leverage at the orchestration and specialization layers, rather than having it extracted via platform rents or inference pricing by foundation model providers. Assuming this condition holds, while in slow-moving domains where consolidation prevails the traditional large-firm wage premium likely persists, empirical evidence suggests this premium is broadly eroding, and in some high-tech domains, reversing entirely. The mechanism is marginal productivity of labor. In a traditional large firm, an individual employeeâs contribution is diluted across thousands of colleagues and layers of bureaucracy. In a small, AI-augmented firm, each employee controls a disproportionate âleverageâ of capital and technology. A lean startup using generative AI and cloud infrastructure can serve millions of users (analogous to pre-agentic high-leverage cases such as WhatsApp, which served 450 million users with 55 engineers at acquisitionâ WhatsApp had approximately 55 employees at the time of its $19B acquisition by Facebook in February 2014, serving over 450 million monthly active users. See contemporaneous reporting: e.g., Olga Khazan, The Atlantic, February 19, 2014.âa ratio that agentic architectures may extend further by replacing human coordination with protocol-mediated agent delegation), generating revenue per employee that rivals or exceeds that of 100,000-person conglomerates. Autor et al. (2020) document the rise of âsuperstar firmsâ that achieve extraordinary productivity with lean headcounts, capturing market share through technological advantage rather than scale [6]. Song et al. (2019) provide complementary evidence: two-thirds of the rise in U.S. earnings inequality from 1978 to 2013 occurred between firms, not within them [69]. High-wage workers increasingly sort into high-wage firms, and these high-wage firms are not necessarily the largestâthey are the most productive. This sorting is enabled by technology: cloud platforms, AI tools, and global logistics allow small firms to access the same infrastructure once reserved for giants, leveling the playing field in operational efficiency while preserving advantages in adaptability. The hourglass architecture amplifies this dynamic. In a headless firm, a small team can orchestrate a vast network of vertical agents without bearing the overhead of a large internal workforceâcreating a âscalable boutiqueâ model that captures enterprise revenue while maintaining startup agility. Three mechanisms drive the higher compensation potential: 1. Hyper-leveraged productivity. A lean firm (e.g., Midjourney generating an estimated $200M in revenue with fewer than 40 employees) achieves revenue per employee an order of magnitude above a traditional software company; even a modest marginal product payout vastly exceeds a large-firm median salary. 2. Catastrophic retention risk. Small firms face a âmust-winâ scenario for talent: losing a single key engineer is catastrophic at 10 people but negligible at 10,000, forcing above-market retention wages. 3. Open market competition. Unlike large firms that exercise monopsony power over employees in similar roles, small firms must compete in the open market for every hire, bidding wages upward. Cobb and Lin (2017) document this shift empirically, showing that the large-firm wage premium has declined significantly since the 1980s, particularly in technology-intensive industries [20]âthe same premium that historically justified sorting into large firms has been structurally eroded by the technology leverage available to small teams. This trend accelerates in the agentic era: as orchestration becomes commoditized and execution is delegated to external agents, the optimal firm size for maximizing return on talent (not return on scale) shrinks dramatically. This has profound implications for labor markets. The Great Unbundling does not merely redistribute work from large firms to small onesâit redistributes value capture from shareholders to high-skilled workers. In a world where a 10-person firm can generate $100M in revenue, the bargaining power of each employee is immense. This predicts a bifurcation in compensation: a small number of highly skilled workers in scalable boutiques will capture extraordinary wages, while workers in commoditized roles (whether in large firms or as external agents) face downward pressure from automation and competition. 9.3 The Inversion of the Make-or-Buy Decision The economic consequences of the hourglass equilibrium are summarized in Figure 3. Panel (a) shows how inference-based systems undermine the traditional zero-marginal-cost logic of software, while Panel (b) illustrates how modular agentic ecosystems outpace tightly coupled monoliths through independent, compounding innovation. scale / usagemarginal costlegacy SaaSAgentic AI (Inference)Subscription ceiling;Price for outcomes (a) Marginal cost dynamics. timeinnovation rate / qualitymonolith (coupled)Modularagilitygap (b) Innovation rate divergence. Figure 3: Structural economic shifts in the agentic era. (a) Stylized representation of marginal cost dynamics: traditional SaaS approaches zero marginal cost at scale while agentic AI inference incurs per-token cost that scales with usage volume, following empirical inference cost curves documented in [88]. (b) Conceptual illustration of innovation rate divergence between monolithic and modular architectures, consistent with modularity theory [8] but not derived from empirical data. Both panels are schematic; empirical calibration is left to future work. Historically, buying SaaS was cheaper than hiring engineers to build and maintain bespoke internal tools. Agentic AI can invert this equation. First, many enterprise offerings package general-purpose models behind seat-based pricing. In practice, customers may pay for integration, governance, and procurement convenienceâbut they may also face perceived âper-tokenâ markups when model usage is embedded in premium stock-keeping units (SKUs). Second, AI can weaken the classic âzero marginal costâ intuition of software [57]. While traditional SaaS distributes a fixed codebase at low incremental cost, AI features incur ongoing inference cost per interaction, pushing vendors toward usage-based pricing and making high-frequency workflows expensive at scale [27]. This pressure is one reason seat-based pricing feels brittle once a product becomes a thin wrapper around metered model calls. Third, AI coding assistants and agentic development workflows reduce the time-to-build for narrow tools. This enables disposable software [75]: lightweight, purpose-built scripts or apps created quickly for a temporary need and discarded or rewritten as requirements change, rather than committing to a complex long-lived platform. Crucially, this lowers the barrier to exit as much as the barrier to entry. Because the sunk cost of these ephemeral agents is near-zero, firms can switch providers instantly without the âlock-inâ friction and high switching costs that classically define legacy enterprise software markets [63], forcing agents to compete continuously on performance. Recent analyses of inference economics [88] indicate that while training costs are one-time capital expenditures (CapEx), inference costs behave as variable operating expenses (OpEx) that scale linearly with usage. Unlike legacy SaaS, where the marginal cost of serving the NthN^th user approaches zero, the marginal cost of an agentic workflow remains significant. This pushes pricing away from flat-rate subscriptions (which bleed margin under heavy use) toward outcome-based or consumption-based models. This shift marks an economic transition from âSaaSâ (selling tools to humans) to âService-as-Softwareâ (selling outcomes to firms). While traditional SaaS competes for a relatively constrained IT budget, vertical agents compete for the much larger payroll and outsourced-services budget. As argued by HFS Research [80], this creates a non-linear growth opportunity by expanding the addressable market from software spend to services spend. 9.4 The Democratization of the Stack The hourglass architecture creates two symmetric entry points (Figure 2). At the frontend entry, a small team can build a compelling generative UI by orchestrating best-in-class agents rather than recreating backend capabilities. At the backend entry, a domain expert can build a vertical agent by encoding specialized process knowledge, relying on the ecosystem for distribution and interaction. Because coordination is standardized at the waist, neither side must internalize the entire stack. This operationalizes a strategic form of Inverse Conwayâs Law [67]: firms can adopt a headless architecture to induce modular, high-velocity organizational structure. This aligns with the âSoftware 2.0â paradigm [42]. Scarcity shifts from writing explicit code toward curating data, defining objectives, and constructing evaluation harnesses. In a headless ecosystem, builders compete on semantics rather than syntax. 10 Open Problems The central open question is whether the relocated coordination layerâverification, governance, and market allocationâcan scale with throughput rather than topology in practice. Each item below represents a mechanism that could tip the balance toward re-centralization if left unsolved. Incentive design and market structure. Agent marketplaces require mechanisms for reputation, routing, pricing, and capability discovery. The open question is how to prevent race-to-the-bottom equilibria while preserving meaningful competition and specialization. Verification, liability, and auditability. As execution is delegated to autonomous agents, the primary friction shifts from vendor selection to behavioral verification. This motivates research in evaluation harnesses, persistent agent identity, decentralized identity (DID) systems [70], provenance tracking, and liability allocation under stochastic execution. Protocol standardization. The thin waist depends on shared tool contracts, semantic interoperability, and agent-interface specifications (e.g., Model Context Protocol [5]). Without standards, coordination costs re-fragment into bespoke integrations. Data governance and vertical integration. Vertical agents accumulate high-context operational traces. Ensuring privacy, regulatory compliance, and controlled reuse of proprietary workflow data is foundational for defensible specialization without unacceptable leakage. State integrity and composable systems of record. Multi-agent ecosystems must preserve invariants across composable ERPs and zero-copy architectures. Whether agents can safely mediate irreversible writes and high-integrity state transitions remains an open empirical question. Robustness under distribution shift. Agent performance can degrade under changing tools, policies, or adversarial inputs. Understanding cascading failures in multi-agent toolchains and designing graceful degradation remains open. 11 Critical Discussion: The Risks of Re-Centralization If the hourglass architecture is the equilibrium under sublinear coordination scaling, then its stability depends on preventing coordination costs from re-accumulating elsewhere in the system. Each of the following risks represents a distinct mechanism through which coordination could revert from throughput-based scaling back to topology-based scaling, reintroducing centralization pressures. 11.1 The Aggregator Paradox: The Risk of a âThick Waistâ A central critique of the hourglass thesis is that protocol layers in digital markets rarely capture value; instead, aggregators built atop them do, a phenomenon formalized as platform envelopment [23]â See also Thompson (2015) for an influential practitioner account of aggregation dynamics in digital markets: https://stratechery.com/aggregation-theory/. If the Orchestrator controls identity, routing, reputation, or pricing, it may cease to function as a neutral protocol and instead become a rent-extracting gatekeeper â a âthick waistâ that re-centralizes coordination. This is not merely a value-capture concern but a scaling concern. A protocol remains thin only if it minimizes discretionary policy and pricing power. Once routing decisions, identity verification, or reputation scoring become proprietary and vertically integrated, coordination cost begins scaling with platform governance rather than standardized contracts. Open standards such as the Model Context Protocol (MCP) [5] reduce this risk by commoditizing tool interaction before monopoly control can emerge. Historically, attempts to build âsmart pipesâ (e.g., ESBs) re-centralized integration logic and ultimately failed because they internalized too much coordination intelligence. As formalized by the classic end-to-end principle in system design [60], the stable design is the minimal pipe that allows maximal intelligence at the edges. However, this outcome is contingent on protocol governance. If standards remain vendor-controlled or allow proprietary extensions, the waist can re-thicken. Sublinear coordination scaling therefore depends not just on technical design, but on institutional neutrality. 11.2 The Cognitive Load Trap: Interaction Re-Thickening The hourglass assumes that generative interfaces reduce human coordination costs by compressing navigation into intent. Yet HCI research on Cognitive Load Theory suggests that users rely on spatial consistency and stable affordances to construct mental models [73]. A fully malleable interface risks increasing cognitive coordination cost rather than reducing it. If interface variability scales with task diversity, then human coordination burden may grow with system complexity. In that case, interaction cost re-scales with topology rather than collapsing into an intent abstraction layer. The viable design path is bounded malleability. Generative interfaces must preserve stable anchors (navigation rails, persistent affordances) while synthesizing ephemeral micro-interfaces around tasks. The objective is to eliminate navigation friction without eliminating cognitive predictability. If this balance fails, the interaction layer becomes a new coordination bottleneck, undermining the hourglass equilibrium. 11.3 The Jevons Paradox of Inference: The Return of Marginal Cost Economic theory suggests that as AI inference costs drop (following a Mooreâs Law trajectory), the pressure to shift from âSaaSâ (flat-rate) to âService-as-Softwareâ [26] (outcome-based) pricing may evaporate. If intelligence becomes âtoo cheap to meter,â why unbundle? This view ignores the Jevons Paradox [40]. As the cost per token drops, demand for reasoning depth increases. We are witnessing a structural shift toward test-time compute scaling [68], where models allocate additional inference cycles to verify and refine chains of thought. Early âLevel 2â reasoners (like OpenAIâs o1) demonstrated that performance scales not just with model parameters, but with âthinking timeââensuring that the computational cost of high-integrity judgments remains significant. More precisely, the marginal cost MâCMC of executing a task via an autonomous agent is not merely its inference cost: MâCâ(a)=Ccomputeâ(a)+â[râ(a)â pâ(a)]MC(a)=C_compute(a)+E[r(a)¡ p(a)] (4) where râ(a)r(a) denotes the liability risk (the cost of an error or safety violation) of an autonomous action a, and pâ(a)p(a) denotes the probability of an incorrect execution. Even if pâ(a)p(a) falls with continuous model improvement and Ccomputeâ(a)C_compute(a) approaches zero, râ(a)r(a) scales directly with the value of the underlying transaction. For high-value enterprise actions (contract execution, financial settlement, regulatory filings), the expected liability term â[râ(a)â pâ(a)]E[r(a)¡ p(a)] is orders of magnitude larger than the compute cost, creating a permanent floor on the zero-marginal-cost intuition that does not respond to Mooreâs Law. This formalizes the intuition in Agrawal et al. [2] within the coordination cost framework developed in Section 5. Furthermore, the true marginal cost of an agent is not compute, but liability. As Agrawal et al. argued, while AI commoditizes prediction, it increases the value of judgmentâspecifically the liability for incorrect judgments [2]. The risk of an agent executing a trade or signing a contract scales linearly with volume, creating a permanent floor on zero-marginal-cost scaling. Economically, this is an insurance premium. As agents move from âdraftingâ (low risk) to âexecutingâ (high risk), the vendor must price in the cost of errors. Unlike compute, which follows Mooreâs Law, insurance premiums do not halve every 18 months; they scale with the value of the transaction. 11.4 The Trust Boutique: Survival of the Middle Finally, we predict a âMissing Middleâ where mid-sized firms die. Critics argue that mid-sized firms survive on high-trust relationships that agents cannot replicate. We refine our prediction: the âMissing Middleâ will not disappear, but transform into âTrust Boutiquesââspecialized liability wrappers. These firms will no longer sell execution (which is commoditized by agents) but accountability (the legal and moral liability for outcomes). They survive by becoming the âmoral crumple zoneâ [24] for algorithmic systems, selling the human handshake that an agent cannot forge. However, effectively acting as an insurance wrapper requires far fewer humans than performing the execution itself. Thus, the firm size (headcount) still unbundles, even if the firm entity survives. (For a discussion on the wage implications of this shift, see the âScalable Boutiqueâ analysis in Section 9.2). Synthesis These four pathways are not fully independent. Platform capture at the waist (Section 11.1) and liability concentration in trust boutiques (Section 11.4) are particularly likely to co-occur: a thick-waist aggregator has strong incentives to also aggregate liability in order to extract rents from the execution layer, creating a self-reinforcing centralization dynamic. The remaining two pathwaysâcognitive load accumulation (Section 11.2) and the liability floor (Section 11.3)âare more likely to operate independently and can be mitigated at the layer level without systemic restructuring: bounded malleability addresses the former; outcome-based pricing models address the latter. The durability of the hourglass equilibrium therefore depends most critically on preventing the co-occurrence of thick-waist capture and liability aggregation, since these two forces together would reconstitute a vertically integrated intermediary under a new name. If coordination remains compressed into standardized contracts and outcome verification, the hourglass persists as the stable architectural form of the agentic economy. 12 Conclusion For most of economic history, large firms existed because coordination was expensive. Specialists needed managers; managers needed directors; directors needed strategy. Each layer added overhead but also reduced the cost of working across complex, interdependent tasks. AI agents challenge this logic at the root: if coordination can be compressed into a shared protocol and verification can scale with task volume rather than interaction complexity, the overhead that justified large integrated firms becomes optional. The headless firm is the organizational form that follows from this change. Execution migrates outward to specialized agents; interaction coheres inward through a generative intent layer; in between sits a thin protocol waist that keeps the whole system composable. The resulting hourglass is not a design preferenceâit is an economic selection pressure. Firms that internalize broad capabilities in high-velocity domains face a âcomplexity wallâ that compounds as domains accelerate. Firms that route execution through competitive agent markets face only the cost of verification and governance, which the model predicts can remain throughput-scaled. The argument is conditional. If protocol layers thicken into proprietary gatekeepers, if verification becomes entangled with cross-agent liability, or if generative interfaces amplify rather than reduce cognitive load, the hourglass collapses and reintegration follows. Ultimately, the Headless Firm is not a prediction about specific technologies or the trajectory of foundation models; it is a structural observation about economic selection pressure. As the underlying laws of coordination scaling change, the architectures that dominate the coming decade will be those that push execution to the specialized edges while compressing interaction into a generative, protocol-mediated waist. Limitations. Our coordination cost model is stylized: the functional forms in equations (1)â(3) are chosen for tractability rather than empirical fit, and the exponent Îł is asserted to be less than one under the hourglass rather than derived from first principles. The Great Unbundling hypothesis (Hypothesis 1) is stated with domain-level scope conditions but has not been tested against longitudinal firm size data. The labor market predictions in Section 9 rest on the scalable boutique mechanism, which depends on the assumption that high-leverage small firms can maintain bargaining power as agent execution commoditizes; this assumption may not hold if model providers extract value through inference pricing rather than capability differentiation. Finally, the analysis focuses on the DACH/EU enterprise context; regulatory differences (GDPR, AI Act compliance requirements) may shift the coordination cost landscape in ways not captured by our model. The open research agenda is therefore not whether the Headless Firm is the right ideaâit is whether the engineering and institutional conditions that stabilize it can be built fast enough to outpace the re-centralizing forces of platform capture, liability concentration, and governance complexity. References [1] D. Acemoglu and P. Restrepo (2022) Tasks, automation, and the rise in us wage inequality. Econometrica 90 (5), p. 1973â2016. External Links: Document Cited by: §2. [2] A. Agrawal, J. Gans, and A. Goldfarb (2018) Prediction machines: the simple economics of artificial intelligence. Harvard Business Review Press, Boston, MA. External Links: Document Cited by: §11.3. [3] S. Akhshabi and C. Dovrolis (2011) The evolution of layered protocol stacks leads to an hourglass-shaped architecture. In Proceedings of the ACM SIGCOMM 2011 Conference, p. 206â217. External Links: Document Cited by: §2, Figure 2, Figure 2, §8. [4] D. Amodei, C. Olah, J. Steinhardt, P. Christiano, J. Schulman, and D. ManĂŠ (2016) Concrete problems in ai safety. arXiv preprint arXiv:1606.06565. Cited by: 3rd item. [5] Anthropic (2024) Model context protocol: specification and architecture. Technical report Anthropic. Note: https://modelcontextprotocol.io External Links: Document Cited by: §10, §11.1, §2, §5.7. [6] D. Autor, D. Dorn, L. F. Katz, C. Patterson, and J. Van Reenen (2020) The fall of the labor share and the rise of superstar firms. The Quarterly Journal of Economics 135 (2), p. 645â709. External Links: Document Cited by: §2, §9.2. [7] R. L. Axtell (2001) Zipf distribution of U.S. firm sizes. Science 293 (5536), p. 1818â1820. External Links: Document Cited by: §3.3. [8] C. Y. Baldwin and K. B. Clark (2000) Design rules: the power of modularity. MIT Press. External Links: Document Cited by: §2, §6.2, Figure 3, Figure 3. [9] J. Barney (1991) Firm resources and sustained competitive advantage. Journal of Management 17 (1), p. 99â120. External Links: Document Cited by: §6.2. [10] F. P. Brooks (1975) The mythical man-month: essays on software engineering. Addison-Wesley, Boston, MA. External Links: Document Cited by: §5.1. [11] E. Brynjolfsson and L. M. Hitt (2000) Beyond computation: information technology, organizational transformation and business performance. Journal of Economic Perspectives 14 (4), p. 23â48. External Links: Document Cited by: §2. [12] E. Brynjolfsson, D. Li, and L. R. Raymond (2023) Generative ai at work. Working Paper Technical Report 31161, National Bureau of Economic Research. External Links: Document Cited by: §9.1. [13] G. A. Calvo and S. Wellisz (1978) Supervision, loss of control, and the optimum size of the firm. Journal of Political Economy 86 (5), p. 943â952. External Links: Document Cited by: §9.1. [14] R. Carlson et al. (2024) Apache iceberg: an architectural look under the covers. In Proceedings of the ACM SIGMOD International Conference on Management of Data, Cited by: 2nd item, §5.5. [15] M. Casado and M. Bornstein (2024) The great unbundling. Note: Andreessen Horowitz Blog External Links: Link Cited by: §3.3. [16] D. Chappell (2004) Enterprise service bus. OâReilly Media. External Links: Document Cited by: §4.1. [17] J. Chen (2017) Castles in the cloud: the new moats. Note: Greylock Partners Blog External Links: Link Cited by: §6.2. [18] X. â. Chen, T. Knearem, and Y. Li (2025) The GenUI study: exploring the design of generative UI tools to support UX practitioners and beyond. External Links: Document, 2501.13145 Cited by: §7.2. [19] R. H. Coase (1937) The nature of the firm. Economica 4 (16), p. 386â405. External Links: Document Cited by: §1, §2, §3.1. [20] J. A. Cobb and K. Lin (2017) Growing apart: the changing firm-size wage premium and its inequality consequences. Organization Science 28 (3), p. 429â446. External Links: Document Cited by: §9.2. [21] X. Deng et al. (2023) Mind2Web: towards a generalist agent for the web. In NeurIPS, Cited by: 3rd item. [22] L. P. Deutsch (1994) The eight fallacies of distributed computing. Technical report Sun Microsystems. Note: Failures 1 through 7 were coined in 1994; the 8th was added later by James Gosling. External Links: Document Cited by: §4.1. [23] T. Eisenmann, G. Parker, and M. W. Van Alstyne (2006) Strategies for two-sided markets. Harvard Business Review 84 (10), p. 92. Cited by: §11.1, §2. [24] M. C. Elish (2019) Moral crumple zones: cautionary tales in human-robot interaction. Engaging Science, Technology, and Society 5, p. 40â60. External Links: Document Cited by: §11.4. [25] E. Evans (2004) Domain-driven design: tackling complexity in the heart of software. Addison-Wesley Professional. External Links: Document Cited by: §4.1. [26] P. Fersht (2025) Service-as-software: the new paradigm. Note: HFS Research Blog External Links: Link Cited by: §11.3. [27] S. I. for Human-Centered AI (HAI) (2025) Artificial intelligence index report 2025. arXiv. External Links: 2504.07139 Cited by: §9.3. [28] M. Fowler and J. Lewis (2014) Microservices: a definition of this new architectural style. MartinFowler.com. External Links: Link Cited by: §4. [29] X. Gabaix (2009) Power laws in economics and finance. Annual Review of Economics 1 (1), p. 255â294. External Links: Document Cited by: Hypothesis 1. [30] J. Gantz and D. Reinsel (2012) The digital universe in 2020: big data, bigger digital shadows, and biggest growth in the far east. International Data Corporation. Note: IDC Analytical Study Cited by: §6.2. [31] L. Garicano and E. Rossi-Hansberg (2006) Organization and inequality in a knowledge economy. The Quarterly Journal of Economics 121 (4), p. 1383â1435. External Links: Document Cited by: §2. [32] Gartner (2025) Latest enterprise resource planning (erp) insights. External Links: Document, Link Cited by: 1st item. [33] D. Hadfield-Menell and G. K. Hadfield (2019) Incomplete contracting and ai alignment. In Proceedings of the 2019 AAAI/ACM Conference on AI, Ethics, and Society, p. 417â422. External Links: Document Cited by: 2nd item. [34] O. Hart and J. Moore (1990) Property rights and the nature of the firm. Journal of Political Economy 98 (6), p. 1119â1158. External Links: Document Cited by: 2nd item. [35] S. Hassan and P. De Filippi (2021) Decentralized autonomous organization. Internet Policy Review 10 (2), p. 1â10. External Links: Document Cited by: §9.1. [36] F. A. Hayek (1945) The use of knowledge in society. The American Economic Review 35 (4), p. 519â530. External Links: Document Cited by: §3.2, §8.2, §9.1. [37] R. M. Henderson and K. B. Clark (1990) Architectural innovation: the reconfiguration of existing product technologies and the failure of established firms. Administrative Science Quarterly 35 (1), p. 9â30. External Links: Document Cited by: §9.1. [38] G. Hohpe and B. Woolf (2003) Enterprise integration patterns: designing, building, and deploying messaging solutions. Addison-Wesley Professional. External Links: Document Cited by: §4.1. [39] M. C. Jensen and W. H. Meckling (1976) Theory of the firm: managerial behavior, agency costs and ownership structure. Journal of Financial Economics 3 (4), p. 305â360. External Links: Document Cited by: §3.2. [40] W. S. Jevons (1865) The coal question: an inquiry concerning the progress of the nation, and the probable exhaustion of our coal-mines. Macmillan and Company. External Links: Document Cited by: §11.3. [41] B. F. Jones (2009) The burden of knowledge and the âdeath of the renaissance manâ: is innovation getting harder?. The Review of Economic Studies 76 (1), p. 283â317. External Links: Document Cited by: §3.2, §9.1. [42] A. Karpathy (2017) Software 2.0. Medium. Cited by: §9.4. [43] A. Kyte et al. (2020) The future of erp is composable. Technical report Gartner. Cited by: 1st item. [44] R. N. Langlois (2002) Modularity in technology and organization. Journal of Economic Behavior & Organization 49 (1), p. 19â37. External Links: Document Cited by: §2. [45] Y. Leviathan et al. (2025) Generative ui: llms are effective ui generators. Technical report Google Research. External Links: Link Cited by: §7.2. [46] X. Liu et al. (2024) AgentBench: evaluating llms as agents. In ICLR, Cited by: §2, 3rd item. [47] R. E. Lucas (1978) On the size distribution of business firms. The Bell Journal of Economics 9 (2), p. 508â523. External Links: Document Cited by: §3.3. [48] T. W. Malone and K. Crowston (1994) The interdisciplinary study of coordination. ACM Computing Surveys 26 (1), p. 87â119. External Links: Document Cited by: §8.2. [49] B. Martens et al. (2020) The digital transformation of news media and the rise of disinformation and fake news. Technical report JRC Digital Economy Working Paper 2018-02. External Links: Document Cited by: §6.2. [50] K. Mei et al. (2025) AIOS: llm agent operating system. In Conference on Language Modeling (COLM), Cited by: §2, §8. [51] G. Moore (2011) Systems of engagement and the future of enterprise IT. AIIM White Paper. Cited by: 1st item. [52] A. Murray, J. Rhymer, and D. G. Sirmon (2021) Algorithms as work designers: how algorithmic management influences the design of jobs. Human Resource Management Review 31 (2). External Links: Document Cited by: §9.1. [53] G. G. Parker, M. W. Van Alstyne, and S. P. Choudary (2016) Platform revolution: how networked markets are transforming the economy and how to make them work for you. W. W. Norton & Company. Cited by: §8.2. [54] J. Postel (1981-09) Transmission control protocol. Technical report RFC 793, Internet Engineering Task Force. Note: The Robustness Principle is formulated in Section 2.10 External Links: Document Cited by: §4.2. [55] P. Puranam, O. Alexy, and M. Reitzig (2014) Whatâs ânewâ about new forms of organizing?. Academy of Management Review 39 (2), p. 162â180. External Links: Document Cited by: §9.1. [56] Y. Qin, S. Liang, Y. Ye, K. Zhu, L. Yan, Y. Lu, Y. Lin, X. Cong, X. Tang, B. Qian, S. Zhao, L. Hong, R. Tian, R. Xie, J. Zhou, M. Gerstein, D. Li, Z. Liu, and M. Sun (2023) ToolLLM: facilitating large language models to master 16000+ real-world apis. arXiv preprint arXiv:2307.16789. Cited by: §2, §4.2. [57] J. Rifkin (2014) The zero marginal cost society: the internet of things, the collaborative commons, and the eclipse of capitalism. Palgrave Macmillan. External Links: Document Cited by: §9.3. [58] J. Rochet and J. Tirole (2003) Platform competition in two-sided markets. Journal of the European Economic Association 1 (4), p. 990â1029. External Links: Document Cited by: §2. [59] A. E. Roth (2002) The economist as engineer: game theory, experimentation, and computation as tools for design economics. Econometrica 70 (4), p. 1341â1378. External Links: Document Cited by: §8.2. [60] J. H. Saltzer, D. P. Reed, and D. D. Clark (1984) End-to-end arguments in system design. ACM Transactions on Computer Systems (TOCS) 2 (4), p. 277â288. External Links: Document Cited by: §11.1, §2. [61] T. Schick et al. (2024) Toolformer: language models can teach themselves to use tools. Advances in Neural Information Processing Systems. Cited by: §2. [62] P. Shahidi, G. Rusak, B. S. Manning, A. Fradkin, and J. J. Horton (2025) The coasean singularity? demand, supply, and market design with AI agents. Working Paper Technical Report 34468, National Bureau of Economic Research. Note: Presented at the 2025 Economics of Transformative AI Workshop External Links: Document Cited by: §3.3, §8.2. [63] C. Shapiro and H. R. Varian (1998) Information rules: a strategic guide to the network economy. Harvard Business Press, Boston, MA. External Links: Document Cited by: §9.3. [64] N. Shazeer, A. Mirhoseini, K. Maziarz, A. Davis, Q. Le, G. Hinton, and J. Dean (2017) Outrageously large neural networks: the sparsely-gated mixture-of-experts layer. External Links: Document, 1701.06538 Cited by: §6.2. [65] L. Shen, G. Chen, R. Shao, W. Guan, and L. Nie (2024) MoME: mixture of multimodal experts for generalist multimodal large language models. In Advances in Neural Information Processing Systems (NeurIPS), External Links: Document Cited by: §6.2. [66] H. A. Simon (1955) A behavioral model of rational choice. The Quarterly Journal of Economics 69 (1), p. 99â118. External Links: Document Cited by: §3.2. [67] M. Skelton and M. Pais (2019) Team topologies: organizing business and technology teams for fast flow. IT Revolution. Cited by: §9.4. [68] C. Snell, J. Lee, K. Xu, and A. Kumar (2024) Scaling llm test-time compute optimally can be more effective than scaling model parameters. arXiv preprint arXiv:2408.03314. Cited by: §11.3. [69] J. Song, D. J. Price, F. Guvenen, N. Bloom, and T. von Wachter (2019) Firming up inequality. The Quarterly Journal of Economics 134 (1), p. 1â50. External Links: Document Cited by: §2, §9.2. [70] M. Sporny, D. Longley, M. Sabadello, D. Reed, O. Steele, and C. Allen (2022) Decentralized identifiers (dids) v1.0. Recommendation W3C. External Links: Document, Link Cited by: §10. [71] G. J. Stigler (1951) The division of labor is limited by the extent of the market. Journal of Political Economy 59 (3), p. 185â193. External Links: Document Cited by: §3.3. [72] A. Sundararajan (2016) The sharing economy: the end of employment and the rise of crowd-based capitalism. MIT Press, Cambridge, MA. External Links: Document Cited by: §3.3. [73] J. Sweller (1988) Cognitive load during problem solving: effects on learning. Cognitive Science 12 (2), p. 257â285. External Links: Document Cited by: §11.2. [74] J. A. Tainter (1988) The collapse of complex societies. Cambridge University Press. External Links: Document Cited by: §3.2, §9.1. [75] D. Thomas (2009) The case for disposable software: âbig architectureâ not always essential. In Beautiful Architecture: Leading Thinkers Reveal the Hidden Beauty in Software Design, D. Spinellis and G. Gousios (Eds.), Cited by: §9.3. [76] N. TomaĹĄev, M. Franklin, and S. Osindero (2026) Intelligent ai delegation. arXiv preprint arXiv:2602.11865. External Links: Link Cited by: §2, §8.2. [77] A. Trask et al. (2023) Data moats and proprietary training sets in foundation models. Advances in Neural Information Processing Systems. Cited by: §6.2. [78] K. Ullrich, J. Su, et al. (2025) OpenApps: simulating environment variations to measure ui agent reliability. arXiv preprint arXiv:2511.20766. Cited by: §5.4. [79] L. Van Valen (1973) A new evolutionary law. Evolutionary theory 1, p. 1â30. External Links: Document Cited by: §3.2. [80] A. Venkatesan and N. Jhunjhunwala (2025) Stop waiting for proof: Services-as-Software is driving non-linear growth. Technical report HFS Research. Cited by: §9.3. [81] Y. Wang and Y. Lu (2025) Agentic media: reimagining the future of communication. Technical report Technical Report MSR-TR-2025-62, Microsoft Research. Cited by: §7.2. [82] G. West (2017) Scale: the universal laws of growth, innovation, sustainability, and the pace of life in organisms, cities, economies, and companies. Penguin. External Links: Document Cited by: Figure 1, Figure 1, §3.2. [83] O. E. Williamson (1967) Hierarchical control and optimum firm size. Journal of Political Economy 75 (2), p. 123â138. External Links: Document Cited by: §9.1. [84] O. E. Williamson (1981) The economics of organization: the transaction cost approach. American Journal of Sociology 87 (3), p. 548â577. External Links: Document Cited by: §2, §3.1. [85] S. Wuchty, B. F. Jones, and B. Uzzi (2007) The increasing dominance of teams in production of knowledge. Science 316 (5827), p. 1036â1039. External Links: Document Cited by: §3.2. [86] H. Xia (2024) Generative and malleable user interfaces. In Proceedings of the 2024 CHI Conference on Human Factors in Computing Systems (Workshop on GenAI for UI), External Links: Document Cited by: §7.2. [87] S. Zhou et al. (2024) WebArena: a realistic web environment for building autonomous agents. In ICLR, Cited by: 3rd item. [88] B. Zhuang, J. Qiao, M. Liu, M. Yu, P. Hong, and R. Li (2025) Beyond benchmarks: the economics of AI inference. arXiv preprint arXiv:2510.26136. Cited by: Figure 3, Figure 3, §9.3.