Five Principles for AI that ships to production
Came across this really good principles for building production ready AI apps (not just demo)
Especially the principles about Deterministic by default and Model-agnostic should be followed from day one.
If you’re vendor locked on a single provider, you’re at the mercy of that AI lab.
And use code as much as possible instead of relaying on AI everything.
Use right tool for the right job