I think it’ll take a while before things settle down. I don’t think anyone has any idea about where things are heading for OpenAI at the moment. So just chill for a bit.
Anyway, that’s the price for us developers to pay for dabbling with the cutting edge technology that we have not much control over. I would be anxious if my entire startup/product is based on OpenAI API.
The board are remarkably lacking (except for Ilya)
One of the members has products directly competing with ChatGPT and the upcoming(?) GPT marketplace
The lifeblood of OpenAI (MSFT) was not informed and also ignored in mediation (agreed in principle to resign, yet didn’t follow through)
Many staff have threatened to quit
Somehow has already had a second interim CEO
To me, the nail in the coffin was how horribly the board handled this. They did everything wrong.
There is nothing reliable going forward. Those who put their eggs in the OpenAI basket will be moving elsewhere. It’s a fast race, and it’s going to be a while to recover.
OpenAI is dead as a company. Full disclaimer… I work for Microsoft for 2 more weeks and then I’m retiring to start my own AI company. This is a death nail for OpenAi. They will be a foot note in history.
Pretty weird that the major thread about it has been locked through so much of this. I guess the forum has a vulnerability that a suffient group of accounts can shut down discussion
I am currently developing a tool/business based on the chatGPT API and now quite hesitant, what is the future of OpenAI, do I want to be dependent on it with my business idea? Is the momentum over?
If OpenAI indeed goes down, all your backups are likely not worth anything since everything contacts the API. Your code only plays fetch and does some post-processing. If another AI comes around, you can be pretty sure that the model is aligned differently and will respond differently to your request, potentially making you rewrite your entire thing.
Yeah, I mean more like my images and prompts I used to create them.
I can export the JSON with all the prompts, but I still have to figure out a way to archive this including the images it did generate.
For the API code (custom GPT / assistant) all the code I already have backuped.
Not to re-use it 100% “as is”, but as a reference.
We’ll see, I think Microsoft will kill OpenAI slowly and than buy them out. It’s all Azure, so the migration-process wouldn’t be that difficult for them…
It’s all Azure, so the migration-process wouldn’t be that difficult for them…
Well yes, OpenAI’s infrastructure is (based) on Azure and they could theoretically just just migrate it, but with the whole legal mambo-jambo that won’t be easy if I had to guess.
Let’s see. At least there are some other options if the worst happens. It’s at times like these I’m really glad there’s things like LLaMa 2 and such. If we lose everything, we at least have the option to self-host a 3.5 equivalent lol
While this move temporarily preserves face, the continued corporate governance issues stemming from the peculiar structure of a non-profit organization having a for-profit subsidiary for fundraising purposes are likely to persist.
I would like to ask someone who knows about the future direction of OpenAI, but probably no one knows.
Maybe it’s better to have a layer like langchain between the program and the model. Half a year ago, I found langchain quite difficult to get used to. But they are really working a lot on it. Maybe it’s not perfect. But it could still reduce the effort of transitioning.
I would take a breath and stay the course. There is a lot of habit built in to many people’s daily routines with ChatGPT. And GPTs will help spread the utility as long as they are opened up to build and use for free without a ChatGPT Plus subscription. I think that will happen as model costs drop and ChatGPT will continue to grow as the default.
I agree with some comments here that is worth building a layer between your unique ai tech and OpenAI and backing up your GPT instructions as a safety measure.
Anyway, my vote is to stay the course with OpenAI.
Throughout all of this OpenAI hasn’t said anything to anyone. Hardly even their own staff. I don’t care for the drama, just to know what the direction is going forward.
Good bye openAI chatGPT is an amazing product unfortunately my confidence in your company has been shattered. I’m sorry this has to be my first and last post.
Actually, I use several language models, including open source, through Langchain.
Langchain is open source software and is structured to be independent of any particular proprietary service.
I believe this approach helps prevent over-dependence on specific services and minimize risk.
Using such a module may be more difficult than using a specific service, but I believe that the knowledge and experience gained in the OSS community will never be wasted!