You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Audit of PAI prompts against Anthropic's published Opus 4.7 guidance (2026-04-17). Anthropic's own framing: "more literal instruction following; will not infer requests you didn't make; stricter effort calibration; fewer tool calls / subagents by default; more direct tone, fewer emoji; prefer positive over negative framing."
Full audit report: reports/20260417-opus-47-pai-prompt-audit.md (local, not yet committed).
Critical (shipped-surface — affects every installer):
C-1(won't fix — misdiagnosis; see comment, 07a08d6) — loadAtStartup in .claude/settings.json references two files that don't exist in runtime or shipped release:
PAI/USER/AISTEERINGRULES.md
PAI/USER/PROJECTS/PROJECTS.md
Fix: remove from loadAtStartup.files list, or ship empty placeholders.
C-2 — PAI/Algorithm/v3.7.0.md:27 says "When in doubt, invoke MORE capabilities not fewer." Anthropic's 4.7 migration guide documents the opposite default ("Fewer tool calls by default… Fewer subagents spawned by default; steer explicitly").
Fix: decide policy — if PAI genuinely wants more-not-fewer under 4.7, say so explicitly with a motivated rationale; otherwise invert.
C-3 — Format inventory disagreement: ~/.claude/CLAUDE.md:50 lists three formats (ALGORITHM, NATIVE, MINIMAL); Algorithm/v3.7.0.md:7 lists four (adds ITERATION).
Fix: pick one authoritative list, have the other file reference it instead of restating.
C-4 — "Euphoric Surprise — 9-10 ratings" goal (Algorithm:3, 70, 403, 430; SKILL.md:41, 70, 403, 430) collides with 4.7's documented shift: "more direct tone, fewer emoji, less validation-forward phrasing."
Fix: design decision — keep the framing with a documented rationale, or retire it in favour of the underlying ISC/verification mechanism.
High:
H-1/H-2 — Imperative-verb inflation (~26 absolutes in Algorithm/v3.7.0.md; ~19 in 96 lines of AISTEERINGRULES.md). Anthropic's current prompt guide recommends motivated positives over bare negatives (canonical example: NEVER use ellipses → Your response will be read aloud by a text-to-speech engine, so never use ellipses…). Pass each negative rule through that rewrite.
H-3 — "FIRST THING" (Algorithm:148) vs "FIRST ACTION" (Algorithm:152, 335, 348, 373, 394, 401, 428) ordering conflict at every phase entry. Pick one.
H-4 — Algorithm:111 "every decision happens within Algorithm phases" vs Algorithm:196-199 FAST-PATH permitting phase-skipping. Either FAST-PATH is a formal Algorithm subset, or ALL-WORK-INSIDE needs an explicit FAST-PATH exception.
H-5 — Stale ~/.claude/PAI/… paths (verified broken):
Fix: search-replace and confirm each target either exists or the reference is removed.
H-6 — Atomic-scope lock (AISTEERINGRULES:54) vs capability-invocation floor (Algorithm:27) collide for atomic requests. Document precedence.
H-7 — Algorithm:113 claims "Entry banner was already printed by CLAUDE.md" but CLAUDE.md contains no banner string. Either add the banner to CLAUDE.md or strike the assumption from Algorithm.
M-2 — FAST-PATH and SCOPE GATE overlap with undefined precedence.
M-3 — Unverifiable quality rules (Euphoric Surprise, low-affect, intellectual honesty, high agency) — the model can't self-check these; under 4.7's "will not infer" posture they carry less weight than before.
M-4 — Algorithm:7 vs Algorithm:8 ordering (response-format-first vs question-at-end) — resolution exists but buried; surface it more clearly.
M-5 — Skill trigger ambiguity from intent-only matching (SKILLSYSTEM.md:571). Under 4.7's literal reading, overlapping trigger domains (Research / Investigation / Security) may mis-route.
M-6 — SKILL.md:33 says "'just' does not reduce depth"; AISTEERINGRULES.md:54 uses "just" as a scope-lock trigger. Opposite weights for the same lexical cue.
Context
Audit of PAI prompts against Anthropic's published Opus 4.7 guidance (2026-04-17). Anthropic's own framing: "more literal instruction following; will not infer requests you didn't make; stricter effort calibration; fewer tool calls / subagents by default; more direct tone, fewer emoji; prefer positive over negative framing."
Full audit report:
reports/20260417-opus-47-pai-prompt-audit.md(local, not yet committed).Primary sources verified:
Findings
Critical (shipped-surface — affects every installer):
loadAtStartupin.claude/settings.jsonreferences two files that don't exist in runtime or shipped release:PAI/USER/AISTEERINGRULES.mdPAI/USER/PROJECTS/PROJECTS.mdloadAtStartup.fileslist, or ship empty placeholders.PAI/Algorithm/v3.7.0.md:27says "When in doubt, invoke MORE capabilities not fewer." Anthropic's 4.7 migration guide documents the opposite default ("Fewer tool calls by default… Fewer subagents spawned by default; steer explicitly").~/.claude/CLAUDE.md:50lists three formats (ALGORITHM, NATIVE, MINIMAL);Algorithm/v3.7.0.md:7lists four (adds ITERATION).High:
NEVER use ellipses→Your response will be read aloud by a text-to-speech engine, so never use ellipses…). Pass each negative rule through that rewrite.~/.claude/PAI/…paths (verified broken):Algorithm/v3.7.0.md:463—~/.claude/PAI/PRDFORMAT.mdPRDFORMAT.md:143— sameSKILL.md:445+SKILLSYSTEM.md:227—~/.claude/skills/Science/Protocol.mdSKILL.md:409+SKILLSYSTEM.md:832—~/.claude/PAI/THENOTIFICATIONSYSTEM.md~/.claude/CLAUDE.md:48typo:"completes.Critical Rules"— missing newline.Medium:
SKILLSYSTEM.md:571). Under 4.7's literal reading, overlapping trigger domains (Research / Investigation / Security) may mis-route.SKILL.md:33says "'just' does not reduce depth";AISTEERINGRULES.md:54uses "just" as a scope-lock trigger. Opposite weights for the same lexical cue.Low:
Suggested sequencing (effort:payoff)
Acceptance
This issue closes when each checkbox above is either (a) fixed with a commit reference or (b) marked "won't fix" with a one-line rationale.