AI Strategy

Phase 6: Optimization and Evolution - The Phase That Doesn't End

Declare victory the week Wave 3 finishes, reassign the deployment team, and stop watching the changelog, and eight months on token spend can triple with no increase in usage while a routine model deprecation breaks production use cases overnight, because no one was tracking which beta features they still depended on. Inside Phase 6: thirteen tasks, four groups, and the only gate in the roadmap that repeats every quarter, forever.

AP
Andrew Poole
··9 min read

Picture a deployment that finishes its Wave 3 rollout in good shape. Adoption is strong across every business unit, the pilot use cases are showing measured ROI, and the Center of Excellence is fielding requests for new use cases faster than anyone expected. The executive sponsor calls it a win, reassigns the core deployment team to other priorities, and the deployment moves from 'the thing everyone was building' to 'the thing that just runs now.'

Eight months later, two things have gone quietly wrong. Token spend has tripled with no corresponding increase in usage or user count, because nobody was reviewing which use cases had drifted onto more expensive models than their task actually required, and nobody had moved a growing share of non-real-time workloads to the Batch API even though the routing decision had been made correctly, once, back in Phase 3. And a routine Anthropic deprecation, similar to the retirement of the context-1m-2025-08-07 beta header covered elsewhere on this site, breaks three production use cases overnight, because no one owned watching the changelog once the deployment team had moved on. The fixes are not hard. Finding out they are needed, eight months after anyone was looking, is the actual failure.

This is the sixth and final deep-dive in the series on the enterprise Claude deployment roadmap. Phase 1 covered discovery. Phase 2 covered infrastructure. Phase 3 covered pilot construction. Phase 4 covered hardening. Phase 5 covered rollout. Phase 6 is different from the five phases before it in one important way: it does not have an end date. Every other phase has a gate that, once passed, is behind you. Phase 6's gate comes back every quarter, for as long as the deployment exists.

The thirteen tasks organize into four functional groups, each running on its own cadence.

Phase 6 -- Thirteen Tasks, Four Groups

Ongoing, not a fixed window
Cost

Optimization (Monthly)

6.1Token spend review by use case
6.2Model and effort-tier mix tuning
6.3Batch vs. synchronous routing audit
Model

Upgrade Evaluation (Per Release)

6.4New model release triage against the changelog
6.5Prompt regression suite run against the candidate model
6.6Quality and cost parity decision before cutover
6.7Staged cutover with a documented rollback plan
Intake

Use Case Governance (Quarterly)

6.8Intake process and governance criteria maintenance
6.9Prioritization and roadmap sequencing
6.10New use case gate, a lightweight version of Phases 1 through 3
Monitoring

Platform Currency (Continuous)

6.11Changelog and deprecation tracking
6.12Migration playbook maintenance for active beta features
6.13Quarterly business review and annual strategy refresh
Pitfall

The insurance carrier's mistake was not a technical decision. It was treating 'in production' as the finish line and reassigning the only people whose job it was to keep watching.

6.1: Token Spend Review by Use Case

Monthly, someone reviews actual token spend broken out by use case, not just the aggregate bill. The aggregate number tells you spend is up. Only the per-use-case breakdown tells you which use case is driving it, and whether the driver is more usage, a model that got upgraded to a higher tier than the task needs, or a prompt that has grown bloated with unnecessary context over successive edits.

6.2: Model and Effort-Tier Mix Tuning

Use cases get built during Phase 3 with a model choice that made sense at the time. Six months into production, some of those choices are stale. A use case classifying inbound tickets by urgency does not need the same model tier as one drafting nuanced client communications, and the review task is to actually check, not assume, whether each use case is still matched to the cheapest model tier that holds acceptable quality.

6.3: Batch vs. Synchronous Routing Audit

This task revisits the decision from Phase 3's Task 3.7, made once at build time, and checks whether it still holds. Use cases that started as synchronous, real-time interactions sometimes evolve into workloads with a meaningful non-real-time component, batch summarization runs, overnight report generation, that never got migrated to Batch API routing because nobody circled back after the initial build.

6.1 -- 6.3: Monthly Cost Review

Per use case, not aggregate
TaskQuestion it answersCommon finding
Token spend by use caseWhich use case is driving the spend increaseUsually concentrated in 1-2 use cases, not spread evenly
Model/tier mixIs each use case on the cheapest tier that holds qualityUse cases stay on their original tier long after task complexity was understood
Batch/sync routingHas any use case's workload shifted to non-real-timeRouting decisions made once in Phase 3 quietly go stale
Pitfall

Reviewing only the aggregate bill tells you spend is up. It never tells you why, and 'why' is the only actionable information in a cost review.

6.4: New Model Release Triage

Every time Anthropic ships a new model or a significant update, someone triages what it means for this deployment: does it offer a meaningful quality or cost improvement for any active use case, does it deprecate a capability something depends on, and does it change pricing in a way that affects the cost model from Phase 1. This triage happens against the actual changelog, not against general awareness that a new model exists.

6.5: Prompt Regression Suite Against Candidate Model

Before any model upgrade goes further than triage, the prompt regression suite built in Phase 3's Task 3.14, with its fifty-plus test cases per prompt, runs against the candidate model. This is the single most important discipline in Phase 6, because it is the only mechanism that catches the case where a new model improves the median response but regresses on a specific edge case that the previous model handled correctly.

6.6: Quality and Cost Parity Decision

The regression suite results feed a specific decision: does the candidate model meet or exceed the current model on quality, at equal or better cost, for this use case. 'Newer' and 'presumably better' are not decision criteria. The regression suite results are.

6.7: Staged Cutover with Rollback Plan

Once a model upgrade is approved, it rolls out staged, not all at once: a small percentage of traffic first, monitored against the same quality and cost metrics from Phase 3's evaluation framework, before full cutover. A documented rollback plan means if the staged rollout surfaces a problem the regression suite missed, reverting is a known, fast operation, not an improvised one under pressure.

6.4 -- 6.7: Model Upgrade Evaluation Pipeline

Runs per release, every release
1

Triage

New release reviewed against the changelog for relevance to active use cases.

2

Regression test

Full Phase 3 regression suite (50+ cases per prompt) run against the candidate model.

3

Parity decision

Quality and cost, not recency, determine cutover. 'Newer' is not a decision criterion.

4

Staged cutover

Partial traffic first, monitored against the Phase 3 evaluation metrics, with a full rollback plan documented and ready.

Pitfall

A model upgrade evaluated only by 'it seems better in a few manual tests' is the same failure mode Phase 3 built the regression suite to prevent. The suite exists precisely so this decision doesn't rely on manual impression.

6.8: Intake Process and Governance Criteria Maintenance

New use case requests do not stop once rollout completes. They accelerate, because the organization now has hundreds of people who have seen what the tool can do and are generating ideas. The intake process, owned by the Center of Excellence established in Phase 5's Task 5.5, needs documented governance criteria: what makes a use case a good fit, what data sensitivity triggers additional review, and who has authority to approve versus who needs to escalate.

6.9: Prioritization and Roadmap Sequencing

Intake without prioritization becomes a queue that never moves, or moves in whatever order requests happened to arrive rather than in order of value. This task applies the organization's actual priorities, cost savings, risk reduction, revenue impact, to sequence the backlog, and revisits that sequencing regularly as business priorities shift.

6.10: New Use Case Gate

Every new use case that clears intake goes through a lightweight version of the Phase 1 through 3 discipline: a scaled-down discovery step, a check that any infrastructure dependencies exist or get added, and a build with evaluation criteria defined before development starts. The mistake to avoid is skipping this gate because 'we already have the infrastructure,' which is true for infrastructure and false for the specific evaluation criteria and security review that each new use case still needs on its own.

6.11: Changelog and Deprecation Tracking

Someone owns watching the Anthropic changelog continuously, not as a side task picked up when something breaks. This is the task with no owner once a deployment team is reassigned, and it is the task that would have caught the beta header retirement with weeks of runway instead of an overnight production break.

6.12: Migration Playbook Maintenance

For any active beta feature or API behavior the deployment depends on, a maintained playbook documents what breaks if it is deprecated and the steps to migrate. This is written in advance, not improvised at deprecation time, because deprecation timelines are frequently measured in weeks, not months, and a playbook written under that pressure is worse than one written when there is no pressure at all.

6.11 -- 6.12: Platform Currency

The task with no natural end date
TaskCadenceWhat it prevents
Changelog trackingContinuousDeprecations discovered in production instead of in advance
Migration playbooksPer active beta dependencyImprovised migration under deadline pressure
Pitfall

A deployment with no owner for changelog tracking is a deployment where every deprecation becomes an incident instead of a planned migration.

6.13: Quarterly Business Review and Annual Strategy Refresh

The quarterly business review re-approves continuation based on demonstrated ROI, the same discipline Phase 5 required at every wave, now applied to the whole deployment on an ongoing cadence. The annual strategy refresh is broader: does the deployment's use case portfolio still match the organization's priorities, is the platform itself evolving in directions that open new opportunities, and does the team and budget allocated to Phase 6 still match the actual size of what it is maintaining.

The Gate

Phase 6 has one gate, and unlike every other phase in the roadmap, it does not close. It recurs.

Phase 6 Gate -- Recurring, Not Terminal

Repeats every quarter
1

Quarterly business review

Recurring

Re-approves continuation based on demonstrated ROI, every quarter, indefinitely. The same discipline Phase 5 required at every wave, now applied to the whole deployment.

2

Annual strategy refresh

Recurring

Confirms the use case portfolio, team, and budget still match the deployment's actual scope and the platform's direction.

There is no version of this gate that gets passed once and filed away. A deployment that stops running this review has not graduated out of Phase 6. It has quietly stopped being owned.

What Gets Deferred and Why

Two deferrals are common in Phase 6, and both share the same root cause: the deployment team gets reassigned once rollout finishes, on the reasonable-sounding logic that the hard part is done.

Cost review gets skipped because nobody is explicitly tasked with it once the team disbands, and spend drifts upward gradually enough that no single month looks alarming, the way a tripled bill accumulates unnoticed. The fix is not complicated once someone looks. The problem is that for months, no one does.

Changelog monitoring gets dropped for the same reason, and the consequence is that platform changes arrive as incidents instead of as planned migrations. Anthropic ships changes on its own schedule regardless of whether anyone is watching for this specific deployment, and a deployment with no assigned owner for that channel finds out about a breaking change the same way an end user does: when something stops working.

The throughline across all six phases in this series is the same one this final phase makes explicit. A deployment does not fail because a model underperforms or an integration breaks. It fails when a phase that felt optional, or in Phase 6's case, a phase that felt finished, turns out to be load-bearing, and nobody finds out until the cost of not doing it has already been paid. Discovery, foundation, pilot, hardening, rollout, and optimization are not a checklist to complete once. They are, collectively, the ongoing discipline of running an enterprise AI deployment as a system that has to keep being tended rather than a project that gets shipped and left alone.

This closes the series on the enterprise Claude deployment roadmap. The map from the overview piece, six phases, six gates, and the two disciplines of testing and ownership clarity that run through all of them, is the shape of the whole thing. The detail in each of these six deep-dives is what makes the map usable instead of aspirational.

Work with Riptide

Ready to put a governance framework behind your Claude deployment?

Our Claude Enterprise Readiness Assessment maps your file structure, permissions model, and MCP surface in three weeks.

Book a discovery call
AP

Andrew Poole

Founder of Riptide Consulting, an Anthropic-first AI engineering firm based in Carlsbad, CA. Building the intelligence layer for enterprise and growth-stage companies on the Anthropic platform.