So I ended up building a small abstraction layer that lets me switch between providers without touching the rest of the app. One interface, multiple backends.
In this post, I explain:
the exact problem I kept hitting
what design choices worked and what didn’t
how I structured the abstraction
and the trade-offs of this approach
If you’ve ever wanted to compare models or avoid vendor lock-in, this might be useful:
https://dev.to/chief_yaml_officer/how-i-stopped-rewriting-my...