You’re clearly not building a product based on an LLM.
I’m still using various old Anthropic and OpenAI models for products I’ve built and released because I can’t risk the behavior changing in unpredictable ways and the users being pissed.
It’s much easier to switch out some deterministic software than an LLM which you’ve spent a ton of time on testing and benchmarking and understanding its nuances. Changing it is like replacing an employee who’s critical to the business.
As for which model does the building... I'm not at all attached. Enough logic, and CI gates/tests live outside the whims of the LLM to be able to hotswap them any time.
In fact, most benchmarks show this! Most benchmarks have similar performance for the same classes of models.
On top of this, there are tools like open router, or even the openai SDK which trivially allows you to swap endpoints for the LLM!
If you're using the agents SDK from openai or something, then yeah it's not interchangeable but that's you doing it wrong
Because this claim is counter to my experience as well.