Key takeaways
- The startup race goes to those who keep running longest, not those who sprint hardest in the first mile.
- Agent frameworks are commoditizing fast — durable monetization pins to infrastructure layers like sandboxing, observability, and orchestration.
- Building for the now beats building for the future. Whoever captures the present market is best positioned to capture what comes next.
- Revenue per employee is the defining metric of the AI era, not headcount.
- Enterprise adoption closes in rooms, not webinars — proximity to real builders and buyers is a structural advantage.
- Bottom-up individual agent ownership solves the incentive problem that top-down agent mandates cannot.
FAQ
Why are agent frameworks commoditizing?
The harness layer — prompt routing, tool calling, basic execution — is table stakes that any serious team can build. As model providers ship more capabilities natively and open-source alternatives mature, the framework itself stops being a defensible product. Durable monetization shifts to infrastructure underneath: sandboxing, observability, and orchestration that scale with consumption.
What does "build for the now, not the future" mean for agent companies?
It means capturing the present market rather than skipping it to build for a hypothetical future. Companies that dominate today accumulate users, revenue, and distribution that fund the evolution into whatever comes next. Cursor is a clear example — it captured the IDE moment and is now evolving into agentic coding from a position of strength.
Why does individual agent ownership matter for enterprise adoption?
Top-down agent mandates create a perverse incentive: encoding your knowledge into an agent means training your replacement. Rational employees resist by sandbagging or keeping critical context in their heads. Bottom-up ownership flips this — workers get credit for the agents they build, and their value grows with their agent portfolio.
Every company building in the AI agent space right now sees the same future. Agents are going to be software. They are going to run in the background. They are going to handle an expanding share of knowledge work. That is no longer a controversial take.
The controversial question is how you build a business on top of that future without ending up as free R&D for the big labs. And underneath that, a harder one: how do you stay in the fight long enough to find out?
Always Too Early, Never Wrong
Serial entrepreneurs recognize a pattern in themselves but rarely talk about it. You show up to a technology wave before the wave has formed. You start building before the market validates the category. Then you spend two years explaining why this matters before the rest of the world catches up.
This is not a strategy you choose. It is a compulsion. When Mosaic was the browser and websites were glorified link trees, some people were already building web development businesses. When OpenAI released its first APIs, some people were already building agent infrastructure. See the shift early, start building immediately, and accept that the business will take longer to materialize than the technology took to convince you. Being early looks identical to being wrong — right up until the moment it does not.
The Most Crowded Race in Tech
The AI coding agent space is one of the most competitive categories in technology. Every Y Combinator batch has a quarter of its companies building something adjacent. OpenAI just raised north of $100 billion. Every developer tool company is pivoting toward agents. You are not competing with a few startups. You are competing with the entire industry's gravitational pull toward the same idea.
Most people get the analysis wrong here. They look at the number of competitors and conclude the space is too crowded to win. Crowded at the starting line does not mean crowded at the finish line. The vast majority of companies entering this race will pivot, run out of funding, or lose interest when the next shiny category emerges. That is the historical base rate for hyper-competitive startup categories.
The companies that win are the ones that keep running.
The Framework Trap
LangChain built one of the most widely adopted agent frameworks in the ecosystem. They had mindshare, community, integrations — the whole package. Then they open-sourced their deep agent work and pivoted monetization entirely to LangSmith, their observability layer. The framework itself could not sustain a business.
E2B raised significant capital on the thesis that the critical monetizable layer is the execution environment — the sandbox where agents actually run. They are not trying to own the framework. They are trying to own the ground the framework runs on.
Both arrived at the same conclusion from different directions. The agent harness is not the product. It is the thing you give away. The product is the piece of infrastructure underneath it that scales with consumption. If the harness commoditizes — and it will — what are you actually paying for? And if you are building internally, what are you actually building that has lasting value?
Agents Are Software, and Software Needs a Factory
There is a framing problem in the market. People talk about agent harnesses as if the harness is the interesting part. It is not. The interesting part is the factory.
An agent harness is a runtime wrapper. It takes a prompt, some tools, maybe some context, and executes a task. That is table stakes. Every serious engineering team can build one. Many already have — the recent wave of companies publicly disclosing their internal agent infrastructure proves this. Block had teams building internal harnesses before they laid those teams off. Stripe has been doing similar work. Ramp, DoorDash, and dozens of others are in various stages of the same journey.
The factory is something different. The factory is:
- the execution engine and the sandboxing system
- the orchestration layer that handles long-running, resumable work
- the context management that survives across sessions
- the model translation infrastructure that lets you start a task on one model and continue it on another without losing state
That last one sounds simple. It is brutally hard. It requires session translation systems that handle the impedance mismatch between different model APIs, different context window sizes, and different tool-calling conventions.
This is where the real defensibility lives. Not in the agent definition. Not in the prompt. In the ugly, complex infrastructure that makes agents actually work in production.
The Orchestration Bet
One of the more interesting architectural decisions in this space is whether to build your own coding agent or to build the layer that sits above all of them. Most companies are betting on building the best agent. A smaller number are betting that the best agent changes every week — and that the durable value is in the orchestration.
If you build your own agent, you are betting that your model integrations, your prompt engineering, and your tool-calling architecture will remain competitive against every other team doing the same thing, including teams backed by billions of dollars. That is a hard bet to sustain.
If you build the orchestration layer — the system that lets an organization use Claude Code today, Codex tomorrow, and whatever leapfrogs both of them next month — you are making a different bet. You are betting that flexibility and interoperability matter more than any single agent's capabilities at any single point in time.
This is the same architectural insight that has played out in every previous infrastructure wave. The companies that won in cloud were not the ones that built the best virtual machine. They were the ones that built the management and orchestration layers that let enterprises use whatever compute they needed without being locked in.
The coding agent that is best today will not be best in 90 days. The platform that lets you swap between them without rearchitecting your workflows — that has a longer shelf life.
The Transferability Bet
A persistent anxiety when building on fast-moving AI infrastructure is that something will come along in three months and render everything you built irrelevant. It is a reasonable fear. It is also mostly wrong.
The work that matters in agent systems is not the wiring to a specific model or harness. It is the prompt engineering, the domain knowledge encoded in those prompts, the workflow design, and the understanding of what users actually need agents to do. Switching LLM models is not that hard. Switching harnesses is increasingly straightforward. The institutional knowledge of how to make agents useful for a specific domain — that transfers across every platform change.
Teams that get burned over-invest in proprietary infrastructure locked to a single provider. Teams that thrive treat models and harnesses as interchangeable and invest their energy in the layers above.
The Individual Empowerment Problem
The dominant narrative around enterprise agents is top-down. A platform team builds the infrastructure. Leadership decides what gets automated. Engineers implement it. Then — as we saw at Block — the people who built the infrastructure and encoded their knowledge into agents get laid off because they made themselves redundant.
This is a terrible incentive structure. If institutionalizing your knowledge into an agent means training your replacement, rational people will resist. They will sandbag. They will keep critical context in their heads instead of encoding it into systems. The adoption problem is not technical. It is psychological.
Flip the model. What if individual knowledge workers owned the agents they created? They are responsible for their agents, get credit when those agents perform, evolve them over time, and their value to the organization grows as their agent portfolio grows.
Imagine a world where you cannot fire someone because they run 100 agents the organization depends on. Where shipping an agent that gets widely adopted is grounds for a bonus, not a pink slip. Bottom-up adoption driven by individual empowerment has always been more durable than top-down mandates. It is how coding itself spread through organizations, and it solves the incentive alignment problem that will throttle enterprise adoption if nobody addresses it.
Build for the Now, Not the Future
There is an entrepreneurial instinct that sounds wise but is actually dangerous: building for the future instead of the present. The logic goes — the current paradigm is temporary, so why optimize for it?
Whoever captures the now is best positioned to capture what comes next. Cursor looked like it might be disrupted by the shift from IDEs to agentic coding. But Cursor captured the present market, accumulated millions of users, and is now evolving into the agentic future from a position of strength. The hypothetical startup that skipped the IDE phase to build purely for the agentic future has no users, no revenue, and no distribution to leverage when that future arrives.
The companies that win the next era are almost always the ones that dominated the current era and then evolved. Not the ones that sat out waiting for the next era to start. Build what generates revenue and traction today, even if you know the landscape will shift. The revenue funds the evolution. The traction gives you distribution to survive the transition.
Revenue Per Employee
Headcount used to be a proxy for capability — more engineers meant more output, which meant more value. That relationship has broken down. A four-person team with strong AI tooling can now ship what used to require forty. The metric that matters is not how many people you have. It is how much revenue each person generates.
A four-person company generating a million dollars in revenue is not a small company. It is an extraordinarily efficient company. The acquirer is not buying twenty engineers and their salaries. They are buying a team that has figured out how to generate disproportionate output with minimal overhead. Lower burn, longer runway, more leverage — and a cost structure that lets them survive the downturns that kill the companies that staffed up during the boom.
Proximity to Real Builders
None of this matters if you cannot get in the room with the people who actually buy.
The hardest part of selling enterprise AI is not the technology. It is access. Every large organization has someone who cares about AI. But that person is buried three layers deep behind a CIO, an innovation lab, and a procurement process designed for buying office furniture. The founder building the actual agent software and the enterprise leader who desperately needs it are separated by a wall of org charts and vendor management platforms.
Events are supposed to solve this. They are supposed to be the place where a founder sits across the table from the head of R&D at a Fortune 500 and has a real conversation about what is working and what is not. But that only happens if you design for it. Not with a generic networking hour. With curated access — dinners where the guest list is built around shared problems, roundtables facilitated by people who have actually shipped the thing being discussed, and AI tracks led by builders, not analysts.
If you are running an event for the startup and enterprise community in 2026 and AI agents are not a quarter of your content, you are not reflecting reality. You are curating nostalgia. AI is the lens through which every other topic should be viewed. Fundraising, talent, go-to-market — all of it.
Most companies that say they are "doing AI" are running experiments. They have a chatbot, a prompt library, someone on the team who is good at ChatGPT. That is tinkering, not operationalization. The conversation that matters happens with the people who are past that — who have budget, have a mandate, and are stuck on the how. The fastest way to find them is to be in the same room.
Marathons You Sprint Through
Startup culture splits into two camps. One says startups are sprints — move fast, break things, burn bright. The other says startups are marathons — pace yourself, think long-term, avoid burnout. Both are partially right and completely insufficient on their own.
Startups are marathons that require sprinting. Most of the time, you are running at a pace that would be unsustainable in any other professional context. Work-life balance in a venture-backed startup is barely acceptable at best. If you are not comfortable with that, a venture-backed startup is not the right vehicle for you.
But the sprint only matters if you are still running in year three, year five, year ten. The companies that win are not the ones that burned hottest in their first six months. They are the ones that maintained intensity over a long enough time horizon for the luck to average out.
In any given week, luck dominates. A key customer signs or does not. A competitor launches something impressive or implodes. A critical hire accepts your offer or takes a job at a hyperscaler. Over a single quarter, the dice rolls matter enormously. Over a decade, they average out. The professional poker player has bad nights. They do not have bad decades.
The agent platform space is going to shake out fast. Companies raising at $175 million pre-money valuations on toy products that lack version control, monitoring, or real orchestration will discover that enterprise buyers need more than a chat interface with a cron job. The winners will be the ones who solve the hard infrastructure problems, align incentives for individual adoption, build systems flexible enough to absorb whatever the model providers ship next quarter, and stay close enough to real buyers to know what is actually breaking in production.
The losers will be the ones who bet on a single framework, a single model, or a single use case and find themselves obsolete when the ground shifts. Or the ones who simply stopped running.
Stay in the fight. Capture the now. Build the factory. Get in the room. The founders who build enduring companies are not the ones who got lucky once. They are the ones who kept rolling.
Related Essays
From Agent to Platform: Why the GTM Is Services-Shaped
There is no winner-take-all platform in agents. The GTM is services-shaped, the harness is commoditized, and coding-agent companies have a narrow window to pivot before the floor falls out.
Agents in Production: GTM Mesh and the Death of the ERP
The same mesh-of-agents pattern that closes the gap between ad click and revenue is the one that retires the ERP dashboard. Two examples, one architecture.
Why Homegrown Agent Platforms Break
Every large company is quietly building an internal agent factory. The stack looks the same everywhere, and most of these systems will be in disrepair within a year.