RSS Amplifier

Level Ventures · Apr 14, 2026

Rewriting the Coasean Boundary

0
Sign in to vote or save

Albert Azout · Level Ventures

Coase explains that organizations and firms exist because transacting in open markets is costly: every time you go outside the firm for a piece of work, you incur search, bargaining, contracting, and enforcement costs in addition to market prices. To avoid that tax, humans organized into companies—hierarchies, job descriptions, org charts—that internalize those transactions and replace market prices with instructions, routines, and trust.

Organizations are cheaper, but only up to a point, because coordination inside a firm is not free. As you pile on people, products, and processes, you hit diminishing returns—overhead, bureaucracy, and misallocation errors start to dominate. Coase’s boundary condition says a firm will expand until the marginal cost of organizing one more transaction internally equals the cost of doing that same transaction through the market; that boundary sets the natural scale and scope of the modern firm.

The marginal cost of internal coordination increases with firm scale due to rising complexity, while the marginal cost of market transactions remains roughly constant. To the left of the intersection, internalizing additional activity is value-creating (internal cost < market cost). At the intersection—the Coase boundary—the firm reaches its optimal scale, where marginal internal and market costs are equal. Beyond this point, further expansion becomes value-destroying, as the cost of added internal complexity exceeds the cost of outsourcing.

As AI agents enter the stack, and subsume a large percentage of human cognitive work, they are expected to reduce coordination costs, using both tight and loose coordination design patterns (some agents are woven into coupled orchestration; others are connected more loosely, depending on the workflow).

Claude Opus 4.5 has a 50%-time horizon of around 4 hours and 49 minutes (95% confidence interval of 1 hour and 49 minutes to 20 hours and 25 minutes). This is the highest published time horizon to date. This means the model successfully completes about half of the tasks that would take a human expert roughly that long.

That is, AI agents will reshape the Coasean boundary by directly minimizing coordination costs. Inside the firm, with regards to internal transaction costs, they automate search and summarization, structure handoffs, and perform continuous checks against rules and metrics, thereby lowering and flattening the marginal cost of organizing work and mitigating bureaucracy. Outside the firm, agents reduce external transaction costs by making it easier to discover, contract with, and monitor external partners, which pushes in the opposite direction toward more modular, plug‑and‑play relationships rather than monolithic, vertically integrated organizations.

OpenGoat UI
OpenGoat is an open‑source orchestration layer for building hierarchical, autonomous AI “organizations” (CEO, managers, specialists) that can own and execute real work inside a company’s stack, without SaaS lock‑in or hosted dependency. On one hand, agents compress the human coordination tax (discovery, negotiation, scheduling, handoffs, documentation) into software: they remember state, standardize interfaces, and execute playbooks across the org, flattening the internal cost curve.

The net effect is not a simple shift toward bigger or smaller firms, but a redefinition of the firm itself: boundaries become more fluid, coordination becomes programmable, and the classical tradeoff between hierarchy and market increasingly gives way to systems that can dynamically internalize or externalize work at near‑zero friction. This enables both larger firms to scale more efficiently and smaller teams to achieve outsized output.

AI shifts and flattens internal coordination costs while lowering market costs, moving the firm boundary outward, and making scale more flexible.

However, there is a catch. AI agents don’t just compress coordination costs; they also reintroduce them in new forms. A swarm of loosely designed agents creates its own coordination layer: overlapping agents, brittle workflows, and opaque decision chains that are difficult to debug, audit, or govern. Integration debt becomes the dominant friction: fragile integrations, data plumbing, and debugging. The exhaust and output of agent swarms can simply be too much to read or comprehend. As a result, coordination costs don’t fully disappear with agents; they take the new form of integration debt, schema inconsistencies, noisy outputs and audit trails, and constant debugging. This means that realizing the upside of agents is not automatic: firms will need strong capabilities in workflow design, data quality, APIs, evaluation, and governance.

AI shifts the internal coordination cost curve, but outcomes diverge based on implementation quality. In the optimized regime, coordination becomes programmable, lowering and flattening internal costs and enabling greater scale. In the degraded regime, agent sprawl introduces noise, opacity, and integration debt, re‑steepening costs and limiting expansion. In the unrealized regime, firms lack the capabilities to harness agents effectively, resulting in minimal change. AI does not eliminate coordination costs—it redistributes them.

AI Agents also need context: structured background information such as data definitions, business rules, user state, history, and environment alongside prompts to interpret tasks correctly and act reliably. Without these, agents tend to generate noise and slop rather than leverage.

The power of using AI to build your own bespoke software is that you can solve your exact set of problems but the danger is performative productivity - building for the sake of building without solving anyone’s actual problems (source)

At Level, we are implementing large-scale agentic systems for various investment workflows. What we have found is that:

  • Agents need to reason against a set of frameworks—higher-order systems and schemas that define mechanistic beliefs about how the world works (i.e., our investment philosophies). These frameworks enable the agents to reason about agreed-upon human-oriented structures (example below) and thus provide opportunities for explainability and path analysis.

  • Agents need a shared workspace/memory to coordinate within and across agent runs (read/write/update), thereby building an ever-growing institutional knowledge base that learns across time.

  • Agent workflows require deep observability, not just at the level of agent chains (i.e., LangFuse) but also understanding the actual reasoning, intent, logic for tool access, etc.

Example of a segment/industry/market mapped into a customer-level system schema with positive/balancing feedback loops and various other mechanistic design elements.

In traditional Coasean transaction‑cost economics, the firm is modeled as a mechanism for minimizing coordination and transaction costs. In an AI‑native world, coordination becomes cheaper, but agents introduce new integration costs, design and governance challenges, and failure modes that only firms with strong frameworks, data quality, and observability approaches can manage effectively.

No posts

Read the original on levelvc.substack.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.