Comment by toomuchtodo
Comment by toomuchtodo 2 days ago
I discovered a friend’s chronic medical issue that two VA specialists and a PCP couldn’t figure out using an LLM health project that had been posted here. Works when it works, n=1. Certainly, don’t trust the robot, but it doesn’t hurt to rubber duck debug with it to find blind spots. Fancy search engine sometimes is right (although it can lie too!).
(Bone tuberculosis)
Language models are really good at free association tasks, such as semantic fuzzy search. Next token prediction is among the worst possible ways to use them (although if there's no other obvious way of getting the information out of the model, it works in a pinch).
Which project did you use?