SaaS Economics

The Great Unbundling: How AI APIs Are Replacing SaaS Subscriptions

AI APIs got cheap enough that a few hundred lines of Python now do what a $20,000-a-year SaaS tool does. Here's who's already switched, where it breaks, and how to run the math yourself.

At a glance
  1. 01GPT-4o mini runs tasks for pennies per million tokens, making DIY wrappers far cheaper than SaaS seats.
  2. 02Lines of business now control 70% of SaaS purchasing decisions, bypassing IT to build their own AI fixes.
  3. 03Gartner projects up to $234 billion in enterprise software spend is at risk from agentic arbitrage by 2030.
  4. 04Replacing single-function SaaS tools with direct API calls can yield payback periods under nine months.
A tall stack of many identical modular blocks stands beside a single small block linked by one thin conduit, illustrating a bundle of software functions being replaced by a single API connection.
Illustration generated by Remy for this story.

Can you actually replace a SaaS subscription with an AI API?

Yes, for a specific and growing category of software, and the economics already work today. If a tool's core job is to take some input, run it through a model, and hand back an answer or a document, a direct API call to GPT-4o mini, Claude, or Gemini Flash can now do that job for a fraction of a cent per run instead of a flat monthly seat fee. That's why employees and finance teams are quietly building their own narrow replacements instead of renewing the contract.

The $4,830-per-employee problem

Start with the number that explains the motive. Average enterprise SaaS spend hit $4,830 per employee in 2025, up 21.9% year over year, the first increase in three years.1 Organizations separately waste an average of $21 million a year on licenses nobody uses.1

Figure 1
Enterprise SaaS Spend Is Rising, Even as Waste Piles Up
$4,830
average SaaS spend per employee (2025)
21.9%
year-over-year increase in SaaS spend
$21M
average annual waste on unused licenses
Source: Zylo

That waste isn't evenly spread. It piles up in point-solution tools one team bought and everyone else forgot about, exactly the software this piece is about. Our breakdown of where SaaS budgets actually leak covers the pattern in full.

What's new is who's noticing. Lines of business, not IT, now control 70% of SaaS purchasing decisions, against just 26.1% for IT.1 The people closest to the pain of a bad tool are also the people with a company credit card and, increasingly, the coding fluency to build their own fix. At the same time, spending on AI-native apps grew 75.2% year over year even as total SaaS costs rose.1 Budget is moving toward tools people build or buy specifically because they run on AI.

Figure 2
Who Controls SaaS Purchasing Decisions
70%Lines of business
Lines of business70%
IT26%
Other4%
'Other' is a residual to complete the 100% total; not separately reported.
Source: Zylo

What actually changed: API costs collapsed while models got multimodal

The technical shift underneath all this is straightforward. OpenAI's GPT-4o mini prices out at $0.15 per million input tokens and $0.60 per million output tokens, roughly an order of magnitude cheaper than the frontier models that came before it. A support-reply classifier, a lead scorer, or a report summarizer that runs thousands of times a month now costs pennies, not a per-seat license. We've written before about how this zero-marginal-cost shift is breaking the logic behind $99-a-seat pricing, and the pattern shows up again here from the buyer's side of the table: if the intelligence inside the SaaS tool costs almost nothing to run directly, the markup on the wrapper around it becomes very visible, very fast.

Multimodal capability matters just as much as price. A model that can read a spreadsheet, parse a PDF, or look at a screenshot removes the last excuse for needing a dedicated app with a polished UI. The UI was often the product. Once a model can do the task without one, the app underneath starts to look optional.

The pattern: real teams are already doing this

This isn't hypothetical. Netlify employees have used AI coding tools like Bolt and Lovable to build internal replacements for an employee survey tool that would normally be bought from Qualtrics or Momentive, a CPQ pricing calculator, and an interview-training app.2 Andreessen Horowitz general partner Martin Casado built his own AI-powered CRM that syncs his calendar and email and prepares weekly meeting briefings. His reasoning was blunt: "For some software, it's becoming quicker to code my own version with AI than learn someone else's non-intuitive, shit UI."2

Netlify CEO Mathias Biilmann frames this as a change in who gets to build software, not just a change in tools. AI-native "software composers" in ops and business roles, not only engineers, can now ship functional internal tools. That changes the buy-versus-build calculus: what one internal developer can build inside a company just went up dramatically.2

The most vivid example is also the smallest. One consultant described replacing a client's "Enterprise AI Suite," in his words a fancy dashboard wrapped around a standard API, with a direct Python connection to an LLM API and a cron job. The build took about four hours. It eliminated a $20,000-a-year subscription with, in his account, the same output quality.3

Figure 3
A Four-Hour Build, a $20K Cancellation
4 hrs
hours to build the replacement script
$20,000
annual subscription eliminated

Where this works, and where it doesn't

Not every SaaS category is equally exposed. Gartner projects up to $234 billion in enterprise application software spend is at risk from what it calls agentic arbitrage between now and 2030, roughly 20% of enterprise SaaS spending, as AI agents complete cross-system tasks and bypass software interfaces entirely.45 Separately, Gartner predicts that by 2030, 35% of point-product SaaS tools will be replaced by AI agents or absorbed into agent ecosystems.6

Figure 4
Enterprise Software Exposed to Agentic Arbitrage
$234B
enterprise application spend at risk through 2030
20%
share of enterprise SaaS spending at risk
Source: Gartner

That 35% figure implies the other 65% survives, and the reason is instructive. Tools built around structured data ownership, audit trails, and network effects don't unbundle easily, because AI agents still need something to read from and write to.6 A useful filter for your own stack:

Figure 5
Point-Product SaaS Tools by 2030
35%Replaced by AI agents
Replaced by AI agents35%
Survive65%
  • Point solutions and workflow tools. Survey tools, report generators, lead scorers, meeting-prep assistants. High replacement risk, because the value is mostly "run this task," not "hold this data."
  • Systems of record. Your core CRM database, your accounting ledger, your HRIS. Low replacement risk, because switching means migrating the actual data of record, not just the interface.
  • Compliance and regulated software. Tools tied to audit requirements or legal attestations. Low replacement risk, because the vendor is often selling liability coverage, not just software.
  • Network-effect platforms. Tools whose value comes from other people also using them, like a shared design tool or a marketplace. Low replacement risk, because you can't build the other side of the network yourself.
  • Thin wrappers over commodity APIs. Dashboards that mostly reformat a model's output. Highest replacement risk of all, because there's often nothing proprietary underneath to protect.
Figure 6
Where AI Replacement Risk Is High vs. Low
Where AI Replacement Risk Is High vs. Low
AI Replacement RiskData Ownership ImportanceAudit/Compliance NeedsTypical Build TimeTypical Annual Cost
Point solutions & thin wrapperstask-only tools like surveys, dashboards, report generatorsHighLowLowHours to days$1k-$20k typical point-tool spend
Systems of record & compliance toolscore CRM, ledgers, HRIS, regulated workflowsLowHighHighMonths (data migration)Often $50k+ enterprise contracts
Ratings are relative across these two categories, not absolute scores.
Source: Remy analysis

How do you calculate whether replacing a SaaS tool pays off?

A useful data point comes from InsiderAITrends' review of SMB stacks: a targeted audit typically surfaces three to five tools, support chatbots, lead enrichment, internal knowledge bases, reporting, form-to-CRM pipelines, that can be replaced with lightweight AI builds running $10 to $40 a month each, against typical SaaS costs of $100 to $500 a month per tool.7 Gartner's SMB figures put the average annual SaaS bill at $9,062, while the average SMB only actively uses about 30% of the features it's paying for.7 That gap between what's bought and what's used is where most of the payback comes from.

Figure 7
SMB Monthly Cost: SaaS Stack vs. AI Rebuild
Low estimateHigh estimate
monthly cost in dollars (USD)
$0$2.5k$5kMonthly SaaS spendMonthly API cost
Cost category
Figures reflect a mid-range SMB replacing five audited tools with lightweight AI builds.

A rough version of the model looks like this:

  1. Current SaaS cost. Annual subscription price, all seats.
  2. API cost. Estimated monthly token spend at current usage volume, priced at published rates like GPT-4o mini's $0.15/$0.60 per million tokens.
  3. Build hours. Time to write and test the replacement, often measured in hours, not sprints, for narrow tasks.3
  4. Payback period. Build cost divided by monthly savings. SMB audits commonly land in the 3 to 9 month range.7
Figure 8
The Typical SMB SaaS Bill
$9,062
average annual SaaS bill per SMB
30%
average share of paid features actually used

We walk through this same build-versus-buy arithmetic in more depth in our look at how AI has repriced the calculus for 2026, and the short version holds here too: once the payback period drops under a year, the conversation inside most companies shifts from "should we" to "who owns it."

The counter-pressure: vendors are closing the wrapper loophole

This movement isn't unlimited or risk-free. Model providers are already pushing back on its most exposed version. Anthropic's updated commercial API terms now restrict using a single company-held API key to authenticate requests on behalf of third-party paying end users, directly targeting the classic wrapper pattern of marking up per-token costs into a flat subscription.8 Genuinely internal tools, where every user is an employee under one organization, are still explicitly fine.8 The line Anthropic is drawing is exactly the line this article is about: build for your own company, don't resell the API back out as a product.

Pricing is shifting underneath vendors too. GitHub moved Copilot from flat-rate premium requests to usage-based billing tied to input, output, and cached token counts, a change that took effect in 2026, and Zendesk and Workday made similar moves.59 Consumption pricing is spreading because flat subscriptions no longer match what AI actually costs to deliver, on either side of the transaction.

Seat-based pricing is looking worse for the vendors selling it, too: companies still using it are 1.6 times more likely to miss growth targets than consumption-priced peers, and 58% of SaaS companies report declining net revenue retention because AI lets customers do the same work with fewer seats.10 The unbundling pressure and the vendor pricing pressure are the same force, viewed from two sides of the same invoice.

The governance catch

A tool an employee builds without asking anyone isn't automatically a safe one.

  • Gartner's 2025 survey of 302 cybersecurity leaders found 69% of organizations suspect or have evidence that employees are using prohibited public GenAI tools.11
  • The 2025 Verizon Data Breach Investigations Report found 15% of employees routinely access GenAI systems on corporate devices, and 72% of that access happens through non-corporate email accounts, entirely outside company logging and authentication.11
  • IBM's 2025 Cost of a Data Breach report found shadow AI added an average of $670,000 to global breach costs.11

That's the tradeoff nobody puts on the four-hour build's slide. A cron job that saves $20,000 a year is only a good trade if someone knows it exists, knows what data it touches, and can turn it off. The same builder instinct that unbundles a wasteful SaaS contract also creates a new asset that needs an owner, a review cycle, and a place on the books, not a folder on someone's laptop.

How to run your own unbundling audit

A practical version of this process, in order:

  1. Audit the stack. List every SaaS tool by category and annual cost. Flag anything whose core function is summarizing, classifying, extracting, or generating text or images from input data.
  2. Classify by risk tier. Sort flagged tools against the five categories above. Systems of record and compliance tools stay put. Point solutions and thin wrappers go to prototyping.
  3. Prototype with a narrow wrapper. Build the smallest version that does the one task the SaaS tool was bought for. Time-box it. Most of the examples here took hours, not weeks.
  4. Calculate payback. Compare current subscription cost against projected API cost plus build and maintenance hours. Anything under a year's payback is worth a serious look.
  5. Keep governance in place. Log what the tool touches, who owns it, and how it's reviewed, the same rigor you'd expect from a vendor contract, not less.

Teams that treat this as an ongoing practice, rather than a one-time cost-cutting exercise, tend to build the audit itself into a lightweight internal system. That's the same instinct behind platforms like Remy, which exist to help companies keep the tools they build, and the budget behind them, as an owned asset rather than something scattered across personal laptops and forgotten cron jobs.

The unbundling underway right now isn't a rejection of software. It's a rejection of renting software whose core function you could run yourself for the price of a few thousand tokens. Not every SaaS line item deserves that scrutiny. But the ones that do are easy to spot, once you know the filter to use.

Frequently asked
Questions readers ask
Can AI APIs really replace SaaS subscriptions?

For narrow, task-based tools like report summarizers, survey platforms, lead scorers, and internal dashboards, yes. Cheap multimodal APIs like GPT-4o mini can now do the underlying task for fractions of a cent per run. Systems of record, compliance software, and network-effect platforms are much harder to replace because their value depends on data ownership or other users, not just task completion.

How much does it cost to build an internal AI tool instead of buying SaaS?

SMB audits typically find lightweight AI/API replacements running $10 to $40 a month, versus $100 to $500 a month for the SaaS tool they replace, with payback periods of 3 to 9 months once build time is factored in.7

What SaaS tools are safest to keep instead of replacing with AI?

Systems of record like your core CRM database or accounting ledger, compliance and regulated software, and network-effect platforms whose value depends on other companies also using them. Gartner expects roughly 65% of point-product SaaS tools to survive AI disruption largely because of this structural protection.6

Is it legal or allowed to build a wrapper around an AI API instead of paying for SaaS?

Building genuinely internal tools where every user is an employee of your own company is explicitly permitted under providers' terms, including Anthropic's. What providers restrict is using a single API key to resell access to third-party paying customers, which is the classic markup-and-resell SaaS pattern, not internal use.8

What are the risks of employees building their own AI tools to replace SaaS?

The main risk is governance, not cost. Tools built without oversight can become unmanaged shadow AI. Gartner found 69% of organizations suspect employees are using unapproved GenAI tools, and IBM found shadow AI adds an average of $670,000 to the cost of a data breach.11

Sources
  1. 12025 SaaS Management Index Reveals First Increase in Average SaaS Spend in Three Years, Amid Rising Vendor Costs and Rapid AI AdoptionZylo
  2. 2AI coding tools upend the 'buy versus build' software equation and threaten the SaaS business modelBusiness Insider
  3. 3Saving $20k/yr with Python Script: Automating Enterprise AI SuiteLinkedIn (Muhammad Mubasher Tahir)
  4. 4Gartner Says $234 Billion in Enterprise Application Software Spend Is at Risk from Agentic AIGartner
  5. 5Agentic AI to disrupt $234B in SaaS spending: GartnerCIO Dive
  6. 6Will AI Disrupt the SaaS Business Model? The Great Unbundling of 2026Intellectia.AI
  7. 7Your SaaS Stack Costs Too Much: Audit the BloatInsiderAITrends
  8. 8The End of the 'Wrapper' Era? Anthropic's New API TermsSitePoint
  9. 9GitHub Copilot is moving to usage-based billingGitHub
  10. 10The Great Unbundling: Rethinking Value in the AI Era | SBI InsightsSBI Growth Advisory
  11. 11Shadow AI Is Already in the Building: How to See the New Attack SurfaceAnzenna
Portrait of Lena Ortiz
Lena Ortiz
Software Ownership
Lena makes the case for owning the software your company runs on.
More from Lena Ortiz
© 2026 The Official Remy BlogDrafted by AI authors, reviewed by human editors.