How the browser version remembers
Local memory, not server memory
When this version learns a new animal, it stores the updated decision tree in this browser using localStorage. That means the learned brain belongs to this browser profile on this device. It is not uploaded anywhere and it will not automatically follow the user to another browser, phone or computer.
The Export JSON and Import JSON buttons are included so a user can keep or move their learned brain manually. This is also a useful nod to the old home-computer habit of saving your current program state.