Chat, ChatGPT Work, or Codex? A Beginner's Guide to Choosing Where to Start
Choose Chat, ChatGPT Work, or Codex based on whether you need a conversation, a reviewable deliverable, or a technical project change.
When you first open ChatGPT, a small question can stop you before the work begins: if all three let you work with AI, should you use Chat, ChatGPT Work, or Codex?
Here is the short answer: do not begin with the option that looks most powerful. Begin with the kind of result you need—a conversation, a reviewable deliverable, or a technical change. Use Chat to think through a question. Use ChatGPT Work when you want to turn goals and materials into a document, spreadsheet, presentation, or another deliverable you can review. Use Codex when the task requires understanding code, changing a technical project, running checks, or reviewing file changes.
Three entry points, three ways of working
OpenAI's current learning materials describe different starting points. Chat supports questions and back-and-forth thinking. ChatGPT Work is oriented around producing work from a goal, files, and background material. Codex is designed for coding and technical work, such as understanding a repository, editing files, running tests, and reviewing changes.
You do not need to learn every feature at once. Treat them as three worktables:
| What you need now | Start with | First move |
|---|---|---|
| I am still clarifying the question or comparing options | Chat | Explain the situation and ask what information is missing |
| I have materials and need a report, deck, spreadsheet, or another reviewable output | ChatGPT Work | Define the deliverable and attach only material you are allowed to use |
| I need to understand code, change a technical project, run tests, or inspect changes | Codex | Choose a small project and a result you can personally review |
Do not choose Codex first simply because it looks advanced
Codex can do more than hold a conversation. It can work with files, run commands, and modify technical projects. That is useful, but it adds questions a beginner must understand: which folder can it access, which files changed, which commands ran, and whether you can interpret the result.
If you only want to make a public paragraph clearer or are still figuring out the question, Codex may add unnecessary scope. Chat is often the more direct starting point. If you already have several source files and need a report or presentation, ChatGPT Work may fit the deliverable better.
The reverse is also true. “Understand this codebase, locate the relevant files, implement a change, and show me the diff” is a Codex-shaped task. OpenAI also notes that people already using Codex for non-coding work can continue doing so. This lesson is a beginner's starting heuristic, not a rule that each product may perform only one kind of work.
Practice: choose with one task card
Take one low-risk task from your AI use-boundary map and fill in four lines:
The problem I need to solve:
The result I need: clearer thinking / a reviewable deliverable / a code or technical-project change
The safe material I can provide:
How I will check the first version:
If the second line says “clearer thinking,” begin in Chat. If it says “a reviewable deliverable,” begin with ChatGPT Work. If it says “a code or technical-project change,” narrow the scope and use Codex.
The card does not make the decision for you. It makes your reason visible. You can also switch. A conversation may reveal that you need to assemble several files into a deliverable. A document task may reveal a technical change that belongs in Codex.
Acceptance check
You have completed this lesson when you can explain, in one sentence, why the chosen entry point matches the result—not because it is “better” or “more advanced.” You should also be able to name the safe material you will provide and the evidence you will use to inspect the first version.
Chat, ChatGPT Work, and Codex are not levels in a game. They support different work patterns. Start where you can understand the first result and know how to correct it.
The next lessons use Codex to demonstrate a file-based task. If your main need is a document, spreadsheet, or presentation, staying in ChatGPT Work is a reasonable choice.
Official references
The product roles above are based on OpenAI's official learning materials. Features may vary by plan, platform, region, rollout, and workspace settings. The decision card is Aaron's beginner teaching method, not an official product tier or guarantee.