OpenAI provides an app store-like platform for publishing and sharing GPTs, custom applications that take advantage of the underlying OpenAI infrastructure.
GPTs - OpenAI's customizable ChatGPTs
GPTs are customized versions of ChatGPT that you can customize for your specific purpose. GPTs allow non-technical users to create their own customized version of ChatGPT for specific tasks.
The GPT store allows you to share your custom GPT with others or use someone else’s GPT.
How to create a GPT - in plain English
In ChatGPT, press «Explore» in the top left corner.
Press «Create a GPT» to build your custom generative AI agent.
This will take you to the page where you can enter the instructions that your GPT should execute under the «Create» tab using text prompts. Just have a conversation as if you were asking ChatGPT, including the back and forth that you would have with any expert coder. Or a gen AI tool, for that matter…
Meanwhile, your GPT application will be built automatically in the background.
Under the «Configure» tab you can edit and possibly change what ChatGPT understands your need is.
And in the preview window on the right, you can see and test a preview of your personal GPT, including an app icon that DALL-E 3 automatically generates from your instructions.
Use cases for the GPT
My first GPT
- reads a list of URLs that I provide by CSV file or by copy and pasting
- visits the corresponding websites (Using the Bing browser)
- reads and interprets the contents (Using GPT and my custom instructions)
- classifies the pages into categories that I specified
- returns a CSV with the newly categorized pages
And all this without having written a single line of code. Simply by wording my requirements in plain Englisch.
There are plenty of other use cases, because practically everything that can be done with a keyboard should be automatable with a multimodal GPT:
GPTs can
- Query ChatGPT’s expertise (of course…)
- surf the web
- upload and download data
- analyze and manipulate data (ChatGPT Code Explorer)
- recognize the content of images
- create images in the first place (DALL-E 3)
Limitations
As of November 2023, GPTs are only available as a beta. While the functionality delivers impressive results, the connection between the downstream services regularly fails.
This means that GPTs are not yet suitable for productive systems.
However, you should acquire an initial feel for the simplicity of the system and the wealth of possible applications immediately. For example, GPTs partially replace applications in Jupyter notebooks.
For beginners: Create and execute code to manipulate data, such as in online marketing. Do it easily with Anaconda or Databricks and Jupyter Notebooks.
So how do you prepare for the opportunities and risks of the coming workplace revolution?