The Execution Layer Is Now a Category. Here's How to Evaluate One.

On June 24, two companies used the same two words to describe what they sell. Gong announced Mission Big Dipper, an agentic execution layer spanning what it calls its Revenue AI Operating System, aimed squarely at the governance and human-in-the-loop gaps in enterprise AI deployments. The same day, Attention announced a $30 million Series B from RTP Global, AglaƩ Ventures, Eniac, Alven, and Linea, positioning itself as an execution layer for revenue teams and claiming more than 20 million agent actions per month across 500+ customers with 4x year-over-year ARR growth.

One vendor saying "execution layer" is positioning. Two vendors saying it on the same day, one a call-intelligence incumbent reported at roughly a $500 million revenue run rate, the other a fast-growing startup with fresh capital, is a category. When your competitors converge on your vocabulary, the argument is over. The market has decided the words mean something.

We have a stake in this, so let's be direct about it. In January we published The Architecture of an AI Execution Layer and made the argument in one sentence: intelligence that only reports is a dashboard, and the value is in the layer that acts. Since then, Outreach relaunched as Outreach.ai around agents in April, Salesforce's Agentforce crossed $1 billion in ARR in May, and now two more vendors have adopted the framing in a single news cycle. The category is real. Which means the useful question is no longer whether you need an execution layer. It's how to tell a good one from a press release.

The June 24 tape

Gong: Mission Big Dipper, an agentic execution layer across its Revenue AI Operating System, pitched at governance and human-in-the-loop gaps. Attention: $30M Series B (RTP Global, AglaƩ Ventures, Eniac, Alven, Linea), 20M+ agent actions per month, 500+ customers, 4x YoY ARR growth. Two announcements, hours apart, one phrase. Add Outreach.ai's April relaunch and Agentforce's $1B ARR in May and you have four data points in six months pointing the same direction.

Why the convergence matters

The revenue software market spent a decade selling intelligence. Call recording, conversation analytics, deal scoring, forecast dashboards. All of it answered the same question: what is happening in my pipeline? None of it answered the question that follows: so what are you going to do about it?

We wrote about this transition in From Revenue Intelligence to Revenue Action. The short version is that insight without execution creates a labor gap. Someone still has to read the dashboard, decide what to do, open four other tools, and do it. The execution layer closes that gap. It takes intent, human or AI-generated, and turns it into completed actions: the email sent, the stage updated, the task created, the sequence adjusted.

Gong's reported numbers explain why the incumbents are moving. A company at roughly a $500 million run rate, with reports of secondary-share conversations at a $4.5 billion valuation, down from $7.25 billion in 2021, is a company under pressure to justify its multiple with a bigger story than call recording. Attention's raise explains why the startups are moving. Investors just priced "execution layer for revenue teams" as a $30 million Series B thesis. Money and repositioning are flowing toward the same words at the same time.

That flow validates the category. It also floods it with noise. Every vendor with an API and a chatbot will claim an execution layer by Q4. So here is the evaluation framework we'd use, whether or not you ever look at PipeLance. Three axes: the substrate, the control surface, and the economics.

Axis one: what sits underneath

An execution layer is only as good as the data it acts on. This is the axis most buyers skip because it's the least visible in a demo, and it's the one that decides whether the layer works in production.

An execution layer built on top of fragmented tools inherits the fragmentation. If the agent reads deal state from a CRM that syncs every 15 minutes, call data from a separate recorder, and engagement data from a third sequencing tool, it acts on a picture of your pipeline that is stale in some places and self-contradictory in others. The deal stage says Negotiation, the sequence is still running Discovery touches, and the agent has to guess which system is telling the truth. An agent that acts confidently on wrong data is worse than a dashboard, because a dashboard at least waits for a human to notice the contradiction.

An execution layer built on its own operational database acts on reality. One schema, one set of foreign keys, one version of every record, current as of now. When the agent updates a deal, the update is the record. There is no write-back to a source system that might reject it, delay it, or overwrite it.

This is also where vendor origin matters. A call-intelligence company adding execution still mostly sees calls. Its picture of your pipeline is rich where conversations happened and thin everywhere else: the proposal views, the support tickets, the sequence engagement, the commission implications of a stage change. We covered this visibility gap in Why Gong Can't See Your Pipeline, and the launch of an execution layer on top doesn't change the underlying field of view. Execution amplifies whatever the system can see. It cannot act on what it can't.

The substrate test

Ask the vendor one question: when your agent takes an action, does it write to your own operational database, or does it call another vendor's API and hope the sync holds? If the answer involves the words "bi-directional sync," you are buying an execution layer on top of fragmentation, and you will spend the first six months debugging the seams instead of measuring the output.

Axis two: the control surface

Gong's June 24 announcement leaned hard on governance and human-in-the-loop controls, and it was right to. This is the axis enterprises care about most, because an execution layer is by definition software with write access to your revenue data and your customer relationships. The question is whether the governance lives in the press release or in the schema.

Governance in the schema looks like four specific things. First, a complete audit trail: every action, AI-initiated or human-initiated, logged with timestamp, actor, resource, input, and output. Not a summary log. The actual before-and-after. Second, rollback: reversible operations store the data needed to undo them, so a bad bulk update is a one-click recovery, not a data-restoration project. Third, permission scoping: the agent operates inside the same role and organization boundaries as the human who invoked it, enforced at the database layer, not in application code that a prompt can route around. Fourth, human confirmation on high-impact actions: deletes, bulk updates, and outbound sends above a threshold pause for explicit approval.

Every vendor in this category will say yes to all four in a sales call. The way to verify is unglamorous: ask to see the audit log for a real action in the demo environment, then ask them to roll it back in front of you. We published a longer checklist in the agent-washing buyer's guide, and the pattern holds here. The gap between claimed and shipped governance is the single most common failure mode in this market.

Axis three: the economics of execution

The third axis is the one that shows up on your invoice twelve months in. Is execution metered per action, or included per seat?

Attention's headline metric is instructive: more than 20 million agent actions per month. That's a genuinely impressive volume number. It is also exactly the kind of number that becomes a billing unit. Across this market, vendors price agentic work per action, per conversation, per resolution, or per credit, and the pattern is always the same: the more useful the robot becomes, the bigger your bill gets. Your costs scale with the machine's activity, not your team's size, which means your best month of AI leverage is also your most expensive.

The alternative is flat per-seat pricing with execution included. Under that model, the vendor's incentive is to make each seat as productive as possible, because activity costs them margin instead of earning them overage revenue. Under metered pricing, the vendor's incentive is volume. Watch which behaviors the pricing rewards, because that's what the product roadmap will optimize for.

Run the meter math

Take any per-action price and multiply it by a real agent's workload. An agent handling enrichment, logging, follow-ups, and sequence adjustments for one rep can easily execute 2,000+ actions per month. At even $0.05 per action, that's $100 per rep per month in metered execution alone, on top of platform fees, and the number grows every time the agent gets better at its job. Before signing, ask for a worked example at 10x your current action volume and see if the vendor will put it in the order form.

How PipeLance approaches this

Since we're proposing the framework, here is how we score against it.

On the substrate: PipeLance's execution layer runs on its own operational database, a single Supabase (Postgres) schema that holds contacts, deals, calls, sequences, proposals, tickets, and commissions in one set of tables. The AI acts through 119 Zod-typed tools across 18 categories, every one of them querying and writing live operational data. There is no sync to hold, because there is nothing to sync.

On the control surface: every interaction runs through the same intent-to-action pipeline, natural language to parsed intent to tool matching to parameter inference to execution to audit log. Every action is logged with full input and output, reversible operations store rollback data, org-level Row Level Security scopes every query at the database layer, and high-impact actions require explicit human confirmation before they run. This has been the architecture since day one, not a governance patch announced in a launch cycle.

On the economics: flat per-seat pricing, $69 per user per month for Core and $149 for Pro, with execution included. No per-action meters, no credits, no overage line. If the AI does 10x more work for your team next quarter, your bill is the same.

Zoom out and the week's news reads less like a competitive threat and more like the market catching up to an architectural argument. Gong repositioning around execution, Attention raising on it, Outreach rebuilding for it, and Agentforce monetizing it at $1 billion ARR all confirm the same thing: the dashboard era is ending, and the layer that acts is where the value concentrates. That's good for buyers, because real competition improves every option. It's also dangerous for buyers, because category heat produces claims faster than it produces working software. The three axes cut through it. Look at what's underneath, look at the controls in the schema, and look at what the meter is counting. The vendors that survive this category will be the ones with good answers to all three.

Evaluate our execution layer against all three axes.

One operational database, governance in the schema, and flat per-seat pricing with zero action meters.

Request Access