At a Glance

In this guide, you will learn how to understand, access, and build Custom GPTs through OpenAI.

The emergence of custom Generative Pre-trained Transformers (GPTs) presents an opportunity for exploring new educational methodologies at MIT Sloan. This guide aims to explain custom GPTs, their construction, differences from standard models, and potential applications in MBA education.

Large language models (LLMs) have already revolutionized many aspects of our society, including profound impacts on teaching and learning. These models come pre-trained to be able to execute a broad array of tasks by generating text output to interact with users, and have many general capabilities. However, many of these models lack specific domain knowledge, or are not easily tuned to the specific needs of certain classes of problems. While technical users could fine-tune models to solve this problem, OpenAI (the creator of ChatGPT) has addressed this problem by allowing customizability through custom GPTs with no code needed.

Tip: Only paid subscribers to ChatGPT Plus can create and access custom GPTs.

Understanding Custom GPTs

Custom GPTs are helpful artificial intelligence tools tailored for specific domains or contexts. These GPTs differ from standard chats through ChatGPT due to their custom instructions and ability to keep a knowledge base in addition to what ChatGPT has already been trained on. This allows users to create a custom GPT to address a specific need that might be hard for ChatGPT to achieve on its own. The process of creating a custom GPT requires no code, and instead involves using specific prompts and your own data to provide insights into a particular field.

How Custom GPTs Work:

  1. Custom GPTs start with a base model that has been pre-trained on a vast array of general data. This is the standard ChatGPT experience.
  2. The GPT creator provides custom instructions that allow the GPT to behave in more directed ways than standard ChatGPT chats. These instructions can be lengthy, but require no coding or knowledge of prompt engineering to get started.
  3. The GPT creator can enhance the model by adding to its knowledge base with relevant documents. Uploading data files allows the model to retrieve information from these files when answering prompts, which is useful where ChatGPT’s base model is less strong.

Specialized Datasets Examples:

  • Academic course materials, such as syllabi and rubrics
  • Anonymized classroom discussion transcripts or online forum posts, capturing the nuances of student inquiries and responses.
  • Readings and other documents that you’ve created for courses with a real-world focus

A Motivating Example:

For an International Management Class, imagine a custom GPT with access to a dataset comprising international business strategies, global market trends, and case studies of multinational corporations. This GPT could:

  • Facilitate simulations of international market expansion, offering students feedback and analysis.
  • Provide insights into case studies by drawing parallels with historical data.
  • Engage in interactive Q&A sessions, helping students explore concepts like international trade laws.

Such a GPT could potentially enhance learning and prepare students for managing across borders.

Tip: AI tools sometimes produce outputs that are incorrect and biased. Test your GPT’s outputs, invite students’ feedback, and review transcripts of their interactions to confirm that the GPT’s interactions with your students are instructionally sound.

How to Create a Custom GPT

This section outlines the steps to create your own custom GPT.

Step 1: Collect Data

Collect and add the data that you want to include in the GPT’s custom knowledge base. This will require your domain knowledge of the topic for which you plan on orienting your GPT around. You can feed many types of data, including PDF, Text, CSV, HTML, and Excel files, into a GPT’s knowledge base.

Any content shared with publicly available AI tools should NOT include any non-public data such as sensitive information (e.g., social security numbers, credit card information, or hiring materials) and personally identifiable information to comply with MIT’s Policies & Procedures and the Family Educational Rights and Privacy Act of 1974 (FERPA). To learn more, see Navigating Data Privacy.

Step 2: Interface with the GPT builder:

Next, you will need to access the GPT builder through OpenAI to begin creating their custom GPT. Start by going to https://chat.openai.com/ and logging into your account.

Once logged in, click on Explore GPTs in the top left of your screen, which will take you to the GPT interface. This includes custom GPTs featured by OpenAI, categories of the top publicly available GPTs created by other users, and the option to see/create your own GPTs.

Screenshot of the ChatGPT sidebar with Explore GPTs highlighted

To begin the creation of a new custom GPT, click the +Create button at the top right of the page.

Screenshot of the Create button

This will bring you to the GPT builder. In it, you will notice a pane on the left, and a pane on the right. The pane on the left is the builder, where you can interact via the message bar to upload documents and provide instructions to the model on what you want your GPT to be able to do. Users can begin by uploading their documents by clicking the paperclip in the message bar, or by providing a message to the GPT builder on what the main purpose of the GPT is.

Screenshot of the "add attachment" paperclip next to "Message GPT Builder"

The GPT builder will then respond with specific questions about the name, logo, and purpose of the GPT. Iterating several times with the GPT builder through natural conversation is recommended to provide the model with a clear understanding of what it should be doing.

Step 3: Iterate

The most important part of creating a custom GPT is iterating with the system until it produces the outputs and behavior that you desire. The GPT builder is meant to adjust the underlying behavior of the model, but if you want to see how your GPT actually behaves in its’ current state, you need the Preview pane, which is on the right side of the screen.

Imagine you have been talking with the GPT builder to provide instructions about how your model should behave. Now, you can go to the preview pane on the right side and actually prompt your current model as the user. You can then directly see how your GPT behaves, and then if some element is not satisfactory, you can go back to the GPT builder in the left pane and ask it to change things until the output is correct. Switching between the builder and preview panes allows for real-time iteration to improve the performance of your GPT.

Step 4: Set Up Advanced Configuration

In addition to creating and tuning your GPT using conversational language, GPT creators can also take steps to configure their GPT in more detail. To do this, click the configure button in the top of the builder pane.

Screenshot of the Configure tab

Once in the configure tab, you can see the name, description, and instructions underlying the custom GPT. In addition, there are options to add knowledge to the custom knowledge base by uploading additional files. This is equivalent to uploading files via the message bar within the GPT builder, and in the configure tab you can see all of the files uploaded thus far to the GPTs.

Screenshot of the Knowledge window with Upload files highlighted

Below the knowledge section, users will also notice the capabilities section. This allows creators to add in existing features present within ChatGPT to their custom GPT. By checking the boxes, users can add web-browsing capabilities to their GPTs, image generation, or the code interpreter.

Note: Anyone using the GPT will be able to download the files in the knowledge base.

The main advantage of the configure tab is the ability to manage the custom instructions or knowledge base of the GPT. Advanced users can add in engineered prompts to the instructions section that allows for specific and detailed direction that might take longer to achieve via natural conversation with the GPT builder. However, a knowledge of prompt engineering or use of the configure tab is not necessary to create a successful GPT.

Step 5: Share Your GPT

When you feel comfortable with the custom GPT you have created, you can save your GPT and share it with other GPT Plus subscribers.

Reminder: Only paid subscribers to ChatGPT Plus will be able to access your custom GPT.

To share your custom GPT, click the green save button in the top right of your screen. This will create a dropdown menu asking how you want to share your GPT.

Screenshot of the Share window with the Save and Confirm buttons highlighted

You can choose to publish this GPT so that only you have access to it, anyone with a link and GPT Plus has access to it, or anyone in the public who has GPT Plus and comes across your GPT has access to it. Depending on the nature of your GPT, any of these may be appropriate, but for the purposes of using a GPT for the classroom we recommend having anyone with a link be able to access it.

Once you are ready, click the green confirm button and you will be able to use your GPT like a normal GPT session. Now, the GPT should appear in the left sidebar in all future ChatGPT sessions, allowing you to easily access your GPT whenever you want to use it.

Screenshot of the ChatGPT sidebar with Example GPT highlighted

If you want to remove your GPT from the sidebar, just hover over the GPT and click the three dots next to its name, and click hide from sidebar. If you wanted to edit your GPT more, click explore in the sidebar, find your GPT in the My GPTs section, and click the pencil icon next to your GPT to edit.

Example Use Case: Custom GPT as an Interactive Tutor

One potential use case is having a custom GPT act as a tutor to provide personalized feedback to students. The GPT could be trained on datasets like assignments, rubrics, and examples of constructive feedback. You can design the GPT so it goes through steps like gathering assignment details, clarifying rubrics, assessing work, and encouraging reflection and revision.

Benefits:

  • Personalized, detailed assignment feedback
  • Encourages critical engagement and independent thinking
  • Offers scalable mentorship

Any content shared with publicly available AI tools should NOT include any non-public data such as sensitive information (e.g., social security numbers, credit card information, or hiring materials) and personally identifiable information to comply with MIT’s Policies & Procedures and the Family Educational Rights and Privacy Act of 1974 (FERPA). To learn more, see Navigating Data Privacy.

On his blog, Ethan Mollick shared this prompt he used to create a tutor GPT. Let’s walk through his prompt as you consider potential components of your own GPT.

  • Role Definition: The GPT acts as a “friendly and helpful mentor,” focusing on giving specific, concrete feedback. This role is crucial in guiding students towards understanding their strengths and areas for improvement.
  • Feedback Process:
    • Initial Interaction: The GPT first gathers information about the specific assignment details. This step ensures that the feedback is tailored to the student’s academic context and assignment requirements.
    • Rubric or Goal Clarification: By asking for a grading rubric or assignment goals, the GPT aligns its feedback with the instructor’s expectations.
    • Student’s Objectives and Concerns: Understanding what the student hopes to achieve and their perceived challenges allows the GPT to provide targeted advice.
    • Assignment Review: The GPT reviews the provided assignment, offering balanced feedback that highlights both positives and areas needing improvement. This feedback is annotated directly on the assignment, making it easy for students to understand and apply.
    • Encouraging Action on Feedback: The GPT prompts the student to reflect on how they plan to implement the feedback, fostering a deeper engagement with the learning material.
    • Follow-up and Iteration: The student is encouraged to seek peer feedback and return with revised work, promoting continuous improvement.

Practical Classroom Application: In an MBA course at MIT Sloan, such as Strategic Management, students could submit their anonymized project drafts to a custom GPT tutor. The GPT would provide structured feedback following a prompt similar to Mollick’s, guiding students through refining their strategic analyses or business plans. This process could enhance their learning and help them learn how to critically assess their own work.

Reminder: AI tools sometimes produce outputs that are incorrect and biased. Test your GPT’s outputs, invite students’ feedback, and review transcripts of their interactions to confirm that the GPT’s interactions with your students are instructionally sound.

Conclusion

By harnessing the power of custom GPTs, educators at MIT Sloan can significantly enhance the learning experience, offering students cutting-edge, AI-driven educational tools that are deeply aligned with the specificities of their curriculum.