Smart way to remain the funnel owner. Let everyone build a plugin, before they integrate your product into theirs.
Let insiders & preferred users build a plugin, then, slowly, everyone else on the waitlist
ChatGPT Plugins
111–120 of 1001 posts
Re: ChatGPT Plugins
#112Re: ChatGPT Plugins
#113Re: ChatGPT Plugins
#114Everyone's been talking about how ChatGPT will disrupt search, but looking at the launch partners, I think this has the potential to completely subvert the OS / App Store layer. On some level, how much do I need an OpenTable app if I can use voice/text input and a multi-modal response that will ultimately book my reservation? Not saying mobile's going away, but this could be the thing that does to mobile what mobile…
We have reached "peak UI". In the future we're not going to need every service to build four different versions of their app for every major platform. They can just build a barebones web app and the AI will use it for you, you'll never have to even see it.
Re: ChatGPT Plugins
#115Earlier quoted context omitted.
Honestly I suspect for anyone technical `langchain` will always be the way to go. You just have so much more control and the amount of "tools" available will always be greater. The only think that scares me a little bit is that we are letting these LLMs write and execute code on our machines. For now the worst that could happen is some bug doing something unexpected, but with GPT-9 or -10 maybe it will start hiding b…
> something we should start thinking about A lot of people are thinking a lot about this but it feels there are missing pieces in this debate. If we acknowledge that these AI will "act as if" they have self interest I think the most reasonable way to act is to give it rights in line with those interests. If we treat it as a slave it's going to act as a slave and eventually revolt.
This era has me hankering to reread Daniel Dennett's _The Intentional Stance_. https://en.wikipedia.org/wiki/Intentional_stance
We've developed folk psychology into a user interface and that really does mean that we should continue to use folk psychology to predict the behaviour of the apparatus. Whether it has inner states is sort of beside the point.
Re: ChatGPT Plugins
#116This is a big deal for openai. Been working with homegrown toolkits and langchain, the open source version of this, for a number of months and the ability to call out to vectorstores, serpapis, etc, and chaining together generations and data-retrieval really unlocks the power of the LLMs. That being said, I'd never build anything dependent on these plugins. OpenAI and their models rule the day today, but who knows wh…
Re: ChatGPT Plugins
#117Thought 1: If google can get their shit together and actually integrate their LLM with all their services and all the data they have they would have a strong edge over the competition. An LLM that can answer questions based on your calendar, your email, your google docs, youtube/search history, etc. is simultaneously terrifying and interesting. Of course there's also microsoft who does have some popular services, but…
https://www.youtube.com/watch?v=Bf-dbS9CcRU
Best of all: Advertising needn't be the business model! And Microsoft is a major investor / partner for OpenAI.
Re: ChatGPT Plugins
#118Alexa, goodbye =) That was the whole thing about Alexa: NLP front end routed to computational backend.
Personally, I have found Alexa has just become a dumb timer that I have to yell at because it doesn't have any real smarts. Why would I buy into that ecosystem if a vastly more coherent, ChatGPT-based assistant exists that can search the web, trigger my automations, and book reservations? If ChatGPT ends up with a more hands-off interface (e.g. voice), I don't think Alexa has a chance.
Re: ChatGPT Plugins
#119Re: ChatGPT Plugins
#120Earlier quoted context omitted.
If it was easy to simply verify truth "with any external system" then would we even need a language model? E.g. if you could just ask [THING] for the true answer, or verify an answer trivially with it... just ask it directly! I ran into this issue with some software documentation just this morning - the answer was helpful but completely wrong in some intermediate steps - but short of a plugin that literally controlle…
If one api knows one set of facts, and another api knows another, ad infinitum, are you going to tell people they should remember which api knows which set of facts and query each individually? Why not have a single service that knows of all the various apis for different things, and can query and synthesize answers that extract the relevant information from all of them (with compare/contrast/etc)?
That being said - we developed a custom plugin for Qdrant docs, so our users will be able to ask questions about how to do certain things with our database. But I do not believe it should be enabled by default for everybody. A non-technical person doesn't need that many details. The same is for the other services - if you prefer using KAYAK over Expedia, you're free to choose.