It's OpenAI's world, we're just living in it
51–60 of 284 posts
Re: It's OpenAI's world, we're just living in it
#52Can someone elucidate us as to how so many platforms (ChatGPT, Gemini, Claude, etc etc) all sprung up so quickly? How did the engineering teams immediately know how to go about doing this kind of tech with LLMs and DNNs and whatnot?
Deep learning has now been around for a long time. Running these models is well understood.
obviously running them at scale for multiple users is more difficult.
The actual front ends are not complicated - as is evidenced by the number of open source equivalents.
Re: It's OpenAI's world, we're just living in it
#53Platforms usually deliver significant value that is hard to replicate. OpenAI doesn't have any such thing. It's trivially replaced, and there's many competitors already. OpenAI is ahead of the curve, but they don't seem to have any particular way to do sticky capture. Migrating to a different LLM is an afternoon's work at most, not nearly the complexity of porting an app between OS' or creating a robust hardware driv…
That's why they're working on consumer hardware
As Peter Thiel says: “competition is for losers”
Re: It's OpenAI's world, we're just living in it
#54Platforms usually deliver significant value that is hard to replicate. OpenAI doesn't have any such thing. It's trivially replaced, and there's many competitors already. OpenAI is ahead of the curve, but they don't seem to have any particular way to do sticky capture. Migrating to a different LLM is an afternoon's work at most, not nearly the complexity of porting an app between OS' or creating a robust hardware driv…
> Migrating to a different LLM is an afternoon's work at most, not nearly the complexity of porting an app between OS' or creating a robust hardware driver model. I question this. Each vendor's offering has its own peculiar prompt quirks, does it not? Theoretically, switching RDBMS vendors (say Ora to Ingress) was also "an afernoon's work" but it never happened. The minutia is sticky with these sort of almost-but-not…
The bigger problem is that there was never a way to move data between oracle->postgres in pure data form (i.e. point pgsql at your oracle folder and it "just works"). Migration is always a pain, and thus there is a substantial degree of stickiness, due to the cost of moving databases both in terms of risk and effort.
In contrast, vendors [1] are literally offering third party LLMS (such as claude) in addition to their own and offering one-click switching. This means users can try and if they desire switch with little friction.
[1] https://blog.jetbrains.com/ai/2025/09/introducing-claude-age...
Re: It's OpenAI's world, we're just living in it
#55Earlier quoted context omitted.
You could say the same thing about Facebook...
People say you're wrong but I agree. Facebook is nothing more than a rent-seeking middle man between you and your friends/family. Instead of just talking to your family normally, like over the phone, now you have to talk to them in between mountains of Sponsored Content and AI-generated propaganda. It provides no productive value to the world except for making the world more annoying and making people more isolated f…
Maybe you should short the stock to hedge your parents' retirement :)
Re: It's OpenAI's world, we're just living in it
#56Platforms usually deliver significant value that is hard to replicate. OpenAI doesn't have any such thing. It's trivially replaced, and there's many competitors already. OpenAI is ahead of the curve, but they don't seem to have any particular way to do sticky capture. Migrating to a different LLM is an afternoon's work at most, not nearly the complexity of porting an app between OS' or creating a robust hardware driv…
Re: It's OpenAI's world, we're just living in it
#57Platforms usually deliver significant value that is hard to replicate. OpenAI doesn't have any such thing. It's trivially replaced, and there's many competitors already. OpenAI is ahead of the curve, but they don't seem to have any particular way to do sticky capture. Migrating to a different LLM is an afternoon's work at most, not nearly the complexity of porting an app between OS' or creating a robust hardware driv…
they understand that, and that's why they're making it sticky by adding in app purchasing, advertising, integrations. also why they hired OGs from IG/FB. They are building the moat and hoping that first to market is going to work out.
Re: It's OpenAI's world, we're just living in it
#58Can someone elucidate us as to how so many platforms (ChatGPT, Gemini, Claude, etc etc) all sprung up so quickly? How did the engineering teams immediately know how to go about doing this kind of tech with LLMs and DNNs and whatnot?
Re: It's OpenAI's world, we're just living in it
#59Can someone elucidate us as to how so many platforms (ChatGPT, Gemini, Claude, etc etc) all sprung up so quickly? How did the engineering teams immediately know how to go about doing this kind of tech with LLMs and DNNs and whatnot?
I think it's also worth pointing out that the polish on these products was not actually there on day one. I remember the first week or so after ChatGPT's initial launch being full of stories and screenshots of people fairly easily getting around some of the intended limitations with silly methods like asking it to write a play where the dialogue has the topic it refused to talk about directly or asking it to give examples about what types of things it's not allowed to say in response to certain questions. My point isn't that there wasn't a lot of technical knowledge that went into the initial launch, but that it's a bit of an oversimplification to view things at a binary where people didn't know how to do it before, but then they did.
Re: It's OpenAI's world, we're just living in it
#60Platforms usually deliver significant value that is hard to replicate. OpenAI doesn't have any such thing. It's trivially replaced, and there's many competitors already. OpenAI is ahead of the curve, but they don't seem to have any particular way to do sticky capture. Migrating to a different LLM is an afternoon's work at most, not nearly the complexity of porting an app between OS' or creating a robust hardware driv…
> Migrating to a different LLM is an afternoon's work at most, not nearly the complexity of porting an app between OS' or creating a robust hardware driver model. I question this. Each vendor's offering has its own peculiar prompt quirks, does it not? Theoretically, switching RDBMS vendors (say Ora to Ingress) was also "an afernoon's work" but it never happened. The minutia is sticky with these sort of almost-but-not…
The vendors have all standardised on OpenAIs API surface - you can use OpenAIs SDK with a number of providers - so switching is very easy. There are also quite a few services that offer this as a service.
The real test is does a different LLM work - hence the need to evals to check.