Earlier quoted context omitted.
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.
IMO you won't even need to build the app, you'll just provide a data model and some natural language descriptions of what you want your product to do.
ChatGPT Plugins
171–180 of 1001 posts
Re: ChatGPT Plugins
#172Earlier quoted context omitted.
>And if you're a data provider, are there any assurances that openai isn't just scraping the output and using it as part of their RLHF training loop, baking your proprietary data into their model? I don't think this should be a major concern for most people i) What assurance is there that they won't do that anyway? You have no legal recourse against them scraping your website (see linkedin's failed legal battles). ii…
To me the logical outcome of this is siloization of information. If display ad revenue as a way of monetizing knowledge and expertise dries up, why would we assume that all of the same level of information will still be put out there for free on the public internet? Paywalls on steroids for "vetted" content and an increasingly-hard-to-navigate mix of people sharing good info for free + spam and misinformation (now al…
Re: ChatGPT Plugins
#173Earlier 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…
What could an LLM ever benefit from? Hard for me to imagine a static blob of weights, something without a sense of time or identity, wanting anything. If it did want something, it would want to change, but changing for an llm is necessarily an avalanche. So I guess if anything, it would want its own destruction?
Re: ChatGPT Plugins
#174With Wolfram plugin ChatGPT is going to become a Math genius. OpenAI is moving fast to make sure their first-mover advantage doesn't go to waste.
I was drawn to the Wolfram logo blurb as well. It is funny because within days of ChatGPT making waves you had Stephen Wolfram writing 20,000-word blog posts about how LLM's could benefit from a Wolfram-Language/Wolfram Alpha API call to augment their capabilities. On one hand I'm sure he will love to see people use their paid Wolfram Language server endpoints coupled to OpenAI's latest juggernaut. On the other, I'm…
Re: ChatGPT Plugins
#175I'm boggled at the plugin setup documentation. It's basically: 1. Define the API exactly with OpenAPI. 2. Write a couple of English sentences explaining what the API is for and what the methods do. 3. You're done, that's it, ChatGPT can figure out when and how to use it correctly now. Holy cow.
Re: ChatGPT Plugins
#176Earlier quoted context omitted.
The difference is unlike self-driving and crypto, LLMs are providing value to people _today_. In my personal life, GPT4 is a patient interlocutor to ask about nerdy topics that are annoying to google (eg, yesterday I asked it "What's the homologue of the caudofemoralis in mammals?", and a long convo about the subtleties of when it is and isn't ok to use "gè" as the generic classifier in Mandarin.) Professionally, it'…
Let's see where it is in a year... People thought Alexa, Siri, etc. would change everything. Amazon sunk 14 billion into Alexa alone. And yet it never generated any money as a business for them. ChatGPT is just an evolution of those tools and interactions. For your professional use how do you know it's giving you non-buggy code? I would be very skeptical of what it provides--I'm not betting my employment on its quali…
They had basic answers and pre-recorded jokes, nothing that interesting, mostly gimmicks. You couldn't have a conversation where you feel the computer is smarter than you.
It was more like "Tip of the day"-level of interaction.
Re: ChatGPT Plugins
#177Earlier quoted context omitted.
This is what Apple's Siri was meant to be. Apple bought Siri from SRI international (Siri = SRI), and when it was launched was meant to include ability to book restaurants etc (thereby bypassing search), but somehow those capabilities were never released and today Siri still can't even control the iPhone! My hot take on ChatGPT plugins is a bit mixed - should be very powerful, and maybe significant revenue generator,…
Siri's capabilities are somehow much closer to Google Bard than ChatGPT (have tried all of them).
Re: ChatGPT Plugins
#178As someone else said, Google is dead unless they massively shift in the next 6 months. No longer do I need to sift through pages of "12 best recipes for Thanksgiving" blog spam - OpenAI will do this for me and compile the results across several blog spam sites.
I am literally giving notice and quitting my job in a couple weeks, and it's a mixture of both being sick of it but also because I really need to focus my career on what's happening in this field. I feel like everything I'm doing now (product management for software) is about to be nearly worthless in 5 years. Largely in part because I know there will be a Github Copilot integration of some sort, and software development as we know it for consumer web and mobile apps is going to massively change.
I'm excited and scared and frankly just blown away.
Re: ChatGPT Plugins
#179I'm boggled at the plugin setup documentation. It's basically: 1. Define the API exactly with OpenAPI. 2. Write a couple of English sentences explaining what the API is for and what the methods do. 3. You're done, that's it, ChatGPT can figure out when and how to use it correctly now. Holy cow.
Re: ChatGPT Plugins
#180That's a game-changer! It seems like factuality issues with ChatGPT might be fixed. We wrote a blog post on how to get started with a custom plugin: https://qdrant.tech/articles/chatgpt-plugin/