In short
OpenAI printed a devoted prompting information for GPT-5.6 Sol that adjustments earlier recommendation.
Inside coding-agent assessments confirmed lean system prompts improved eval scores by roughly 10–15%.
The information introduces a first-ever part on Programmatic Device Calling and highlights the textual content.verbosity API parameter—each absent from the GPT-5 playbook.
OpenAI printed a brand new prompting information for GPT-5.6 Sol, its newly launched flagship mannequin, and the primary message will really feel mistaken to anybody who spent the final yr writing multi-page system prompts: cease writing a lot. The core thought is outcome-first prompting. Outline what beauty like, set the stopping situations, and get out of the way in which.
Detailed how-to directions, repeated type guidelines, examples that do not change habits—all of it’s now thought-about noise.
OpenAI backs this with numbers: In inside coding agent assessments, leaner system prompts improved analysis scores by roughly 10–15% whereas slicing whole tokens by 41–66% and prices by 33–67%.
GPT-5 vs. GPT-5.6: What truly modified
The GPT-5 prompting information, printed at launch in August 2025, was about including scaffolding. You bought XML persistence blocks telling the mannequin to maintain working till the issue was solved, detailed context-gathering templates that mapped precisely parallelize searches and when to escalate, and gear preamble scripts that narrated each step out loud.
The philosophy was calibrating eagerness—constructing specific rails for when to go more durable or stand down.

GPT-5.6 principally would not want these rails. The brand new information tells you to trim: repeated guidelines, type directions that do not change habits, examples that do nothing, and course of steps the mannequin already handles reliably. So mainly, that “ block with its parallel search batches and early-stop standards that used to assist is now scaffolding the mannequin has to parse round, not scaffolding that helps it.
What you truly maintain is easier: the user-visible consequence, success standards, stopping situations, and onerous constraints. The information’s mannequin of a great immediate begins with “Resolve the client’s concern finish to finish”—then specifies precisely what performed appears to be like like, what actions to finish earlier than responding, and what to do when required proof is lacking. Not “be thorough.” Not “maintain going.” Simply: right here is the vacation spot.

The danger calculus additionally shifted. The information warns that GPT-5.6 follows immediate contracts carefully, and that “conflicting guidelines can create extra instability than lacking element.”
An earlier mannequin would choose one instruction when it hit a battle. GPT-5.6 burns reasoning tokens making an attempt to reconcile each, which is slower, costlier, and sometimes mistaken. In case your system immediate has overlapping guidelines—and most manufacturing prompts do—that is the factor to repair first.
Additionally OpenAI closely advises in opposition to utilizing the outdated trick of resorting to absolutes like “at all times do that” or “by no means do this” to steer the AI’s habits in a selected course.
Two concrete additions spherical out the distinction. The primary is the textual content.verbosity parameter: As a result of GPT-5.6 is already extra concise by default than GPT-5.5, outdated “be transient” directions now over-correct and make responses too quick. Set a worldwide default through the parameter, then override per process within the immediate. The second is a bit on Programmatic Device Calling—for bounded workflows the place code handles filtering, batching, or aggregating giant intermediate outputs and returns a compact end result, offloading that work from the mannequin’s judgment fully.
However does it work?
We used the information to optimize our immediate for TYPE OR DIE, the first-person typing survival horror sport we construct to benchmark a mannequin’s coding talents. The end result was extra polished: GPT-5.6 Sol tackled the auto-aim logic extra effectively than on earlier runs, the visuals had extra coherence, and the general really feel of the sport was cleaner.
It took extra time to construct. The mannequin did not leap straight to code—it mapped all the drawback first, deliberate every system earlier than writing a line. That is the information working as supposed. Outline the vacation spot; the mannequin chooses the route.

The brand new immediate is on the market on our Github so you may test it out.
You possibly can play the unique GPT 5.6 sport by clicking on this hyperlink.
The sport created underneath the newer immediate, is on the market right here.
If you wish to push additional, or are too lazy to memorize all these new pointers, you may construct your individual customized GPT and feed it the complete information as its data base. Configure it to research any immediate you throw at it, perceive the underlying logic, and rewrite it in GPT-5.6 type. You find yourself utilizing immediate engineering to engineer higher prompts.
Promptception. You are welcome.
Each day Debrief Publication
Begin every single day with the highest information tales proper now, plus authentic options, a podcast, movies and extra.







