|
|
|
|
|
by peab
22 days ago
|
|
It really depends on what you're doing, but most LLM usage and agentic runs are pretty interchangeable in my experience, and it's usually trivial to switch. If anything, you're better off supporting multiple LLMs as backup because most model providers have been so inconsistent with working all the time |
|
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.