Live data from Hacker News

AI is killing B2B SaaS

nmn.gl

321–330 of 752 posts

Re: AI is killing B2B SaaS

#321
It’s not as far-fetched as people think. I see so many comments here doubting you can vibe code a full CRM or e-commerce SaaS, but a skilled AI-assisted programmer absolutely can, especially if they're aware of strong open-source alternatives already out there.

For Salesforce-like CRM, there's Twenty[0], a good-enough alternative. For Shopify-style e-commerce, Medusa[1] is a headless commerce platform.

The real power comes from using AI to study how these projects implement specific features (payments, inventory, customer dashboards, etc.) and adapt them to your stack. AI excels at finding the "seams" (those connection points where a feature ties into the tech stack) and grasping the full implementation. The trick is knowing precisely where the feature lives in the code (files, functions, modules), because AIs often miss scattered pieces otherwise. That's what I'm building at opensource.builders[2]: turning OSS repos into a modular cookbook with structured "skills" that point to exact details for reliable remixing and porting.

SaaS companies are forever beholden to raising their market cap, even in solved spaces like cart, payment processing, and CRMs. Most businesses run on CRUD apps anyway, and if your core app exposes an API, you can build any customization you need on top of it. People here discounting how valuable it is for a business to have the software that runs their business on a tech stack they understand and something they truly own.

[0] https://github.com/twentyhq/twenty

[1] https://github.com/medusajs/medusa

[2] https://opensource.builders

Re: AI is killing B2B SaaS

#322
At the end of the day you do not need to replace your B2B SaaS with AI.

You need your B2B SaaS to think you can use AI to replace it though, so said SaaS will keep it's prices reasonable. Otherwise they have you by the balls and will charge you much as humanly possible.

Re: AI is killing B2B SaaS

#323

Earlier quoted context omitted.

Yep. Wait until they realize one of their vibe coded apps validates everything client side and their entire DB is open to the world.

Like that never happened with non-vibecoded stuff.

Of course it has, but it's more likely to happen when nobody is paying attention.

Re: AI is killing B2B SaaS

#324
It is obvious.

A middle 100-500 heads firm don't need enterprise level SaaS, a vibe coded website will suit them better.

Fundamentally, those workflow/orchestration SaaS needs to answer the question why people should pay you premium while only getting 80% where they want to be.

Re: AI is killing B2B SaaS

#325
post #263

It's a tale as old as time that developers, particularly junior developers, are convinced they could "slap together something in one weekend" that would replace expensive SAAS software and "just do the parts of it we actually use". Unfortunately, the same arguments against those devs regular-coding a bespoke replacement apply to them vibe-coding a bespoke replacement: management simply doesn't want to be responsible…

What I struggle with is developers wanting to leave platforms like Datadog for open source equivalents that need to be self-hosted. I hear all of the cost savings benefit, but I never see the team factoring in their own time (and others time) needed to set up and maintain these systems reliably long term. Something IC’s at company often struggle to understand is the reason why companies often prefer to buy managed so…

I'm sorry but the amount of companies that need something like DataDog is quite small compared to their 30,000+ customer count. Maybe 5,000 companies on Earth truly need something like DataDog, 80% of their customers would be perfectly fine with a self hosted instance of grafana.

Using an open source self hosted solution should be the industry standard, encouraged position, by default. Our industry does not gain overall from using DataDog but only from truly open source solutions that utilized AGPL licenses that allows everyone to move forward together + share lessons together + contribute together toward a common goal of better observability.

Why are we acting like it's hard to set up? This isn't the 1990s, it's 2026. Tooling has gotten quite good over the last decade.

Also corporations stupidly spend money all the time, they over spend too. I recently left a company that was paying SalesForce $10mil a year in licenses when only 8 people in the entire 3,000 person company was using it. I doubt that was the only single instance across our industry too. There is a massive amount of waste and graft in enterprise sales.

I honestly doubt it if you replaced grafana for 10,000 DataDog customers they would notice the difference.

Re: AI is killing B2B SaaS

#326

Earlier quoted context omitted.

This feels like it goes along the lines of "people's vibe code is cluttering up our PR's, people still need to review" -- it misses the boat: models are already capable of getting you up to speed on how the code is organized and works, in as much as you want to or need to be up to speed. They are already helping me cut down review time because I don't need to aimlessly hop around, I have a good starting point that I…

I think it has to actually work at least once before we can start predicting it will be the norm.

Can you be clear what you mean? What are you saying has not worked once?

And "it will be the norm" is a clear corollary of, absent any significant and unforeseen roadblock, even with the current highly imperfect agentic sausage-making factories we have today, what capabilities will be in like 6-12 months time.

Re: AI is killing B2B SaaS

#327
Lot of places that I see AI disrupting - I'm not buying that SaaS is going to be a significant one.

Reading through the article:

> They were paying $30,000 to a popular tool3

Couple things we needed to understand here:

  - How large is the client company
  - Is that $30,000/month or day or hour....
If it's a technology company of > 1000 employees - then $30,000 month doesn't even get Finance's attention. And there is next to zero chance that anyone is going to vibe-code, deploy, support and run anything in a 1000 person+ company for $30,000 a month. SaaS wins hands down.

Any product/service that people care about comes with a pager rotation - which is 6-7 employees making > $200k/year. If you can offload that responsibility to a SaaS for < $1mmm/year - done deal.

Re: AI is killing B2B SaaS

#328

Earlier quoted context omitted.

what if this time it's senior developers and they actually can slap something together better then the expensive SAAS offerings? what if the expensive SAAS offering is just as vibe coded and poor quality as what a junior offers?

You're not considering opportunity costs and buyers vs. users. If your senior developers can slap together something better than an expensive SAAS offering you want them directing that energy at your core products/services rather than supporting tools. And the people deciding to buy the expensive SAAS tools are often not the people using them, and typically don't care too much about how crappy the tool may or may not…

And it's never just the slapping together. it's the ktlo: a perpetual tax on your eng team for every thing they own.

Re: AI is killing B2B SaaS

#329

Earlier quoted context omitted.

In any usable product making a product is like 20% or less. Enter compliance, security, payments and a million other things. Even if you can build it in a day B2B SaaS will continue to prosper because they sell peace of mind, reliability and compliance. Not features. Also due to economy of scale it will always be cheaper to buy something from a vendor that sells it to many clients than to DIY it.

Yep. It's a funny thing. You build a Twitter. Profiles have posts, posts can have images, etc. It's very easy to model the database. But then how do you make money with it? Now you need to build a separate system for advertising? Or do you want to sell subscriptions? Which means you need to build a separate system to handle payments. This is usually the big one, because when you handle money, what happens if there is…

All those things are true. It still doesn’t sound like 1000+ engineers at 350k/yr.

What actually happens in a startup is you encounter these problems one at a time as they arise.

Re: AI is killing B2B SaaS

#330
post #263

Earlier quoted context omitted.

What I struggle with is developers wanting to leave platforms like Datadog for open source equivalents that need to be self-hosted. I hear all of the cost savings benefit, but I never see the team factoring in their own time (and others time) needed to set up and maintain these systems reliably long term. Something IC’s at company often struggle to understand is the reason why companies often prefer to buy managed so…

I'm sorry but the amount of companies that need something like DataDog is quite small compared to their 30,000+ customer count. Maybe 5,000 companies on Earth truly need something like DataDog, 80% of their customers would be perfectly fine with a self hosted instance of grafana. Using an open source self hosted solution should be the industry standard, encouraged position, by default. Our industry does not gain over…

> Why are we acting like it's hard to set up?

Because the current generation of “full stack” engineers are great at spinning up react apps, but struggle with infrastructure and systems management. It’s really not any more complicated than that.

On a typical 8 person engineering team, maybe 1 or 2 people will know how to deploy anything to the cloud if you’re lucky.

The expertise just isn’t there at most companies.

Post reply on HN