The day Claude Fable 5 shipped, I pointed a fresh Fable 5 window at the codebase the original session had built and asked it to review. It caught real things the working session had missed: a banned vocabulary word ("track") in a modal we had read minutes earlier, a two-line empty state that violated the project's "one line each" rule, design-language drift on the edit page. Every one was a rule compliance failure: rules the working session knew and had stopped applying.
But the same audit also produced confident mischaracterizations. The one flagged as "fix this first," a claimed cross-mixtape data leak in the OG endpoint, turned out to be half-right: the reader page already had the mixtape_id scoping with a comment explaining why, but the OG endpoint genuinely still queried by owner_id and was fixed that session. Right file, real inconsistency, wrong severity: current share semantics guarantee one mixtape per user, so it was defense-in-depth, not an active leak. Two UI findings (a ViewToggle a11y "issue" on buttons that had visible text labels, a "hardcoded handle" on the landing page's own owner) were wrong or intentional, and a flagged admin-endpoint "auth gap" was the endpoint working as designed. Scorecard: ~60% genuine catches, ~40% false positives or mischaracterized severity. The audit isn't a fix list; it's a candidate list. Verification is non-optional.
The deeper observation is that the dominant variable wasn't "newer model." It was fresh context. No mid-session bias, no "I just read this file, surely it's fine," no half-remembered rules from earlier turns. A fresh session of the same model, prompted as an auditor rather than a builder, would catch most of the same things. The capability uplift helped on the genuinely cross-file findings (the post-groups data-model concerns); the rule-compliance catches were pure attentiveness.
The practical move: you don't need to wait for the next model release. After any sizable change (or quarterly, or after onboarding a new contributor) open a fresh session, paste the rules (CLAUDE.md, design-language.md, whatever you have), and ask for a compliance walk-through. Treat the output as a candidate list. Verify each finding. Act on the real ones. Like a colleague coming back from vacation: the room hasn't changed, but they can see it again.