Tuning your prompts for Opus 4.8 — dial back what you built to push older models #1312
jmmarkiewicz
started this conversation in
Ideas
Replies: 2 comments 5 replies
-
|
So, has somebody made modifications to some of the standard PAI instruction files that they would be willing to share? |
Beta Was this translation helpful? Give feedback.
5 replies
-
|
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? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Beta Was this translation helpful? Give feedback.
All reactions