Changing paradigms in AI prototyping
From Minimum Viable Product to a First Draft approach
Carlos Toxtli
@ctoxtli
Minimum “Viable” Product
Expectations in AI
Reality
@ctoxtli
Why?
1 + 1 = 2 (100% sure)
There is a cat in the image (86% sure) ???
@ctoxtli
So how can we effectively prototype AI?
Lets learn from academia
@ctoxtli
In fact, Data scientists currently code in notebooks
Hypothesis and baseline definition
You want to prove that your proposed algorithm is better than existing ones.
Try with the simplest algorithms first.
@ctoxtli
Common AI pipeline in Industry
@ctoxtli
First Draft AI pipeline
Quick iterations
@ctoxtli
Define your error mitigation strategy
@ctoxtli
Hey! now you have a working solution
@ctoxtli
Conclusions