Back to blog

A New Model Ships Every Few Weeks. Here Is When It Should Change Your Roadmap

Updated ·3 min read
AI StrategyModel SelectionArchitectureOperating Costs

There is a pattern I see in businesses that adopted AI in the last two years. A lab publishes a launch post, someone forwards it internally, and a roadmap that was fine on Monday is under review by Wednesday.

Most of the time this is wasted motion. Occasionally it is not, and the difference is knowable in advance.

Most announcements are not about you

A new frontier model raises the ceiling on hard tasks. Your workflow is probably not near the ceiling. If you are classifying support messages, extracting fields from documents, or drafting replies a person then edits, you were not capability-limited before the announcement and you are not capability-limited after it.

The uncomfortable version: if a better model would substantially improve your product, that often means the current one is doing work it should not be doing. A model straining at a task is usually a sign the task needs decomposing, not upgrading.

The three that actually matter

Price changes. A meaningful drop in cost per token changes which workflows are worth automating at all. This is the announcement type most worth acting on and the one that gets the least coverage, because it is not exciting. Recheck the workflows you previously rejected as too expensive; some of them moved.

Deprecation notices. A model you depend on being retired is a dated obligation with a deadline. It belongs in your planning system the day you read it, not the week it expires.

A new capability that removes a component you built. Longer context replacing a chunking pipeline, or native structured output replacing a parsing layer. This one is genuinely worth a rebuild, because you get to delete code you are currently maintaining.

Everything else — benchmark scores, leaderboard positions, a competitor's launch — is information, not instruction.

Build so the answer is cheap

The reason model announcements cause panic is usually architectural. If swapping a model means touching forty files, every launch post is a threat. If it means changing a configuration value and rerunning an evaluation set, it is a Tuesday.

Three things make the difference:

Keep the model behind a boundary. One place in the codebase where the provider is named. This is not sophisticated architecture; it is the same discipline you would apply to a payments provider.

Keep an evaluation set with real examples. Twenty to fifty cases from your actual workload, with the output you would accept. Without this, "is the new model better?" is unanswerable and you are choosing on vibes and marketing copy. With it, the question takes an afternoon.

Record which model produced which result. When quality shifts, you need to know whether anything changed underneath you. I wrote up how I approach the comparison itself in choosing between Claude and GPT — the method survives the model names, which is the point.

Cost per accepted task, not cost per token

The number that should drive the decision is what it costs to get one output you would actually ship, including the retries and the human review time. A cheaper model that needs two attempts and a correction is not cheaper. An expensive model that gets it right first time, for a task that runs forty times a day, may be the cheapest thing on the list.

Most teams do not have this number, which is why the conversation defaults to benchmarks. Benchmarks measure the model. You need to measure your workflow.

A rule that holds up

When a lab ships something, ask: does this change my cost per accepted task, remove a component I maintain, or set a deadline I have to meet? If none of the three, note it and carry on.

If you want that boundary and evaluation set built into what you are shipping, that is the AI product development work. If you already have something in production and want to know how exposed it is to the next announcement, an AI systems review will tell you in a week.

The labs will keep shipping. Your roadmap does not have to keep flinching.

Put this to work in your business.

Describe one workflow you want to improve, or an AI system you need to review. Start with a scoped brief, a useful outcome, and a way to measure it.

Scope a useful first step