that sounds like a great idea! I'll return 3 when peers ask me for a random number, and then I'll start seeing if that seed shows us in any prominent RSA private keys
in reality, more often than you'd like, the proceeds of these projects go straight to scammers who don't actually have the rights to the source itself.
For anyone interested, my whole PhD was in biomedical hypothesis generation! I think the most "serious" attempts at building these systems have been focused around providing assistance to scientists, and not just coming up with new ideas on their own.
here's an actual medical paper that my first system, Moliere, was able to help discover:
My dissertation used a lot of dask code, and I found it to be an amazingly powerful tool for helping me to glue a few dozen other libraries together and orchestrate them as a single distributed system. sure it's half done spark, but if it were fully done spark I couldn't have used it as flexibly.
as a warning, I've heard that the big spreadsheet makers considered this and eventually passed on the idea. I believe the logic is that spreadsheet users don't understand ML, and if you want to do ML, you probably know how to export a spreadsheet.
As someone else who works on systems like these, I agree training data is the whole problem. However you can use some techniques like homomorphic encryption and gradient pooling to collect training data from client code while remaining end-to-end encryption. It's hard, but it's not impossible.
I'm curious if there's a market for people who want to buy small projects like this. I imagine there's a lot of projects that are already on GitHub with a small following with owners that would like to cash out, but I'm not sure there's a market of buyers looking to pick up repos?
I think I agree with you, but then what about something like Hearthstone? How much glitz would they have to add before a digital version of the same phenomenon be considered gambling, if presentation were the metric?
I really hope those grad students that she mentioned didn't get a couple years added on to their degrees as a result of this. I mean good on her for finding the error, but I can't imagine what it would be like to be told "cancel your thesis, I made a mistake and your work is now invalid."
I found this platform really easy to play around with when building a game. I put together a version of Hanabi, and the system was flexible enough to let me make player hands that are visible to everyone _except_ the player. Reconstructing this relatively simple game from scratch only took ~3h, and that is everything from finding royalty-free assets to writing the manual.