Skip to content
Dustin's AI Lab
Go back

Fewer Prompts Is Not Less Control

Claude 5 and GPT-5.6 official guidance is converging on the same thing — retiring old-style prompt stacking. But trimming is not letting go; control just moves. And the payoff of maintaining that layering is switching tools without losing a step.

On this page
  1. The Shared Principle: Trim Without Distorting
  2. Do Not Hear This as “Drop the Rules”
  3. A Harness Layering Both Can Share
  4. Verification Moves, It Does Not Disappear
  5. The Payoff of Maintaining That Layering Is Portability
  6. Teaching Non-Engineers Follows the Same Order
  7. What I Am Tuning Next

I put the latest official guidance from Claude 5 and GPT-5.6 side by side, and they agree more than I expected: both are retiring old-style prompt stacking.

The point is not giving the model less information. It is making fewer of the judgment calls it can already make on its own. Give the goal, the context, the success criteria; drop the step-by-step instructions it does not need.

Card one: Claude 5 and GPT-5.6 harnesses are converging, with both sets of official guidance retiring old-style prompt stacking.

The Shared Principle: Trim Without Distorting

Claude 5 talks about removing duplication, contradictions, and rules that make everyday judgment calls on the model’s behalf. GPT-5.6 talks about stating each instruction once and exposing only the tools relevant to this task.

Both arrive at the same sentence: keep the guidance that actually helps, delete the historical baggage.

Card two: The shared principle is trimming without distorting — keep guidance that helps, delete historical baggage.

Do Not Hear This as “Drop the Rules”

Neither of them is telling you to let the model run loose. What goes is the repeated reminders, the outdated workarounds, the instructions that micromanage every step. What stays is safety, permissions, external writes, irreversible operations, and scope boundaries.

I have seen what happens when that line is left fuzzy. There is a team that champions automation to an extreme degree (the bald guy’s CC team, and their company), and they blow something up every single day. I assumed humans would step in and clean up; turns out the people at their company step in and pour gasoline on the fire.

Card three: Do not hear this as dropping the rules — cut repeated reminders and micromanagement, keep safety and permission boundaries.

A Harness Layering Both Can Share

The layering I ended up with has four layers:

Card four: A shareable harness layering — always-on, on-demand, tool, and enforcement layers.

That last line about not betting on self-discipline came from getting burned. I wrote into my CLAUDE.md: when the user corrects you, you are forbidden from saying “you’re right.” Claude ignored it immediately, and after I chewed it out for breaking the rule, its next line was: “You’re right, I shouldn’t have violated the language ban.”

CLAUDE.md is a suggestion, not an enforcement. If you actually want something blocked, it has to be a hook. That boundary is not theoretical tidiness. I paid tuition to learn which kind of rule belongs in which layer.

Verification Moves, It Does Not Disappear

What gets trimmed is the generic self-rumination: think again, check it one more time. What stays is factual verification of things with side effects.

Written, sent, tests passed, exact numbers: every one of those has to map to a real receipt. That is a gate, not a prompt. The difference is that you cannot weasel out of a gate, while a prompt only gets honored when the model feels like it.

Card five: Verification moves rather than disappears — side-effecting facts must map to real receipts, as a gate rather than a prompt.

The Payoff of Maintaining That Layering Is Portability

The AI pipeline video from a few days ago was made with Codex. Now I am balancing quota (infuriating, it still has not reset), so today’s video was made with Claude Code. Luckily the workflows, skills, and built-in project-level harness inside that open-source repo were already written well enough, and they were compatible with my own harness, so switching models was no obstacle at all. Claude Sonnet 5 on high effort got it in one pass too.

So personal maintenance of your harness still matters a lot. Whichever tool you switch to, the model can pick up and take over your task right away. A wily rabbit keeps three burrows. That is roughly what this means.

Teaching Non-Engineers Follows the Same Order

Someone asked me how to build a sense of safety for non-engineers. My teaching order is very basic, but this is it:

First I have them copy every file they will be working on into a new folder. That is the easiest thing to explain and the thing that reassures them most. Then I teach the different permission modes, so they feel both extremes: how annoying the strictest one is, and how uneasy the loosest one feels. Only then do I bring out version control and auto mode, and by that point they can understand it: auto guards the dangerous commands for me, and if I break something, version control can restore it.

Otherwise, teaching git on day one guarantees a pile of question marks hahahaha.

That order is the same idea as the layering above: boundaries first, degrees of freedom second.

What I Am Tuning Next

Six things on my own list:

Card six: Six steps for the next round of personal harness tuning — cut duplication, move on-demand, add context, keep hard boundaries, shrink tools, run real tests.

On August 2 I am running a workshop called “Switch Models, Not Methodology,” subtitled “take your rules, habits, and working environment with you.” It is aimed at AI users without an engineering background, capped at 30 people. On the poster I wrote a note by hand: the method is in my hands, the environment travels with me.

Workshop poster: Switch Models, Not Methodology, subtitled take your rules, habits, and working environment with you.

Fewer prompts is not less control. It is putting the control in the right place.


Share this post on:
Previous Post
Six New Context Engineering Rules for Claude 5, and the 1,473 Lines I Cut
Next Post
My Local Model Lineup on a Mac mini, Plus Three Bad Habits I'm Owning Up To