Earlier quoted context omitted.
I m hoping chatbots will end up small enough they can run locally, everywhere. This is a lot of private data. It may be doable - a chatbot with a lot of plugins does not need to know a lot of facts, just to have a good grasp of language. It can fetch its factual answers from the wikipedia plugin
openai wants to gatekeep access and use of their AI. so why would they ever release a local LLM? i think that would come from their enemies
ChatGPT Plugins
621–630 of 1001 posts
Re: ChatGPT Plugins
#622I have some odd feelings about this. It took less than a year to go from "of course it isn't hooked up to the internet in any way, silly!" to "ok.... so we hooked up up to the internet..." First is your API calls, then your chatgpt-jailbreak-turns-into-a-bank-DDOS-attack, then your "today it somehow executed several hundred thousand threads of a python script that made perfectly timed trades at 8:31AM on the NYSE whi…
Pshhh... I think it's awesome. The faster we build the future, the better. What annoys me is this is just further evidence that their "AI Safety" is nothing but lip-service, when they're clearly moving fast and breaking things. Just the other day they had a bug where you could see the chat history of other users! (Which, btw, they're now claiming in a modal on login was due to a "bug in an open source library" - anyo…
Microsoft or perhaps Vanguard group might have different view of the future than yours.
Re: ChatGPT Plugins
#623Earlier quoted context omitted.
People said this about Alexa/Siri et al and it didn’t happen. ChatGPT is way better at understanding you, so that’s a big boost. It could be a great tool/assistant but it probably won’t replace apps. The problem with those other platforms that this doesn’t address include: - discoverability. How do you learn what features a service supports. On a GUI you can just see the buttons, but on a chat interface you have to a…
>The conversational UI is a lot less convenient to include advertisements How so? Surely people are going to ask this thing for product recommendations, just recommend your sponsors.
Re: ChatGPT Plugins
#624Earlier quoted context omitted.
It’s not “trivial” because of the cost per query. As far as Google, it doesn’t even have access to the most valuable phone users without paying Apple $18B+ a year.
Something can be both expensive and trivial. If the market is huge they will bear the cost. The tech is well understood even now. The parameter size will likely be an order of magnitude less for gpt4 level results in a few years
I’m sure the market is also huge for dollars sold for 95 cents.
Re: ChatGPT Plugins
#625I have some odd feelings about this. It took less than a year to go from "of course it isn't hooked up to the internet in any way, silly!" to "ok.... so we hooked up up to the internet..." First is your API calls, then your chatgpt-jailbreak-turns-into-a-bank-DDOS-attack, then your "today it somehow executed several hundred thousand threads of a python script that made perfectly timed trades at 8:31AM on the NYSE whi…
Sorry do you have a link for this?
Re: ChatGPT Plugins
#626I have some odd feelings about this. It took less than a year to go from "of course it isn't hooked up to the internet in any way, silly!" to "ok.... so we hooked up up to the internet..." First is your API calls, then your chatgpt-jailbreak-turns-into-a-bank-DDOS-attack, then your "today it somehow executed several hundred thousand threads of a python script that made perfectly timed trades at 8:31AM on the NYSE whi…
Pshhh... I think it's awesome. The faster we build the future, the better. What annoys me is this is just further evidence that their "AI Safety" is nothing but lip-service, when they're clearly moving fast and breaking things. Just the other day they had a bug where you could see the chat history of other users! (Which, btw, they're now claiming in a modal on login was due to a "bug in an open source library" - anyo…
Re: ChatGPT Plugins
#627I do think much of the kind of software we were building before is essentially solved now, and in its place is a new paradigm that is here to stay. OpenAI is certainly the first mover in this paradigm, but what is helping me feel less dread and more... excitement? opportunity? is that I don't think they have such an insurmountable monopoly on the whole thing forever. Sounds obvious once you say it. Here's why I think this:
- I expect a lot of competition on raw LLM capabilities. Big tech companies will compete from the top. Stability/Alpaca style approaches will compete from the bottom. Because of this, I don't think OpenAI will be able to capture all value from the paradigm or even raise prices that much in the long run just because they have the best models right now.
- OpenAI made the IMO extraordinary and under-discussed decision to use an open API specification format, where every API provider hosts a text file on their website saying how to use their API. This means even this plugin ecosystem isn't a walled garden that only the first mover controls.
- Chat is not the only possible interface for this technology. There is a large design space, and room for many more than one approach.
Taking all of this together, I think it's possible to develop alternatives to ChatGPT as interfaces in this new era of natural language computing, alternatives that are not just "ChatGPT but with fewer bugs". Doing this well is going to be the design problem of the decade. I have some ideas bouncing around my head in this direction.
Would love to talk to like minded people. I created a Discord server to talk about this ("Post-GPT Computing"): https://discord.gg/QUM64Gey8h
My email is also in my profile if you want to reach out there.
Re: ChatGPT Plugins
#628Earlier quoted context omitted.
> The faster we build the future, the better. Famous last words. It's not the fall that kills you, it's the sudden stop at the end. Change, even massive change, is perfectly survivable when it's spread over a long enough period of time. 100m of sea level rise would be survivable over the course of ten millennia. It would end human civilization if it happened tomorrow morning. Society is already struggling to adapt to…
The only people complaining are a section of comfortable office workers can probably see their places being possibly made irrelevant. The vast majority don't care and that loud crowd needs to swallow their pride and adapt like any other sector has done in the history instead of inventing these insane boogeyman predictions.
Re: ChatGPT Plugins
#629Based on the speed at which OpenAI is shipping new products and assuming that they use their own technology, I'm starting to get more and more convinced that their technology is a superpower. Timeline of shipping by them (based on https://twitter.com/E0M/status/1635727471747407872?s=20 ): DALL·E - July '22 ChatGPT - Nov '22 API's 66% cheaper - Aug '22 Embeddings 500x cheaper while SoTA - Dec '22 ChatGPT API. Also 10x…
The DoD really needs to step in and mark this tech as non-exportable due to the advantage (or potential advantage) it provides in many different fields.
But it's all security theater. Plenty of people use it with VPNs, and I know several who found it useful / interesting enough to bother paying for it (which involves foreign credit cards etc so it's kind of a hassle). I'm sure so does the Russian govt.
In any case, I don't see how you could realistically block any of that without effectively walling off the rest of the Internet.
Re: ChatGPT Plugins
#630Earlier quoted context omitted.
That’s how this plugin system works already.
I don't think this is the case. You provide an API spec but you also have to provide the implementation of that API. ChatGPT is basically a concierge between your API and the user.