Skip to main content
Katie Academy

Create vs Configure

Intermediate12 minutesLesson 2 of 6

Progress saved locally. Sign in to sync across devices.

Learning objectives

  • Understand the difference between creation flow and direct configuration
  • Know when conversational setup helps
  • Know when explicit editing gives you more control

There are two broad ways to shape a GPT: talk your way into it or configure it more explicitly.

Both are useful. The right choice depends on whether you are still exploring the idea or already know the behavior you want. In practice, the best results come from using both -- in sequence, not in isolation.

Show Create as exploratory and Configure as explicit control.

What you'll learn
  • What conversational creation is good for
  • What explicit configuration is better for
  • How to switch between them intelligently
Why this matters

Some users get stuck in conversational setup when they really need direct control. Others jump into configuration before the intended behavior is even clear. Both mistakes are common, and both lead to GPTs that underperform.

The conversational path feels productive because the Builder is responsive. It generates instructions, suggests names, and appears to understand your intent. But responsiveness is not the same as precision. Without switching to direct configuration, you may end up with a GPT that sounds right in the Builder conversation but behaves unpredictably in actual use.

Knowing the difference between these two modes -- and when to move from one to the other -- saves time and leads to cleaner GPT setups.

The core idea

Create is useful when the idea is still forming. Configure is useful when you need precision.

The conversational path helps you think through the role, audience, and behavior of the GPT. Configuration is stronger when you want to inspect or edit instructions, capabilities, knowledge, and related settings with more deliberate control.

Use conversational setup to discover. Use explicit configuration to refine and stabilize.

Create mode works like a design interview. The Builder asks you clarifying questions about who the GPT is for, what it should do, and how it should behave. Based on your answers, it proposes a set of instructions, a name, and sometimes a profile image.

You are not writing the configuration directly. You are describing intent, and the Builder translates that intent into a draft. This is useful when you have a general direction but have not yet decided on specifics like tone, output format, or scope boundaries. It is also useful when you are not sure what questions to ask yourself -- the Builder's prompts serve as a lightweight requirements-gathering process.

Configure mode works like direct editing. You see every field the GPT uses: the instruction block, the conversation starters, the knowledge files, and the capability toggles. Nothing is hidden behind a conversational layer.

You read what is there, change what needs changing, and remove what does not belong. This mode rewards clarity because every word you place in the instruction field will shape behavior on every future turn. It is also where you catch errors, remove defaults you did not ask for, and add constraints the Builder would not have thought to include.

The two modes serve different cognitive needs. Create supports divergent thinking -- the kind where you are still generating possibilities and responding to prompts you had not considered. Configure supports convergent thinking, where you are narrowing, editing, and committing to specific choices.

Most people need both at different stages. The strongest GPT setups come from moving deliberately between them. Trying to do both at once -- exploring and locking down simultaneously -- tends to produce muddled results.

How it works

The practical sequence looks like this:

  1. Start in Create when the use case is still fuzzy. Let the conversation expose what the GPT is really for. The Builder will ask questions you may not have considered, and those questions often reshape the entire design.

  2. Move to Configure when you need to inspect or tighten the actual setup. Read every field. Pay particular attention to the instruction block, the enabled capabilities, and the conversation starters.

  3. Test the GPT with a few real inputs. Note where behavior does not match your intent. Pay attention to cases where the GPT does something you did not ask for -- that usually points to a vague or missing constraint in the instructions.

  4. Return to Configure and adjust. This cycle of test and refine is where the GPT actually takes shape. Each round of editing should make the instructions more specific and the behavior more predictable.

  5. Treat Create and Configure as complementary. Discovery first, control second is often the cleanest sequence, but the loop between testing and configuring continues as long as you are improving the GPT.

What skilled users do differently

Skilled users start in Create to generate a first draft of instructions, then immediately switch to Configure to clean up what the Builder produced. They remove redundancy, tighten boundaries, and strip out generic phrasing that the Builder tends to insert. They treat Builder-generated instructions as a starting point, not a finished product.

This matters because the conversational flow in Create mode can obscure what actually ended up in the instruction block. The Builder might add capabilities you never asked for, or phrase a constraint in a way that is softer than you intended. The only way to know is to open Configure and read every line. Many users are surprised by what they find there -- instructions they did not request, capability toggles they did not intend, and wording that invites exactly the kind of behavior they want to prevent.

Skilled users also return to Configure periodically, not just during initial setup. As they test the GPT and notice unexpected behavior, they go back to the instruction field to identify which phrase is causing the drift. They treat configuration as a living document, not a one-time setup step.

One specific habit worth adopting: after any Builder conversation, open Configure and read the instruction block from top to bottom before saving. Look for phrases that are too soft ("try to," "when possible," "feel free to"), capabilities that were enabled without being requested, and instructions that duplicate each other. The Builder tends to be generous with defaults, and generosity in configuration usually means ambiguity in behavior.

The pattern is consistent: use Create to think out loud, then use Configure to audit and commit. Repeating this loop after every significant change to the GPT's purpose keeps the instructions aligned with actual intent rather than accumulated conversational artifacts.

Two worked examples

Example 1 -- Create mode: discovering the shape

A user wants to build a "Meeting Notes Summarizer" GPT. They open the Builder and describe the idea conversationally: "I want a GPT that takes raw meeting notes and turns them into a clean summary with action items."

The Builder responds with clarifying questions. What kind of meetings are these -- standups, strategy sessions, client calls? Should the summary include attendee names? How long should the output be relative to the input?

The user answers each question. They realize, through the Builder's prompts, that they primarily need this for weekly team standups and that attendee names are not important -- only decisions and next steps matter.

Based on the conversation, the Builder proposes a role description ("You are a professional meeting summarizer"), an output template, a set of conversation starters, and enables web browsing and code interpreter by default. The user now has a working first draft, generated in a few minutes of natural conversation. The Builder's questions helped narrow the scope in ways the user had not considered before starting.

Example 2 -- Configure mode: making it precise

The same user switches to Configure. They read the instruction block line by line and immediately notice two problems.

First, the Builder enabled web browsing and code interpreter, neither of which is relevant for summarizing meeting notes. The GPT does not need to search the internet or run code. They disable both.

Second, the instruction block includes a paragraph about "adapting tone to the user's preferences." This is vague and will cause inconsistent output. They delete it and replace it with a direct instruction: "Always produce structured summaries using headers for Decisions, Action Items, and Open Questions. Use bullet points. Do not include commentary or interpretation beyond what the notes contain."

They also notice the conversation starters are generic -- things like "How can I help you today?" They replace them with starters that match real use cases: "Summarize these standup notes" and "Extract action items from this transcript."

Finally, they add a constraint the Builder never suggested: "If the input does not appear to be meeting notes, ask the user to confirm before proceeding." This prevents the GPT from summarizing random text as if it were a meeting.

The result is a GPT that does one thing well, with no unnecessary capabilities and no ambiguous instructions. The Create conversation took five minutes. The Configure cleanup took another five. The total setup is tighter than what either mode would have produced alone.

The first mode surfaced the idea. The second mode made it precise. Neither alone would have produced the same result.

Prompt block

Help me make a GPT for interview prep.

Better prompt block

Help me sketch a custom GPT for interview prep.

First, ask me enough questions to clarify:
- the audience
- the type of interviews
- the outputs I want

Then translate the result into a configuration plan with:
- purpose
- instruction goals
- knowledge needs
- capabilities I should enable

Why this works

The better prompt uses creation for discovery and configuration for precision. Combining both prevents the two most common failure modes.

Staying in Create too long produces GPTs that are under-specified. The instructions are vague, the capabilities are set to defaults, and the behavior drifts across conversations. The user feels like they have built something because the Builder confirmed every choice, but the GPT has no real constraints.

Jumping straight to Configure without a discovery phase produces over-engineered GPTs. The instructions are detailed but aimed at the wrong problem, because the builder never paused to clarify what the GPT actually needed to do. Precision without clarity is just organized confusion.

The strongest workflow is to let Create expose what you have not thought of, then use Configure to lock in exactly what you want. This is not a one-time sequence. It is a loop you return to whenever the GPT's purpose evolves.

Common mistakes
  • Staying in exploratory setup too long, assuming the Builder has captured everything correctly
  • Configuring a GPT before the job is clear, leading to detailed instructions that solve the wrong problem
  • Treating Create and Configure as competing choices instead of stages in a single workflow
  • Accepting Builder-generated instructions without reading them in Configure -- the Builder adds defaults and phrasing that may not match your intent
  • Never returning to Configure after the initial setup, even when the GPT's behavior starts to drift from what you originally wanted
Mini lab

This exercise walks you through the Create-to-Configure sequence on paper, without needing to open the Builder.

  1. Pick one GPT idea you might actually build. It does not need to be complex. A writing helper, a study tool, or a daily planning assistant are all fine starting points.

  2. Write a three-sentence description of the GPT as if you were talking to the Builder in Create mode. Focus on what it does, who it is for, and what the output looks like. Write naturally -- do not try to be precise yet.

  3. List what the Builder would likely generate for instructions based on your description. Include the role it would assign, any default capabilities it might enable, and any phrasing it would probably use. Be honest about the generic language it tends to produce.

  4. Write what you would change in Configure. Note which capabilities you would disable, which phrases you would tighten or remove, and what constraints you would add that the Builder would not think to include on its own.

  5. Reflect on what the conversational step revealed that you would not have thought of if you had gone directly to Configure. Most people find that the Builder's questions surface at least one assumption they had not examined. Write down one thing the Create step changed about your understanding of the GPT's purpose.

Key takeaway

Create helps you find the shape of the GPT. Configure helps you lock it down. The best GPTs come from using both deliberately, in that order, more than once.

The Builder is a useful collaborator. But the final configuration is your responsibility.