I shipped a neural-network opponent into the browser: no backend, no accounts, 120 ms per move
A developer shipped a browser version of a four-in-a-row board game where the opponent is a neural network, running entirely as static files with no backend. The network, a policy+value model with under a million paramet…