Gavel Playbook · Strategy

Open source vs frontier models. What 10 operators actually run in production.

Every comparison guide on this topic was written by someone selling infrastructure. These ten calls come from teams running both, with the timestamps so you can check them.

Tactics
10 cited plays
Sources
4 channels
Read time
9 minutes
Updated
August 2026

The short answer

Should you use open-source or frontier models?

Neither, exclusively. The teams actually shipping route by task: fine-tuned small open models for narrow, high-volume work where they beat general frontier models on quality, latency and cost simultaneously, and frontier APIs for open-ended reasoning. Decagon runs 90 percent of its agents on open source on exactly this basis. The decision that matters more than either is what you own around the model, because the model itself is the swappable part.

How the call actually breaks down

  1. 1 Stay on the frontier API. when the task is open-ended, volume is low or sporadic, and you have not yet proven the use case. Decagon's own path was frontier first to prove it, then optimize.
  2. 2 Move to a fine-tuned open model. when one task is narrow, repetitive and high-volume enough that a smaller specialized model beats a general one on it. That is where cost, latency and quality all improve together.
  3. 3 Run it locally. when data residency, price volatility or arbitrary model restrictions are real risks to your business rather than hypothetical ones.
  4. 4 Build evals before either. because without your own evaluation set tied to customer outcomes, you cannot safely switch models, and switching is the entire benefit.

Search this question and you get a wall of comparison tables. Frontier models win on reasoning breadth. Open models win on cost and control. Consider a hybrid approach. All technically true, all written by consultancies and infrastructure vendors, and none of it tells you what a team with real production traffic actually decided or why.

This playbook is the opposite input. Ten calls, each from an operator running this stack for real, each deep-linked to the moment they say it. The pattern that emerges across all ten is not about models at all. Every one of these teams treats the model as rented and swappable, and puts their compounding effort into the layer the model cannot have: their context, their evals, their business logic. That is the actual answer to the question, and it is why the vendor comparisons feel unsatisfying.

"Enterprise value is increasingly defined by proprietary context rather than raw model intelligence. As models become commoditized, the ability to train on internal data will define competitive differentiation."

The 20VC panel, on where the value moved

The Plays

Ten calls, from teams running both

01

Decagon · a16z

Split the stack by task, not by ideology

Decagon runs 90 percent of its agents on open-source models, and the reasoning is not ideological. They evaluate every model on three axes at once: cost, intelligence and latency. A smaller open model, fine-tuned on a specific business task, frequently beats a larger general-purpose frontier model on that task while also being faster and cheaper. That is the rare case where all three axes move the right way together.

What they did not do is pick a side. Open-ended work like trend analysis still goes to frontier models, because that is where breadth actually matters. The split is by task, and it gets re-decided as models change.

Steal it

List your five highest-volume AI calls. Route the narrow, repetitive ones to a fine-tuned small model and leave the open-ended ones on the frontier API.

02

Decagon · a16z

The moat is the business logic, not the model

The app-versus-infrastructure argument is a false dichotomy, and Decagon says so directly. Successful AI companies build deep domain-specific platforms, because applications are what encode the business logic that models alone cannot provide. Their defensibility is not a model weight anyone can download. It is the accumulated complexity of making a powerful model safe, compliant and collaborative inside a rigid enterprise.

That is the part a competitor cannot copy by switching providers, and it is the part that gets stronger every deployment.

Steal it

Write down what your product knows that the model cannot. If the list is empty, you are a wrapper and the model provider is your roadmap.

03

Inferact · a16z

Build on open source so you are not a wrapper

The a16z inference conversation traces open source from research curiosity to critical infrastructure, and lands on a motive worth noticing. Startups now build on open source specifically to avoid being simple wrappers. That is a positioning decision as much as a technical one. If your entire product is a prompt plus an API key, your roadmap belongs to whoever owns the API, and the distinction between open and closed models is increasingly about go-to-market strategy rather than raw capability.

Steal it

Before adding a feature, ask whether a frontier lab shipping it next quarter would erase you. Build the part that survives that.

04

Arena · 20VC

Own the supply chain and fine-tune on internal data

Arena calls what enterprises now want AI sovereignty: owning the whole AI supply chain. The drivers are data security, cost, and the ability to fine-tune on internal data to maintain a competitive moat. That last clause is the one founders skip. Fine-tuning is not primarily a cost play.

It is how proprietary data becomes a product advantage that a competitor with the same API key cannot reproduce. Arena sizes the data market at 100 billion to 1 trillion dollars by 2030 on exactly this logic, because data is a scaling complement: as model usage grows, demand for quality data grows with it.

Steal it

Name the one dataset only you have. That is the fine-tuning input, and it is the only part of the stack that does not get deprecated.

05

Arena · 20VC

Evaluation is the bottleneck, not model quality

Arena identifies evaluation as the single biggest bottleneck in AI deployment, and it is the least glamorous item on any roadmap. The useful part is what they measure against: performance, cost and latency together, tied to real business value rather than a leaderboard. A team without its own evals cannot safely swap models, which means it cannot take advantage of the thing that makes open source attractive in the first place. Evals are the precondition for optionality, not a nice-to-have after launch.

Steal it

Stop benchmark shopping. Write ten evals from real customer outcomes and score every model change against those instead.

06

20VC panel · 20VC

Context beats model intelligence as models commoditize

The 20VC panel puts it plainly: enterprise value is increasingly defined by proprietary context and vector databases rather than raw model intelligence. As models commoditize, the ability to train on internal data is what differentiates. Their worked example is Palantir, whose growth they attribute to providing a sophisticated harness around enterprise data rather than a better model underneath. Customers pay a premium for answers to messy, data-heavy problems.

The harness is the product.

Steal it

Move your context out of chat windows and into a system of record your agents can query.

07

Max Hodak · Y Combinator

Structure your data for agents before buying another tool

Max Hodak arrives at the same place from deep tech, where nobody is arguing about token costs. Being AI native, in his framing, means structuring your company data so agents can actually use it, and he treats that as a competitiveness requirement rather than a project. He pairs it with a related call: custom internal software now beats generic commercial systems, because building it has become cheap. Both moves point the same direction.

The tooling is not the constraint anymore. The legibility of your own data is.

Steal it

Spend the next hour making one folder agent-legible before you evaluate another tool.

08

Garry Tan · Y Combinator

Rented intelligence versus owned intelligence

Garry Tan draws the line the whole playbook rests on. On one side is rented corporate intelligence, whatever your provider is serving this quarter. On the other is a personal agent running on your own infrastructure, holding your own data context, compounding what it knows over time. The distinction matters most for the smallest teams, which is counterintuitive.

A solo founder has no procurement department and no vendor leverage, so the parts they own outright are a larger share of what they have.

Steal it

Ask which parts of your AI setup would survive your provider changing their pricing tomorrow. Move the rest.

09

Garry Tan · Y Combinator

Index your own history into one library

Tan's concrete instruction is unglamorous and takes about an hour. Index your personal history, emails, notes and project files, into a centralized markdown library, creating a context no public model possesses. He then extends it: capture repeat task logic into reusable skill files so the system compounds instead of resetting every session. He is also blunt about where those files live.

Skill files sitting in an employer-controlled repo mean your expertise can be extracted without you, which makes file ownership a question worth answering deliberately.

Steal it

Take your last ten real decisions, write one plain markdown file each, and point your agent at that folder.

10

Greg Isenberg · Greg Isenberg

Local deployment kills lock-in

From the Buzz walkthrough, the practical version for small teams. Running models locally keeps work out of proprietary platforms and out of reach of arbitrary model restrictions or price changes. The same setup lets a team pool compute across machines, so limited hardware stops being the reason you default to a frontier API. Treat one local workload as an insurance policy: you find out what actually breaks while the stakes are low, rather than during a pricing change you did not choose.

Steal it

Run one workload locally this month, purely to find out what actually breaks when the vendor is not in the loop.

Where the operators disagree

Does owning your context mean you need fewer people?

Garry Tan says yes. Small agent-assisted teams are hitting revenue milestones that used to need a department, and he argues founders no longer require traditional funding or headcount to make a real impact. Own the context, run the agents, and the first few hires stop being the gate.

Alex Hormozi says the bottleneck just moves. Revenue plateaus around 7 to 10 million dollars the moment the entrepreneur becomes the constraint, and the escape is delegation and systems rather than more personal throughput. His sharper point is that most founders who believe they are delegating are actually abdicating.

Decagon settles it from inside the AI stack. A company running most of its agents on open-source models, about as AI-native as they come, flatly calls the one-person unicorn a myth and is hiring hard. Their stated bottleneck is high-quality people, not model limits.

The call: both are right at different revenue. Pre-traction, Tan wins outright and an owned agent stack genuinely does the work of your first few hires. Past real revenue, Hormozi's ceiling arrives on schedule. Own your context early. Do not mistake it for a permanent substitute for a team.

Deep dive: Hormozi on the money model

Read it for your situation

How to use this playbook

Solo founder, no production traffic yet
Skip 01 through 06 entirely. Fine-tuning at your volume is premature and the frontier API is correct. Start at 08 and 09: the context library takes an hour and is the only thing here that pays off immediately.
Shipping an AI feature, worried about being a wrapper
Read 02 and 03 together, then write the list from 02's steal-it line. If nothing is on it, the honest fix is upstream of your model choice.
Real volume, watching the API bill grow
Start at 05, not 01. Without evals you cannot tell whether a swap made things worse, and a cost saving you cannot verify is not a saving. Then work 01 and 04.
Enterprise buyers asking where their data goes
04, 06 and 10. Sovereignty is now a sales objection as much as an architecture choice, and Arena's caution matters: hosting locally does not by itself remove backdoor or prompt-injection risk.

Ten plays is a menu, not a sequence. The point of Gavel is that you can bring your actual situation, revenue, stack and constraints, and get the two or three of these that apply to you, with the operators who disagree about your specific case named rather than averaged away.

Which of these ten applies to you?

Bring your stack and your volume. Get the two plays that fit your situation, the operators who disagree about it, and the citations to check them.

Free with Google. 20 credits/month forever. Pick a plan in 30 seconds after signin.

The Gavel Playbook Newsletter

One new playbook
every Monday morning.

Cited frameworks from operators who've shipped, in your inbox before your week starts. No spam, no upsells, no recycled LinkedIn takes.

One email a week. Unsubscribe with one click. We never sell or share email.