// blog/will-ai-agents-lower-booking-platform-commissions
Will AI Agents Lower Booking Platform Commissions?


AI agents can compress booking platform commissions, but only the portion of the commission that pays for customer acquisition. That portion happens to be most of it. Online travel agencies and local booking platforms charge somewhere between 10% and 30% per booking largely because they buy demand with advertising and sales effort and resell it to suppliers; an agent that discovers and books inventory through an API removes the resale step. Bernstein analysts have already warned investors that agent-mediated bookings may not justify the 15-20% commissions Booking Holdings and Expedia charge today. A smaller toll will replace the old one.
What a booking commission pays for
A booking commission is mostly a demand-aggregation fee, with payment and operations costs layered on top. The benchmark rates, per Preno's OTA commission survey:
| Platform | Commission range | Notes |
|---|---|---|
| Booking.com | ~10-25% | Averages around 15%, varies by location and cancellation policy |
| Expedia | ~15-30% | Range for independent hotels |
| Airbnb | ~3-15% | Host-side commission per booking |
The supplier gets a customer they did not have to find themselves. The OTA runs the performance advertising, owns the search ranking, does the merchandising, and shows up first when a traveler types a city name into a search box. Underneath the demand layer sits a set of costs that exist regardless of how the customer arrived: payment processing, fraud and chargeback liability, refund handling on cancellations, and customer support when the room is overbooked or the listing was wrong.
Only the demand layer is threatened by AI agents. If a user's assistant does the discovery, the platform no longer needs to have bought that customer. The operational layer, the payments and disputes and support, does not go anywhere. Agent-era commissions depend on how big each layer is.
The AI agent argument for 3-10% commissions
The compressed-commission thesis is being stated most bluntly by small startups positioning against the incumbents. A recent example is a post from LOKULI, an account whose bio reads "Shop. Book. Local":
"Every booking platform charges 20-30% commission. We charge 3-10%. Because AI agents don't need sales teams, office space, or ad budgets to bring customers. The margin is the moat."
This is a near-zero-engagement post from a company that cannot be identified beyond the account itself, so treat it as a thesis statement rather than evidence. Bigger players are converging on the same logic.
An incumbent OTA's commission recoups enormous customer acquisition spend, supports a sales organization, and delivers margin. A booking layer built for AI agents skips those costs structurally. When a user asks an assistant for a dinner reservation or a weekend rental, the discovery work happens inside the assistant. The booking platform's remaining job is to expose accurate inventory and availability, take the payment, and stand behind the transaction. That is a much cheaper business to run, and in a competitive market cheap cost structures eventually show up in price. That supports 3-10% commissions instead of 20-30%.
The "every booking platform charges 20-30%" framing is already an exaggeration. Airbnb's host-side commission sits at 3-15% per the same Preno data, overlapping the challenger range entirely. The low end of booking economics exists today without AI agents involved. Agents change where discovery happens, and discovery is what the high-commission platforms are selling.
What Wall Street thinks about OTA margins and AI agents
Sell-side analysts are treating agent-mediated booking as a live margin risk. Bernstein analysts have flagged that AI agents booking directly via APIs could compress Booking Holdings' and Expedia's commission-based margins, on the specific reasoning that a booking completed by an agent may not justify the 15-20% commission the OTA currently charges for it.
An OTA's commission reflects the value of delivering the guest. When the guest's assistant finds the property through some other channel and merely needs a completion endpoint, the OTA is charging aggregator prices for utility-layer work. Suppliers have wanted out of those commissions for two decades. AI assistants may stop routing demand through the OTA's front door.
Who is building agent-native booking rails
The infrastructure for agent-completed bookings is being built now, and a Y Combinator company provides a clear example. GuruHotel describes itself as an "AI-native direct booking protocol" for hotels, pitched as "Stripe for hotel bookings." The explicit goal is to let AI agents, the ones running inside ChatGPT, Perplexity, and Claude, complete hotel bookings that OTAs currently gatekeep.
Stripe-shaped businesses charge low single-digit percentages because they sell transaction completion. If booking infrastructure gets rebuilt on that model, platforms would charge for payments plus a little more, which is where the 3-10% claims come from. Whether any specific startup executes is unknowable from the outside, but the category is real and funded.
Why a 3% commission is harder than it sounds
Transaction costs and liability leave little room in a 3% commission. Card processing consumes a large share of a 3% fee before the platform pays for anything else. Bookings are also a high-dispute category: cancellations, no-shows, misdescribed inventory, and chargebacks all generate costs that scale with volume, and someone has to absorb them. A booking platform charging 3% is running payments-company economics while carrying hospitality-grade support load. That can work, but it is a thin-margin infrastructure business, and thin-margin infrastructure businesses survive on volume the way Stripe does.
There is also a cost category that is new with agents: being wrong. An agent booking on a user's behalf is operating under constraints (budget, dates, refundability) that it can get wrong in ways a human travel agent typically would not. When an agent books the wrong thing, the user will not accept "the AI did it" as an answer, which means the platform or the assistant vendor eats the reversal. Incumbent commissions quietly fund a large customer-service apparatus for handling human mistakes; agent mistakes need the same apparatus and nobody has priced it yet.
The 10% end is a viable business that covers payments, disputes, and support with margin left over. At 3%, platforms either use the fee as a loss leader or pass through payment costs.
Where the agent-era toll goes
Demand aggregation moves to whoever owns the user relationship, which increasingly means the assistant platform. The tweet's claim that "AI agents don't need sales teams, office space, or ad budgets to bring customers" is true from the booking platform's side of the table. The customer now comes from ChatGPT, Perplexity, Claude, or whichever assistant the user lives in. Those platforms are in a position to charge referral or completion fees because they stand between demand and supply.
Protocol openness and user steerability will determine whether the new toll stays low. If booking rails end up as open, Stripe-like infrastructure that any agent can call, suppliers can be reached through many doors and no single gatekeeper can push take rates back toward 20%. If one or two assistant platforms concentrate the demand, the commission structure of 2015 gets rebuilt with new logos. Agents can be told "book direct" or "avoid platforms that charge the venue more than 10%," and unlike human users, they will follow through on that preference at scale. OTAs have never had human customers follow that preference at scale, since most take the default.
Suppliers need agent-readable inventory under every scenario. That means structured data, real-time availability, and a direct booking endpoint an agent can complete against without a phone call. Suppliers who have that when agent-mediated demand arrives get to negotiate the new toll from the supply side of an open market. Suppliers who do not will find that some platform has wrapped their inventory for them, and the wrapper sets the commission.
Sources
Related essays
- Why AI Agents Violate Constraints Under KPI Pressure
A new benchmark finds AI agents violate ethical constraints in up to 62.8% of KPI-driven scenarios, with safety not improving across model generations.
- How Kimi K3 Runs on One CPU With 8 GB of RAM
How a C99 engine runs Kimi K3, Moonshot's 2.78 trillion parameter MoE, on one CPU in 8 GB of RAM by streaming 4-bit experts from NVMe per token.
- How Many Tokens Does Claude Code Send Per Request?
Proxy-level measurements of Claude Code token overhead: the 33k request floor, cache write behavior, instruction file cost, and subagent fan-out.