PrepGenAICerts

Model-Version Pinning & Eval-Gated Upgrades

Advanced

Select among Claude model tiers against quality/latency/cost tradeoffs · Difficulty 2/5

0%
model-versioningevalsproduction-upgradesmodel-selection

Explanation

Model Releases Can Change Behavior

A newer model release can change behavior in ways that break prompts carefully tuned for an older one -- even when the API contract itself is unchanged. Formatting habits, tone, and edge-case handling can all shift between versions.

Pin, Then Re-Run Evals Before Upgrading

The safe pattern for selecting or upgrading models is:

  1. Pin the model version used in production rather than floating to "latest" and inheriting behavior changes automatically.
  2. Re-run evaluations against the pinned prompt/model pair before adopting a new release.
  3. Promote to the new version deliberately, once evals confirm the prompt still performs as expected.

Switching immediately to a new release to "get the improvements," or assuming newer always means strictly better for a specific prompt, skips the step that actually protects production quality.

Why This Belongs With Model Selection

Version pinning is inseparable from tier selection: choosing Haiku vs. Sonnet vs. Opus for a step is a decision made *against a specific, evaluated version* of that tier. An upgrade is effectively a new model choice and deserves the same eval-gated scrutiny as picking a tier in the first place.

Common exam traps

  • "Switch immediately to the new model to get the improvements." The correct action is to re-run evals and pin the version, since behavior can change in ways that regress a specific prompt.
  • Assuming only the API key or model-name string needs to change on an upgrade, when the actual output behavior against your prompts is what needs re-validating.

Key Takeaways

  • A newer model release can change behavior in ways that break prompts tuned for an older version, even with an unchanged API contract
  • Pin the production model version rather than floating to 'latest'
  • Re-run evaluations against the pinned prompt/model pair before adopting a new release
  • Model upgrades deserve the same eval-gated scrutiny as an initial model choice

Glossary Terms

Related Concepts

PrepGenAICerts.com is an independent third-party exam-prep platform for the Claude Certified Architect (CCA-F) certification. We are not affiliated with, endorsed by, or acting on behalf of Anthropic PBC.

Note: New premium upgrades are temporarily paused while we resolve an issue with our payment provider. Existing premium members retain full access.