|
|
|
|
|
by throwup238
580 days ago
|
|
I have a similar type of product that depends on a third party and I use LLMs to automate most of the work. I feed it batches of Discord/Discourse messages from the third party’s community along with a prompt containing my feature set and it flags messages that might be relevant so that I can reply to them (manually, although the LLM generates some starting points based on examples replies). The false positive rate at first was over 50% but with some prompt tweaks and back testing, it’s approaching 10-20% |
|