news.ycombinator.com
Ask HN: Do you hide your AI behind a curtain?https://news.ycombinator.com/item?id=49074416I used AI to build a music recommender system that itself uses no AI in its operation.I have been promoting the system in communities that can sometimes be considerably anti-AI. But people usually assume that it is AI because, well, it's a recommender system.Anyways, after a 30-year break, I rebuilt it and got it working the way I always wanted! It basically uses the same 10 lines of code, (for which I was granted now-expired US patent #5749081), but with a good interface around it instead of a lousy 1990s one.You tell it your 5 favorite albums, and it recommends other albums to try.It uses collaborative filtering (CF) to generate the music recommendations. It's just now exiting the "cold start" phase that all CF systems have to get through.The tagline I use is: "No sign-up needed, instant results, takes 2 minutes to try. Not AI."Try it here:[https://SimilaritiesEngine.com](https://similaritiesengine.com/)If you're curious, here's a New York Times article from way back then. (But the UJul 27, 2026 7:20 PM

