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: How to Moat a GPT Startup?

3 pointsby brntsllvnabout 2 years ago
My (brand new) product solves a regulatory compliance problem using GPT.<p>How would you defend it against competition?<p>* Competition includes customers building the thing themselves and third party competitors.<p>* Don&#x27;t worry about product market fit, distribution channels, audience targeting, MVP features, or any other very valid concerns for early-stage startups. This post only concerns moat.

1 comment

rozimabout 2 years ago
Data moats? Data not on the web, both for the first pass of training [1], and for fine tuning &#x2F; RLHF [2].<p>Maybe compute would be a moat...can you run it in inference cheaper? Conditional computation, very quantized models. Probably training compute is not a moat however.<p>Not sure what SOTA is on callouts to oracles (e.g. calling out to Mathematica or some database) during inference, but maybe if you could use.<p>I would look at BloombergGPT for inspiration on a SOTA vertical GPT [3].<p>Probably speed to deployment &amp; integration &amp; sales would be a moat too, as once you have customers using your stuff your competitors will have more trouble selling to the same folks.<p>[1] In the recent interview on Lex, Sam Altman referred to &quot;data from partnerships&quot;. [2] Probably very reviewed by human raters. [3] <a href="https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;2303.17564" rel="nofollow">https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;2303.17564</a>