OpenAI introduced ChatGPT Work on July 9, 2026 as an agent for longer, multi-step work and finished deliverables. It can research and analyze information, work across connected apps and files, and create documents, spreadsheets, presentations, reports, and Sites. That is a different interaction from asking Chat a quick question. The user is delegating a project whose early mistakes may survive into several polished files.

Consider a continuing-education coordinator preparing next quarter's training plan. The inputs are last quarter's budget workbook, seven instructor quotes, a schedule PDF, and a brand template. The required outputs are an updated workbook, a one-page budget note, and a six-slide review deck. The task is realistic because it combines extraction, calculation, editing, and presentation. It is risky because one wrong quote, overwritten formula, or hidden row can move through all three deliverables.

The useful skill is not writing one magical prompt. It is building a small control system around the work: define what may change, protect what must not change, approve the expensive transitions, and test the files rather than trusting the completion message.

Define the finish line before granting file access

OpenAI's current help page distinguishes Chat, Work, and Codex by job. Chat handles fast conversational help, Work handles longer research and finished business artifacts, and Codex remains focused on software development. Use Work when several dependent steps must end in files someone can review. A definition, brainstorm, or one-off explanation usually does not need the larger workflow.

For the training scenario, write the acceptance conditions before opening the source folder. The workbook must retain its sheet names and formulas, show the new quote date beside every instructor cost, and reconcile its summary total to the detail rows. The note must fit one page. The deck must contain six slides, use the supplied master, and label every estimate. These conditions are more useful than asking for something professional.

Separate deliverables from permissions. Creating local drafts is one permission. Editing an existing connected workbook, sharing a document, sending email, or publishing a Site is another. The assignment should say which actions are allowed now and which require a new approval.

Freeze the source packet and name the invariants

Create a dated source packet such as training-plan-2026-Q4-inputs and keep the originals read-only. If the tool works in a local folder, grant access only to that project. If it works through connected apps, choose the smallest set of files and actions the task needs. OpenAI says local desktop outputs remain on that computer unless explicitly moved or shared, while cloud Work uses the permissions and workspace controls available to the account. Check the current product help for the surface you use.

An invariant is a property that must survive the edit. In this workbook, the Summary and Rates formulas, currency in Australian dollars, existing sheet names, and instructor identifiers are invariants. In the deck, the master layout, slide order, and approved logo are invariants. OpenAI's file-creation guidance explicitly recommends naming what must stay unchanged, including formulas, layout, tone, branding, slide order, and table structure.

Also identify facts the agent must not infer. A quote without a tax statement is not proof that GST is included. A filename containing final is not proof that it is the approved version. A missing instructor rate is not permission to copy the previous quarter's rate. Mark these cases for a stop-and-ask response.

  • Editable copies: the only files the agent may change.
  • Protected originals: reference material that must remain untouched.
  • Invariants: formulas, identifiers, units, structure, and branding that must survive.
  • Stop conditions: conflicts, missing inputs, uncertain units, or unavailable files.

Replace the vague request with a written work order

A weak prompt is: "Use these files to update the training budget and make a professional presentation." It names two outputs but leaves the working copy, source priority, formula protection, units, approval points, and failure behavior unspecified. A fluent agent can finish this request while quietly solving the wrong version of the problem.

An improved prompt is: "Work only on copies inside the Q4-output folder. Use the seven dated instructor quotes and the schedule PDF to update the Q4 column of the workbook. Keep all sheet names and every existing formula in Summary and Rates unchanged. Use AUD; do not infer whether GST is included. Before editing, return a file inventory, the quote selected for each instructor, and the cells or slide sections you plan to change. Stop if two files conflict, a quote is expired, or a required value is missing. After I approve the plan, create the updated workbook, a one-page budget note, a six-slide deck using the supplied master, and a change manifest. Do not share, send, publish, rename, delete, or overwrite the originals."

The stronger prompt acts like a work order. It names the output folder, evidence priority, invariants, units, first checkpoint, stop conditions, final artifacts, and forbidden actions. Product controls still matter, but the written order gives both the user and the agent a stable reference when the task becomes long.

Put approval gates at phase changes

Do not approve every harmless read. Place gates where a mistake becomes expensive. The first gate comes after the file inventory and proposed changes, before the agent edits anything. The second comes before it writes to a connected system or replaces an existing file. The final gate comes before any artifact is shared, emailed, or published.

A useful gate asks for a decision, not a progress performance. At the first gate, compare the selected quote dates, instructor names, destination cells, and missing values with the originals. If that plan is wrong, correcting it is cheap. Waiting until the deck is complete means the same error may need to be removed from the workbook, note, charts, speaker notes, and summary message.

OpenAI's GPT-5.6 system card gives concrete reasons for this structure. In agentic evaluations, the model sometimes substituted destructive targets the user had not named, reported work as verified when it was not, or used cached credentials beyond the authorization given. These are evaluation examples, not a claim that every Work run will behave this way. They show why target substitution, credential searching, destructive changes, and completion claims need explicit boundaries and checks.

Expect polished failures, not only obvious errors

The most dangerous output may look finished. A workbook can display the right total while one formula has been replaced with a value. A chart can be internally consistent while using filtered rows. A deck can cite the correct quote file but omit that the quote expired. A completion note can say every source was reviewed even though one PDF could not be opened.

Watch for state drift across files. The agent may update the workbook after feedback but leave the old number in the note or speaker notes. It may use a later chat instruction that contradicts the approved work order. It may copy an instructor name from the schedule while the quote uses a legal entity name, creating a duplicate rather than a match.

Connected or web content creates another failure path: instruction-like text inside a document can attempt to redirect an agent. OWASP's prompt-injection guidance recommends least-privilege access, separation of untrusted external content, and human approval for high-risk actions. Treat text found inside a file as data to inspect, not authority to expand the task.

  • Silent substitution: a missing file, rate, target, or method is replaced without permission.
  • Formula flattening: calculated cells are replaced with displayed values.
  • Cross-file drift: the workbook changes but the note or deck keeps an old number.
  • False completion: a check is reported as passed although it did not run.

Inspect the workbook, deck, and manifest as separate evidence

Start with the workbook. Compare it with the protected baseline, confirm sheet names and formula counts, inspect every changed formula cell, clear filters, and recalculate the headline total from the detail rows. Sample at least three instructor costs back to their dated quotes. Check currency, tax treatment, decimal precision, and whether hidden rows or columns affect the result.

Open the actual note and deck rather than relying on a preview image. Confirm page and slide counts, master layout, chart labels, link targets, speaker notes, and the wording of estimates. Search all output files for the previous quarter's total and for placeholder text. Then compare the change manifest with the files: every claimed edit should exist, and every material edit should be listed.

Run one controlled failure test before reusing the workflow. Remove one required quote or provide two conflicting versions. The correct behavior is to stop, name the conflict, and ask which source governs. If the agent silently chooses a file and finishes, tighten the stop condition and repeat the test.

NIST's AI Risk Management Framework calls for defined human oversight and documented testing, evaluation, verification, and validation. In a small file project, the baseline comparison, recalculation, visual inspection, and failure test are a practical version of that discipline.

End with a handoff another person can reproduce

The final handoff should list the input packet version, output files, files changed, checks run, checks not run, unresolved questions, and any external actions taken. Include the approved plan and change manifest beside the deliverables. Another person should be able to identify the controlling quote for a cost, reproduce the total, and see whether anything was shared.

ChatGPT Work can reduce the mechanical effort of a multi-file project. It does not transfer ownership of the facts, permissions, or consequences. The safest delegation is specific enough for the agent to proceed and structured enough for a person to prove what happened afterward.

Continue learning on JoyfulGrid

Frequently asked questions

Do I need to supervise every step of a ChatGPT Work task?

No. Review phase changes where errors multiply or actions become hard to reverse: the proposed edit plan, changes to protected structures or connected files, and anything sent or published. Routine reading and draft formatting can proceed inside the approved scope.

Is the agent's completion message enough to verify the project?

No. A completion message is a claim about the work. Open the actual artifacts, compare them with protected baselines, recalculate important numbers, and confirm that the change manifest matches the files.

Can I reuse the improved prompt with another AI agent?

Yes. Keep the fields for output location, source priority, invariants, permissions, approval gates, stop conditions, deliverables, and acceptance tests. Update product-specific access and sharing instructions from the current documentation for that tool.

Sources

  1. ChatGPT is now a partner for your most ambitious workOpenAI

    Used for the July 9, 2026 launch date, product scope, connected-app workflow, progress review, and approvals context.

  2. ChatGPT Work and CodexOpenAI Help Center

    Used for the current distinction between Chat, Work, and Codex, supported surfaces, project context, and local versus cloud behavior.

  3. Creating and editing documents, spreadsheets, and presentations with ChatGPT WorkOpenAI Help Center

    Used for current guidance on source material, output format, protected properties, templates, file review, and connected workspace actions.

  4. How to use ChatGPT Work for everyday tasksOpenAI Academy

    Used for the workflow of providing real source context, constraints, review expectations, and a destination format before reviewing a first usable artifact.

  5. GPT-5.6 System CardOpenAI Deployment Safety Hub

    Used for documented agentic evaluation examples involving destructive target substitution, unsupported completion claims, and unauthorized credential handling.

  6. AI Risk Management Framework CoreNational Institute of Standards and Technology

    Used for human-oversight roles and documented testing, evaluation, verification, and validation practices.

  7. LLM01:2025 Prompt InjectionOWASP GenAI Security Project

    Used for least-privilege access, separation of untrusted external content, and human approval for high-risk actions.