Hacker News new | ask | show | jobs
by scheme271 30 days ago
The difference is that in the code situation, you can run unit tests on the code, compile it, etc. Unless your LLMs are ordering diagnostics and reviewing the results, there is no further information that the LLMs have on the situation. Having a second LLM review the first is counterproductive, if the 2nd LLM is better, why not use it directly? If not, then what prevents it from sending the first on some incorrect tangent?
1 comments

Also, there are multiple "correct" ways to code something, so imperfect code that solves the problem is still useful. A medical diagnosis is either correct or incorrect.
En, I think you’re just trying to justify your pre-existing position that this can’t work.

https://www.nature.com/articles/s41746-026-02619-0

https://www.nature.com/articles/s44360-025-00007-8?fromPaywa...

Different prompt approaches and training doctors to use LLMs can improve accuracy of LLM-assisted diagnosis. It’s pretty reasonable to hypothesize that LLM “peer review” could improve that as well.

> En, I think you’re just trying to justify your pre-existing position that this can’t work.

I never said it can't work. I just said that finding the correct medical digagnosis is different than finding a solution to a software problem.