Hacker News new | ask | show | jobs
by kjkjadksj 700 days ago
Or you can just not use ai and build your own sentiment analysis metric that is actually going to work. E.g. maybe you make a word cloud of a bunch of recent news articles, you identify certain candidate words as positive sentiment or negative sentiment. Now you can score any new article by counting pattern matches with either list. Not really much initial work to set up, and you probably get much higher quality results than what hallucinating ai would get you, if you happened to find that magic prompt that is.