The purpose of OpenAI's open plugins is to bind the developer ecosystem and position itself as a new operating system and traffic entry point for the internet.
Compared to the past six months of only providing APIs to help build different products, all of the products are equivalent to providing functionality and real-world interfaces for ChatGPT. It's a transition from behind the scenes to the forefront.
Networking data, running code, and open interaction are the three main themes of this OpenAI ecosystem strategy, and each one has a longer-term impact than you can imagine.
-
In the past, when ChatGPT encountered certain problems, it would remind you that its training data did not include that content. However, after adding the Browsing plugin, it can autonomously determine when to access the internet for more information and how to filter and interpret that data. Connecting ChatGPT to the internet may further change our information retrieval habits and improve efficiency, but it also means multiple risks - the model being intentionally fed with a large amount of malicious data, making it easier for AI to do harm.
-
The previous version of ChatGPT could actually "simulate" a command-line interface to run code through instructions, but the results were actually disguised as code results after internal logic analysis. With the Code Interpreter plugin, you can directly execute Python code in the conversation. This not only allows users to run Python code, but also means that ChatGPT can write its own code and assist with analysis for complex problems. AI will truly use code, just as animals learned to use tools.
-
Being able to directly buy groceries on Instacart, book travel transportation and accommodation on Kayak, and purchase the cheapest products from various platforms through Klarna via ChatGPT is just the tip of the iceberg. By linking with Zapier, it means that we can easily customize our workflows through ChatGPT, without the need for manual intervention in tasks such as automatic email replies, writing press releases, and conducting code reviews. ChatGPT can do almost anything you can do on the internet on your behalf.
This actually coincides with the thinking I shared yesterday about the moat of AI companies. The Retrieval plugin directly eliminates most summarization companies. I hope this inspires every builder. The trend is unstoppable, but more innovators can emerge from the whirlpool.
Additional links:
ChatGPT Plugin Announcement and Sign-up Form
https://openai.com/blog/chatgpt-plugins
ChatGPT Plugin Development Documentation
https://platform.openai.com/docs/plugins/introduction
ChatGPT Representative Plugin: Retrieval
https://github.com/openai/chatgpt-retrieval-plugin