TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: In the AI boom, how are you mitigating third-party API dependence?

2 pointsby WestCoastJustinalmost 2 years ago
I assume no one is since there is not a viable alternative. But, in the past, there have been threads around concerns of building businesses on third-party APIs. The core idea was, what happens if API access is suddenly cut off or degrades? What if the third-party changes their pricing or terms of service without sufficient warning?<p>We are clearly in an AI gold rush and there is a surge of startups building their operations heavily reliant on third-party APIs (mainly OpenAI). It feels like the earlier concerns have gone out the window, probably due to the urgency to be first. I totally get it and have been working on my personal projects too, just wondering what happens if access it shut off.<p>I guess my question is, how are you mitigating these risks today? I have been wondering and I guess curious about strategies, experiences, and any advice. Maybe we&#x27;ll see some competition from Google if they open up their APIs.

1 comment

matt_salmost 2 years ago
If you are talking about technical dependence, implement an internal abstraction over those API&#x27;s so you can change vendors without a lot of technical churn. Make it modular.<p>If a business starting up is 90-100% dependent on a single supplier for a key part of their product and you are one of hundreds of their customers, then you can&#x27;t mitigate that. Its just not a good business model. Maybe the outcome is to exit first in that scenario, essentially passing the dependence onto someone else while you walk away with bags of money.<p>So from a business perspective: don&#x27;t put all your gold rush eggs in one basket? Sell shovels?