Tuning your prompts for Opus 4.8 — dial back what you built to push older models #1312
Replies: 4 comments 8 replies
|
So, has somebody made modifications to some of the standard PAI instruction files that they would be willing to share? |
|
Curious as to if anyone has any experience with this and model mixing. For example, if Opus 4.8 needs softer language, but Sonnet 4.6 uses the older - is it just not possible to optimally use both at the moment? |
|
Posting here because I suspect it's related. My PAI has more and more resorted to "skipping" the algorithm. Watching it tell me "I made an ISA" that turns out something fishy and upon challenging "where's the proof I explicitly told you to produce" it refers to some prose vibed dog breakfast that results in faked verification. It just told me "that's on me, I edited the verification without actually doing the work." |
|
Closing this out as part of a cleanup of the discussion board. We're on the 7.x releases now and a lot has changed since this thread was active. Thanks to everyone who jumped in. If this is still relevant on 7.x, please open a fresh discussion or issue and we'll pick it up there. |
Uh oh!
There was an error while loading. Please reload this page.
If you're moving a PAI-style setup to Claude Opus 4.8, here's a pattern worth knowing before you do: a lot of the scaffolding we all built to push older models now works against you.
TL;DR — Opus 4.8 calibrates effort, response length, and thinking depth on its own, follows instructions more literally, and is more proactive by default. The aggressive prompt language we wrote to fight laziness and under-triggering (
CRITICAL,MUST,ZERO EXCEPTIONS, "always be thorough," forced tool/subagent use) now causes the opposite problem: over-triggering, over-thinking, and inflated tokens. Everything below is drawn from Anthropic's official Opus 4.8 prompting best-practices guide.The migration checklist
CRITICAL: You MUST use this tool…effortparameter (low→xhigh/max) + adaptive thinking — the guide calls effort "likely more important for this model than any prior Opus"Before / after
Note the second one keeps the rigor — it just states it positively, which steers more reliably.
The one place to keep the strong language
Don't strip everything. Reserve firm, unambiguous language for irreversible / outward-facing actions — deleting data, force-pushing, sending messages, anything that touches shared systems or money. Anthropic's guide has a ready snippet for exactly this (the "balancing autonomy and safety" section). The principle: let the strength of your language correlate with how hard the action is to undo. Everywhere else, calm down — the model is listening more carefully than it used to.
Why this matters for PAI specifically
PAI leans hard on prompt scaffolding by design. That scaffolding was calibrated against models that needed pushing. Opus 4.8 inverts those defaults, so a tuning pass pays off quickly — and the lightest-touch version (just de-escalating imperative language) is low-risk and high-payoff on its own.
Curious whether others migrating to Opus 4.8 are seeing the same over-triggering / over-thinking, and how you're handling effort-tier mapping.
All reactions