product-market fit can never be achieved using this algorithm, since a product is never found: in achieveProductMarketFit.ks, _uncertainty is set to 1.0. It needs to go below the 0.8 threshold in order to get out of the loop, but _uncertainty is never updated anywhere so it can never happen.
So achieveProductMarketFit won't ever return any product. QED ;)
No comments yet.