Skip to main content

One post tagged with "enterprise"

View All Tags

Sell, Build, or Govern: Finding Your Moat in the Age of AI Agents

· 7 min read
Christopher Brox
Building AI Agents @ Google

In 1937, the economist Ronald Coase published "The Nature of the Firm," asking a deceptively simple question: if free markets are so perfectly efficient, why do companies exist at all? Why don't independent contractors just negotiate with each other on the open market for every step of production?

Coase’s answer was transaction costs. Discovering prices, negotiating contracts, and coordinating labor is exhausting. Firms exist because it is cheaper to internalize that friction through hierarchy than to rely on the open market.

For the last three decades, the enterprise software company has been a monument to this friction. Translating a customer’s raw business pain into deployed infrastructure is an agonizingly slow endeavor. Because the medium of code was historically so rigid, an entire professional class spawned purely to manage this translation layer.

I call them the Delegators.

These are the strategists, the coordinators, the project facilitators, and the alignment-drivers. They do not write the code, and they rarely carry a bag. Their entire economic value—their "moat"—is acting as a human API between the people who have the problems and the people who build the solutions.

But what happens to the human API when the transaction cost of building software drops to zero?


The Copilot Delusion

To understand the precarious position of the Delegator, look at how legacy enterprises are currently misinterpreting AI.

Listen to any software earnings call today, and the prevailing narrative is that AI is a "Copilot." In this paradigm, the factory floor remains intact; the machines just run a bit hotter. The front-line seller hands requirements to a systems translator, who uses an AI Copilot to write specification tickets 50% faster, handing them to an engineer who uses an AI Copilot to write boilerplate 30% faster.

The Delegator feels incredibly powerful here. Their localized metrics—velocity, story points, tickets closed—are going up. But they are optimizing a factory that is about to be demolished.

A faster assembly line is still an assembly line. The structural threat to the enterprise is not the Copilot—it is the Agent. Agents do not assist workflows; they are the workflows.

Consider the friction of a legacy B2B integration. The Delegators intervene, spending six weeks debating ROI in slide decks, ultimately stalling the deal because engineering resources are scarce. Now, contrast that deadweight loss with the reality of a modern terminal:

# 1. Provide AI with raw environment
$ agent login --cloud=google-ai-studio

# 2. Instruct the agent on the customer's exact bespoke integration need
$ agent prompt "Connect the customer's legacy CRM export to our API. Build a bespoke transformation pipeline, write the unit tests, and deploy a secure endpoint to ingest their data."

# 3. Agent executes natively (No ticket queues, no translation layers, no friction)
> Analyzing CRM schema...
> Generating Python transformation script...
> Provisioning endpoint on Google Cloud Run...
> Tests passed. Endpoint live at https://ingest-crm-b8f2.a.run.app
> Done. Time elapsed: 42 seconds.

The traditional coordination class looks at AI and sees a tool to accelerate translation. They miss the paradigm shift: AI eliminates the need for translation entirely.


Disposable Software & The Two New Scarcities

A common, panicked rebuttal to this shift is: "If agents build the software, won't we just run out of things to build?"

Economics suggests the opposite. The Jevons Paradox dictates that when technological progress increases the efficiency of a resource, the consumption of that resource explodes. When the cost of writing code plummets, we won't fire all the engineers and build the same amount of software; we will build exponentially more software.

We are entering the era of Disposable Software.

Historically, software was a capital asset—built, maintained, and amortized over years because it was devastatingly expensive to create. Tomorrow, software is a consumable. You will prompt a bespoke application into existence just to analyze a single quarter’s messy churn data, use it once, and delete it.

As production approaches infinite scale, production itself ceases to be the bottleneck. The economic value shifts to solving the two remaining scarcities: Intent and Strategic Governance.


Solving Intent: The Zero-Distance Operator

Jim Barksdale famously quipped, "There are only two ways to make money in business: One is to bundle; the other is unbundle."

Historically, software creation was unbundled into highly specialized roles. You needed a specialized seller to find the pain, a specialized strategist to map the interface, and a specialized engineer to scale the database.

Because compute is now cheap and agents act as the specialists, those roles are violently re-bundling into a single, highly leveraged profile to solve the scarcity of Intent: the Zero-Distance Operator.

The defining characteristic of this new class isn't just that they perform two roles; it's that they have eliminated the distance between the problem and the solution. They possess a duality that is historically lethal:

  1. Zero Distance to the Customer: They are on the front lines. They don't rely on aggregated CRM reports or filtered feedback. They have raw, unfiltered exposure to the bleeding-neck pain points.
  2. Zero Distance to the Metal: They possess the Taste to edit the machine. They don't delegate the solution to a separate execution team. They open the terminal, prompt the agent, and iteratively generate the solution while the customer is still on the Zoom call.

Historically, finding talent that naturally bridged deep customer empathy with complex systems architecture was a unicorn hunt—a fatal scaling bottleneck. But AI serves as a cognitive exoskeleton, radically lowering the technical floor. The ability to execute is no longer gated by decades of coding experience; it is gated purely by curiosity.

The Zero-Distance Operator solves Intent Friction. They bypass the entire organizational translation layer because they don't need buy-in to build a feature—they just build it.


Solving Governance: When Friction is a Feature

If the Zero-Distance Operator represents the utopian promise of AI, the Chief Information Security Officer (CISO) represents the grounded reality.

Before we declare the absolute end of the middleman, we must confront the second scarcity: Strategic Governance. The transaction cost of translating thought into code has plummeted, but a new, rigid transaction cost has emerged to take its place.

In the eyes of a CISO, an operator spinning up an unvetted CRM endpoint in 42 seconds isn't a "moat"—it’s a catastrophic security breach.

In regulated enterprises, friction is a feature, not a bug. When those Delegators spend six weeks debating a roadmap, they aren't merely acting as deadweight translators. They are conducting threat modeling, establishing identity access management (IAM) protocols, and allocating cross-departmental resources.

Code is easy; accountability and political alignment are hard. You cannot sue an algorithm, and an AI agent cannot navigate the political blast radius of overriding a legacy department's API.

If every front-line employee acts as a Zero-Distance Operator spinning up 3-hour disposable apps, the attack surface becomes a Shadow IT nightmare. How do you audit an app that no longer exists? How do you ensure it didn't cache PII in an unsecured log? How do you prioritize compute resources when every idea is immediately deployable?


The Crystallizing Middle

When you view the market through this structural lens, the future of the traditional coordination class is glaring.

The middle is not evaporating completely; it is crystallizing.

The traditional Delegator is stranded on a vanishing abstraction layer. They traffic purely in translation, but in a zero-transaction-cost environment, alignment for the sake of mere translation is deadweight loss.

However, a new class of coordinator is emerging. Tomorrow's middle won't manage ticket queues or sprint points; they will manage AI governance, systemic risk, and cross-departmental strategic prioritization. Their job is to build the secure, compliant, and politically aligned guardrails that allow Zero-Distance Operators to run fast without burning the company to the ground.

The Directive: If your title revolves around "managing" or "coordinating" the work of others rather than directly interfacing with the customer, directly prompting the machine, or managing systemic organizational risk, your moat is drying up.

The era of the pure translator is over. Learn to sell, learn to build, or learn to govern.